/*
* custom style
*/

body {
  background-color: #f5f5f5;
}

.sidebar-wrapper {
  background: #ffffff;
}

.cursor-move {
  cursor: move;
}

#show_menu {
  display: none;
}

a:hover {
    color: #6300AA;
    text-decoration: none; 
}

.form-control {
  font-family: Roboto, 'Open Sans', sans-serif;
  font-weight: 400;
}
.project-list li.list-group-item {
    background: rgba(182, 97, 242, 0.1);
    border-radius: 100px;
    border: 0;
    margin-bottom: 5px;
  /*font-family: Open Sans;*/
  font-family: Roboto, 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;

  color: #333333;
}

.project-list li.list-group-item.completed {
  background: rgba(29, 209, 161, 0.25);  
}

.project-list .actions a {
    padding-left: 10px;
}

/* for modal */

.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window > div {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*padding: 2em;*/
  background: #ffffff;
  color: #333333;
  /*max-height: 80vh;
  overflow-y: auto;*/
}
.modal-window.modal-size-lg > div {
  width: 650px;
}

.modal-window header {
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  color: #515151;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
  color: #333333;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: #000;
}

#modal_overlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
}

.modal-open #modal_overlay {
  display: block;
}

.modal-is-open {
  opacity: 1; 
  pointer-events: auto
}

.modal-window .modal-footer {
  display:block;
  border: 0;
  padding: 15px 15px 15px; /*padding: 15px 15px 0px;*/
}

/* end for modal */


.btn {
  font-size: 16px;
  /*font-family: Open Sans;*/
  font-family: Roboto, 'Open Sans', sans-serif;
}

.edit_action_buttons {
  background: rgba(99, 0, 170, 0.8);
  opacity: 0.8;/* button */
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 150px;
  color: #fff;
  font-size: 30px;
  padding: 5px 15px;
  position: fixed;
  right: 2%;
  bottom: 10%;
}

.edit_action_buttons i, .select_add_section, .modal-close {
  cursor: pointer;
}

.edit_action_buttons a {
    color: #fff;
}

.select_add_section:hover {
  color: #fff;
  background: #6300aa;
  border-radius: 100px;
}

.select_add_section {
  padding: 2px 10px;
  margin: 10px 0;
}

.hollow_select .select_add_section:hover {
  color: initial;
  background: initial;
  border: 1px solid #6300aa;
}

.hollow_select .select_add_section {
  border: 1px solid transparent;
}


.add_note_textarea {
  /*height:200px; */ 
  height:100px;
}

.edit_mode .div_checklist .cb-container {
  width: calc( 100% - 80px );
  float: left;
}

.div_checklist .div_checklist_action {
  float: right;
  color: #6300aa;
  cursor: pointer;
}

.section_action {
  color: #6300aa;
  cursor: pointer;
}
.cb-for-edit input.cb-text-input {
  width: inherit;
  opacity: 1;
  height: inherit;
  float: left;
}

.cb-for-edit .cb-text-label, .cb-text-textarea {
  display: none;
}


.cb-for-edit .cb-text-textarea {
  display: inline-block;
  width: calc( 100% - 10px );
}

.div_section_content {
  width: 100%;
}
.edit_mode .div_section_content {
    width: calc( 100% - 80px );
}

.edit_mode .div_section_action {
    text-align: right;
    width: 50px;
    float: right;
    color: #6300aa;
    cursor: pointer;
    display: block;
}

.edit_mode .timeline-entry-date, .cursor-pointer {
    cursor: pointer;
}


.auth .alert-danger {
    font-size: 13px;  
}


/* draggable css */

.draggable_container {
    min-height: 42px;
    padding-left: 0px;
}


.draggable_container .dndDraggingSource {
    display: none !important;
}

.draggable_container .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

.draggable_container .draggable_div {
    display: block;
}

.draggable_container .draggable_div.selected {
    background-color: #dff0d8;
    color: #3c763d;
} 

/* end draggable css */


#add-section-modal label {
    /*font-size: initial;*/
    vertical-align: initial;
    margin-bottom: 0;
}

.full-page-wrapper .main-panel > .content-wrapper {
  padding: 0;
}

.full-page-wrapper .main-panel > .content-wrapper .auth{
    height: 100vh;
}

.auth-page.full-page-wrapper .main-panel > .footer_part {
  display: none;
}
.pre-wrap {
  white-space: pre-wrap;
}

