.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**
* Stylesheet for WP Project Manager
*
*
**/
/** Old Admin stylesheet **/
/*--------------------------------------------------
:: Variables
-------------------------------------------------- */
.pm-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pm-clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
.pm-clearfix {
  height: 1%;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
.pm-clearfix {
  display: block;
}
.pm {
  font-size: 14px;
  line-height: 21px;
  vertical-align: baseline;
}
.pm-spinner {
  background: url("../images/loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 16px;
  display: inline-block;
  width: 16px;
}
.pm .pm-data-load-before {
  width: 100%;
  text-align: center;
}
.pm .pm-data-load-before .loadmoreanimation {
  display: block;
}
.pm .pm-box-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.pm .pm-box-title .pm-small-title {
  font-size: 13px;
  font-weight: normal;
  color: #999999;
  margin-top: 10px;
}
.pm .pm-lock {
  background: url('../images/lock.png') no-repeat scroll rgba(0, 0, 0, 0);
  height: 16px;
  width: 16px;
  display: inline-block;
}
.pm a {
  text-decoration: none;
  box-shadow: none;
}
.pm a:link {
    text-decoration: none;
    box-shadow: none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: none;
  box-shadow: none;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}
.pm input[type=text]:-moz-placeholder,
.pm textarea:-moz-placeholder {
  color: #999;
}
.pm input[type=text]:-ms-input-placeholder,
.pm textarea:-ms-input-placeholder {
  color: #999;
}
.pm input[type=text]::-webkit-input-placeholder,
.pm textarea::-webkit-input-placeholder {
  color: #999;
}
.pm h2 .nav-tab {
  //font-size: 18px;
  line-height: 20px;
}
.pm .nav-tab.nav-tab-active {
  color: #000;
}
.pm button,
.pm input,
.pm select,
.pm textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

.pm button,
.pm input {
  *overflow: visible;
  line-height: normal;
}

.pm button::-moz-focus-inner,
.pm input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pm button,
.pm html input[type="button"],
.pm input[type="reset"],
.pm input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

.pm label,
.pm select,
.pm button,
.pm input[type="button"],
.pm input[type="reset"],
.pm input[type="submit"],
.pm input[type="radio"],
.pm input[type="checkbox"] {
  cursor: pointer;
}

.pm input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

.pm input[type="search"]::-webkit-search-decoration,
.pm input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}


.pm textarea,
.pm input[type=text] {
  overflow: auto;
  vertical-align: top;
  padding: 5px 10px;
  border: 1px solid #DDD;
  font-size: 13px;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.05);
}
.pm textarea:focus,
.pm input[type=text]:focus {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #DDD;
}
.pm select,
.pm textarea,
.pm input[type="text"],
.pm input[type="password"],
.pm input[type="datetime"],
.pm input[type="datetime-local"],
.pm input[type="date"],
.pm input[type="month"],
.pm input[type="time"],
.pm input[type="week"],
.pm input[type="number"],
.pm input[type="email"],
.pm input[type="url"],
.pm input[type="search"],
.pm input[type="tel"],
.pm input[type="color"],
.pm .uneditable-input {
  display: inline-block;
  height: 30px;
  padding: 3px 8px;
  margin-bottom: 0 0 10px;
  font-size: 12px;
  line-height: 100%;
  color: #555555;
  vertical-align: middle;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
.pm textarea {
  height: 80px;
}
/*.pm input[type="radio"],
.pm input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

.pm input[type="checkbox"] {
  margin: -1px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}*/
.pm ul {
  list-style: none;
}
.pm ul.order-statuses-filter {
  font-size: 14px;
  color: #dfdfdf;
  list-style: none;
  margin: 0;
  display: inline-block;
}
.pm ul.order-statuses-filter li {
  display: inline-block;
  line-height: 13px;
  padding: 0 5px;
  border-right: 1px solid #dfdfdf;
  margin: 0;
}
.pm ul.order-statuses-filter li:last-child {
  border-right: none;
}
.pm ul.order-statuses-filter li.active a {
  color: #999;
}
.pm .tablenav {
  display: block;
  padding: 10px 0px;
  height: auto;
}
.pm .tablenav .tablenav-pages {
  float: none !important;
  margin-left: 0;
}
.pm .tablenav .tablenav-pages a {
  padding: 4px 10px;
  font-size: 13px;
}
.pm .tablenav .tablenav-pages span.current {
  padding: 3px 10px;
  font-size: 13px;
  border: 1px solid #E4E4E4;
}
.pm .pm-pagination-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.pm .pm-pagination-wrap a {
  box-shadow: none;
}
.pm .pm-pagination-wrap a:hover {
  box-shadow: none;
}
.pm .pm-pagination-wrap .pm-pagination-btn {
  border: 1px solid #ddd;
  padding: 5px 12px;
  margin-left: 2px;
  font-size: 12px;
  background: #fff;
  color: #000;
  display: inline-block;
  line-height: 1.5;
  border-radius: 3px;
}
.pm .pm-pagination-wrap .pm-pagination-btn:first-child{
    margin-left: 0px;
}
.pm .pm-pagination-wrap .current {
  background: #027eb3;
  border-color: #ddd;
  color: #fff;
}
.pm .pm-pagination-wrap .pm-pagination-btn:hover {
  background: #027eb3;
  border-color: #d6d6d6;
  color: #fff;
}
.pm .pm-list-header-new-todo-btn {
  float: left;
}
/*.pm .pm-list-header-menu {
  float: right;
}
.pm .pm-lists-view {
  float: right;
  margin: 0;
}
.pm .pm-lists-view a {
  box-shadow: none;
}
.pm .pm-lists-view a:hover {
  box-shadow: none;
}
.pm .pm-lists-view .pm-lists-view-li:first-child {
  border-left: 1px solid #ddd;
}
.pm .pm-lists-view .pm-lists-view-li {
  float: left;
  background: #fff;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.pm .pm-lists-view .pm-lists-view-li .to-do-list:hover {
  background-image: url('../images/list-menu-hover.svg');
}
.pm .pm-lists-view .pm-lists-view-li .to-do-list {
  background-image: url('../images/list-menu.svg');
}
.pm .pm-lists-view .pm-lists-view-li .background-position {
  padding: 0px 0px 0px 35px;
  background-size: 16px 16px;
  background-position: 50%;
  background-repeat: no-repeat;
}*/
.pm-left {
  float: left;
}
.pm-spacer {
  width: 10px;
}
.pm-right {
  float: right;
}
.pm-clear {
  clear: both;
}
.pm-strikethrough {
  text-decoration: line-through;
}
.pm-updated {
  margin: 5px 0 15px;
  background-color: #FFFFE0;
  border: 1px solid #E6DB55;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px;
}
.pm-box-shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
span.required {
  color: #cd0a0a;
}
ul.pm-inline-ul {
  margin: 0;
  padding: 0;
}
ul.pm-inline-ul li {
  display: inline-block;
}
.pm-hide {
  display: none;
}
.pm-loading:after {
  background: url('../images/loading.gif') no-repeat;
  height: 16px;
  width: 16px;
  margin: 0 0 0 10px;
  display: inline-block;
  content: "";
  position: absolute;
}
.ui-autocomplete .no-user-wrap {
  padding: 0 0 20px 0;
  text-align: center;
}
/*--------------------------------------------------
:: Table
-------------------------------------------------- */
.pm table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.pm .table {
  width: 100%;
  margin-bottom: 20px;
}

.pm .table th,
.pm .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.pm .table th {
  font-weight: bold;
}

.pm .table thead th {
  vertical-align: bottom;
}

.pm .table caption + thead tr:first-child th,
.pm .table caption + thead tr:first-child td,
.pm .table colgroup + thead tr:first-child th,
.pm .table colgroup + thead tr:first-child td,
.pm .table thead:first-child tr:first-child th,
.pm .table thead:first-child tr:first-child td {
  border-top: 0;
}

.pm .table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.pm .table .table {
  background-color: #ffffff;
}

.pm .table-condensed th,
.pm .table-condensed td {
  padding: 4px 5px;
}

.pm .table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.pm .table-bordered th,
.pm .table-bordered td {
  border-left: 1px solid #dddddd;
}

.pm .table-bordered caption + thead tr:first-child th,
.pm .table-bordered caption + tbody tr:first-child th,
.pm .table-bordered caption + tbody tr:first-child td,
.pm .table-bordered colgroup + thead tr:first-child th,
.pm .table-bordered colgroup + tbody tr:first-child th,
.pm .table-bordered colgroup + tbody tr:first-child td,
.pm .table-bordered thead:first-child tr:first-child th,
.pm .table-bordered tbody:first-child tr:first-child th,
.pm .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.pm .table-bordered thead:first-child tr:first-child > th:first-child,
.pm .table-bordered tbody:first-child tr:first-child > td:first-child,
.pm .table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.pm .table-bordered thead:first-child tr:first-child > th:last-child,
.pm .table-bordered tbody:first-child tr:first-child > td:last-child,
.pm .table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.pm .table-bordered thead:last-child tr:last-child > th:first-child,
.pm .table-bordered tbody:last-child tr:last-child > td:first-child,
.pm .table-bordered tbody:last-child tr:last-child > th:first-child,
.pm .table-bordered tfoot:last-child tr:last-child > td:first-child,
.pm .table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.pm .table-bordered thead:last-child tr:last-child > th:last-child,
.pm .table-bordered tbody:last-child tr:last-child > td:last-child,
.pm .table-bordered tbody:last-child tr:last-child > th:last-child,
.pm .table-bordered tfoot:last-child tr:last-child > td:last-child,
.pm .table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pm .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.pm .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.pm .table-bordered caption + thead tr:first-child th:first-child,
.pm .table-bordered caption + tbody tr:first-child td:first-child,
.pm .table-bordered colgroup + thead tr:first-child th:first-child,
.pm .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.pm .table-bordered caption + thead tr:first-child th:last-child,
.pm .table-bordered caption + tbody tr:first-child td:last-child,
.pm .table-bordered colgroup + thead tr:first-child th:last-child,
.pm .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.pm .table-striped tbody > tr:nth-child(odd) > td,
.pm .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.pm .table-hover tbody tr:hover > td,
.pm .table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
.pm .table tbody tr.success > td {
  background-color: #dff0d8;
}

.pm .table tbody tr.error > td {
  background-color: #f2dede;
}

.pm .table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.pm .table tbody tr.info > td {
  background-color: #d9edf7;
}

.pm .table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.pm .table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.pm .table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.pm .table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.pm .pm-table thead,
.pm .pm-table tfoot {
  background-color: #fff;
}
ul.pm-attachments {
  margin: 0 10px;
  padding-top: 10px;
}
ul.pm-attachments li {
  display: inline-block;
  border: solid 1px #eee;
  padding: 5px;
  margin: 0 15px 15px 0;
}
/*--------------------------------------------------
:: Form
-------------------------------------------------- */
.pm-form {
  width: 100%;
}
.pm-form .item {
  margin: 10px 10px 10px 0;
  position: relative;
}
.pm-form .item input[type="text"],
.pm-form .item select,
.pm-form .item textarea {
  width: 100%;
  height: 28px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 100%;
  box-shadow: none;
  border: 1px solid #ddd;
  background: #fff;
}
.pm-form .item textarea {
  height: 84px;
}
.pm-form .submit {
  padding: 0;
}
.pm-form .form-table {
  width: 70%;
}
.pm-form .form-table .form-field {
  max-width: 100%;
}
.pm-form .description {
  display: block;
}
.pm-form .form-field input[type=radio],
.pm-form .form-field input[type=checkbox] {
  width: auto;
}
.pm-project-form {
    max-width: 500px;
}
.pm-project-form textarea {
  height: auto;
}
/*--------------------------------------------------
:: Navigation
-------------------------------------------------- */
ul.pm-nav {
  list-style: none;
  float: right;
  background: #298CBA;
  padding: 3px;
  margin: 0;
}
ul.pm-nav li {
  display: inline-block;
  margin: 0;
  padding: 3px 10px;
  background: #fff;
}
ul.pm-nav li.active {
  background: #298CBA;
}
ul.pm-nav li.active a {
  color: #fff;
  font-weight: bold;
}
ul.pm-nav li a {
  text-decoration: none;
}
.pm-nav-title {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border-top: none;
  color: #898989;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 20px;
  margin: 0 0 10px 0;
  position: relative;
}
.pm-nav-title .add-new-h2 {
  top: 0;
}
.pm-nav-title [class*="pm-settings-icon-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("images/sprites.svg");
  background-repeat: no-repeat;
}
.pm-nav-title .pm-settings-icon-cog {
  cursor: pointer;
  background-position: 0 0;
  width: 16px;
}
.pm-nav-title [class*="pm-icons-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('images/sprites3.svg');
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}
.pm-nav-title .pm-icons-cross {
  background-position: 0 0;
  width: 16px;
}
.pm-nav-title .pm-icons-checkmark {
  background-position: -24px 0;
  width: 16px;
}
.pm-nav-title .pm-icons-docs {
  background-position: -48px 0;
  width: 16px;
}
.pm-nav-title ul.pm-settings {
  background: none repeat scroll 0 0 #000000;
  box-shadow: 0 0 3px 1px #9A9A9A;
  display: none;
  position: absolute;
  right: -1px;
  top: 11px;
  width: 92px;
}
.pm-nav-title ul.pm-settings li:not(:last-child) {
  border-bottom: 1px solid #262626;
}
.pm-nav-title ul.pm-settings li {
  padding: 1px 1px 1px 5px;
}
.pm-nav-title ul.pm-settings a {
  color: #fff;
  font-size: 12px;
}
.pm-nav-title ul.pm-settings:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 8px;
  margin-left: 27px;
}
/*--------------------------------------------------
:: Project
-------------------------------------------------- */
.pm-ui-dialog {
  font-size: 13px;
  border: none !important;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  padding: 10px 15px 10px 15px !important;
  z-index: 9999;
  left: 35% !important;
  top: 18% !important;
}
.pm-ui-dialog .pm-form-item input,
.pm-ui-dialog .pm-form-item textarea,
.pm-ui-dialog .pm-form-item select {
  width: 100%;
  max-width: none;
  color: #9e9e9e;
}
.pm-ui-dialog .pm-form-item select {
  background: transparent;
}
.pm-ui-dialog .pm-form-item input[type="checkbox"],
.pm-ui-dialog .pm-form-item input[type="radio"] {
  width: auto;
}
.pm-ui-dialog .ui-dialog-titlebar {
  border: none !important;
}
.pm-ui-dialog .ui-widget-header {
  background: #fff;
  border: none;
  font-size: 16px;
}
.pm-ui-dialog .ui-resizable-handle {
  display: none !important;
}
.pm-ui-dialog .pm-project-form {
  font-size: 12px;
}
.pm-ui-dialog .pm-project-form .pm-spinner {
  background: url("../images/loading.gif") no-repeat scroll center rgba(0, 0, 0, 0);
  visibility: visible;
}
.pm-ui-dialog .pm-project-form .chosen-container {
  max-width: 300px !important;
}
.pm-ui-dialog .pm-project-form a.pm-assign-del-user {
  cursor: pointer;
}
.pm-ui-dialog .pm-project-form a.pm-assign-del-user span.title {
  text-indent: -9999px;
  display: inline-block;
}