#add-section-modal .new_cost_list {
  padding: 0 0 10px;
}

#add-section-modal .new_cost_list:first {
  padding: 10px 0 10px;
}

.costing_action .mdi-minus-circle-outline {
  cursor: pointer;
  color: #6300aa;
  line-height: 2;
}

.violet {
  color: #6300aa;  
}

.edit_mode .div_vendor {
  width: calc(100% - 50px );
  float: left;
}

.div_vendor_action {
  width: 50px;
  float: left;
  cursor: pointer;
  color: #6300aa;
}

.loading_class {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, .6);
}

.loading_content {
  top: calc( 50% - 50px );
  left: calc( 50% - 50px );
  position: absolute;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F7ECFF;
}

.table td, .table th {
  /*font-family: Open Sans;*/
  font-family: Roboto, 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #333333;
}

.thi-table td, .thi-table th {
  /*font-family: Open Sans;*/
  font-family: Roboto, 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #333333;
  padding: 18px 30px;
}



form.dropzone {
  border: 2px dashed #6300AA;
  border-radius: 5px;
  background: #f5f5f5;
}

form.dropzone i{
  font-size: 5rem;
}

form.dropzone .dz-message {
  color: rgba(0,0,0,.54);
}

img.editAttachmentPreview {
  max-width: 30px;
}

input.form-control.white-bk {
  background-color: #fff !important;
}

.time-remaining .time-extended {
  float: left;
  line-height: 4;
  font-size: initial;
}

.shareable_links_div {
  line-height: normal;
  border-radius: 5px;
  padding: 10px 15px;  
  margin-bottom: 10px;
}

.shareable_links_div.active {
  background-color: #d9ffdb;  
}

.shareable_links_div.inactive {
  background-color: #eee;
}

.shareable_links_div.no_result {
  background-color: #f5ffd9;
  font-size: small;
}


/* --- Input Form Custom START --- */

 .custom-form {
    
  }
  div.modal-body.custom-form{
    padding-left: 30px;
    padding-right: 30px; 
  }
 .custom-form .btn-primary {
   background-color: #8e44ad;
   border-color: #8e44ad;
}
 .custom-form .form-group {
   position: relative;
   padding-top: 16px;
   margin-bottom: 0px;
   /*16px;*/
}
 .custom-form .form-group .animated-label {
   position: absolute;
   top: 20px;
   left: 0;
   bottom: 0;
   z-index: 2;
   width: 100%;
   font-weight: 300;
   /*opacity: 0.5;*/
   opacity: 1;
   cursor: text;
   transition: 0.2s ease all;
   margin: 0;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
}
 .custom-form .form-group .animated-label:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 45%;
   height: 2px;
   width: 10px;
   visibility: hidden;
   background-color: #8e44ad;
   transition: 0.2s ease all;
}
 .custom-form .form-group.not-empty .animated-label {
   top: 0;
   font-size: 12px;
   z-index: 0;
}
 .custom-form .form-group .form-control {
   position: relative;
   z-index: 1;
   border-radius: 0;
   border-width: 0 0 1px;
   border-bottom-color: rgba(0, 0, 0, 0.25);
   /*height: auto;*/
   padding: 3px 0 5px;
}
 .custom-form .form-group .form-control:focus {
   box-shadow: none;
   border-bottom-color: rgba(0, 0, 0, 0.12);
}
 .custom-form .form-group .form-control:focus ~ .animated-label {
   top: 0;
   opacity: 1;
   color: #8e44ad;
   font-size: 12px;
}
 .custom-form .form-group .form-control:focus ~ .animated-label:after {
   visibility: visible;
   width: 100%;
   left: 0;
}
.custom-form input{
  font-size:14px;
}
.custom-form textarea{
  font-size:14px;
}
div.modal-body.custom-form{
  max-height: 80vh;
  color: #777777;
}

/* --- Input Form Custom END --- */

.auth.auth-bg-1 {
  background: #6300AA;  
}

.btn-primary {
    color: #fff;
    background-color: #6300AA;
    border-color: #6300AA;
}


.sidebar .nav .nav-item .nav-link {
  font-family: Roboto, 'Open Sans', sans-serif;
}



  .card-top-title {
  /*
    background: #b661f2;
    color: #ffffff;
    padding: 5px 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  */  



    padding: 24px 24px 0;
    /* border-bottom: 3px solid #6300aa; */
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    /*font-family: Open Sans;*/
    font-family: Roboto, 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    color: #515151;

    
  }

  .timeline-entry {
    /*font-family: Open Sans;*/
    font-family: Roboto, 'Open Sans', sans-serif;
    padding-bottom: 35px;   
  }

  .timeline-entry .timeline-entry-date span {
    /*font-weight: 600; */
    color: #6300aa;
    font-size: 20px;
    display: block;
    text-align: right;
    line-height: 1;
  }
  .timeline-entry .timeline-entry-date span:last-child {
    font-size: 20px;
  }
  
  .timeline-entry-desc {
    font-size: 16px;
    line-height: normal;
    color: #333333;
    border-radius: 5px;
    /* background-color: #d9ffdb;   */
    background-color: #eee;
    padding: 18px 18px 18px 22px;
  }
  
  .timeline-entry-future .timeline-entry-desc { 
    background-color: #f5ffd9;
  }

  .timeline-entry-current .timeline-entry-desc { 
    background-color: #d9ffdb;  
  }  
  

  .timeline-entry.timeline-entry-current .timeline-entry-date span {
    font-weight: 600;
  }


  .timeline-in .timeline-entry {
    border-radius: 20px;
    background: #f5f5f5;
    padding: 10px 25px; 
    /*width: calc( 100% - 70px )*/
    width: calc( 100% - -6px );
  }


  .timeline-in .timeline-date {
    padding: 10px; 
    width: 70px;
  }
  .editmode.timeline-in .timeline-entry {
    width: calc( 100% - 130px );
  }

  .editmode.timeline-in .timeline-actions {
    display: block;
  }

  .timeline-entry .timeline-status{
    width: 30px;
    font-size: 1.4em;
  }

  .timeline-entry .timeline-message {
    /*width: calc(100% - 40px);*/
    width: calc(100% - 0px);
  }

  /* custom checkbox */
  .cb-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333333;
    /*font-family: Open Sans;*/
    font-family: Roboto, 'Open Sans', sans-serif;
  }

  .cb-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .cb-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    /* background-color: #eee; */
    border-radius: 5px;
    border: solid 2px #6300aa;
  }

  /* .cb-container:hover input ~ .cb-checkmark {
    background-color: #ccc; 
  }

  .cb-container input:checked ~ .cb-checkmark {
    background-color: #2196F3; 
  }*/

  .cb-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .cb-container input:checked ~ .cb-checkmark:after {
    display: block;
  }

  .cb-container .cb-checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: 1px solid #6300aa;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* end of custom checkbox */
  
  p {
    /*font-family: Open Sans;*/
    font-family: Roboto, 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: normal;
    color: #333333;
    margin-bottom: 5px;
  }
  
  .download-file {
    /*font-family: Open Sans;*/
    font-family: Roboto, 'Open Sans', sans-serif;
    border-radius: 50px;
    background-color: #dbdbdb;
    padding: 5px 15px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
  }
  
  .download-file .download-file-name {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #6300aa; 
    padding-right: 5px;
  }
  .download-file .download-file-size {
    font-size: 16px;
    color: #000000;
    padding-right: 5px;
  }
  
  .download-file .fa {
    color: #b661f2;
  }
  
  .vendor-list, .contact-list {
    /*font-family: Open Sans;*/ 
    font-family: Roboto, 'Open Sans', sans-serif;
  }
  
  .vendor-list .row, .contact-list .row {
    padding-bottom: 15px;
  }
  
  .vendor-list .vendor-name {
    font-size: 18px;
    line-height: normal;
    color: #333333; 
  }
  
  .vendor-list a, .contact-list a {
    color: #6300aa;
    font-size: 15px;
    display: block;
    text-decoration: none;    
  }
  
  .vendor-list .vendor-image, .contact-list .contact-image {
    font-size: 30px;
    color: #6300aa;
  }

  
  
  .contact-list .contact-name {
    font-size: 16px;
    line-height: normal;
    color: #333333; 
  }
  
  .contact-list .contact-number {
    color: #6300aa;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-decoration: none;    
  }
  
  .coordinator-details {
    /*font-family: Open Sans;*/
    font-family: Roboto, 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
  }
  
  .coordinator-details .fa {
    color: #b661f2; 
  }
  
  .event-name {
    /*font-family: Open Sans;*/
    font-family: Roboto, 'Open Sans', sans-serif;
    font-size: 30px;  
    color: #333333;
    font-weight: bold;
  }
  
  
  .navbar-menu-wrapper {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); 
  }
  
  .btn-info {
    background-color: #6300aa;
    font-size: 16px;
    /*font-family: Open Sans;*/
    font-family: Roboto, 'Open Sans', sans-serif;
  }

  .top-search-input {
    border-radius: 1rem;
    border-radius: 100px;
    border: solid 1px #6300aa;
  }
  
  .top-search-input .fa-search{
    color: #6300aa;
  }
  
  .top-search-input input {
    width: calc(100% - 15px);
    border: none;
  }