.pm-ui-dialog .pm-project-form input[type=text]:-moz-placeholder,
.pm-ui-dialog .pm-project-form textarea:-moz-placeholder,
.pm-ui-dialog .pm-project-form select:-moz-placeholder {
  color: #999;
}
.pm-ui-dialog .pm-project-form input[type=text]:-ms-input-placeholder,
.pm-ui-dialog .pm-project-form textarea:-ms-input-placeholder,
.pm-ui-dialog .pm-project-form select:-ms-input-placeholder {
  color: #999;
}
.pm-ui-dialog .pm-project-form input[type=text]::-webkit-input-placeholder,
.pm-ui-dialog .pm-project-form textarea::-webkit-input-placeholder,
.pm-ui-dialog .pm-project-form select::-webkit-input-placeholder {
  color: #999;
}
.pm-ui-dialog .pm-project-form .pm-project-role select {
  padding: 0px !important;
}
.pm-ui-dialog .pm-project-form .pm-form-item {
  margin-bottom: 15px;
}
.pm-ui-dialog .pm-project-form .submit {
  margin: 0;
  padding: 0;
}
.pm-ui-dialog .pm-project-form #project_category_chzn {
  width: 76% !important;
}
.pm-ui-dialog .pm-project-form .chzn-drop {
  width: 345px !important;
}
.pm-ui-dialog .pm-project-form .chzn-search input {
  width: 329px !important;
  border: 1px solid #B3B3B3 !important;
}
.pm-user-ui-dialog {
  left: 39% !important;
  top: 29% !important;
  z-index: 99999;
}
.pm-project-head {
  display: block;
  margin-bottom: 15px;
}
.pm-project-head h2 {
  font-size: 15px;
  font-weight: bold;
}
.pm-project-head h2 a.pm-project-edit-link {
  display: inline-block;
  background: #DDD;
  padding: 0 10px 0 2px;
  margin-left: 10px;
  line-height: 20px;
  border-radius: 2px;
}
.pm-project-head h2 a.pm-project-edit-link .dashicons {
  margin-top: 2px;
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.pm-project-head h2 a.pm-project-edit-link .text {
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.pm-project-head h2 .pm-project-summary {
  border-left: 1px dashed #E1E1E1;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  padding-left: 10px;
  margin-left: 10px;
  width: 300px;
}
.pm-project-head h2 .pm-project-summary span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 29px;
  padding-bottom: 8px;
}
.pm-project-head .pm-edit-project .pm-project-form .project-category {
  margin-bottom: 15px;
}
.pm-project-head .pm-edit-project .pm-project-form .pm-spinner {
  background: url("../images/loading.gif") no-repeat scroll center rgba(0, 0, 0, 0);
  visibility: visible;
}
.pm-project-head .pm-edit-project a.pm-assign-del-user {
  cursor: pointer;
}
.pm-project-head .pm-edit-project a.pm-assign-del-user span.title {
  text-indent: -9999px;
  display: inline-block;
}
.pm-project-head .pm-edit-project a.pm-assign-del-user .dashicons {
  margin-left: 10px;
  color: #9C3232;
}
.pm-project-head .pm-edit-project .pm-project-role {
  margin-bottom: 10px;
}
.pm-project-head .pm-edit-project .pm-pro-update-spinner {
  background: url("../images/loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: none;
  height: 16px;
  left: -18px;
  margin-top: 5px;
  position: absolute;
  width: 16px;
}
.pm-project-head .detail {
  font-size: 13px;
  width: 80%;
}
.pm-project-head p {
  margin: 0 0 5px 0;
}
.pm-project-head .pm-edit-project {
  padding: 10px;
  position: relative;
}
ul.pm-activity {
  font-size: 13px;
}
ul.pm-activity .date {
  font-style: italic;
  color: #9C9C9C;
  font-size: 11px;
}
ul.pm-activity .pm-activity-heads {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #eee;
  color: #777;
}
ul.pm-activity ul {
  margin-left: 15px;
  margin-bottom: 10px;
}
ul.pm-activity ul li {
  text-indent: 5px;
}
ul.pm-activity ul li:before {
  content: "-";
  position: relative;
  left: -5px;
}
.pm-projects {
  margin-top: 10px;
  margin-left: 130px;
  padding: 5px 0 0 5px;
  display: block;
  position: relative;
}
.pm-projects.pm-no-nav {
  margin-left: 0;
}
.pm-projects:after,
.pm-projects:before {
  clear: both;
  content: "";
  display: table;
}
.pm-projects .pm-project-filter {
  *zoom: 1;
  margin-bottom: 10px;
}
.pm-projects .pm-project-filter:before,
.pm-projects .pm-project-filter:after {
  display: table;
  content: "";
  line-height: 0;
}
.pm-projects .pm-project-filter:after {
  clear: both;
}
.pm-projects .pm-project-filter .order-statuses-filter {
  margin: 5px 10px 0 0;
  float: left;
}
.pm-projects .pm-project-filter .pm-project-filters {
  float: left;
}
.pm-projects nav.pm-new-project {
  left: -130px;
  position: absolute;
}
.pm-projects nav.pm-new-project a {
  background: url('../images/plus.png') no-repeat 50% 50%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  height: 80px;
  width: 80px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pm-projects nav.pm-new-project a span {
  bottom: -28px;
  color: #333333;
  font-size: 13px;
  position: absolute;
  text-align: center;
  width: 80px;
}
.pm-projects .pm-project {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
  width: 210px;
  height: 235px;
  position: relative;
  margin: 0 20px 20px 0;
  padding: 15px;
  float: left;
}
.pm-projects .pm-project .slimScrollBar {
  z-index: 0 !important;
}
.pm-projects .pm-project h5 {
  font-size: 16px;
  margin: 0;
  word-wrap: break-word;
  color: #000;
}
.pm-completed-wrap {
    width: 86px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 1px;
    right: 1px;
}
.pm-completed-wrap .ribbon-green {
  font-weight: bold;
  font-size: 12px;
  color: #23282e;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.3) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 4px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #abd065;
  background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: linear-gradient(to bottom, #BFDC7A, #8EBF45);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbfdc7a', endColorstr='#ff8ebf45', GradientType=0);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.pm-completed-wrap .ribbon-green.incomplete{
  background-color: #0073aa;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 0px;
  background-image: -moz-linear-gradient(top, #0073aa, #1f91c7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0073aa), to(#1f91c7));
  background-image: -webkit-linear-gradient(top, #0073aa, #1f91c7);
  background-image: -o-linear-gradient(top, #0073aa, #1f91c7);
  background-image: linear-gradient(to bottom, #0073aa, #1f91c7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbfdc7a', endColorstr='#ff8ebf45', GradientType=0);
  color: #fff;
}
.pm-projects .pm-project .ribbon-green:before,
.pm-projects .pm-project .ribbon-green:after {
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.pm-projects .pm-project .pm-project-detail,
.pm-projects .pm-project .pm-project-meta {
  color: #aaa;
  word-wrap: break-word;
  font-size: 12px;
  font-weight: normal;
}
.pm-projects .pm-project .pm-project-meta {
  font-size: 12px;
}
.pm-projects .pm-project .pm-project-people {
  height: 50px;
  width: 95%;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 79%;
}
.pm-projects .pm-project .pm-project-people .pm-scroll {
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}
.pm-projects .pm-project .pm-project-people:hover {
  z-index: 10;
}
.pm-projects .pm-project .pm-project-people:hover .pm-scroll {
  overflow-x: visible;
}
.pm-projects .pm-project .pm-project-people a {
  display: inline-block;
  vertical-align: middle;
}
.pm-projects .pm-project .pm-project-people img.avatar {
  height: 48px;
  width: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #ccc;
}
.pm-projects .pm-project .pm-progress {
  position: absolute;
  bottom: 0px;
  height: 10px;
  width: 100%;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  margin: 0 15px 0 -15px;
}
.pm-projects .pm-project .pm-progress .text {
  font-size: 8px;
  margin-top: -23px;
  color: #222;
  text-shadow: none;
}
.pm-projects .pm-project .pm-project-action-icon .pm-project-action {
  right: 10px;
  top: 10px;
}
.pm-projects .pm-project .pm-project-action-icon .pm-project-action .pm-settings-bind {
  padding: 0;
  border: none;
}
/*--------------------------------------------------
:: Message
-------------------------------------------------- */
.pm-new-message-form {
  margin: 0px;
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
  margin-top: 15px;
}
.pm-new-message-form h3 {
  margin-top: 0;
}
.pm-message-form-wrap {
  position: relative;
  padding: 10px;
  margin-left: 0;
  background: #fff;
}
.pm-messages-table {
  font-size: 13px;
}
.pm-messages-table td {
  border-bottom: 1px solid #ECECEC;
  padding: 5px 0;
}
.pm-messages-table tr:nth-last-child(1) td {
  border-bottom: none;
}
.pm-messages-table .pm-avatar {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 2px;
  background: #eee;
  display: block;
}
.pm-messages-table .pm-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.pm-messages-table .message {
  font-size: 13px;
  padding: 0 5px;
  max-width: 780px;
  overflow: hidden;
}
.pm-messages-table .title {
  font-weight: bold;
  color: #000;
}
.pm-messages-table .excerpt {
  color: #AA9C84;
}
.pm-messages-table .date {
  font-size: 14px;
  color: #AA9C84;
}
.pm-messages-table .comment-count span {
  background: #E2E9F8;
  line-height: 14px;
  min-width: 17px;
  padding: 2px 1px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 12px 12px 12px 12px;
  color: #666666;
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
}
.pm-messages-table td.pm-actions {
  padding-left: 20px;
  font-size: 11px;
  border-bottom: none;
}
.pm-messages-table td.pm-actions a {
  color: red;
  display: inline-block;
  opacity: 0.3;
}
.pm-messages-table td.pm-actions a:hover {
  opacity: 1;
}
.pm-messages-table .pm-messages-spinner {
  background: url("../images/loading.gif") no-repeat scroll center rgba(0, 0, 0, 0);
}
.pm-single {
  background-color: #f9f9f9;
  border: 1px solid #dfdfdf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pm-single .pm-single-spinner {
  background: url("../images/loading.gif") no-repeat scroll center rgba(0, 0, 0, 0);
}
.pm-single .pm-entry-title {
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#ececec));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
  background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
  background-image: linear-gradient(to bottom, #f9f9f9, #ececec);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffececec', GradientType=0);
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 10px;
  margin: 0;
  font-size: 13px;
}
.pm-single .pm-inner {
  margin: 0 10px;
}
.pm-single .pm-entry-meta {
  margin: 10px;
  color: #888;
  font-size: 12px;
}
.pm-single .pm-entry-meta .pm-separator {
  color: #dfdfdf;
}
.pm-single .pm-entry-detail {
  padding: 10px 15px;
  background: #fff;
  color: #000;
}
/*--------------------------------------------------
:: Comment
-------------------------------------------------- */
.pm-comment-area {
  background: #fff;
  margin-top: 20px;
  padding: 1px 15px 15px 15px;
}
.pm-comment-wrap {
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pm-todo .pm-task-comment-wrap {
  margin-right: 10px;
}
.pm-comment-wrap .pm-comment-spinner {
  background: url("../images/loading.gif") no-repeat scroll center rgba(0, 0, 0, 0);
}
#pm-single-todo-list-view .pm-incomplete-tasks .pm-incomplete-task-list .pm-comment-wrap li.pm-comment,
.pm-comment-wrap li.pm-comment {
  margin: 0;
  padding: 10px;
  border-width: 0px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.pm-comment-wrap li.pm-comment.odd {
  background-color: #fcfcfc;
}
.pm-comment-wrap li.pm-comment .pm-avatar {
  float: left;
  width: 48px;
}
.pm-comment-wrap li.pm-comment .pm-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #D5D5D5;
  width: 32px;
  height: 32px;
}
.pm-comment-wrap li.pm-comment .pm-comment-container {
  margin-left: 68px;
}
.pm-comment-wrap li.pm-comment .pm-comment-container .pm-comment-meta {
  color: #888;
  font-size: 12px;
}
.pm-comment-wrap li.pm-comment .pm-comment-container .pm-comment-meta .pm-separator {
  color: #dfdfdf;
}
.pm-comment-wrap li.pm-comment .pm-comment-container p {
  margin: 5px 0 10px 0;
}
.pm-comment-wrap li.pm-comment .pm-comment-container .pm-comment-edit-form .pm-comment-form-wrap {
  margin-left: 0;
  margin-top: 10px;
}
.pm-comment-wrap li.pm-comment .pm-upload-container {
  background: #fff;
  padding: 10px;
}
.pm-comment-wrap .pm-comment :hover .pm-comment-action {
  visibility: visible;
}
.pm-comment-form-wrap {
  background-color: #fff;
  position: relative;
  border: 1px solid #DDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-left: 75px;
}
.pm-comment-form-wrap .pm-comment-form {
  padding: 5px 10px 10px 10px;
}
.pm-comment-form-wrap .pm-avatar {
  position: absolute;
  top: 0;
  left: -65px;
  height: 48px;
  width: 48px;
}
.pm-comment-form-wrap .pm-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  border: 1px solid #ccc;
}
.pm-comment-form,
.pm-message-form,
.pm-milestone-form {
    font-size: 13px;
}
.pm-message-page ul.dicussion-list .pm-message-form {
    padding-right: 10px;
    padding-left: 5px;
}
.pm-comment-form label.notify,
.pm-message-form label.notify,
.pm-milestone-form label.notify {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
  width: 100% !important;
}
.pm-comment-form input[type=file],
.pm-message-form input[type=file],
.pm-milestone-form input[type=file] {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pm-comment-form label.error,
.pm-message-form label.error,
.pm-milestone-form label.error {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  color: red;
  margin-bottom: 10px;
  padding: 1px 5px;
  position: absolute;
  right: -40px;
  top: 0;
}
.pm-comment-form textarea,
.pm-message-form textarea,
.pm-milestone-form textarea {
  width: 100%;
}
.pm-comment-form .pm-make-privacy,
.pm-message-form .pm-make-privacy,
.pm-milestone-form .pm-make-privacy {
  margin-bottom: 5px;
}
.pm-comment-form .item,
.pm-message-form .item,
.pm-milestone-form .item {
  position: relative;
}
.pm-comment-form .item.detail,
.pm-message-form .item.detail,
.pm-milestone-form .item.detail {
  margin-bottom: 15px;
}
.pm-comment-form .item.detail trix-editor,
.pm-message-form .item.detail trix-editor,
.pm-milestone-form .item.detail trix-editor {
  border: none;
  border-top: 1px solid #ddd;
  border-radius: 0;
}
.pm-comment-form input[type=text],
.pm-message-form input[type=text],
.pm-milestone-form input[type=text] {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 10px;
}
.pm-comment-form .pm-attachment-area,
.pm-message-form .pm-attachment-area,
.pm-milestone-form .pm-attachment-area {
  background: url('../images/attachment.png') 5px 10px no-repeat;
  color: #999;
  border: 1px dashed #DDD;
  padding: 10px 10px 10px 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 13px;
  position: relative;
  line-height: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pm-comment-form .pm-attachment-area .upload-item,
.pm-message-form .pm-attachment-area .upload-item,
.pm-milestone-form .pm-attachment-area .upload-item {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
.pm-comment-form .pm-attachment-area .progress,
.pm-message-form .pm-attachment-area .progress,
.pm-milestone-form .pm-attachment-area .progress {
  background: -moz-linear-gradient(center bottom, #FFFFFF 0%, #F7F7F7 100%) repeat scroll 0 0 #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
  float: right;
  height: 22px;
  line-height: 2em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 200px;
}
.pm-comment-form .pm-attachment-area .bar,
.pm-message-form .pm-attachment-area .bar,
.pm-milestone-form .pm-attachment-area .bar {
  background-color: #83B4D8;
  background-image: -moz-linear-gradient(center bottom, #72A7CF 0%, #90C5EE 100%);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  height: 100%;
  margin-top: -26px;
  width: 0;
  z-index: 9;
}
.pm-comment-form .pm-attachment-area .progress .percent,
.pm-message-form .pm-attachment-area .progress .percent,
.pm-milestone-form .pm-attachment-area .progress .percent {
  color: rgba(0, 0, 0, 0.6);
  padding: 0 8px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  width: 200px;
  z-index: 10;
}
.pm-comment-form .notify-users,
.pm-message-form .notify-users,
.pm-milestone-form .notify-users {
  border: #dfdfdf solid  1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
/*--------------------------------------------------
:: Task List
-------------------------------------------------- */
.pm-update-todolist-form {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pm-new-todolist-form {
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.pm-new-todolist-form .item,
.pm-update-todolist-form .item {
  padding: 5px;
  margin: 0;
}
.pm-new-todolist-form {
  width: 40%;
}
.pm-update-todolist-form {
  width: 50%;
}
.pm-update-todolist-form .pm-new-todolist-form {
  margin: 0px;
  width: 100%;
}
.pm-single-task {
  margin: 20px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 20px 30px 15px 25px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.pm-single-task a.move {
  display: none;
}
.pm-single-task.pm-todo .pm-todo-wrap {
  padding-left: 0;
}
.pm-single-task .pm-todo-action-right {
  text-align: right;
}
.pm-single-task .pm-todo-action-right a {
  color: #aaa;
}
.pm-single-task .pm-todo-action-right a:hover {
  color: #666;
}
.pm-single-task .pm-todo-details {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 20px 0;
}
.pm-todolists > li {
  margin: 0;
}
.pm-todolists > li.ui-state-highlight {
  min-height: 100px;
}
.pm-todolists .pm-todolist {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
  padding: 6px 3px 5px 5px;
}
.pm-todolists .pm-todolist .pm-todo-progress-bar {
  margin-top: 15px;
  overflow: hidden;
  height: 13px;
  background-color: #f7f7f7;
}
.pm-todolists .pm-todolist .pm-todo-progress-bar .bar {
  height: 18px;
  background-color: #62c462;
}
.pm-todolists .pm-todolist .pm-list-edit-form form {
  border: 1px solid #e5e5e5;
  margin: 20px;
  padding: 15px 15px 0;
  width: 40%;
}

#pm-single-todo-list-view .pm-task-form {
  margin-left: 15px;
}
.pm-todolists .pm-todolist .pm-new-btn .pm-task-form,
.pm-todolists .pm-todolist .pm-todo-form .pm-task-form {
  margin: 10px 0 10px 0;
  border: 1px solid #eee;
  padding: 10px 15px 8px 15px;
  width: 40%;
  background: #F8F8F8;
}
.pm-todo-form .pm-task-form .pm-task-start-field {
    margin-bottom: 10px;
}
.pm-todolists .pm-todolist .pm-new-btn .pm-task-form .item .multiselect__tag,
.pm-todolists .pm-todolist .pm-todo-form .pm-task-form .item .multiselect__tag {
  background: #019dd6;
}
.pm-todolists .pm-todolist .pm-new-btn .pm-task-form .item .multiselect__tag-icon:focus,
.pm-todolists .pm-todolist .pm-todo-form .pm-task-form .item .multiselect__tag-icon:focus,
.pm-todolists .pm-todolist .pm-new-btn .pm-task-form .item .multiselect__tag-icon:hover,
.pm-todolists .pm-todolist .pm-todo-form .pm-task-form .item .multiselect__tag-icon:hover {
  background: #019dd6;
}
.pm-todolists .pm-todolist .pm-new-btn .pm-task-form .item .multiselect__input,
.pm-todolists .pm-todolist .pm-todo-form .pm-task-form .item .multiselect__input {
  border: none;
  box-shadow: none;
  margin: 0;
  margin-top: -1px;
  padding: 0;
  height: 28px !important;
}
.pm-todolists .pm-todolist .pm-new-btn .pm-task-form .item .multiselect__element,
.pm-todolists .pm-todolist .pm-todo-form .pm-task-form .item .multiselect__element {
  height: 25px;
  margin: 0;
}
.pm-todolists .pm-todolist .pm-new-btn .pm-task-form .item .multiselect__select:before,
.pm-todolists .pm-todolist .pm-todo-form .pm-task-form .item .multiselect__select:before {
  top: 57%;
}
.pm-todolists .pm-todolist .pm-new-btn .pm-task-form .item .multiselect__tags,
.pm-todolists .pm-todolist .pm-todo-form .pm-task-form .item .multiselect__tags {
  min-height: 34px;
  border-radius: 0px;
}
.pm-todolists .pm-todolist .pm-new-btn .pm-task-form .item .multiselect__option,
.pm-todolists .pm-todolist .pm-todo-form .pm-task-form .item .multiselect__option {
  min-height: 30px;
  padding: 8px 12px;
}
.pm-todolists .pm-todolist .pm-new-btn .pm-task-form .item .multiselect__option--highlight,
.pm-todolists .pm-todolist .pm-todo-form .pm-task-form .item .multiselect__option--highlight {
  background: #019dd6;
}
.pm-todolists .pm-todolist .pm-new-btn .pm-task-form .item .multiselect__content,
.pm-todolists .pm-todolist .pm-todo-form .pm-task-form .item .multiselect__content {
  border-radius: 0px;
}
.pm-todolists .pm-todolist .pm-new-btn .pm-task-form .item .multiselect__content li,
.pm-todolists .pm-todolist .pm-todo-form .pm-task-form .item .multiselect__content li {
  border: none;
  padding: 0;
  height: 34px;
}
.pm-todolists .pm-todolist .pm-new-btn .pm-task-form #task_assign_chosen,
.pm-todolists .pm-todolist .pm-todo-form .pm-task-form #task_assign_chosen {
  width: 98% !important;
}
.pm-todolists .pm-todolist .pm-new-btn .pm-task-form #task_assign_chosen input[type="text"],
.pm-todolists .pm-todolist .pm-todo-form .pm-task-form #task_assign_chosen input[type="text"] {
  height: 30px;
  color: #9B9B9B;
}
.pm-todolists .pm-todolist .pm-new-btn .item.date label,
.pm-todolists .pm-todolist .pm-todo-form .item.date label {
  display: block;
  font-size: 13px;
}
.pm-todolists .pm-todolist .pm-new-btn .pm-make-privacy,
.pm-todolists .pm-todolist .pm-todo-form .pm-make-privacy {
  margin-top: 8px;
}
.pm-todolists .pm-todolist header h3 {
  margin: 0;
  font-size: 14px;
  padding-left: 5px;
  padding-bottom: 5px;
}
.pm-todolists .pm-todolist header .pm-entry-detail {
  font-style: italic;
  padding: 0 5px;
}
.pm-todolists .pm-todolist header .pm-comment-count {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #E2E9F8;
  font-size: 12px;
  line-height: 12px;
  padding: 1px 7px;
  margin-right: 5px;
}
.pm-todolists .pm-todolist header .pm-comment-count a {
  color: #999;
}
.pm-todolists .pm-todolist header .pm-list-actions {
  font-size: 11px;
  line-height: 15px;
  border: 1px solid #eee;
  border-right: none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding: 3px 8px 0 0;
  background: #fff;
  visibility: show;
  position: absolute;
  left: -59px;
  top: 4px;
  z-index: 9999;
}
.pm-todolists .pm-todolist header .pm-list-actions a {
  display: inline-block;
}
.pm-todolists .pm-todolist header .pm-move-trak {
  left: -12px;
  padding: 3px 3px 0 3px;
}
.pm-todolists .pm-todolist header:hover .pm-list-actions {
  visibility: visible;
}
.pm-todolists .pm-todolist .ui-state-highlight {
  height: 1.5em;
  line-height: 1.2em;
}
.pm-todolists .pm-todolist .pm-list-edit-form {
  display: none;
}
.pm-todolists .pm-todolist p {
  margin: 0;
  padding-bottom: 10px;
}
.pm-todolists .pm-todolist > ul {
  margin: 0 0 0 15px;
  min-height: 6px;
  position: relative;
  list-style: none;
}
.pm-todolists .pm-todolist > ul li {
  clear: both;
  line-height: 20px;
  padding-left: 19px;
  padding-right: 110px;
  word-wrap: break-word;
  margin: 0;
}
.pm-todolists .pm-todolist .pm-todo-completed {
  padding-top: 5px;
}
.pm-todolists .pm-todolist .pm-todo-completed .pm-todo-wrap {
  width: 100%;
}
.pm-todolists .pm-todolist .pm-todo-completed .pm-todo-wrap .pm-todo-action {
  left: -16px;
}
.pm-todolists .pm-todolist .pm-todo-completed .pm-todo-wrap .pm-todo-content a {
  line-height: 14px;
  color: #999;
}
.pm-todolists .pm-todolist .pm-todo-completed .pm-todo-wrap .pm-todo-text {
  text-decoration: line-through;
}
.pm-todolists .pm-todolist .pm-todo-completed .pm-todo-wrap .move {
  display: none;
}
.pm-todolists > li {
  margin: 0;
}
.pm-todo-action-child {
    float: left;
}
.pm-list-action {
    margin-left: 24px;
    font-size: 12px;
    display: none;
}
.pm-todo-inside:hover .pm-list-action {
    display: block;
}
.pm-list-action-wrap {
    display: block;
    height: 16px;
}
.pm-todolists .pm-new-task-spinner {
  background: url("../images/loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: none;
  height: 16px;
  left: 0;
  margin-top: 5px;
  position: absolute;
  width: 16px;
}
.pm-due-date {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #aa5340;
  font-size: 12px;
  line-height: 12px;
  padding: 1px 7px;
  color: #e9e9e9;
}
.pm-current-date {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #61BD4F;
  font-size: 12px;
  line-height: 1.3em;
  color: #fff;
  padding: 0px 5px;
}
.pm-task-done {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #0090D9;
  font-size: 12px;
  line-height: 1.3em;
  color: #fff;
  padding: 2px 5px;
}
.pm-task-comment-count {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ddd;
  font-size: 12px;
  line-height: 1.3em;
  color: #999;
  padding: 2px 5px;
  margin-top: -5px;
}
.pm-todo .pm-todo-wrap {
  position: relative;
}
.pm-todo .pm-todo-wrap input[type="checkbox"] {
  margin-right: 5px;
}
.pm-todo .pm-todo-wrap:hover .pm-todo-action {
  visibility: visible;
}
.pm-todo .pm-todo-wrap .pm-todo-action {
  font-size: 11px;
  line-height: 14px;
  border: 1px solid #eee;
  border-right: none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding: 2px 0 0 0;
  background: #fff;
  visibility: hidden;
  position: absolute;
  left: -36px;
  top: 0;
  z-index: 99;
}
.pm-todo .pm-todo-wrap .pm-todo-action a {
  display: inline-block;
}
.pm-todo .pm-todo-wrap .pm-todo-content a.task-title {
  color: #333;
}
.pm-todo .pm-todo-wrap .pm-todo-content a.task-title:hover {
  text-decoration: underline;
  color: #21759b;
}
.pm-todo .pm-todo-wrap .pm-todo-content .pm-todo-action-center .pm-task-comment {
  display: inline-block;
  margin-right: -11px;
}
.pm-todo .pm-todo-wrap .pm-todo-content .pm-todo-action-center .pm-task-subtask {
  display: inline-block;
}
.pm-todo .pm-todo-wrap .pm-todo-content .pm-todo-action-center .pm-task-time-track {
  display: inline-block;
}
.pm-todo .pm-todo-wrap .pm-todo-content .pm-comment-count {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #E2E9F8;
  font-size: 12px;
  line-height: 12px;
  padding: 1px 7px;
  margin-right: 5px;
}
.pm-todo .pm-todo-wrap .pm-todo-content .pm-comment-count a {
  color: #999;
}
.pm-todo .pm-todo-wrap .pm-todo-content .pm-assigned-user img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #ccc;
}
.pm-todo .pm-todo-wrap .pm-todo-content .pm-assigned-user a {
  color: #999;
  text-decoration: none;
}
.pm-todo .pm-todo-wrap .pm-todo-content .pm-completed-by {
  font-size: 11px;
  color: #999;
}
.pm-todo .pm-todo-wrap .pm-todo-content .pm-completed-by a {
  text-decoration: none;
}
.pm-todo .pm-todo-wrap .pm-todo-content .pm-completed-by img {
  width: 22px;
  height: auto;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.pm-new-todolist-form input[type="text"],
.pm-list-edit-form input[type="text"],
.pm-new-todolist-form textarea,
.pm-list-edit-form textarea {
  width: 98%;
}
.pm-new-todolist-form .pm-new-list-spinner,
.pm-list-edit-form .pm-new-list-spinner {
  background: url("../images/loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: none;
  height: 16px;
  left: -18px;
  margin-top: 5px;
  position: absolute;
  width: 16px;
}
.pm-new-todolist-form .pm-make-privacy,
.pm-list-edit-form .pm-make-privacy {
  margin-top: 8px;
}
/*--------------------------------------------------
:: Milestone
-------------------------------------------------- */
.pm-new-milestone-form {
  margin: 25px 0 15px 10px;
}
.pm-milestone-form-wrap {
  position: relative;
  border: 1px solid #DDD;
  padding: 20px;
  margin-left: 0;
  background: #fff;
}
.pm-milestone-form-wrap input[name="milestone_due"] {
  width: 20%;
}
.pm-milestones .pm-milestones-spinner {
  background: url("../images/loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
}
.pm-milestones .title {
  float: left;
  width: 200px;
  margin-top: 0;
}
.pm-milestones .pm-milestone {
  background: #FAF9E4;
  padding: 10px;
  margin: 0 0 10px 220px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
}
.pm-milestones .pm-milestone h3 {
  margin: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.pm-milestones .pm-milestone h3 ul {
  margin: 0;
}
.pm-milestones .pm-milestone h3 .time-left {
  font-size: 12px;
  color: #666;
}
.pm-milestones .pm-milestone ul {
  margin-top: 5px;
}
.pm-milestones .pm-milestone ul.dash li {
  text-indent: 5px;
}
.pm-milestones .pm-milestone ul.dash li:before {
  content: "-";
  position: relative;
  left: -5px;
}
.pm-milestones .pm-milestone.late {
  background: #F9ECE6;
}
.pm-milestones .pm-milestone.complete {
  background: #E4FFE4;
}
.pm-milestones .pm-milestone .pm-milestone-completed {
  font-style: italic;
  color: #7C7C7C;
}
.pm-progress {
  overflow: hidden;
  height: 13px;
  background-color: #f7f7f7;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pm-progress .bar {
  width: 0%;
  height: 18px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #149bdf;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.pm-progress .text {
  margin-top: -20px;
  color: #222;
  font-size: 12px;
  padding: 0 25px;
  text-shadow: 0 1px 1px #FFFFFF;
}
.pm-progress-info .bar {
  background-color: #62c462;
}
ul.pm-links li {
  display: inline-block;
}
ul.pm-links li a {
  text-decoration: none;
  font-weight: normal;
}
.pm-search-item-li.ui-menu-item, .pm-search-item-li.ui-menu-item a {
  background: #fff;
  border: 0px solid;
}
.pm-search-item-li.ui-menu-item:hover a {
  background: #fff;
  color: #199fd4;
  border: 0px solid;
}
ul.pm-links li a.pm-loading {
  background: #eee;
}
label.error {
  color: red;
}
input.error {
  border: 1px solid red;
}
a.pm-icon-delete-spinner {
  background: url("../images/loading.gif") no-repeat scroll;
}
a.pm-icon-delete {
  display: inline-block;
}
a.pm-icon-delete span {
  display: inline-block;
  text-indent: -9999px;
}
a.pm-icon-delete:before {
  content: "\2716";
  font-size: 17px;
  padding: 1px 2px;
  border-radius: 4px;
  color: #EB0000;
  display: inline-block;
}
a.pm-icon-tick span {
  display: none;
}
a.pm-icon-tick:before {
  content: "\2714";
  display: block;
  font-size: 17px;
  padding: 1px 2px;
  border-radius: 4px;
}
a.pm-icon-tick.green {
  color: #00D311;
}
a.pm-icon-tick.grey {
  color: #D8D8D8;
}
.pm-uploaded-item {
  background: #eee;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 10px 0;
}
.pm-uploaded-item img {
  border: 1px solid #ddd;
  padding: 5px;
  margin-right: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  max-width: 80px;
  height: 80px
}
.pm-content-img-size {
  border: 1px solid #ddd;
  padding: 5px;
  margin-right: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  max-width: 80px;
  height: 80px
}
/*--------------------------------------------------
:: Files
-------------------------------------------------- */
.pm-folders-list {
  padding: 0;
  margin: 20px -15px 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
}
.pm-folders-list li {
  margin: 0 0 30px;
  padding: 0px 15px;
  background: none;
  width: 20%;
  float: left;
  min-width: 272px;
  height: 248px;
}
.pm-folders-list li .ff-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: #E2E6E7 solid 1px;
  background: #fff;
}
.pm-folders-list li .ff-content:last-child {
  margin-right: 0px !important;
}
.pm-folders-list li .image-content {
  padding: 20px 20px 0px;
  text-align: center;
  height: 205px;
}
.pm-folders-list li .image-content img {
  max-height: 140px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.pm-folders-list li .image-content .item-title {
  font-weight: bold;
}
.pm-folders-list li .image-content .edit {
  display: none;
}
.pm-folders-list li .editing .view {
  display: none;
}
.pm-folders-list li .editing .edit {
  display: block;
  position: relative;
  width: 100%;
}
.pm-folders-list li .editing .edit input {
  width: 70%;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.pm-folders-list li .editing .edit .button {
  padding: 1px 2px;
}
.pm-folders-list li .editing .edit .dashicons,
.pm-folders-list li .editing .edit .dashicons-before:before {
  line-height: inherit;
}
.pm-folders-list li .editing .edit .save {
  color: green;
}
.pm-folders-list li .editing .edit .cancel {
  color: red;
}
.pm-folders-list li .footer-section {
  padding: 10px 15px;
  background: #FCFCFC;
  border-top: #F2F2F2 solid 1px;
  width: 100%;
  text-align: center;
  height: 42px;
}
.pm-folders-list li .footer-section a {
  color: #ccc;
  padding: 2px 12px;
}
.pm-folders-list li .footer-section a:hover {
  color: #0073aa;
}
.pm-folders-list li .footer-section .pm-comments-count {
  background: url('../images/discussion.svg') no-repeat center center;
  padding: 15px;
  background-size: 20px;
}
.pm-folders-list li .footer-section .pm-comments-count span {
  padding: 0px 6px;
  margin-top: -12px;
  border-radius: 10px;
  position: absolute;
  margin-left: 5px;
}
.pm-folders-list .folder img {
  /*padding: 35px 25px 33px;*/
}
.pm-folders-list .file .image-content img {
  border: #fdfdfd solid 1px;
}
.pm-folders-list .file .doc-content {
  padding: 20px 20px 0px;
  text-align: center;
  font-weight: normal;
  height: 205px;
  background: #FAFEF0;
  text-align: left;
  cursor: pointer ;
  overflow: hidden;
}
.pm-folders-list .file .doc-content .item-title {
  font-weight: bold;
}
.pm-folders-list .file .online-docx-image-content {
  position: absolute;
  width: 18% ;
  height: 200px;
  background-repeat: no-repeat;
  background-position: 50% 30% ;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: 150px;
}
.pm-folders-list .file .footer-section {
  text-align: center;
}
.pm-folders-list:last-child {
  margin-right: 0px;
}

.pm-user-task .pm-list-header h3 {
  color: #0074A2;
}
.pm-user-task .pm-todo-content a {
  color: #333333;
  text-decoration: none;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 14px;
}
.pm-user-task .pm-todo-content a:hover {
  color: #21759b;
  text-decoration: underline;
}
.pm-user-task .pm-comment-count {
  background: none repeat scroll 0 0 #E2E9F8;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  margin-right: 5px;
  padding: 1px 7px;
}
.pm-user-task .pm-assign-by {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 3px;
  color: #999999;
  font-size: 12px;
  line-height: 12px;
  margin-right: 5px;
  padding: 1px 7px;
}
.pm-user-task .pm-completed-by {
  color: #999999;
}
.pm-user-task .pm-completed-by a {
  text-decoration: none;
}
.pm-user-task .pm-user-todo-completed .pm-todo-text {
  color: #999999;
  font-size: 11px;
  line-height: 14px;
}
#pm-create-user-wrap {
  height: auto !important;
  display: none;
}
#pm-create-user-wrap .pm-error {
  color: red;
  margin-bottom: 10px;
  font-size: 12px;
}
#pm-create-user-wrap .button-primary,
#pm-create-user-wrap h3,
#pm-create-user-wrap .pm-error {
  margin-left: 27%;
}
#pm-create-user-wrap .pm-user-create-form .pm-field-wrap label {
  float: left;
  width: 27%;
  font-size: 12px;
}
#pm-create-user-wrap .pm-user-create-form .pm-field-wrap label:after {
  clear: both;
}
#pm-create-user-wrap .pm-user-create-form .pm-field-wrap input {
  width: 69%;
  margin-bottom: 10px;
}
#pm-create-user-wrap .pm-user-create-form .pm-spinner {
  background: url("../images/loading.gif") no-repeat scroll;
  display: inline-block;
  height: 17px;
  margin-left: 10px;
  vertical-align: middle;
  width: 17px;
}
.pm-mytask-wrap span.move {
  display: none !important;
}
.pm-mytask-wrap .pm-todo-action {
  display: none;
}
.pm-mytask-wrap .pm-task-complete {
  left: 0 !important;
}
.pm-mytask-wrap .pm-my-task {
  font-weight: bold;
}
.pm-mytask-wrap .pm-list-header {
  margin-bottom: 15px;
}
.pm-mytask-wrap .pm-list-header a {
  text-decoration: none;
}
.pm-mytask-wrap .pm-todolists li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
.pm-mytask-wrap .pm-todolists article {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pm-mytask-wrap .pm-todolists article ul {
  margin: 0 15px !important;
}
.pm-calendar {
  position: relative;
}
.pm-calendar a.pm-expire-task {
  background-color: #EB5A46 !important;
}
.pm-calendar a.pm-task-running {
  background-color: #61BD4F !important;
}
.pm-calendar a.pm-complete-task {
  text-decoration: line-through;
  background-color: #0090D9!important;
  text-decoration: line-through !important;
}
.pm-calendar span.fc-event-title {
  color: #fff;
}
.pm-calendar .pm-calender-loading.active {
  background: url("images/calendar-loading.gif") no-repeat scroll 50% 30% rgba(255, 255, 255, 0.8);
  display: inline-block;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
  vertical-align: middle;
  width: 100%;
  z-index: 999999;
}
#pm-progress-wrap ul.pm-activity ul li::before {
  content: '';
  left: -5px;
  position: relative;
}
#pm-progress-wrap .pm-progress-label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #737373;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background: #fff;
  letter-spacing: 1px;
  border: 1px solid #E2E2E2;
  margin-right: 2px;
}
#pm-progress-wrap ul.pm-activity ul {
  border-left: 2px solid #ccc;
  margin-bottom: 0;
  margin-left: 35px;
  margin-top: 0;
}
#pm-progress-wrap ul.pm-activity ul li {
  padding-left: 15px;
  text-indent: 5px;
  line-height: 240%;
}
#pm-progress-wrap .pm-progress-wrap {
  margin: 0;
}
#pm-progress-wrap .pm-progress-wrap ul li {
  margin: 0;
}
#pm-progress-wrap .pm-activity-heads {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #dadada;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  text-align: center;
  padding: 0;
  margin: 0;
}
#pm-progress-wrap .pm-activity-heads span {
  display: inline-block;
  padding-top: 15px;
}
.pm-pro-notice {
  padding: 25px;
}
.pm-pro-notice .pm-text {
  margin-bottom: 20px;
  font-size: 20px;
}
/****/
/**SVG background image **/
.pm-list-comment-wrap .mce-panel {
  border-color: #e5e5e5;
}
.pm {
  color: #848484;
  margin-top: 20px;
  /**
    * PM default css classes
    */
  /**
    * Input syte
    **/
  /**
    * Button Styes
    **/
  /**
    * Responsive Grid Column
    *
    **/
  /**
    * Home Project Grid
    *
    **/
  /**
     * Project Header part
     */
  /**
     * Project Overview Page
     */
  /**
     * Activity Page
     */
  /** Discussion Page **/
  /** CSS for Milestone Page **/
  /** End MileStone Page **/
  /*** Files ***/
  /** For Modal **/
  /***Half page Modal ***/
  /*
     * for v-modla transection
     */
  /*for lazy loding align-content: */
  /* Every thing below this is just positioning */
  /**End Loading **/
  /*Animation for vue */
  /** End Files **/
  /*****/
  /**
* Media Query for responsive
*
**/
  /* Smartphones (portrait and landscape) ----------- */
}
.pm .mce-tinymce {
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.pm * {
  box-sizing: border-box;
}
.pm a {
  outline: 0;
  text-decoration: none;
}
.pm a:active,
.pm a:hover,
.pm a:focus {
  text-decoration: none  ;
  outline: 0;
  -moz-outline-style: none;
}
.pm input {
  padding: 5px;
}
.pm .small-text {
  font-size: small;
}
.pm .pm-no-margin {
  margin: 0px;
}
.pm .pm-no-padding {
  padding: 0px;
}
.pm .pm-no-padding-bottom {
  padding-bottom: 0px;
}
.pm .pm-no-margin-bottom {
  margin-bottom: 0px;
}
.pm .pm-margin-bottom {
  margin-bottom: 25px;
}
.pm .cercale-corners {
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  border-radius: 180px;
}
.pm .pm-text-left {
  text-align: left;
}
.pm .pm-text-center {
  text-align: center;
}
.pm .pm-text-right {
  text-align: right;
}
.pm .pm-btn {
  padding: 6px 10px;
  margin: 0;
  border-radius: 3px;
  display: inline-block;
}
.pm .pm-btn-xs {
  padding: 3px;
  font-size: small ;
}
.pm .pm-btn-gray {
  padding: 6px 10px;
  margin: 0;
  border-radius: 3px;
  display: inline-block;
  background: #eee;
}
.pm .pm-btn-red {
  background: RED;
  color: #ffffff ;
}
.pm .pm-btn-white {
  padding: 6px 10px;
  margin: 0;
  border-radius: 3px;
  display: inline-block;
  background: #ffffff;
}
.pm .pm-btn-white a:hover {
  background: red;
}
.pm .pm-btn-submit {
  border: 0px;
  padding: 5px;
  font-weight: bold;
}
.pm .pm-btn-blue {
  background: #019dd6;
  color: #ffffff;
}
.pm .pm-btn-blue a:hover {
  color: red;
}
.pm .pm-plus-white {
  //background: #019dd6 url('../images/plus_white.svg') no-repeat 10% 50%;
  background: #019dd6;
  background-size: 25px;
  //padding: 10px 10px 10px 50px;
  color: #ffffff;
}
.pm .pm-container {
  width: 100%;
  margin: 10px;
}
.pm .pm-row {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.pm .pm-col-1 {
  width: 7.788285225%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pm .pm-col-2 {
  width: 14.788285225%;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.pm .pm-col-3 {
  width: 23.788285225%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pm .pm-col-4 {
  width: 32.333333333%;
  float: left;
  margin-right: 10px;
  
}
.pm .pm-col-5 {
  width: 38.788285225%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pm .pm-col-6 {
  width: 48.788285225%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pm .pm-col-7 {
  width: 56.788285225%;
  float: left;
  margin-right: 10px;
  
}
.pm .pm-col-8 {
  width: 64.666666667%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pm .pm-col-9 {
  width: 73.788285225%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pm .pm-col-10 {
  width: 81.788285225%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pm .pm-col-11 {
  width: 89.788285225%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pm .pm-col-12 {
  width: 100%;
}
.pm .pm-last-col {
  float: right;
  margin-right: 0px;
  padding-right: 0px;
  color: #000;
  margin-bottom: 10px;
}
.pm .show_desktop_only {
  display: block;
}
.pm .show_small_only {
  display: none;
}
.pm .hide_desktop_only {
  display: none;
}
.pm .hide_small_only {
  display: bloc;
}
.pm .notify-users .pm-small-title {
  margin-left: 10px;
}
.pm .notify-users .pm-user-list {
  display: block;
  padding: 15px;
  margin: 0px;
}
.pm .notify-users .pm-user-list .pm-project-user-list {
  padding: 8px;
}
.pm .notify-users .pm-user-list .pm-project-user-list li {
  float: left ;
  width: 50% ;
  padding: 5px;
  display: inline;
}
.pm .notify-users .pm-user-list .pm-project-user-list li label {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.pm .pm-top-bar {
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
}
.pm .pm-top-bar .pm-priject-search-bar {
  border-bottom: solid 1px #eee;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.pm .pm-top-bar .pm-priject-search-bar .pm-col-9 {
  padding: 0px;
  margin: 0px;
}
.pm .pm-top-bar .pm-top-right-btn {
  margin-top: 12px;
  padding-left: 10px;
}
.pm .pm-top-bar .pm-top-right-btn input {
  /*  _m1992
                10777
                  585*/
  margin-right: 20px;
}
.pm .pm-top-bar .pm-top-right-btn .pm-btn-blue {
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  border-radius: 180px;
  padding: 6px 2px 3px 2px;
}
.pm .pm-top-bar .pm-top-right-btn .pm-btn-blue .dashicons {
  vertical-align: bottom;
  font-size: 13px;
}
.pm .pm-top-bar .pm-top-right-btn .pm-btn-blue .dashicons a {
  color: #ffffff;
}
.pm .pm-top-bar .pm-top-right-btn .pm-btn-white {
  padding: 6px 10px;
  margin: 0;
  border-radius: 3px;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #eee;
}
.pm .pm-top-bar .pm-top-right-btn .pm-btn-white a:hover {
  background: red;
}
.pm .pm-top-bar .pm-top-right-btn .pm-btn-white a {
  color: #eee;
}
.pm .pm-top-bar .pm-top-right-btn a {
  font-size: 13px;
  margin-right: 5px;
}
.pm .pm-top-bar .pm-top-right-btn a :hover {
  color: #000000;
}
.pm .pm-top-bar .pm-btn-submit {
  padding: 5px 25px;
}
.pm .pm-top-bar .pm-project-search input {
  float: left;
  width: 47%;
  margin-left: 3%;
}
.pm .pm-top-bar .pm-project-group {
  padding: 0px;
  margin: 0px;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-view {
  margin-bottom: 0;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul {
  margin: 0;
  padding: 0;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul li {
  float: left;
  margin: 0;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul li a {
  padding: 12px 20px 12px 40px;
  min-width: 50px;
  display: block;
  text-align: left;
  text-decoration: none;
  border-bottom: solid 2px #ffffff;
  color: #aaa;
  background-size: 20px;
  background-position: 10% 50%;
  background-repeat: no-repeat;
  font-weight: normal;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul li a span.count {
  padding: 0px 6px;
  position: relative;
  background: #eee;
  margin-top: -15px;
  margin-left: 5px;
  border-radius: 15px;
  top: 0;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul li a:hover {
  border-bottom: solid 2px #019dd6;
  color: #000000;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul li a:hover span {
  border-bottom: none;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul li a:hover span.count {
  background: #019dd6;
  color: #ffffff ;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul .active a,
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul a.router-link-exact-active,
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul a:hover {
  border-bottom: solid 2px #019dd6;
  color: #000000;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul a.router-link-exact-active span.count,
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul a:hover span.count {
  background: #019dd6;
  color: #ffffff ;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul a.pm-all-project {
  background-image: url('../images/all.svg');
  padding-left: 55px;
  background-position: 27% 50%;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul .active .pm-all-project,
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul a.pm-all-project:hover {
  background-image: url('../images/all_hover.svg');
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul a.pm-active-project {
  background-image: url('../images/active_projects.svg');
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul .active .pm-active-project,
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul a.pm-active-project:hover {
  background-image: url('../images/active_projects_hover.svg');
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul a.pm-archive-project {
  background-image: url('../images/completed.svg');
}
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul .active .pm-archive-project,
.pm .pm-top-bar .pm-project-group ul.pm-project-group-ul a.pm-archive-project:hover {
  background-image: url('../images/completed_hover.svg');
}
.pm .pm-top-bar .pm-project-group .pm-col-5 {
  padding: 0px;
  margin: 0px;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-view {
  margin: 14px 0 0 0;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-view li {
  float: right;
  margin: 0 15px 0 0;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-view li a {
  color: #eee;
}
.pm .pm-top-bar .pm-project-group ul.pm-project-view li a :hover,
.pm .pm-top-bar .pm-project-group ul.pm-project-view li a .active {
  color: #000;
}
.pm .pm-project-meta a {
  color: #999;
}
.pm .pm-project-grid {
  margin: 0px ;
  padding: 0px;
  margin-right: 0px;
  padding-right: 0px;
}
.pm .pm-project-grid .pm-project {
  width: 32.333333333%;
  margin-right: 10px;
  margin-bottom: 10px;
  margin: 0 1.5% 1.75% 0 ;
  margin-left: 0px;
  padding: 0px;
  float: left;
  height: 300px;
}
.pm .pm-project-grid article.pm-project:nth-child(3n) {
  margin: 0 0 1.75% 0;
}
.pm .pm-project-grid .pm-project .project_head {
  background: #ffffff ;
  padding: 15px;
  border-bottom: 1px #eee solid;
  min-height: 55px;
  color: #000 ;
}
.pm .pm-project-grid .pm-project .project_head:hover {
  background: #019dd6;
  text-decoration: none;
}
.pm .pm-project-grid .pm-project .project_head:hover h5,
.pm .pm-project-grid .pm-project .project_head:hover .pm-settings-icon-cog span,
.pm .pm-project-grid .pm-project .project_head:hover .pm-project-detail {
  color: #ffffff;
}
.pm .pm-project-grid .pm-project .pm-project-meta {
  padding: 10px;
}
.pm .pm-project-grid .pm-project .pm-project-meta ul {
  padding: 0px;
  margin: 0px;
  margin-left: 5px;
  margin-bottom: 50px;
  *zoom: 1;
}
.pm .pm-project-grid .pm-project .pm-project-meta ul:before,
.pm .pm-project-grid .pm-project .pm-project-meta ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.pm .pm-project-grid .pm-project .pm-project-meta ul:after {
  clear: both;
}
.pm .pm-project-grid .pm-project .pm-project-meta ul li {
  float: left;
  width: 41%;
  margin: 0;
  list-style: none;
  //padding-left: 25px;
  font-size: 13px;
  color: #888888;
  line-height: 35px;
  padding-bottom: 15px;
}
.pm .pm-project-grid .pm-project .pm-progress {
  position: absolute;
  bottom: 75px;
  height: 6px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  background-color: red;
  background-image: linear-gradient(to bottom, #dae5e8, #dae5e8);
  background-repeat: repeat-x;
  box-shadow: 0px ;
  border-radius: 0px;
}
.pm .pm-project-grid .pm-project .pm-progress .completed {
  background-color: #019dd6;
  background-image: linear-gradient(to bottom, #019dd6, #019dd6);
}
.pm .pm-project-grid .pm-project .pm-project-people {
  text-align: center;
}
.pm .pm-project-grid .pm-project .pm-progress-percentage,
.pm .pm-project-grid .pm-project .pm-project-action-list-view {
  display: none;
}
.pm .pm-project-grid .pm-last-col {
  margin-right: 0px;
  float: right;
  margin-left: 0px;
}
.pm li {
  background-position: 0% 55% ;
  background-repeat: no-repeat;
}
.pm li.message {
  //background-image: url('../images/bullet_green.png');
}
.pm li.todo {
  //background-image: url('../images/to-do-list.png');
}
.pm li.todos {
  //background-image: url('../images/to-do-list.png');
}
.pm li.comments {
  //background-image: url('../images/comment.png');
}
.pm li.files {
  //background-image: url('../images/docs.png');
}
.pm li.milestone {
  //background-image: url('../images/milestones.png');
}
.pm .pm-project-list {
  margin: 0px ;
  padding: 0px;
}
.pm .pm-project-list .pm-project {
  padding: 0px;
  width: 100% ;
  float: left;
  box-shadow: none;
  height: auto;
}
.pm .pm-project-list .pm-project:not(:first-child) {
  border-top: none;
}
.pm .pm-project-list .pm-project:first-child {
  margin-top: 0;
}
.pm .pm-project-list .pm-project .project_head {
  background: #ffffff ;
  padding: 12px 20px;
  min-height: 87px;
  color: #000 ;
  width: 30%;
  float: left;
  margin-right: 10px;
}
.pm .pm-project-list .pm-project .project_head:hover {
  background: #019dd6;
  text-decoration: none;
}
.pm .pm-project-list .pm-project .project_head:hover h5,
.pm .pm-project-list .pm-project .project_head:hover .pm-settings-icon-cog span,
.pm .pm-project-list .pm-project .project_head:hover .pm-project-detail {
  color: #ffffff;
}
.pm .pm-project-list .pm-project .pm-project-detail {
  font-size: 13px;
}
.pm .pm-project-list .pm-project .pm-project-meta {
  padding: 0px;
  width: 25%;
  float: left;
}
.pm .pm-project-list .pm-project .pm-project-meta ul {
  padding: 10px 0 0 0;
  margin: 0px;
}
.pm .pm-project-list .pm-project .pm-project-meta ul li {
  float: left;
  width: 40% ;
  list-style: none;
  padding-left: 20px;
  font-size: 12px;
  color: #888888;
  line-height: 150%;
}
.pm .pm-project-list .pm-project .pm-progress {
  position: relative ;
  float: left;
  top: 40px;
  height: 6px;
  width: 12%;
  margin: 0;
  background-color: red;
  background-image: linear-gradient(to bottom, #dae5e8, #dae5e8);
  background-repeat: repeat-x;
  box-shadow: 0px ;
  border-radius: 0px;
}
.pm .pm-project-list .pm-project .pm-progress .completed {
  ackground-color: #019dd6;
  background-image: linear-gradient(to bottom, #019dd6, #019dd6);
}
.pm .pm-project-list .pm-project .pm-progress-percentage {
  position: relative ;
  float: left;
  top: 32px;
  margin-left: 5px;
  width: 3%;
  color: #aaa;
  font-size: 11px;
}
.pm .pm-project-list .pm-project .pm-project-people {
  position: relative;
  float: left;
  width: 20.5%;
  text-align: left;
  top: 28px;
  margin-right: 30px;
}
.pm .pm-project-list .pm-project .pm-project-people img.avatar {
  height: 32px;
  width: 32px;
}
.pm .pm-frontend .pm-project {
  height: auto ;
}
.pm .pm-frontend .pm-project-meta {
  padding: 10px;
}
.pm .pm-frontend .pm-project-meta ul {
  padding: 0px;
  margin: 0px;
  margin-left: 5px;
  margin-bottom: 50px;
}
.pm .pm-frontend .pm-project-meta ul li {
  float: none !important;
  width: 100%  !important;
  list-style: none;
  padding-left: 25px;
  font-size: 13px;
  color: #888888;
  line-height: auto !important;
}
.pm .pm-border-bottom {
  border-bottom: solid 1px #eee;
  padding-bottom: 0px;
}
.pm .pm-project-header {
  padding: 0px;
}
.pm .pm-project-header ul {
  margin: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
}
.pm .pm-project-header ul li {
  border: none;
  float: left;
  padding: 0px;
  margin: 10px 0 0 0;
}
.pm .pm-project-header ul li a {
  padding: 6px 5px 6px 40px;
  margin-top: 0px;
  display: block;
  text-decoration: none;
  border-bottom: solid 2px #ffffff;
  color: #aaa;
  min-height: 42px;
  height: 52px;
  background-size: 20px 16px;
  background-position: 15px 30%;
  background-repeat: no-repeat;
  box-shadow: none;
}
.pm .pm-project-header ul li a div {
  text-align: left;
  font-weight: normal;
  font-size: 80%;
}
.pm .pm-project-header ul li a span.count {
  padding: 0px 6px;
  position: relative;
  background: #eee;
  margin-top: -15px;
  margin-left: 5px;
  border-radius: 15px;
  top: 0;
}
.pm .pm-project-header ul li .overview {
  background-image: url('../images/overview.svg');
}
.pm .pm-project-header ul li .overview:hover,
.pm .pm-project-header ul li a.overview.active {
  background-image: url('../images/overview_hover.svg');
}
.pm .pm-project-header ul li .message {
  background-image: url('../images/discussion.svg');
}
.pm .pm-project-header ul li .message:hover,
.pm .pm-project-header ul li a.message.active {
  background-image: url('../images/discussion_hover.svg');
}
.pm .pm-project-header ul li .activity {
  background-image: url('../images/activity.svg');
}
.pm .pm-project-header ul li .activity:hover,
.pm .pm-project-header ul li a.activity.active {
  background-image: url('../images/activity_hover.svg');
}
.pm .pm-project-header ul li .milestone {
  background-image: url('../images/milestone.svg');
}
.pm .pm-project-header ul li .milestone:hover,
.pm .pm-project-header ul li a.milestone.active {
  background-image: url('../images/milestone_hover.svg');
}
.pm .pm-project-header ul li .to-do-list {
  background-image: url('../images/todo.svg');
}
.pm .pm-project-header ul li .to-do-list:hover,
.pm .pm-project-header ul li a.to-do-list.active {
  background-image: url('../images/todo_hover.svg');
}
.pm .pm-project-header ul li .files {
  background-image: url('../images/file.svg');
}
.pm .pm-project-header ul li .files:hover,
.pm .pm-project-header ul li a.files.active {
  background-image: url('../images/file_hover.svg');
}
.pm .pm-project-header ul li .settings {
  background-image: url('../images/settings.svg');
}
.pm .pm-project-header ul li .settings:hover,
.pm .pm-project-header ul li a.settings.active {
  background-image: url('../images/settings_hover.svg');
}
.pm .pm-project-header ul li a:hover,
.pm .pm-project-header ul li .router-link-exact-active,
.pm .pm-project-header ul li .active {
  border-bottom: solid 2px #019dd6;
  color: #000000;
}
.pm-settings-nav-menu-wrap .router-link-exact-active {
  margin-bottom: -1px;
  border-bottom: 1px solid #f1f1f1;
  background: #f1f1f1;
}
.pm .pm-project-header ul li a:hover span,
.pm .pm-project-header ul li .active span {
  border-bottom: none;
}
.pm .pm-project-header ul li a:hover span.count,
.pm .pm-project-header ul li .active span.count {
  background: #019dd6;
  color: #ffffff ;
}
.pm .pm-project-header ul li a:hover div,
.pm .pm-project-header ul li .active div {
  color: #019dd6;
}
.pm .project-overview .overview-menu ul {
  padding: 0px;
  margin: 0 -10px !important;
  display: flex;
  flex-wrap: wrap;
}
.pm .project-overview .overview-menu ul li {
  flex-basis: 16.66%;
  max-width: 16.66%;
  padding: 0 10px 20px;

}
.pm .project-overview .overview-menu ul li a {
  display: flex;
  padding: 20px 10px;
  border: solid 1px #E5E5E5;
  background: #fff;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.pm .project-overview .overview-menu ul li a:hover,
.pm .project-overview .overview-menu ul li a:focus {
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
}
.pm .project-overview .overview-menu ul li a div {
  float: left;
}
.pm .project-overview .overview-menu ul li a .icon {
  border-radius: 50%;
  color: #ffffff;
  margin: 0 10px;
  height: 45px;
  width: 45px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
.pm .project-overview .overview-menu ul li .count {
  text-align: left;
  font-size: 12px;
  color: #848484;
}
.pm .project-overview .overview-menu ul li .count span {
  color: #019dd6;
  font-size: 150%;
  font-weight: bold;
  display: block;
  padding-bottom: 3px;
}
.pm .project-overview .overview-menu ul .message .icon {
  background-color: #9DBC5E;
  background-image: url('../images/discussion_white.svg');
}
.pm .project-overview .overview-menu ul .todo .icon {
  background-color: #1FA185;
  background-image: url('../images/todolist_white.svg');
}
.pm .project-overview .overview-menu ul .todos .icon {
  background-color: #0090DB;
  background-image: url('../images/todo_white.svg');
}
.pm .project-overview .overview-menu ul .comments .icon {
  background-color: #1FA185;
  background-image: url('../images/comments_white.svg');
}
.pm .project-overview .overview-menu ul .files .icon {
  background-color: #BE3C2F;
  background-image: url('../images/files_white.svg');
}
.pm .project-overview .overview-menu ul .milestone .icon {
  background-color: #F29B27;
  background-image: url('../images/milestones_white.svg');
}
.pm .project-overview .pm-chart {
  background: #ffffff;
  padding: 0;
  margin-top: 0;
  /*margin-right: 10px;*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
}
.pm .project-overview .pm-chart h3 {
  font-size: 14px;
  line-height: 1.4;
  //border-bottom: 1px solid #eee;
  padding: 8px 12px;
  margin: 0;
}
.pm .project-overview .pm-chart .inside {
  padding: 15px;
}
.pm .project-overview .pm-chart .pm-chart-legend {
  font-size: 12px;
  margin-bottom: 10px;
}
.pm .project-overview .pm-chart .pm-chart-legend span::before {
  content: '';
  padding: 0px 10px;
  margin: 0px 5px 15px;
}
.pm .project-overview .pm-chart .pm-chart-legend .to-do::before {
  background: #79C7DE;
}
.pm .project-overview .pm-chart .pm-chart-legend .activity::before {
  background: #B972B6;
}
.pm .project-overview .pm-chart canvas {
  max-width: 100%;
}
.pm .project-overview .pm-right-part {
  background: #ffffff  ;
  width: 17.1745852858%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
}
.pm .project-overview .pm-right-part h3 {
  margin: 0px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.4;
}
.pm .project-overview .pm-right-part .user_list {
  margin-left: 10px;
  margin-right: 10px;
}
.pm .project-overview .pm-right-part .user_list li {
  padding: 10px;
  clear: left;
  border-bottom: 1px solid #eee;
}
.pm .project-overview .pm-right-part .user_list li img {
  border-radius: 50px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.pm .project-overview .pm-right-part .user_list li a {
  height: 18px;
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 55px);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pm .project-overview .pm-right-part .user_list li span {
  display: block;
  font-size: small;
  color: #bbb;
}
.pm .pm-activity-list {
  padding: 0px;
  margin: 0px;
}
.pm .pm-activity-list li.pm-row {
  display: flex;
  vertical-align: middle;
  margin: 0 0 15px 0;
  padding: 0px;
}
.pm .pm-activity-list li.pm-row .pm-activity-date {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: #eee solid 1px;
  margin-bottom: 0px;
  background: #ffffff;
  text-align: center;
  margin-right: 1.6%;
  padding: 30px 0px;
}
.pm .pm-activity-list li.pm-row .pm-activity-date span {
  color: #000;
  font-size: 150%;
  font-weight: bold;
}
.pm .pm-activity-list li.pm-row .pm-activity-body {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: #eee solid 1px;
  margin-bottom: 0px;
  margin-right: 0px;
  font-size: 13px;
  float: right;
  word-break: break-word;
  hyphens: auto;
}
.pm .pm-activity-list li.pm-row .pm-activity-body .pm-col-8,
.pm .pm-activity-list li.pm-row .pm-activity-body .pm-col-4 {
  margin-bottom: 0;
}
.pm .pm-activity-list li.pm-row .pm-activity-body ul {
  padding: 0px;
  margin: 0px;
}
.pm .pm-activity-list li.pm-row .pm-activity-body ul li {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  padding: 8px 15px;
}
.pm .pm-activity-list li.pm-row .pm-activity-body ul li .date {
  background: url('../images/time.svg') no-repeat 0 50%;
  background-size: 20px;
  padding: 3px 2px 2px 30px;
}
.pm .pm-activity-list li.pm-row .pm-activity-body ul li:nth-child(even) {
  background: #F8F9FB;
}
.pm .pm-todolists {
  padding: 0px;
  margin-top: 0px;
}
.pm .pm-todolists .pm-todolist {
  margin: 0px;
  padding: 0px;
  margin-top: 30px;
}
.pm .pm-todolists .pm-todolist header {
  padding: 10px 10px 3px 10px;
  background: #f9fafa;
  border-bottom: 1px solid #e5e5e5;
}
.pm .pm-todolists .pm-todolist header .pm-right {
  text-align: right;
}
.pm .pm-todolists .pm-todolist header .pm-right a {
  float: none;
  padding: 0px;
  color: #ccc;
  visibility: hidden;
}
.pm .pm-todolists .pm-todolist header .pm-right a:hover {
  color: #444;
}
.pm .pm-todolists .pm-todolist header .pm-right a.move {
  cursor: move;
}
.pm .pm-todolists .pm-todolist:hover header .pm-right a {
  visibility: visible;
}
.pm .pm-todolists .pm-todolist .pm-todos {
  padding: 0px;
  margin: 0px;
}
.pm .pm-todolists .pm-todolist .pm-todos li {
  border-bottom: solid 1px #eee;
  padding: 10px 8px 10px 15px;
  background: #ffffff;
  margin: 0;
}
.pm .pm-todolists .pm-todolist .pm-todos li .pm-todo-content .pm-comment-count {
  background: url('../images/comment_gray.svg') no-repeat 0% 50%;
  background-size: 20px;
  padding: 10px;
  padding-left: 25px;
  font-weight: bold;
  width: 50px;
}
.pm .pm-todolists .pm-todolist .pm-todos li .completed_by .pm-assigned-user,
.pm .pm-todolists .pm-todolist .pm-todos li .completed_by time {
  background: none;
}
.pm .pm-todolists .pm-todolist .pm-todos li .completed_by .avatar {
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 8px;
}
.pm .pm-todolists .pm-todolist .pm-todos li .pmtt-icon-clock {
  background: none url('../images/time.svg') no-repeat 0% 50%;
  background-size: 20px;
}
.pm .pm-todolists .pm-todolist .pm-todos li .pm-todo-action-right {
  float: right;
  text-align: right;
  visibility: hidden;
  padding-right: 0px;
  margin-right: 0px;
}
.pm .pm-todolists .pm-todolist .pm-todos li .pm-todo-action-right a {
  padding: 0;
  margin: 0px;
  text-decoration: none;
  color: #ccc;
}
.pm .pm-todolists .pm-todolist .pm-todos li .pm-todo-action-right a:hover {
  color: #444;
  text-decoration: none;
}
.pm .pm-todolists .pm-todolist .pm-todos li .pm-todo-action-right a.move {
  cursor: move;
}
.pm .pm-todolists .pm-todolist .pm-todos :hover .pm-todo-action-right {
  visibility: visible ;
}
.pm .pm-todolists .pm-todolist .pm-todos-new {
  margin: 0px;
  padding: 0px;
}
.pm .pm-todolists .pm-todolist .pm-todos-new li {
  margin-bottom: 0px !important;
}
.pm .pm-todolists .pm-todolist .pm-todos-new-form .pm-new-btn {
  margin-bottom: 10px;
  border-bottom: solid 1px #eee;
  padding: 0px 10px 5px 30px;
  margin-left: 0px;
}
.pm .pm-todolists .pm-todolist .pm-todos-new-form .pm-new-btn a {
  background: url('../images/plus_blue.svg') no-repeat 0% 50%;
  padding: 10px;
  background-size: 20px;
  padding-left: 25px;
  color: #019dd6;
  font-weight: bold;
}
.pm .pm-todolists .pm-todolist footer.pm-list-footer {
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
}
.pm .pm-todolists .pm-todolist footer.pm-list-footer .pm-col-6,
.pm .pm-todolists .pm-todolist footer.pm-list-footer pm-col-4,
.pm .pm-todolists .pm-todolist footer.pm-list-footer pm-col-1 {
  padding-top: 5px;
}
.pm .pm-todolists .pm-todolist footer.pm-list-footer .pm-col-6 {
  border-right: solid 1px #eee;
  margin-right: 8%;
  margin-bottom: 0;
}
.pm .pm-todolists .pm-todolist footer.pm-list-footer .pm-col-6 span {
  font-weight: bold;
}
.pm .pm-todolists .pm-todolist footer.pm-list-footer .pm-col-3 {
  padding-left: 28px;
  background-size: 22px;
  background-repeat: no-repeat;
  margin: 5px 0;
  padding-bottom: 5px;
}
.pm .pm-todolists .pm-todolist footer.pm-list-footer .pm-col-3 a {
  line-height: 150%;
  font-size: 12px;
  display: inline-block;
}
.pm .pm-todolists .pm-todolist footer.pm-list-footer .pm-todo-complete {
  background-image: url('../images/todo_completed.svg');
}
.pm .pm-todo-refresh {
  background-image: url('../images/refresh.svg');
  padding-left: 28px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.pm .pm-todo-migrate {
  background-image: url('../images/todo_completed.svg');
  padding-left: 28px;
  background-size: 17px;
  background-repeat: no-repeat;
  padding-bottom: 4px;
}
.pm .pm-todolists .pm-todolist footer.pm-list-footer .pm-todo-incomplete {
  background-image: url('../images/todo-incomplete.svg');
}
.pm .pm-todolists .pm-todolist footer.pm-list-footer .pm-todo-comment {
  background-image: url('../images/comment.svg');
}
.pm .pm-todolists .pm-todolist footer.pm-list-footer .pm-new-task-btn {
  background-image: url('../images/plus_blue.svg');
}
.pm .pm-todolists .pm-todolist footer.pm-list-footer .pm-sub-task-show {
  background-image: url('../images/dark-eye.svg');
}
.pm .pm-todolists .pm-todolist footer.pm-list-footer .pm-new-task-btn-minus {
  background-image: url('../images/minus.svg');
}
.pm .pm-todolists .pm-todolist footer.pm-list-footer .no-percent {
  padding-top: 0.86555551%;
}
.pm .pm-todolists .sticky_list .pm-pin-list a {
  visibility: visible  !important;
}
.pm .pm-todolists .sticky_list span {
  color: #019dd6 !important;
}
.pm .pm-new-message-btn {
}
.pm .pm-message-page {
    width: auto;
    padding: 0px;
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pm .pm-message-page .pm-message-list {
  padding: 10px 20px;
}
.pm .pm-message-page .pm-message-list {
  padding: 0px;
  margin-right: 25px;
  padding-left: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
}
.pm .pm-message-page .pm-message-list .pm-box-title {
  color: #0072A8;
  font-weight: bold;
  background: #FAFAFA;
}
.pm .pm-message-page .pm-message-list ul {
  margin: 0px;
  padding: 0px;
}
.pm .pm-message-page .pm-message-list li {
  margin: 0px;
  border-left: #fff solid 3px;
  border-bottom: #eee solid 1px;
  cursor: pointer;
  padding: 15px 10px 0px;
}
.pm .pm-message-page .pm-message-list .pm-user-list li{
  border-bottom: 0px;
}
.pm .pm-message-page .pm-message-list li .pm-col-9 {
  font-weight: bold;
  color: #000;
}
.pm .pm-message-page .pm-message-list li .dicussion-meta {
  font-weight: normal;
  font-size: 97%;
  color: #a0a0a0;
}
.pm .pm-message-page .pm-message-list li img {
  border-radius: 45px;
  height: auto;
  float: left;
  margin: 0px 10px;
  height: 48px;
  width: 48px;
  background-color: #ccc;
}
.pm .pm-message-page .pm-message-list li .pm-message-action {
  visibility: hidden;
  margin-top: 7px;
}
.pm .pm-message-page .pm-message-list li .comment-count {
  background-image: url('../images/comment_blue.svg');
  background-repeat: no-repeat;
  background-position: 0% 65%;
  background-size: 20px;
  min-height: 30px;
  padding-left: 28px;
  padding-top: 5px;
  color: #019dd6;
  min-width: 150px;
}
.pm .pm-message-page .pm-message-list li:hover {
  background: #f9f9f9;
  border-left: #019dd6 solid 3px;
}
.pm .pm-message-page .pm-message-list li:hover .pm-message-action {
  visibility: visible;
}
.pm .pm-message-page .pm-message-body {
  margin-right: 0px;
  height: 600px;
  overflow: auto ;
}
.pm .pm-message-page .pm-message-body .pm-discuss-title {
  color: #019dd6;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
}
.pm .pm-message-page .pm-message-body .pm-discuss-title .pm-edit-discussion {
  position: absolute;
  right: 10px;
  background: url('../images/edit.svg') no-repeat 0% 0%;
  background-size: 20px;
  padding: 10px;
  width: 30px;
}
.pm .pm-message-page .pm-message-form-wrap,
.pm .pm-message-page .pm-milestone-form-wrap,
.pm .pm-message-page .pm-comment-form-wrap,
.pm .pm-message-page .pm-milestone-form {
  width: auto;
}
.pm .pm-message-page .single-todo-comments {
  margin-bottom: 30px;
}
.pm .pm-message-page .single-todo-comments .pm-comment-form-wrap {
  background: #ffffff !important;
  padding: 0px;
  width: auto !important ;
}
.pm .pm-message-page .single-todo-comments .submit {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.pm .single-todo-comments {
  margin-bottom: 30px;
  margin-top: 30px;
}
.pm .single-todo-comments .submit {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.pm .pm-comment {
  background: #fff;
  margin-bottom: 10px;
  display: block;
  border: #eee solid 1px;
  padding: 10px;
  min-height: 50px;
}
.pm .pm-comment .pm-comment-action {
  position: absolute;
  visibility: hidden;
  text-align: right;
  right: 10px;
  top: 10px ;
}
.pm .pm-comment .pm-comment-action span {
  margin: 0 4px;
}
.pm #pm-milestone-page .pm-milestone-form-wrap {
  width: auto;
  margin-left: 0px;
}
.pm #pm-milestone-page .pm-milestone-link {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.pm #pm-milestone-page .pm-milestone-link li {
  margin-right: 5px;
  float: left;
}
.pm #pm-milestone-page .pm-milestone-link li a {
  padding: 15px 25px;
  border-bottom: #fff solid 2px ;
}
.pm #pm-milestone-page .pm-milestone-link li .pm-plus-white {
  float: right;
  position: absolute;
  right: 0px;
  border: none;
  padding-left: 50px;
  margin-top: -10px;
}
.pm #pm-milestone-page .pm-milestone-link li .pm-plus-white:hover {
  border: none;
}
.pm #pm-milestone-page .pm-milestone-link li a:hover,
.pm #pm-milestone-page .pm-milestone-link li.active a {
  border-bottom: #F46720 solid 2px ;
}
.pm #pm-milestone-page .pm-milestone-details {
  margin-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-late-milestone .group-title {
  background-image: url('../images/late_milestone.svg');
  background-color: #FDF9F6;
}
.pm #pm-milestone-page .pm-milestone-details .pm-upcomming-milestone .group-title {
  background-image: url('../images/running_milestone.svg');
  background-color: #F6FEFF;
}
.pm #pm-milestone-page .pm-milestone-details .pm-complete-milestone .group-title {
  background-image: url('../images/todo_completed.svg');
  background-color: #DCEDD8;
  border-bottom: 1px solid #cce5c7 !important;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone-data {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
  margin-top: 20px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone-data .group-title {
  font-size: 16px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 28px;
  padding: 10px 10px 10px 50px;
  margin-bottom: 0px;
  border-bottom: #eee solid 1px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone {
  background: #fff;
  border-bottom: #eee solid 1px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .milestone-head {
  padding: 15px 15px 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .milestone-head .time-left {
  font-size: small;
  font-weight: normal;
  color: #124b04;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .milestone-head .pm-links {
  margin: 0px;
  margin-top: -15px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .detail {
  padding: 5px 15px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .pm-milestone-items-details {
  padding: 15px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .pm-milestone-items-details .pm-milestone-todo h3 {
  background: #F3F8FC ;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .pm-milestone-items-details .pm-milestone-todo li {
  background: url('../images/milestone-todo.svg') no-repeat 12px 30%;
  background-size: 25px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .pm-milestone-items-details .pm-milestone-discussion h3 {
  background: #F8F8EE ;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .pm-milestone-items-details .pm-milestone-discussion li {
  background: url('../images/discussion.svg') no-repeat 12px 30%;
  background-size: 25px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .pm-milestone-items-details .pm-milestone-discussion .time {
  background: url('../images/time.svg') no-repeat 0% 30%;
  background-size: 20px;
  padding-left: 25px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .pm-milestone-items-details .pm-col-6 {
  border: solid 1px #eee;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .pm-milestone-items-details .pm-col-6 h3 {
  margin: 0px;
  padding: 15px 15px;
  margin-bottom: 5px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .pm-milestone-items-details .pm-col-6 ul {
  padding: 0px;
  margin: 0px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .pm-milestone-items-details .pm-col-6 ul li {
  border-bottom: solid 1px #eee;
  padding: 6px 15px;
  padding-left: 45px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .pm-milestone-items-details .pm-col-6 ul li:last-child {
  border: none;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone .pm-milestone-items-details img.avatar {
  border-radius: 15px;
  border: solid 1px #eee;
  vertical-align: top;
  margin-right: 5px;
}
.pm #pm-milestone-page .pm-milestone-details .pm-milestone-completed {
  padding: 15px;
  color: #124b04;
  background: #f3ffee;
}
.pm #pm-milestone-page .cmp-empty-milestone {
  background: #fff;
  padding: 15px 20px 5px 20px;
  min-height: 50px;
}
.pm .pm-files-page .pm-files ul {
  padding: 0px;
  margin: 0px;
}
/*.pm .pm-files-page .pm-files li {
  background: #fff;
  margin-right: 30px;
  margin-bottom: 12px;
  border: none;
}
.pm .pm-files-page .pm-files li img {
  height: 150px;
}
.pm .pm-files-page .pm-files li .pm-file-name,
.pm .pm-files-page .pm-files li .pm-file-meta {
  padding-left: 20px;
}
.pm .pm-files-page .pm-files li .pm-file-action {
  margin-top: 5px;
  border-top: #F4F4F4 solid 1px;
  background: #FCFCFC;
  padding: 10px 5px 0px;
}
.pm .pm-files-page .pm-files li .pm-file-action ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.pm .pm-files-page .pm-files li .pm-file-action ul li {
  background: none;
}
.pm .pm-files-page .pm-files li .pm-file-action ul a {
  padding: 10px 10px;
  background-size: 20px !important;
}
.pm .pm-files-page .pm-files li .pm-file-action ul .pm-comment-count {
  font-size: small;
  padding: 0px 6px;
  margin-top: -15px;
  border-radius: 10px;
  position: absolute;
  top: 0px;
}
.pm .pm-files-page .pm-files li .pm-file-action ul .pm-go-discussion a {
  background: url('../images/attach.svg') no-repeat center center;
}
.pm .pm-files-page .pm-files li .pm-file-action ul .pm-comments-count span {
  background: url('../images/discussion.svg') no-repeat center center;
  padding: 15px;
  background-size: 30px;
}
.pm .pm-files-page .pm-files li .pm-file-action ul .pm-download-file a {
  background: url('../images/download.svg') no-repeat center center;
}*/
.pm .chosen-drop ul li {
  float: none !important ;
}
.pm .pm-single-project-search-wrap {
  margin-right: 25px;
}
.pm .pm-project-action {
  position: absolute;
  right: 75px;
  top: 15px;
  color: #aaa;
  cursor: pointer;
}
.pm .pm-project-action .pm-settings-bind {
  padding: 3px 5px;
  border: 1px solid #ddd;
  height: auto;
  width: auto;
}
.pm .pm-project-action .pm-settings-bind:hover {
  color: #666;
}
.pm .pm-project-action ul.pm-settings {
  background: #fff;
  box-shadow: 0 0 3px 1px #eee;
  border: 1px solid #ddd;
  position: absolute;
  right: 2px;
  top: 140%;
  width: 110px;
  margin: 0;
}
.pm .pm-project-action ul.pm-settings li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
.pm .pm-project-action ul.pm-settings li {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
}
.pm .pm-project-action ul.pm-settings a {
  color: #666;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0px;
  border: none;
  display: block;
  height: auto;
  min-height: auto;
}
.pm .pm-project-action ul.pm-settings a span.dashicons {
  color: #999;
}
.pm .pm-project-action ul.pm-settings a:hover {
  border: none;
  color: #444;
  background-color: #f9f9f9;
}
.pm .pm-project-action ul.pm-settings:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ccc;
  border-width: 8px;
  margin-left: 27px;
}
.pm .pm-blank-template {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
  vertical-align: central;
  background: #ffffff;
  padding: 25px;
  padding-bottom: 35px;
}
.pm .pm-blank-template .pm-new-todolist-form {
  margin: auto;
  width: 65%;
}
.pm .pm-blank-template .pm-content {
  margin: auto;
  max-width: 600px;
  min-height: 450px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center ;
  background-size: 100%;
}
.pm .pm-blank-template .pm-content p {
  font-size: 14px;
  color: #000000;
}
.pm .pm-blank-template .pm-content img {
  max-width: 340px;
  margin-bottom: 20px;
}
.pm .pm-blank-template .pm-content form {
  text-align: left;
}
.pm .pm-blank-template .pm-content .pm-page-title {
  margin: 0px;
  padding: 0px 10px 8px;
  font-weight: bold;
  color: #000;
  font-size: 20px;
}
.pm .pm-blank-template .pm-content .pm-list-content {
  background: #FEFCE3 ;
  max-width: 450px;
  margin: auto;
  padding: 20px 20px 10px;
  border-radius: 5px;
  border: #FAEA96 solid 1px ;
  margin-top: 35px;
}
.pm .pm-blank-template .pm-content .pm-list {
  color: #545353;
  list-style: none;
}
.pm .pm-blank-template .pm-content .pm-list li {
  border-top: #FAEA96 solid 1px ;
  padding: 7px 0 0 0;
}
.pm .pm-blank-template .pm-content .pm-btn {
  margin-bottom: 5px;
  margin-top: 15px;
}
.pm .discussion .pm-content {
  background-image: url('../images/blank_discussion.svg');
}
.pm .todolist .pm-content {
  background-image: url('../images/blank_todolist.svg');
}
.pm .file-list .pm-content {
  background-image: url('../images/blank_documents.svg');
}
.pm .milestone .pm-content {
  background-image: url('../images/blank_milestone.svg');
}

.pm .pm-demo-template {
  background-image: url('../images/blank_todolist.svg');
  background-repeat: no-repeat;
}
.pm .modal-mask {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity .3s ease;
}
.pm .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.pm .modal-container {
  width: 450px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
}
.pm .modal-header span.close-vue-modal {
    position: absolute;
    top: 0px;
    right: 0;
}
.pm .modal-header {
  margin-bottom: 5px;
  border-bottom: #e5e9eb solid 1px;
}
.pm .modal-header h3 {
  margin: 0;
  padding: 0;
  color: #095c91;
  padding: 15px 30px 10px;
  font-size: 22px;
}
.pm .modal-header .close-vue-modal a {
  display: block;
  width: 20px;
  background: '';
  border: none;
  border-left: 1px solid #ddd;
  color: #444;
  text-align: center;
  padding: 15px 10px 10px;
  font-size: 110%;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.pm .modal-header .close-vue-modal:hover {
  background: #eee ;
}
.pm .modal-body .pm-task-complete {
  text-decoration: line-through;
  color: #848484;
}
.pm .modal-footer {
  padding: 10px;
  text-align: center;
}
.pm .modal-default-button {
  float: right;
}
.pm .half-modal .modal-container {
  width: 57%;
  margin: 30px 0 0 auto;
  overflow: visible;
  display: compact;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.pm .half-modal .close-vue-modal {
  margin-left: -40px;
  margin-top: 0px;
  float: left;
}
.pm .half-modal .close-vue-modal a {
  display: block;
  width: 20px;
  background: #000 ;
  border: none;
  color: #fff ;
  text-align: center;
  padding: 8px 10px 10px;
  font-size: 110%;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.pm .half-modal .edit-vue-modal a {
  display: block;
  width: 50px;
  background: '';
  border: none;
  border-left: 1px solid #ddd;
  color: #444;
  text-align: center;
  padding: 8px 10px 10px;
  font-size: 110%;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.pm .half-modal .edit-vue-modal:hover {
  background: #eee ;
}
.pm .half-modal .modal-header h3 {
  padding-bottom: 2px;
}
.pm .modal-body .pm-modal-conetnt {
  padding: 10px 10px 30px 10px;
}
.pm-modal-conetnt::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
.pm-modal-conetnt::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}
.pm-modal-conetnt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.pm .half-modal .pm-modal-conetnt {
  overflow-x: auto;
  overflow-y: scroll;
  height: 99vh;
  padding-bottom: 15px;
}
.pm .half-modal .pm-modal-conetnt .pm-todo-edit {
  display: none;
}
.pm .half-modal .pm-modal-conetnt .pm-task-title:hover .pm-todo-edit {
  display: inline-block;
}
.pm .half-modal .pm-modal-conetnt .pm-task-title {
  margin-top: 0px;
  margin-bottom: 15px;
  display: inline-block;
  padding-right: 20px;
  width: 100%;
}
.pm .half-modal .pm-modal-conetnt .pm-task-title .dashicons-lock,
.pm .half-modal .pm-modal-conetnt .pm-task-title .dashicons-unlock {
  color: #0073aa;
}
.pm .half-modal .pm-modal-conetnt .pm-task-title .pm-task-title-text,
.pm .half-modal .pm-modal-conetnt .pm-task-title .pm-task-title-meta {
  float: left;
}
.pm .half-modal .pm-modal-conetnt .pm-task-title .pm-task-title-text:hover .pm-task-title-span {
  background: #eee;
}
.pm .half-modal .pm-modal-conetnt .pm-task-title .pm-task-title-span {
  padding: 0 5px;
  display: inline-block;
}
.pm .half-modal .pm-modal-conetnt .pm-task-title .pm-task-title-text {
  max-width: 88%;
  margin-right: 12px;
}
.pm .half-modal .pm-modal-conetnt .pm-task-title .pm-task-title-text .pm-task-title-field {
  display: inline-block;
  width: 100%;
  padding: 7px 8px 7px 8px;
  background: #eee;
}
.pm .half-modal .pm-modal-conetnt .pm-task-title .pm-task-title-meta {
  width: 8%;
}
.pm .half-modal .pm-modal-conetnt .pm-task-title .pm-mark-done-checkbox {
  width: 4%;
}
.pm .half-modal .pm-modal-conetnt .pm-task-title .pm-task-title-wrap {
  width: 70%;
  /*text-align: justify;*/
}
.pm .half-modal .pm-modal-conetnt .pm-task-title .pm-task-title-wrap,
.pm .half-modal .pm-modal-conetnt .pm-task-title .pm-mark-done-checkbox {
  float: left;
}
.pm .half-modal .pm-modal-conetnt .pm-task-meta {
  margin-top: 0px;
  display: inline-block;
}
.pm .half-modal .pm-modal-conetnt .pm-task-meta .pm-task-date-wrap {
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
.pm .half-modal .pm-modal-conetnt .pm-task-meta .pm-task-date-wrap .pm-date-edit-btn {
  display: none;
}
.pm .half-modal .pm-modal-conetnt .pm-task-meta .pm-task-date-wrap:hover .pm-date-edit-btn {
  display: inline-block;
}
.pm .half-modal .pm-modal-conetnt .pm-task-meta .pm-date-update-wrap {
  position: absolute;
  z-index: 99999;
  width: 600px;
}
.pm .half-modal .pm-modal-conetnt .pm-task-meta .pm-date-picker-from,
.pm .half-modal .pm-modal-conetnt .pm-task-meta .pm-date-picker-to {
  margin-right: -1px;
  float: left;
}
.pm .half-modal .pm-modal-conetnt .pm-assigned-user img {
  width: 24px;
  height: 24px;
}
.pm .half-modal .pm-modal-conetnt .task-details,
.pm .half-modal .pm-modal-conetnt .pm-empty-task-details {
  margin-bottom: 15px;
  margin-top: 15px;
  /*text-align: justify;*/
}
.pm .half-modal .pm-modal-conetnt .task-details .pm-help-text,
.pm .half-modal .pm-modal-conetnt .pm-empty-task-details .pm-help-text {
  font-size: 10px;
  background: #f5f5f5;
  width: 100%;
  padding: 0 7px;
}
.pm .half-modal .pm-modal-conetnt .task-details .pm-desc-field,
.pm .half-modal .pm-modal-conetnt .pm-empty-task-details .pm-desc-field {
  height: 100px;
  width: 100%;
}
.pm .half-modal .pm-modal-conetnt .task-details .pm-desc-content,
.pm .half-modal .pm-modal-conetnt .pm-empty-task-details .pm-desc-content {
  margin: 0;
  padding: 6px;
  min-height: 100px;
}
.pm .half-modal .pm-modal-conetnt .task-details .pm-task-des-edit-btn,
.pm .half-modal .pm-modal-conetnt .pm-empty-task-details .pm-task-des-edit-btn {
  display: none;
}
.pm .half-modal .pm-modal-conetnt .task-details:hover .pm-task-des-edit-btn {
  display: inline-block;
  color: #0073aa;
}
.pm .modal-enter,
.pm .modal-leave {
  opacity: 0;
}
.pm .modal-enter .modal-container,
.pm .modal-leave .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pm .pm-blank-loading .timeline-item {
  background: #fff;
  padding: 12px;
  margin: 0 auto;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.pm .pm-blank-loading .animated-background {
  background: #fff ;
}
.pm .pm-blank-loading .animated-background .background-masker {
  min-height: 25px;
  padding: 8px;
  background: linear-gradient(to right, #fff 8%, #eee 18%, #fff 33%);
  margin-bottom: 5px;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
}
.pm .pm-blank-loading .animated-background .background-masker .comment_image {
  background: url('../images/comment_gray.svg') no-repeat left;
  padding-left: 15px;
}
.pm .loadanimation {
  background: url('../images/more-loading.gif') no-repeat center center;
  min-height: 70px;
  width: 100%;
  text-align: center;
}
.pm .loadmoreanimation {
  display: none;
}
.pm .loadmoreanimation .load-spinner {
  margin: 10px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.pm .loadmoreanimation .load-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.pm .loadmoreanimation .load-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.pm .loadmoreanimation .load-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.pm .loadmoreanimation .load-spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.pm .loadmoreanimation .load-spinner > div {
  background-color: #ccc;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.pm .loading-animation .load-spinner {
  display: block;
}
.pm .loading-animation .load-spinner {
  margin: 10px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.pm .loading-animation .load-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.pm .loading-animation .load-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.pm .loading-animation .load-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.pm .loading-animation .load-spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.pm .loading-animation .load-spinner > div {
  background-color: #ccc;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.pm .animated {
  display: inline-block;
}
.pm .animated.v-enter {
  animation: fadein .5s;
}
.pm .animated.v-leave {
  animation: fadeout .5s;
}
@keyframes fadein {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(0);
  }
}
@media only screen and (max-width: 640px) {
  .pm .pm-top-bar ul.pm-project-group-ul {
    width: 100%;
  }
  .pm .pm-top-bar ul.pm-project-group-ul li a {
    padding-left: 50px;
    background-position: 5% 50%;
  }
  .pm .project-overview .overview-menu ul li a {
    display: block;
    width: 100%;
  }
  .pm .project-overview .overview-menu ul li a .icon,
  .pm .project-overview .overview-menu ul li a .count {
    float: none;
    text-align: center;
    display: block;
  }
  .pm .project-overview .overview-menu ul li a .icon {
    margin: 0 auto 15px auto;
  }
  .pm .project-overview .pm-chart {
    width: 100%;
  }
  .pm .pm-todo-content .pm-col-7 {
    width: 100%;
  }
  .pm .pm-todo-content .pm-todo-action-right,
  .pm .pm-todo-content .pm-col-4 {
    width: 48%;
    visibility: visible;
  }
  .pm .pm-new-todolist-form {
    width: 100%;
  }
  .pm article.pm-todolist .pm-list-edit-form form,
  .pm article.pm-todolist .pm-task-edit-form {
    width: 95%;
  }
  .pm article.pm-todolist .pm-todo-form {
    padding: 0;
  }
  .pm article.pm-todolist .pm-todo-form .pm-task-form {
    width: 92%;
    margin: 10px 15px;
  }
  .pm .pm-list-footer .pm-col-6 {
    width: 100%;
  }
  .pm .pm-list-footer .pm-col-4 {
    width: 60%;
  }
  .pm .pm-list-footer .no-percent {
    width: 20%;
    margin: 0;
    padding-top: 10px;
  }
  .pm #pm-report .postbox {
    text-align: center;
  }
  .pm #pm-report ul {
    text-align: center;
  }
  /*.pm #pm-report ul li {
    padding: 40px;
    background: #fff;
    border: solid 1px #ccc;
    width: auto ;
    margin-left: 0;
    text-align: center;
    float: none ;
  }*/
  .pm #pm-report ul li a {
    padding: 15px;
  }
  .pm .half-modal .modal-container {
    width: 90%;
  }
}
@media only screen and (max-width: 1166px) {
  .pm {
    /*** For activity page ***/
    /** Discussion Page Start**/
    /** Discussion Page End **/
  }
  .pm .pm-sm-col-1 {
    width: 100%;
  }
  .pm .pm-sm-col-2 {
    width: 100%;
  }
  .pm .pm-sm-col-3 {
    width: 100%;
  }
  .pm .pm-sm-col-4 {
    width: 30.19999%;
    float: left;
  }
  .pm .pm-sm-col-5 {
    width: 100%;
  }
  .pm .pm-sm-col-6 {
    width: 100%;
  }
  .pm .pm-sm-col-7 {
    width: 100%;
  }
  .pm .pm-sm-col-8 {
    width: 100%;
  }
  .pm .pm-sm-col-9 {
    width: 100%;
  }
  .pm .pm-sm-col-10 {
    width: 100% ;
  }
  .pm .pm-sm-col-11 {
    width: 100%;
  }
  .pm .pm-sm-col-12 {
    width: 100% ;
    float: none;
  }
  .pm .show_desktop_only {
    display: none;
  }
  .pm .show_small_only {
    display: block;
  }
  .pm .hide_desktop_only {
    display: block;
  }
  .pm .hide_small_only {
    display: none;
  }
  .pm .pm-project-group ul li {
    width: 100% ;
    float: none;
  }
  .pm .pm-project-group ul li a {
    background-position: 2% 50%;
    /*border-bottom: solid 2px #eee;*/
  }
  .pm .pm-project-grid,
  .pm .pm-project-list {
    width: 100%;
  }
  .pm .pm-project-grid .pm-project,
  .pm .pm-project-list .pm-project {
    width: 100%;
    margin-left: 0px;
    padding: 0px;
    box-shadow: none;
  }
  .pm .pm-project-list .pm-project {
     height: auto;
  }
  .pm .pm-project-grid .pm-project .project_head,
  .pm .pm-project-list .pm-project .project_head {
    background: #ffffff ;
    padding: 12px 20px;
    border-bottom: #ccc solid 1px;
    min-height: 55px;
    color: #000 ;
  }
  .pm .pm-project-list .pm-project .project_head {
    width: 100%;
  }
  .pm .pm-project-list .pm-project .pm-project-meta {
    width: 100%;
  }
  .pm .pm-project-grid .pm-project .project_head:hover,
  .pm .pm-project-list .pm-project .project_head:hover {
    background: #019dd6;
    text-decoration: none;
  }
  .pm .pm-project-grid .pm-project .project_head:hover h5,
  .pm .pm-project-list .pm-project .project_head:hover h5,
  .pm .pm-project-grid .pm-project .project_head:hover .pm-settings-icon-cog span,
  .pm .pm-project-list .pm-project .project_head:hover .pm-settings-icon-cog span,
  .pm .pm-project-grid .pm-project .project_head:hover .pm-project-detail,
  .pm .pm-project-list .pm-project .project_head:hover .pm-project-detail {
    color: #ffffff;
  }
  .pm .pm-project-grid .pm-project .pm-project-detail,
  .pm .pm-project-list .pm-project .pm-project-detail {
    font-size: 13px;
  }
  .pm .pm-project-grid .pm-project .pm-project-meta,
  .pm .pm-project-list .pm-project .pm-project-meta {
    padding: 10px;
  }
  .pm .pm-project-grid .pm-project .pm-project-meta ul,
  .pm .pm-project-list .pm-project .pm-project-meta ul {
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    margin-bottom: 50px;
  }
  .pm .pm-project-grid .pm-project .pm-project-meta ul li,
  .pm .pm-project-list .pm-project .pm-project-meta ul li {
    float: left;
    width: 41% ;
    list-style: none;
    //padding-left: 25px;
    font-size: 13px;
    color: #888888;
    line-height: 35px;
    padding-bottom: 15px;
  }
  .pm .pm-project-grid .pm-project .pm-progress,
  .pm .pm-project-list .pm-project .pm-progress {
    position: absolute;
    bottom: 75px;
    height: 6px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    background-color: red;
    background-image: linear-gradient(to bottom, #dae5e8, #dae5e8);
    background-repeat: repeat-x;
    box-shadow: 0px ;
    border-radius: 0px;
    top:unset;
  }
  .pm .pm-project-list .pm-project .pm-project-people {
    width: 100%;
    top:0;
  }
  .pm .pm-project-grid .pm-project .pm-progress .completed,
  .pm .pm-project-list .pm-project .pm-progress .completed {
    ackground-color: #019dd6;
    background-image: linear-gradient(to bottom, #019dd6, #019dd6);
  }
  .pm .pm-project-grid .pm-project .pm-project-people,
  .pm .pm-project-list .pm-project .pm-project-people {
    text-align: center;
  }
  .pm .project-overview .pm-right-part {
    width: 100%;
  }
  .pm .pm-activity-list li.pm-row {
    display: block ;
  }
  .pm .pm-activity-list li.pm-row .pm-activity-date {
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .pm .pm-message-page {
    display: inline  ;
  }
  .pm .pm-message-page .pm-message-list {
    width: 100% ;
  }
  .pm .pm-message-page .pm-message-body {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1400px) {
  .pm .project-overview .overview-menu ul li {
    flex-basis: 33.33% !important;
    max-width: 33.33% !important;
  }
  .pm .project-overview .overview-menu ul li a {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .pm .project-overview .overview-menu ul li {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .pm-header-title-content .project-title {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  
  .pm-header-title-content .project-title {
    display: block;
    position: relative !important;
    line-height: inherit !important;
  }
  
  .pm-header-title-content .project-title .title {
    max-width: calc(100% - 70px);
    display: block;
  }
  .pm-header-title-content .pm-title-edit-settings {
    right: 35px;
  }
  .pm-header-title-content .settings {
    right: 0;
  }
  .pm-header-title-content .pm-title-edit-settings, 
  .pm-header-title-content .settings {
    position: absolute !important;
    top: 0;
    z-index: 999;
  }
  .pm-header-title-content .project-title + div {
    width: 100%;
  }
  .pm-header-title-content .project-title + div input {
    width: 100% !important;
  }
  
    


}

@media print {
  .pm .pm-no-print {
    display: none;
  }
  .pm td,
  .pm th {
    padding: 1px ;
  }
}
.pm-task-modal .pm-multiselect-single-task .multiselect__input {
  width: 100%;
}
.pm-task-modal .pm-multiselect-single-task .multiselect__select {
  display: none;
}
.pm-task-modal .pm-multiselect-single-task .multiselect__tags {
  padding: 8px 12px 0 8px;
}
.pm-task-modal .pm-multiselect-single-task .multiselect__tags .multiselect__tag {
  display: none;
  margin: 0;
  padding: 0;
}
.pm-task-modal .pm-assigned-user,
.pm-task-modal time {
  background: none;
}
.pm-task-modal .avatar {
  border-radius: 30px;
  vertical-align: middle;
  margin-right: 8px;
}
.pm-task-modal .pm-lock {
  width: auto;
  height: 22px;
  padding-left: 12px;
}
.pm-task-modal #new_comment_form {
  margin-bottom: 50px;
}
.pm-task-modal #new_comment_form trix-toolbar .button_group button,
.pm-task-modal #new_comment_form trix-toolbar .button_group input[type=button] {
  background: rgba(255, 255, 255, 0);
}

.pm-comment-content ul {
  display: block;
  list-style-type: disc;
  margin-left: 2em;
}
.pm-project-action ul.pm-settings li .pm-spinner {
  display: none;
}
.pm-project-form .pm-form-item {
  margin-bottom: 15px;
}
.pm-project-form .pm-form-item .chosen-container-single a.chosen-single {
  height: 30px;
  box-shadow: none;
}
.toast-top-right {
  top: 32px !important;
  right: 0px !important;
}
.item .multiselect__input {
  border: none !important;
  box-shadow: none !important;
  margin: 0;
}
.multiselect__element {
  padding: 0px !important;
  margin: 0px !important;
}
#pm-single-todo-list-view {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
  border-bottom: 1px solid #e5e5e5;
}
#pm-single-todo-list-view .pm-todo {
  padding-bottom: 0px;
  padding-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#pm-single-todo-list-view .pm-todo .pm-todo-wrap {
  padding: 0px;
  margin: 0px;
}
#pm-single-todo-list-view .pm-incomplete-tasks {
  width: 100%;
  padding: 0px 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#pm-single-todo-list-view .pm-incomplete-tasks .pm-incomplete-task-list .pm-todo,
#pm-single-todo-list-view .pm-incomplete-tasks .pm-incomplete-task-list li {
  border-bottom: none;
}
#pm-single-todo-list-view .pm-completed-tasks {
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 10px;
}
#pm-single-todo-list-view .pm-completed-tasks .pm-completed-task-list {
  min-height: 55px;
}
#pm-single-todo-list-view .pm-completed-tasks .pm-completed-task-list .pm-todo,
#pm-single-todo-list-view .pm-completed-tasks .pm-completed-task-list li {
  border-bottom: none;
}
#pm-single-todo-list-view .pm-tag-gray {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 22px;
  position: relative;
  content: "";
  cursor: pointer;
  margin: 0 13px 0 0;
  padding: 5px 15px 5px 5px;
  border: none;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #f1f1f1;
}
#pm-single-todo-list-view .pm-tag-gray::before {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
  width: 22px;
  height: 22px;
  position: absolute;
  content: "";
  cursor: pointer;
  top: 5px;
  right: -12px;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #f1f1f1;
  text-shadow: none;
  -webkit-transform: rotateY(1deg) rotateZ(-45deg);
  transform: rotateY(1deg) rotateZ(-45deg);
}
#pm-single-todo-list-view .pm-task-edit-form {
  border-top: 1px solid #e5e5e5;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#pm-single-todo-list-view .pm-task-edit-form .pm-task-form {
  background: #fff;
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#pm-single-todo-list-view .pm-task-edit-form .pm-task-form .item.submit {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#pm-single-todo-list-view .pm-single-task-subtask-form {
  width: 300px;
}
.pm-incomplete-task-spinner,
.pm-completed-task-spinner {
  margin-left: 2% !important;
}
.pm trix-editor ul {
  list-style: disc;
  padding-left: 20px;
}
.pm-single-new-task-field-wrap {
  position: relative;
}
.pm-single-new-task-field-wrap .pm-settings {
  position: absolute;
  top: 6px;
  right: 6px;
}
.pm-single-new-task-field-wrap .pm-settings-control {
  position: absolute;
  background: #deb;
  padding: 6px;
  border-radius: 3px;
  top: 0px;
  z-index: 9999;
  width: 100%;
}
.pm-single-new-task-field-wrap .pm-settings-control .pm-triangle {
  position: absolute;
  width: 0;
  height: 0;
  top: 8px;
}
.pm-single-new-task-field-wrap-right .pm-settings-control {
  left: 104%;
}
.pm-single-new-task-field-wrap-right .pm-settings-control .pm-triangle {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #deb;
  left: -9px;
}
.pm-single-new-task-field-wrap-left .pm-settings-control {
  right: 34px;
}
.pm-single-new-task-field-wrap-left .pm-settings-control .pm-triangle {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #deb;
  right: -9px;
}
.pm-single-task-field-multiselect-wrap .pm-multiselect,
.pm-todo-lists-drop-down-wrap .pm-multiselect {
  position: relative;
}
.pm-single-task-field-multiselect-wrap .pm-multiselect .pm-multiselect-cross,
.pm-todo-lists-drop-down-wrap .pm-multiselect .pm-multiselect-cross {
  position: absolute;
  z-index: 9999;
  right: 5px;
  top: 7px;
}
.pm-single-task-field-multiselect-wrap .pm-multiselect .multiselect__tags,
.pm-todo-lists-drop-down-wrap .pm-multiselect .multiselect__tags {
  border: none;
  padding: 0;
}
.pm-single-task-field-multiselect-wrap .pm-multiselect .multiselect__select,
.pm-todo-lists-drop-down-wrap .pm-multiselect .multiselect__select {
  display: none;
}
.pm-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: 10px;
}
.pm-popover .pm-arrow {
  top: 74px;
  left: -20px;
  content: " ";
  border-width: 10px;
  position: absolute;
  display: block;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-right-color: #999;
}
.pm-popover .pm-arrow::after {
  top: -10px;
  left: -9px;
  content: " ";
  border-left-width: 0;
  border-width: 10px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-right-color: #fff;
}
.pm-popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(-0.7rem);
  border-top-left-radius: calc(-0.7rem);
}
.pm-popover-content {
  padding: 9px 14px;
}
.pm-single-task-field-start-wrap,
.pm-single-task-field-end-wrap,
.pm-single-task-field-description-wrap {
  position: relative;
  width: 100%;
}
.pm-single-task-field-start-wrap .pm-single-task-field-description-link,
.pm-single-task-field-end-wrap .pm-single-task-field-description-link,
.pm-single-task-field-description-wrap .pm-single-task-field-description-link {
  position: absolute;
  right: 5px;
  top: 4px;
}
.pm-single-task-field-start-wrap .pm-single-task-field-start-field,
.pm-single-task-field-end-wrap .pm-single-task-field-start-field,
.pm-single-task-field-description-wrap .pm-single-task-field-start-field,
.pm-single-task-field-start-wrap .pm-single-task-field-end-field,
.pm-single-task-field-end-wrap .pm-single-task-field-end-field,
.pm-single-task-field-description-wrap .pm-single-task-field-end-field,
.pm-single-task-field-start-wrap .pm-single-task-field-description-field,
.pm-single-task-field-end-wrap .pm-single-task-field-description-field,
.pm-single-task-field-description-wrap .pm-single-task-field-description-field {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 5px;
}
.pm-single-task-field-start-wrap .pm-inline-date-picker-from,
.pm-single-task-field-end-wrap .pm-inline-date-picker-from,
.pm-single-task-field-start-wrap .pm-inline-date-picker-to,
.pm-single-task-field-end-wrap .pm-inline-date-picker-to {
  position: relative;
}
.pm-single-task-field-start-wrap .pm-inline-date-picker-from .ui-datepicker,
.pm-single-task-field-end-wrap .pm-inline-date-picker-from .ui-datepicker,
.pm-single-task-field-start-wrap .pm-inline-date-picker-to .ui-datepicker,
.pm-single-task-field-end-wrap .pm-inline-date-picker-to .ui-datepicker {
  width: 16em;
  /*what ever width you want*/
}
.pm-single-task-field-start-wrap .pm-inline-date-picker-from i,
.pm-single-task-field-end-wrap .pm-inline-date-picker-from i,
.pm-single-task-field-start-wrap .pm-inline-date-picker-to i,
.pm-single-task-field-end-wrap .pm-inline-date-picker-to i {
  font-size: 20px;
  background: #444;
  color: #fff;
  border-radius: 8px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-weight: 100 !important;
}
.pm-single-task-field-start-wrap .pm-inline-date-picker-from .pm-single-task-field-start-link,
.pm-single-task-field-end-wrap .pm-inline-date-picker-from .pm-single-task-field-start-link,
.pm-single-task-field-start-wrap .pm-inline-date-picker-to .pm-single-task-field-start-link,
.pm-single-task-field-end-wrap .pm-inline-date-picker-to .pm-single-task-field-start-link,
.pm-single-task-field-start-wrap .pm-inline-date-picker-from .pm-single-task-field-end-link,
.pm-single-task-field-end-wrap .pm-inline-date-picker-from .pm-single-task-field-end-link,
.pm-single-task-field-start-wrap .pm-inline-date-picker-to .pm-single-task-field-end-link,
.pm-single-task-field-end-wrap .pm-inline-date-picker-to .pm-single-task-field-end-link {
  position: absolute;
  right: -5px;
  top: -12px;
  z-index: 99999;
}
.pm-multiselect .multiselect__content .multiselect__option--highlight:hover {
  background: none;
  color: #575d64;
}
.pm-multiselect .multiselect__content .multiselect__option--highlight {
  background: none;
  color: #575d64;
}
.pm-multiselect .multiselect__content .multiselect__option--selected:hover {
  background: #f3f3f3;
  color: #35495e;
}
.pm-multiselect .multiselect__content .multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
}
.pm-multiselect .multiselect__content .multiselect__option--selected:after {
  content: "\2713 ";
}
.pm-multiselect .multiselect__content .multiselect__option--highlight:after {
  background: none;
  color: #35495e;
}
.pm-multiselect .multiselect__content img.option__image {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.pm-multiselect .multiselect__content .option__desc {
  display: inline-block;
  width: 73%;
  white-space: normal;
  margin: 0 0 0 2px;
  padding: 0;
}
.pm .discussion{
  padding-left: 0px; 
  overflow: hidden;
  position: relative;
}

.slide-enter-active {
  transition: all .3s ease;
  overflow-y: hidden;
  height: 500px;
}
.slide-leave-active {
  transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
  height: 500px;
  overflow-y: hidden;
}
.slide-leave-to{
  height: 0px;
}
.slide-enter{
  height: 0px;
}

.pm-milestone .pm-milestone-form {
    max-width: 600px;
}

.pm .form-table td fieldset label{
  margin: 0.25em 0.5em 0.5em !important;
}

.logo-preview{
  max-width: 75px;
  max-height: 75px;
  overflow: hidden;
  margin-bottom: 10px !important;
}

.logo-preview img{
  width: 100%;
  height: auto;
}

/* change background and spacing for each project sub pages */
.pm-project-overview-container,
.pm-activities-container,
.pm-discussion-container,
.pm-milestone-container,
.pm-files-container-free,
.pm-files-container-pro,
.pm-gantt-wrap,
.pm-settings {
  margin-top: 0 !important;
  padding: 20px;
  border: 1px solid #E5E4E4;
  border-top: 0;
  background: #FAFAFA;
}
















/* RTL */
/*body {
  direction: rtl;
  font-family:"IRANSans",Arial,sans-serif !important;
}
.pm-page-wrapper .pm-project-item .pm-project-item-body .pm-project-info .pm-project-meta-counters li {
  float: right;
}
.pm-page-wrapper .pm-project-item .pm-project-item-body .pm-project-info .pm-project-meta-counters li:not(:last-child) {
  margin: 0 0 10px 10px;
}
.pm-page-wrapper .pm-project-item .pm-project-item-body .pm-project-progress .pm-project-status {
  right: 0;
  left:unset;
}
.pm-pull-left {
  float: right;
}
.pm-pull-right {
  float: left;
}
.pm-page-wrapper .pm-view-style-container .pm-view-style-group {
  margin-right: 15px !important;
  margin-left:unset !important;
}
.pm .pm-filter-selection{
  margin-bottom: 0px;
}
.pm-page-wrapper .pm-header .pm-header-left h2 {
  margin-left: 15px;
  margin-right:unset !important;
}
.pm-has-dropdown .pm-dropdown-menu {
  position: absolute;
  right:unset !important;
  left: 0;
}
.pm-page-wrapper .pm-overview-panel .pm-panel-header .pm-tab-item a i {
  margin-right: unset !important;
  margin-left: 7px;
}
.pm-kanboard .pm-pro-multiselect-wrap {
 right:-60px;
 left:unset !important;
}
.multiselect {
 text-align:right;
}
.pm-kanboard .kanboard-menu-wrap .fullscreen-view-btn .icon-pm-fullscreen-text {
 margin-right:8px;
 margin-left: unset;
}
.pm-header-title-content .project-title .title {
 margin-left:20px;
 margin-right:unset;
}
.pm .project-overview .overview-menu ul li .count {
  text-align: right !important;
}
.pm-header-title-content .settings.first {
 border-top-right-radius:3px;
 border-bottom-right-radius:3px;
 border-top-left-radius: unset;
 border-bottom-left-radius:unset;
}
.pm-header-title-content .settings.last {
 border-top-left-radius: 3px;
 border-bottom-left-radius:3px;
 border-top-right-radius:unset;
 border-bottom-right-radius:unset;
}
.pm .project-overview .pm-right-part .user_list li img {
  float: right;
  margin-left: 10px;
  margin-right: unset !important;
}
.pm .pm-message-page .pm-message-list li img {
  float: right !important;
}
.pm .pm-col-1 {
  float: right !important;
  margin-left: 10px;
  margin-right: unset !important;
}
.pm .pm-col-2 {
  float: right !important;
  margin-left: 10px;
  margin-right: unset !important;
}
.pm .pm-col-3 {
  float: right !important;
  margin-left: 10px;
  margin-right: unset !important;
}
.pm .pm-col-4 {
  float: right !important;
  margin-left: 10px;
  margin-right: unset !important;
}
.pm .pm-col-5 {
  float: right !important;
  margin-left: 10px;
  margin-right: unset !important;
}
.pm .pm-col-6 {
  float: right !important;
  margin-left: 10px;
  margin-right: unset !important;
}
.pm .pm-col-7 {
  float: right !important;
  margin-left: 10px;
  margin-right: unset !important;
}
.pm .pm-col-8 {
  float: right !important;
  margin-left: 10px;
  margin-right: unset !important;
}
.pm .pm-col-9 {
  float: right !important;
  margin-left: 10px;
  margin-right: unset !important;
}
.pm .pm-col-10 {
  float: right !important;
  margin-left: 10px;
  margin-right: unset !important;
}
.pm .pm-col-11 {
  float: right !important;
  margin-left: 10px;
  margin-right: unset !important;
}
.pm .modal-header span.close-vue-modal {
    left: 0;
    right:unset !important;
}
.gantt_layout_cell_border_right {
 border-left:1px solid #cecece;
 border-right:unset !important;
}
.gantt_layout_cell_border_left {
 border-right:1px solid #cecece;
 border-left:unset !important;
}
.grunt-color-plate {
 margin:0 0 8px 5px;
 float:left;
}
.dashicons, .dashicons-before::before {
    margin-top: 5px;
}
.pm-page-wrapper .pm-header .pm-form-has-addon .pm-submit-btn {
  left: 0;
  right:unset !important;
}
.pm-project-group .pm-user-select .user-switch {
 margin-right:auto!important;
 margin-left:unset!important;
}
.my-task-filter-wrap .form .field {
 margin-right:unset !important;
 margin-left:5px;
}
.pm .pm-project-header .pm-user-select img.option__image {
 margin-right:unset !important;
 margin-left:5px;
}
#wedevs-project-manager .pm-my-tasks .avatar {
 margin-right:unset !important;
 margin-left: 10px;
}
.mytask-current .current-task-table .sort-wrap {
 left:25px;
  right:unset !important;
}
.pm-task-form .input-area .input-action-wrap .task-create-form .fields .process-fields .process-field {
 margin-left:16px;
 margin-right:unset !important;
}
.pm-task-form .input-area .input-action-wrap .task-create-form .fields .process-fields .task-users .user-images .image {
 margin-right:5px;
 margin-left:unset !important;
}
.project-select-area .form-content-wrap .drop-down-wrap .projects-drop-down,
.project-select-area .form-content-wrap .drop-down-wrap .users-drop-down {
 width:250px;
 min-height:auto;
 margin-left:8px;
 margin-right:unset !important;
}
.ui-dialog .ui-dialog-title {
  float: right;
}
.ui-dialog .ui-dialog-titlebar-close {
  left: .3em;
  right:unset !important;
  font-family: "IRANSans",Arial,sans-serif !important;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "IRANSans",Arial,sans-serif !important;
}
.pm-task-list-wrap .list-content-body .content .list-action-btn-wrap .new-list-btn .plus {
 margin-left:5px;
 margin-right:unset !important;
}
.pm-task-list-wrap .list-content-body .content .list-action-btn-wrap .new-list-btn a {
 width:max-content;
}
.pm-project-menu .menu-item a .logo {
 margin-left:5px
 margin-right:unset !important;
}
.pm .table th,
.pm .table td {
  text-align: right !important;
}
.pm-table th,
.pm-table td {
  text-align: right;
}
.pm-invoice .pm-invoice-wrap .pm-invoice-total-box table.pm-invoice-totals th {
  text-align: right;
  padding: 5px 25px 10px 5px;
}
.pm-pro-archive-anchor .archive {
 margin-right: 5px;
 margin-left:unset !important;
}
.pm-task-list-wrap .list-content-body .content .list-action-btn-wrap .task-filter .icon-pm-filter {
 margin-left: 5px;
 margin-right:unset !important;
}
.pm-task-list-wrap .list-content-body .content .list-items .list-content .list-item-content .after-title .list-title-action {
    margin-right: 12px;
 margin-left:unset !important;
}
.pm-task-list-wrap .list-content-body .content .list-items .list-content .list-title-anchor {
    margin-left: 40px;
    margin-right:unset !important;
}
.pm-list-header-menu .task-filter .icon-pm-filter {
    margin-left: 5px;
    margin-right:unset !important;
}
.pm-kanboard .fullscreen-view-btn {
 margin-left:10px;
  margin-left:unset !important;
}
.pm-list-header-menu {
    float: left;
}

@media only screen and (min-width: 768px) {
  .project-list-view .pm-project-item-header .pm-project-settings {
    right:unset !important;
    left: 15px;
  }
}*/