.footer {
    background: #fff;
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal; 
  
} 

.footer .company {
  color: #6300aa; 
}



.costing-breakdown .table th, .costing-breakdown .table td {
  padding: 10px 0px;
}

.costing-breakdown .table thead th , .costing-breakdown .table th, .costing-breakdown .table td{
  border: 0;
}

:root, body, .table thead th {
    /*font-family: Open Sans; */
    font-family: Roboto, 'Open Sans', sans-serif; 
}

.table thead th {
  /*font-family: Open Sans; */
  font-family: Roboto, 'Open Sans', sans-serif; 
  color: #333333;
  font-weight: 600;
}

.costing-breakdown .cost {
  font-size: 18px; 
}

.costing-breakdown .total-text {
  color: #6300aa;
  font-size: 16px;
}

.costing-breakdown .total-cost {
  color: #333333;
  font-size: 24px;
}

.time-remaining div {
  font-size: 60px;
  font-weight: bold;
  float: left;
  line-height: 1.2;
  padding: 0 5px;
  min-width: 70px;
}
.time-remaining div.separator {
  min-width: 0;
}

.time-remaining div span {
  font-size: 12px;
  color: #6300aa;
  display: block;
  text-align: right;
}

.btn-inverse-info {
  font-size: 16px;
  /*font-family: Open Sans;*/
  font-family: Roboto, 'Open Sans', sans-serif;
  border: solid 1px #6300aa;
  background: #fff;
  color: #333333;
}

.navbar.default-layout .navbar-menu-wrapper.no-top-nav {
  padding: 0 1.7rem;
  width: 100%;  
}

.acc-img {
  border: 1px solid #6300aa;  
}

.acc-name {
  padding: 8px 0 0 10px;  
}

.sidebar .nav .nav-item .nav-link .menu-icon {
    margin-right: 1.25rem;
    width: 16px;
    line-height: 1;
    font-size: 25px;
    color: #6300AA;
}

a { 
  color: #6300aa;
}

.hide {
  display: none;
}

.ta-root.form-group {
  background-color: #F0F0F0;
  padding: 0 2px 2px 2px;
  padding-top: 10px;
}

.ta-root .ta-toolbar {
    background-color: #F0F0F0;
    padding: 5px 10px 10px 5px;
    margin-left: 0px;
    border: 1px solid #EEE;
}


.ta-toolbar.btn-toolbar .btn-group + .btn-group {
  margin-left: 0 !important;
}


.ta-root .ta-toolbar .btn-group .btn:not(:disabled):not(.disabled):active, 
.ta-root .ta-toolbar .btn-group .btn:not(:disabled):not(.disabled).active {
  background-color: #ebebeb;
  border-color: #adadad;
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.ta-root p {
  font-size: 12.5px;
  margin-bottom: 5px;
}

.ta-editor h1 {
  font-size: 2.19rem;
}

.ta-root .ta-editor p {
  font-size: 16px;
}

.ta-root .ta-toolbar .btn-group .btn {
  font-size: 10px;
  padding: 10px;
  background: #fff;
  border: 1px solid #EEE;
  color: #000;
}

.ta-root .ta-toolbar .btn.disabled, 
.ta-root .ta-toolbar .btn:disabled {
  opacity: 1;
  color: #ccc; 
}



.add-attachment-modal-source {
  border: 2px solid #6300AA;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 40px 0;
  text-align: center;
  cursor: pointer;
}


.project_folder {
  position: relative;
  display: inline-block;
  width: 195px;
  height: 160px;
  line-height: 160px;
  vertical-align: middle;
  cursor: pointer;
}

.project_folder i {
  font-size: 180px;
  color: #6300AA;
  position: absolute;
  left: 0;
  width: 100%;
  cursor: pointer;
  /* text-align: center; */
}

.project_folder span {
  position: absolute;
  left: 0;
  top: calc( 50% - 25px );
  width: calc( 100% - 70px );
  color: #fff;
  line-height: 1em;
  margin-left: 25px;
}


.project_list_item {
  padding: 15px;
}

.project_list_item a {
    color: #212529;
}

.project_list_item a:hover {
  text-decoration: none;
}

.project_list_item .image_background {
  width: 100%; 
  height: 150px; 
  background: #C4C4C4; 
  border-radius: 10px;
}

.project_list_item .image_background > div {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-all {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
}

.project_overview_image_edit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
  display: block;
  cursor: pointer;
}
/*
.project_overview_image:hover .project_overview_image_edit {
  display: block;
}
*/
.project_overview_image img {
  border: 2px solid #6300aa;
}
.project_overview_image:hover img {
  opacity: 0.3;
}

.project_overview_image .fa-camera {
  margin: 0;
  position: absolute;
  bottom: -8px;
  right: 8px;
  font-size: 25px;
}


.form-with-datepicker input {
  width: calc( 100% - 20px );
  float: left;
}

.form-with-datepicker span.mdi {
  border: 1px solid #f2f2f2;
  position: relative;
  z-index: 3;
  border-width: 0 0 1px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  padding: 3px 0 3px;
  cursor: pointer;
}

.open .ui-select-dropdown.dropdown-menu {
  display: block;
}


/* select starting stylings ------------------------------*/
.custom-form .select {
  position: relative;
  margin-top: 15px;
}

.custom-form .select-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 0 0 2px 0;
  font-size: 14px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* Remove focus */
.custom-form .select-text:focus {
  outline: none;
  border-bottom: 1px solid rgba(0,0,0, 0);
}

/* Use custom arrow */
.custom-form .select .select-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
  /*color: #777777;*/
  color: #495057;
}

.custom-form .select:after {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #777777;
  pointer-events: none;
}


/* LABEL ======================================= */
.custom-form .select-label {
  /* color: rgba(0,0,0, 0.26); */
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0px;
  transition: 0.2s ease all;
  color: #777777;
}

/* active state */
.custom-form .select-text:focus ~ .select-label, .custom-form .select-text:valid ~ .select-label {
  top: -20px;
  transition: 0.2s ease all;
  font-size: 12px;
}

.custom-form .select-text:focus ~ .select-label {
  color: #8e44ad;
}

/* BOTTOM BARS ================================= */
.custom-form .select-bar {
  position: relative;
  display: block;
  width: 100%;
  /* color: #777777; */
}

.custom-form .select-bar:before, .custom-form .select-bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #8e44ad;
  transition: 0.2s ease all;
}

.custom-form .select-bar:before {
  left: 50%;
}

.custom-form .select-bar:after {
  right: 50%;
}

/* active state */
.custom-form .select-text:focus ~ .select-bar:before, .custom-form .select-text:focus ~ .select-bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.custom-form .select-highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.text-info {
    color: #6300AA !important;
}

.text-black, .dropdown-item {
  color: #515151;
}

.editmode_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100vw;
  color: #fff;
  padding: 0 1.7rem;  

  /*background: #515151;*/

  background: #cecece;
  box-shadow: 0 0 10px 0 rgba(206,206,206,1);

  /*background: #ffffff;*/
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);*/
}

.text-trim {
    max-width: 120px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.editmode_footer .text-trim{
    max-width: 120px;  
}

.editmode_footer ul.project_actions {
  display: flex; /* Puts the `li` in a row */
  list-style: none;
  margin: 0;
  padding: 0;
  /* background-color: blue; */
  height: 100%;
}

.editmode_footer ul.project_actions li {
  border-top: 6px solid transparent;
  width: calc( 100% / 5 ); /* Alternatively, you could set a specific width on the ul, and use flex-grow:1 here to make all the li elements the same width */
  display: flex; /* allows align-items to work below */
  justify-content: center; /* Horizontally centers single-line elements */
  text-align:center; /* Horizontally centers text within line-wrapped elements */
  align-items: center; /* vertical */
  color: #515151;
  margin: 0 1px;
}

.editmode_footer .project_actions a {
  color: #515151;
}

.editmode_footer ul.project_actions li.project_action_active, 
.editmode_footer ul.project_actions li:hover,
.editmode_footer ul.project_actions li:hover a {
    border-color: #6300AA;
    color: #6300AA;
    cursor: pointer;
}

.add_new_section_btn {
  background: #6300AA;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 150px;
  color: #fff;
  font-size: 30px;
  padding: 5px 13px;
  position: fixed;
  right: 2%;
  bottom: 10%;  
}


@media screen and (max-width: 991px) { 
  #show_menu {
    display: inline-block;
  }
  .no-side-nav #show_menu {
    display: none;
  }
  .sidebar-offcanvas {
    left: -255px;
    right: initial;
  }
  .sidebar-offcanvas.active {
    left: 0;
    right: initial;
    border-right: 1px solid rgb(245, 245, 245);
  }  
}


.add-new-section-modal {
  border: 2px solid #6300AA;
  border-radius: 5px;
  background: #f5f5f5;
  text-align: center;
  cursor: pointer;
  padding: 20px 0;
  margin-bottom: 15px;  
}

.add-new-section-modal:hover, .add-new-section-modal.active {
  background: #6300AA;  
  color: #fff;
}

.add_section_div {
  min-height: 50px;
  padding: 20px 20px;
  border: 2px dashed #6300AA;
  border-radius: 2px;
  background: #f5f5f5;  
}

/* custom radio button */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
  background-color: #6300AA;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.custom-form .form-control:disabled {
  background-color: #ffffff;
}

.vendor-list .vendor-name {
  font-size: 16px;  
}



/* drag and drop list */
.dnd_section ul[dnd-list] {
    min-height: 42px;
    border: 2px solid #6300AA;
    border-radius: 5px;
    background: #f5f5f5;
    padding: 10px;    
}

.dnd_section ul[dnd-list] .dndDraggingSource {
    display: none;
}

.dnd_section ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

.dnd_section ul[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

.dnd_section ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.powered_by_right {
    position: relative;
    height: 100%;  
}

.powered_by_right > span{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: right;
}

/*
@media only screen and (max-width: 992px) {
  #project_edit_footer {
    text-align: center;
  }

  #project_edit_footer .powered_by_right > span{
      position: unset;
  }
}
*/

@media print {
  .header-menu-top {
    display: none;
  }
  .page-body-wrapper:not(.auth-page) {
    padding-top: 0;
  }

  .editmode_footer {
    display: none;  
  }

  table { page-break-after:always }
  tr    { page-break-inside:avoid; page-break-after:auto }
  td    { page-break-inside:avoid; page-break-after:auto }
  thead { display:table-header-group }
  tfoot { display:table-footer-group }

}

.link_section > div {
  border: 1px solid #ccc; 
  padding: 10px;
}

.link_section > div > h4 {
  color: #1a0dab;
}

.link_section > div > a {
  color: #00ce68;
}

.link_section > div:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.link_section > div:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.form-group label {
  font-weight: 300;  
}

@supports (-moz-appearance:none) {
  .dndDragging {
    visibility: hidden;
  }
}


.sk-fading-circle {
  width: 100px;
  height: 100px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #6300aa;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}


.full-height-list {
  min-height: calc( 100vh - 160px );
  margin-bottom: 0;
}

.project_floating_message_btn {
  background: #428bca;
  /* opacity: 0.8; */
  opacity: 1;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
  /* padding: 5px 15px; */
  position: fixed;
  right: 2%;
  bottom: 10%;
  z-index: 1;
  cursor: pointer;
  width: 60px;
  height: 60px;
  text-align: center;
}

.project_floating_message_btn i {
  top: calc( 50% - 23px );
  position: relative;
}

.chat-popup {
  position: fixed;
  bottom: 50px;
  z-index: 10;
  border: 1px solid #ccc;
  right: 2%;  
}


/* Add styles to the form container */
.chat-popup .form-container {
  width: 300px;
  max-width: 80vw;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.chat-popup .form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.chat-popup .form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

.chat-popup .chat-popup-heading {
  color: #fff;
  background-color: #428bca;
}

.chat-popup .chat{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.chat-popup .chat li{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #B3A9A9;
}

.chat-popup .chat li:last-child {
  border-bottom: 0;
}

.chat-popup .chat li .chat-body p{
  margin: 0;
  font-size: 14px;
}

.chat-popup .chat-popup-footer .chat-popup-message{
  width: calc(100% - 30px);
  float: left;
}

.chat-popup .chat-popup-footer .chat-popup-send {
  padding-top: 16px;
  float: right;
  color: #428bca;
  cursor: pointer;
}

.chat-popup .chat-popup-footer {
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

.chat-popup .chat-popup-body {
  overflow-y: auto;
  height: 320px;
}

.chat li.left .chat-body .header .chat-time{
  float: right;
}

.chat li.right .chat-body .header .chat-user{
  float: right;
}


.chat-popup .public_name_input > .custom-form {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}


.messaging .inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%; border-right:1px solid #c4c4c4;
}
.messaging .inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}
.messaging .top_spac{ margin: 20px 0 0;}

.messaging .recent_heading {float: left; width:40%;}
.messaging .srch_bar {
  display: inline-block;
  text-align: right;
  width: 100%;
}
.messaging .headind_srch{ 
  padding:10px 29px 10px 20px; 
  overflow:hidden; 
  border-bottom:1px solid #c4c4c4;
}

.messaging .recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.messaging .srch_bar input{ 
  border:1px solid #cdcdcd; 
  border-width:0 0 1px 0; 
  width: calc( 100% - 5px);
  padding:2px 0 4px 6px; 
  background:none;
}
.messaging .srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}

.messaging .srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.messaging .chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.messaging .chat_ib h5 span{ font-size:13px; float:right;}
.messaging .chat_ib p{ 
  font-size:14px; 
  color:#989898; 
  margin:auto;
  max-width: fit-content;
}
.messaging .chat_img {
  float: left;
  width: 11%;
}
.messaging .chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.messaging .chat_people{ 
  overflow:hidden; 
  clear:both;
}

.messaging .chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}

.messaging .active_chat{ 
  background:#ebebeb;
}

.messaging .incoming_msg_img {
  display: inline-block;
  /* width: 6%; */
}

.messaging .received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }

.messaging .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 10px 10px 10px 12px;
  width: 100%;
}

.messaging .time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}

.messaging .received_withd_msg { 
  width: 57%;
}

.messaging .mesgs {
  float: left;
  padding: 10px 15px 0 25px;
  width: 60%;
}

.messaging .sent_msg p {
  background: #428bca none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 10px 10px 10px 12px;
  width:100%;
}
.messaging .outgoing_msg{ 
  overflow:hidden; 
  margin:26px 0 26px;
}

.messaging .sent_msg {
  float: right;
  width: 46%;
}

.messaging .outgoing_msg .sent_msg .time_date {
  text-align: right;
}

.messaging .input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: calc( 100% - 15px);
}

.messaging .type_msg {
  border-top: 1px solid #c4c4c4;
  position: relative;
}

.messaging .msg_send_btn {
  background: #428bca none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging { 
  padding: 0;
  font-size: 14px;
}

.messaging img{ 
  max-width:100%;
}

.messaging .chat-popup-send{
  padding-top: 16px;
  float: right;
  color: #428bca;
  cursor: pointer;
}

.messaging .inbox_chat { 
  /* height: 400px; */
  height: calc( 65vh );
  overflow-y: scroll;
}

.messaging .msg_history {
  /* height: 370px; */
  height: calc( 65vh - 30px );
  overflow-y: auto;
}

.messaging .no_project_selected {
  position: relative;
  height: 100%;
}
.messaging .no_project_selected h3{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.count-indicator {
  position: relative;
}
.count-indicator .count{
  position: absolute;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #FF0017;
  color: #ffffff;
  font-size: 11px;
  top: -1px;
  font-weight: 600;
  line-height: 1rem;
  border: none;
  text-align: center;
}

.notification-dropdown {
  min-width: 350px;
  max-width: 80vw;
}

.notification-dropdown .notification-dropdown-list {
  max-height: 80vh;
  overflow: auto;
}

.notification-dropdown.preview-list .preview-item .preview-item-content p {
  margin-bottom: 0;
}

.highlight-section > .card {
  border: 2px dashed #6300AA;
  transition: border-width 0.1s ease-in-out;
}

.no-pointer {
  pointer-events: none;
  cursor: default;
}


.modal-window > div.width-auto {
  width: auto;
}

@media only screen and (max-width: 600px) {
  .modal-window > div, .modal-window > div.width-auto {
    width: calc(100% - 5px);
  }
}