body {
    min-width: 200px;
    color: #666;
    font-weight: 400;
}



.timeline-comment::after, .timeline-comment::before {
    position: absolute;
    top: 8px;
    right: 100%;
    left: -7px;
    display: block;
    width: 8px;
    height: 16px;
    pointer-events: none;
    content: " ";
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background-color: rgb(250, 250, 250);
}

.timeline-comment::before {
    background-color: rgb(200, 200, 200);
    left: -8px !important;
}

.nav-link > .avatar_view > img {
    margin-top: -25px;
}
.nav-link > .avatar_view > div {
    margin-top: -10px;
}

.requred {
    display:none;
}

#sidebar-gestion,.topbar {
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.7);
}

.collapse:not(.show) {
    display: none !important;
}

small {
    color: #99abb4;
}

.datatable th {
    padding-top: 3px; padding-bottom: 3px;
}

/* patch formbuilder */
.row {
    display: flex !important;
}

.divTextRow {
    overflow-x: auto;
    overflow-y: hidden;
}

.fb-horizntalRow-label hr {
    display:none;
}

form p:last-child {
    margin-bottom: 18px;
}

textarea::placeholder {
    color: #ddd !important;
    font-style: italic;
}

textarea::-webkit-input-placeholder {
    color: #ddd !important;
    font-style: italic;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #ddd !important;  
    font-style: italic;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #ddd !important;  
    font-style: italic;
}

textarea:-ms-input-placeholder {
    color: #ddd !important;  
    font-style: italic;
}

.container-fluid {
    margin-left: 0px;
    margin-right: 0px;

    padding-top: 10px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;

}

.container-fluid.full-size {
    max-width: 100% !important;
}

.table-responsive {
    font-size:14px;
}

.table-responsive h4 {
    font-size:16px;
}

.table-responsive h5 {
    font-size:16px;
}

.table-responsive h6 {
    font-size:12px;
}

.chosen-container {
    width: calc( 100% - 210px ) !important;
}

.chosen-select-wide .chosen-container {
    /*width: calc( 100% - 210px ) !important;*/
    width: 100% !important;
}
.chosen-choices {
    color:#99abb4 !important;
    border-radius: 4px;
    border:1px solid #ced4da !important;
    background-image: none !important;
    font-size:inherit;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 9px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    line-height: 22px;
}

.icheckbox_minimal-red {
    margin-top:-3px;
}

.icheckbox_minimal-red.others {
    background: url(/img/others.png) no-repeat;
    background-position: -1px -1px !important;
}


.message-center > a > .btn {
    background-size: 28px; 
    background-repeat: no-repeat;
    background-position:center center;
}

.mailbox .message-center a.active {
    background-color: white !important;
}

.mailbox .message-center a.active:hover {
    background-color:#f2f4f8 !important;
}

.mailbox .message-center a .mail-contnet {
    width:90%;
}

.mailbox {
    width:720px;
}

#coworkers {
    width: calc( 100% - 205px);
}

.mce-tinymce {
    background-color: transparent !important;
}

.mce-tinymce > .mce-container-body {
    padding:2px;
}

.mce-btn, .mce-toolbar-grp {
    background-color: white !important;
}

.mce-toolbar {
    border-bottom: 1px solid #ddd !important;
}

.mce-tinymce > .mce-container-body > .mce-edit-area {
    border: none !important;
}

.mce-tinymce, .mce-tinymce > .mce-container-body, .mce-tinymce > .mce-container-body > .mce-first {
    border-radius: 4px 4px 4px 4px !important;
}

.mce-content-body {
    margin: 6px;
}

.mce-content-body  {
    color: #555555;
    font-size:16px;
    font-family: "Poppins", arial, sans-serif;
    padding-bottom: 0px !important;
}

.mce-content-body p {
    -webkit-margin-before: 0;
}

.mce-primary button, .mce-primary button i {
    color: black !important;
}

.mce_no_wrap {
    overflow: hidden;
    white-space: nowrap;
}

.mce_little {
    font-size: 12px;
    margin: 3px;
}
.mce_little p {
    margin-bottom: 0px;
}

.form-control-danger {
    border-color: #95190C !important;
    border: 2px solid #95190C;
}

.card-header {
    
    background-color:rgba(7.23, 7.38, 7.5, 0.03);
    /*#F1F6FA;*/
}

a[data-toggle="collapse"]:before {
  font-family: 'FontAwesome';
  content: "\f107"; /* "play" icon */
  font-size: 20px;
  font-weight: bold;
  padding-right: 0px;
}

a[data-toggle="collapse"].collapsed:before {
    font-family: 'FontAwesome';
    content: "\f105"; /* "play" icon */
    font-size: 20px;
    font-weight: bold;
    padding-right: 4px;
}

div[data-toggle="collapse"] {
    cursor: pointer;
}

div[data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f107"; /* "play" icon */
    font-size: 20px;
    font-weight: bold;
    padding-right: 0px;
    right: 1.05rem;
    position: absolute;
    top: 0.4rem;
}
  
  div[data-toggle="collapse"].collapsed:after {
      font-family: 'FontAwesome';
      content: "\f105"; /* "play" icon */
      font-size: 20px;
      font-weight: bold;
      padding-right: 0px;
      right: 1.05rem;
      position: absolute;
      top: 0.4rem;
  }

.card-preview-module a[data-toggle="collapse"]:before {
    font-size: 14px;
}

a.collapse-edit:before {
    content: "\f040" !important;
}

.chat-last-mod-body {
    max-width:700px; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.container-div-center {
    position: absolute; 
    top:50%; 
    transform: translate(0%,-50%);
    width:inherit;
}

.container-div-center h6 {
    width: 90%;
    margin-left: 10px;
}

.badge-online {
    position: absolute;
    background-color: rgb(66, 183, 42);
    width: 12px;
    height: 12px;
    margin-top: 5px;
}

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

#tableCircles .avatar_view, #tableCircleOtherManagers .avatar_view {
    display: inline-block !important;
    margin-right: 4px;
}

#tableNotifications .avatar_view {
    display: inline-block !important;
    margin-right: 4px;
}

.botton_send_message_to_room span,
.botton_send_document_to_room.dc1 span {
    font-size: 20px;
}

.dataTables_wrapper {
    padding-top: 0px; 
}

@media screen and (max-width: 850px) {
    .chat-last-mod-body {
        max-width:500px; 
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis; 
    }

    .container-fluid > .row > .col,
    .container-fluid > .row > .col-12,
    .container-fluid > .row > .col-lg-9,
    .container-fluid > .row > .col-lg-3 {
        padding: 5px;
        margin-bottom: 5px !important;
    } 

    .container-fluid > .row > .col > .card > .card-body,
    .container-fluid > .row > .col-12 > .card > .card-body,
    .container-fluid > .row > .col-lg-9 > .card > .card-body,
    .container-fluid > .row > .col-lg-3 > .card > .card-body {
        padding-left:10px;
        padding-right:10px;
    } 

    .container-fluid > .row > .col > .card > .card-body > .pull-right,
    .container-fluid > .row > .col-12 > .card > .card-body > .pull-right,
    .container-fluid > .row > .col-lg-9 > .card > .card-body > .pull-right,
    .container-fluid > .row > .col-lg-3 > .card > .card-body > .pull-right {
        margin-right: -3px !important;
    } 

    #card-body-module-container,
    #card-body-module-container .card-body {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.btn-group label:not(.active) {
    color: #007bff !important;
    background-color: white !important;
}


@media screen and (max-width: 720px) {
    .card {
        font-size: 14px;
    }
    .btn {
        font-size: 12px;
        margin-bottom:5px;
    }
    .form-control {
        font-size: 12px;
    }

    .table-responsive {
        font-size: 12px;
    }

    .show-only-search {
        font-size: 10px;
    }

    .mailbox {
        width:100%;
    }

    #coworkers {
        width: 100%;
    }

    .table-responsive h4 {
        font-size:inherit;
    }
    
    .table-responsive h5 {
        font-size:inherit;
    }
    
    .table-responsive h6 {
        font-size:inherit;
    }
    
    .chosen-container {
        width: 100% !important;
    }

    .chat-last-mod-body {
        max-width:340px; 
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis; 
    }
    
    #tiny_ctrl {
        display: none;
    }

    .botton_send_message_to_room span,
    .botton_send_document_to_room.dc1 span {
        font-size: 34px;
    }
}

@media screen and (max-width: 540px) {
    .btn {
        font-size: 12px;
    }

    .table-responsive {
        font-size: 12px;
    }
    .show-only-search {
        font-size: 8px;
    }

    .chat-last-mod-body {
        max-width:180px; 
    }

    .botton_send_message_to_room span,
    .botton_send_document_to_room.dc1 span {
        font-size: 28px;
    }

}
@media screen and (max-width: 400px) {

    .botton_send_message_to_room span,
    .botton_send_document_to_room.dc1 span {
        font-size: 24px;
    }

}

#printarea {
    display: none;
}
#printarea, #printarea * {
    visibility: hidden;
}

@media print {
    body * {
      display: none;
    }

    #printarea, #printarea * {
        display: revert;
        visibility: visible;
    }
    #printarea {
     /* position: fixed; */
      display: block;
      width:100%;
      margin:0;
      z-index: 0;
/*      left: 0;
      top: 0;*/
    }

    #printarea.print-bg-color.printable-invoice * {
        font-size: 20px !important;
    }

    #printarea.print-bg-color.printable-invoice h4 {
        font-size: 24px !important;
    }

    #printarea.print-bg-color.printable-invoice h5 {
        font-size: 22px !important;
    }

    #printarea.print-bg-color.printable-invoice h2 {
        font-size: 30px !important;
    }

    #printarea-invoice {
        width: 100%  !important; 
        width: 100vw  !important;
    }

    .tooltip-element {
        visibility: hidden !important;
    }

    .print-bg-color {
        -webkit-print-color-adjust: exact; 
        print-color-adjust: exact;
    }
  }


  /* sidenav */
  .sidenav {
/*    width: 450px; */
    z-index: 1;
    background-color: #eef5f9;
    overflow: hidden;
  }
  
  #container-body-show {
    transition: max-width 1s;
  }

  #min-sidebar {
    display:block;
  }
  #full-sidebar {
    display:none;
  }

  @media screen and (max-width: 990px) {
      #min-sidebar {
          display:none;
      }
      #full-sidebar {
        display:block;
      }

      #full-sidebar .card .card-header.bg-theme {
        display:none;
      }

}

.form-profile label {
    font-size: 12px;
    color: #ccc;
    padding:0px;
    margin:0px;
}

.control-label.focus {
    color: #1e3a5f; 
    font-weight: bold;
}

.form-profile .form-control-line {
    min-height: initial;
}
.form-profile select.form-control-line {
    height:inherit !important;
}

.form-profile input:disabled {
    color: #212529;
  }

.avatar_view {
  text-align:center;
  width: 72px;
  height: 72px;
  overflow:hidden; 
  border: 3px solid navy;
  color: navy;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
  z-index: -2;
}

.avatar_view label {
    padding: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    border-radius: inherit;
    font-size: inherit;
}

.change_avatar_progress {
    width:100%;
    padding: 10px;
    display: none;
}

.cropper-view-box,
.cropper-face {
  border-radius: 50%;
}

.img-container-square .cropper-view-box,
.img-container-square .cropper-face {
    border-radius: 8px;
}

.asColorPicker-dropdown {
    max-width: 265px !important;
}

.div-asColorPicker {
    position: absolute;
    right: 55px;
}


#tableContacts  td, #tableContacts  th {
    vertical-align: middle;
}

.select-full-row .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    width:100%;
}



.select-full-row .select2-container--default .select2-selection--multiple .select2-selection__rendered li div,
#select2-select2_contacts-results .select2-results__option div, #select-collaborator-modal .select2-container--default .select2-selection--multiple .select2-selection__rendered li div, #select2-select_select2_contacts_selection-results .select2-results__option div {
    display: inline-table;
    vertical-align: middle;
}

#add-collaborator-modal .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    width:100%;
}

#add-collaborator-modal .select2-container--default .select2-selection--multiple .select2-selection__rendered li div,
#select2-select2_contacts-results .select2-results__option div, #select-collaborator-modal .select2-container--default .select2-selection--multiple .select2-selection__rendered li div, #select2-select_select2_contacts_selection-results .select2-results__option div {
    display: inline-table;
    vertical-align: middle;
}

#add-contact-modal .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    width:100%;
}

#add-contact-modal .select2-container--default .select2-selection--multiple .select2-selection__rendered li div,
#select2-select3_contacts-results .select2-results__option div {
    display: inline-table;
    vertical-align: middle;
}

#add-collaborator-modal .select2-container--default .select2-selection--multiple .select2-selection__rendered li div .desc {
    font-size: 12px;
}




.div_requestsparent .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    width:99%;
    font-weight: 400 !important;
    font-size: 14px;
}

.div_requestsparent .select2-container--default .select2-selection--multiple .select2-selection__rendered li div,
#select2-select2_contacts-results .select2-results__option div, #select-collaborator-modal .select2-container--default .select2-selection--multiple .select2-selection__rendered li div, #select2-select_select2_contacts_selection-results .select2-results__option div {
    display: inline-table;
    vertical-align: middle;
}

.div_selectDiscussion .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    width:100%;
    font-weight: 400 !important;
    font-size: 14px;
}


.div_selectDiscussion .select2-container--default .select2-selection--multiple .select2-selection__rendered li div,
#select2-select2_contacts-results .select2-results__option div, #select-collaborator-modal .select2-container--default .select2-selection--multiple .select2-selection__rendered li div, #select2-select_select2_contacts_selection-results .select2-results__option div {
    display: inline-table;
    vertical-align: middle;
}

.avatar_view {
   display: block !important;
}

/* VERTICAL NAV CUSTOMIZATION */
.vertical-nav * {
    flex-direction: column !important;
    text-align: center;
}

.label-success.original {
    background-color: #28a745;
}

.badge-padding {
    padding-right: 45px;
}

/* TABLE DEMANDES */
#tableDemandes .label {
    min-width: 80px;
    text-align: center;
  }

#ajax_history_notifications .label {
    color: white !important;
}

.select2_each_request,
.select2_each_discussion
 {
    padding: 5px;
    display: flex;
}

.select2_each_request small,
.select2_each_discussion small {
    margin-left: 5px;
    padding-left: 5px;
    margin-bottom: 3px;
    margin-top: 3px;
    border-left: 3px solid darkgrey;
    color: inherit !important;
}

.div_selectDiscussion .select2-container .select2-selection,
.div_requestsparent .select2-container .select2-selection {
    max-height: 275px;
    overflow-y: auto;
}

.bl-desc {
    border-left: 3px solid lightgrey;
    margin-left: 2px;
    padding-left: 5px;
}

.tox-collection__item-icon {
    width: auto !important;
}

.tox-tinymce {
    background-color: transparent !important;
    margin-bottom: 10px;
}

.form-group {
    margin-top: 4px;
}

.tox-tinymce.focused {
    box-shadow: 0 0 3pt 2pt rgb(206, 212, 218);
}

.tox-tinymce.onerror {
    box-shadow: 0 0 3pt 2pt red !important;
}

.tox-tinymce.focused_line {
    border: 0 none;
    border-radius: 0 !important;
    box-shadow: none;
    float: none;
    border-bottom: 2px solid #1e3a5f !important;
    transition: border-bottom 0.5s ease-out;
}

.tox-tinymce.onerror_line {
    border-bottom: 2px solid red !important; 
}

.tox-tinymce > .tox-container-body {
    padding:2px;
}

.tox-btn, .tox-toolbar-grp {
    background-color: white !important;
}

.tox-toolbar {
    border-bottom: 1px solid #ddd !important;
}

.tox .tox-edit-area {
    border-top: none !important;
}

.tox-tinymce, .tox-tinymce > .tox-container-body, .tox-tinymce > .tox-container-body > .tox-first {
    border-radius: 4px 4px 4px 4px !important;
}

.tox-content-body {
    margin: 8px;
}

.tox-content-body  {
    color: #555555;
    font-size:16px;
    font-family: "Poppins", arial, sans-serif;
    padding-bottom: 0px !important;
    min-height:100px;
}

.tox-content-body p {
    -webkit-margin-before: 0;
    padding-left: 6px;
    padding-right: 6px;
}

.tox-primary button, .tox-primary button i {
    color: black !important;
}

.tox-edit-area label {
      color: #ddd !important; /* Override text color */
      left: 5px !important; /* Override left positioning */
      top:7px !important;
      padding: 0 !important;
      font-style: italic !important;
      font-size: 14px !important;
      cursor: text !important;
    }
  
.tox.tox-tinymce.underline {
    border: none;
}

.tox .tox-collection__item {
    align-items: initial !important;
}

[id^=div-module_text_] p img {
    max-width: 100%;
    height: auto;
}

.sidenav-scroll {
    overflow-y:scroll !important; 
    min-width: 450px !important; 
    position:fixed !important; 
    right:0 !important; 
    height: calc( 100% - 45px ) !important;
    border-radius: 8px 8px 8px 8px;
}
.sidenav-scroll-2 {
    overflow-y:scroll !important; 
    min-width: 450px !important; 
    right:0 !important; 
    height: 100vh;
    border-left: 1px solid rgba(0,0,0,.125);
    margin-top: -1rem;
}

.sidenav-scroll-end {
    height: calc( 100% - 110px ) !important;
}

.sidenav-scroll .card-body {
    padding: 10px !important;
}

.leftbar-scroll {
    max-width: calc( 100% - 445px );
}

.breadcrumb {
    display: -webkit-box !important;
}

.tab-header {
    padding-top: 5px;
    padding-bottom: 0px;
    color:white;
    display: flex;
    flex-direction: row;
}

.tab-header > a {
    color:white !important;
    padding-left:10px;
    padding-right:10px;
    font-weight: lighter;
    font-size: 13px;
    min-width: 125px;
    text-align: center;
    display: inline-block;
    margin-bottom: -2px;
    padding-top: 8px;
}

.tab-header a.selected {
    color:white !important;
    padding-bottom: 7px; 
    border-bottom: 6px solid white;
    font-weight: bold;
    font-size: 14px;
}

@media only screen and (max-width: 713px) {
  .tab-header {
    flex-direction: column;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1057px) {
  .tab-header {
    flex-direction: column;
    padding-bottom: 10px;
  }
}

.quarter-discussion-card {
    height:calc(100vh - 300px);
    min-height:600px;
    margin-bottom: 50px;
}

.quarter-discussion-card h2 {
    font-size:15px !important;
}

.quarter-discussion-card h4 {
    font-size:13px !important;
}

.quarter-discussion-card .card-body {
    font-size:12px !important;
    padding-top: 10px;
}

.quarter-discussion-card .table-responsive {
    font-size:12px;
}

.quarter-discussion-card [id^=div-module_text_],
.quarter-discussion-card [id^=card-body-module-container-] {
    padding: 0px;
}

.header-mini {
    width:100%;
    border-bottom: 1px solid lightgray;
    margin-bottom: 15px;
}

.header-mini td {
    vertical-align: top;
}

.header-mini td {
    color: #455a64 !important;
}

.header-mini td h4 {
    font-size:12px;
    margin-bottom: 7px;
}

.header-mini td h6 {
    font-size:12px;
}

small p {
    margin-bottom: 0px;
}

#tableRequests_wrapper {
    padding-top: 0;
}

#tableRequests_filter {
    margin-top: 0px !important;
}

.td-p-1 tbody tr td {
    padding: .45rem;
}

 .paginate_button {
    font-size: 12px !important;
}

#tableContacts .sorting_1,
#tableCircles .sorting_1 {
    width: 48px !important;
}

#btnFriendAsk {
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1200px) {
    .chat-last-mod-body {
        max-width:600px; 
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis; 
    }

    .sidenav-scroll {
        overflow-y:inherit !important; 
        min-width: inherit !important; 
        position:inherit !important; 
        margin-top:0px !important; 
        padding-bottom:inherit !important; 
        right:inherit !important; 
        height: inherit !important;
    }

    .sidenav-scroll-2 {
        overflow-y:inherit !important; 
        min-width: inherit !important; 
        position:inherit !important; 
        margin-top:0px !important; 
        padding-bottom:inherit !important; 
        right:inherit !important; 
        height: inherit !important;
        margin-bottom: 3rem;
    }

    .leftbar-scroll {
        max-width: 100%;
    }

    .breadcrumb {
        display: flex !important;
    }
    
}

@media screen and (max-width: 1680px) {
    .max-1680,
    .max-1680 > .row {
        max-width: 1680px !important;
    }
}

.ellipsize-me {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}

.sidebar-nav ul li a:not(.dropdown-item) {
   padding: 0px !important;
   padding-right: 8px !important;
}

.sidebar-nav ul li a:not(.dropdown-item) {
    padding: 0px !important;
    padding-right: 8px !important;
 }

 .sidebar-nav > ul > li:not(.active):not(.show):hover:not(.selected) > a:not(.active):not(.selected) > span:not(.badge) {
    color: #1e3a5f !important;
  }
  
  .sidebar-nav > ul > li:not(.active):not(.show):hover:not(.selected) > a:not(.active):not(.selected) > i:not(.badge) {
    color: #1e3a5f !important;
  }
 
  

.sidebar-nav > ul > li {
    padding-bottom: 0px !important;
}

.sidebar-nav ul .sidebar-item {
    margin-bottom: 0px;
}

.sidebar-nav ul li a.sidebar-link {
    padding: 5px !important;
    padding-left: 8px !important;
}

.sidebar-link > i {
    padding-top: 1px;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected > .sidebar-link, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected > .sidebar-link {
    background-color: #1e3a5f;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active {
    background-color: #1e3a5f;
}

.page-titles {
    padding: 15px 0px;
    background: transparent;
    box-shadow: none;
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] {
        margin-top: 53px;
        z-index: 13600;
    }
    
    #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav {
        padding: 0px;
    }

    #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .avatar_view { 
        display: none !important;
    }

    .page-wrapper {
        margin-top: 55px !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer {
        position: inherit;
        margin-left: 0px !important;
        font-size: 12px !important;
        margin-left:0px;
    }

    .footer h3 {
        position: inherit;
        margin-left: 0px !important;
        font-size: 16px !important;
    }
}

.legend span.calendar-bubble {
    height: 10px;
    width: 10px;
    border-radius: 4px;
    display: inline-block;
  }
  
  .legend .todo-group {
    background-color: navy;
    border-color: navy;
  }
  
  .legend .task {
    background-color: blue;
    border-color: blue;
  }
  
  .legend .appointment {
    background-color: red;
    border-color: red;
  }
  
  .legend .invoice {
    background-color: green;
    border-color: green;
  }
  
  .legend.calendar-deselected span {
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
  }
  
#calendar_list.fc.fc-bootstrap .fc-view-container *, #calendar_list_full.fc.fc-bootstrap .fc-view-container *, #calendar_partial .fc-view-container .fc-day-grid-event .fc-content span  {
    color: inherit !important;
    background-color: white;
    margin-bottom: 0;
  }
  
  #dashboard-container .fc-view {
      height: 130px !important;
  }
  
  #calendar_list .fc-toolbar, #calendar_list_full .fc-toolbar {
    margin:0;
    padding:10px;
    padding-top:0px;
    padding-bottom: 3px;
    width:200px;
  }
  
  #calendar_list .fc-list-item-marker {
    padding-right: 5px;
    padding-left: 5px;
  }
  
  #calendar_list .fc-list-item-time {
    padding-right: 0;
  }
  
  #calendar_list .fc-list-item-title, #calendar_list .fc-list-item-title a {
    padding-left: 0 !important;
  }
  
  #calendar_list .fc-list-item-title a {
    padding-top: 1px;
  }
  
  #calendar_list_full .fc-toolbar h2 {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    font-size:14px;
  }
  
  #calendar_list_full .fc-prev-button, #calendar_list_full .fc-next-button {
    padding:3px;
    background-color: white;
    color: inherit;
    border-color: inherit;
    border: none;
    box-shadow: none;
  }
  
  .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
     padding-left: 0px;
    padding-top: 3px;
  }

  .sidebar-item-bottom {
    position: absolute !important;
    top: calc( 100vh - 118px ) !important;
    left: 8px !important;
  }

  .footer {
      position: inherit;
      background-color: #3a3a3a;
      margin-left:66px;
  }
  .footer h3 {
    color: #FFA726;
  }

  .footer a,.footer .btn-link {
      color: #ccc;
      background-color: transparent;
  }

  .footer a:hover,.footer .btn-link:hover {
    color: #ccc;
    font-weight: 800;
    text-decoration: none;
  }

  .footer ul {
    list-style-type: none;
    padding-inline-start: 5px;
  }

  .left-sidebar {
      z-index: 15000;
      text-transform: uppercase;
  }

  .select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
     background-color: #e4e4e4; 
     border-color: 1px solid #aaa;
     color: inherit; 
}

.list-group-item:not(:last-child):not(:hover) {
    border-bottom-width: 2px;
}

.treeview .list-group-item:not(:last-child) {
    border-bottom-width: 0px;
}


.sidebar-item .notify {
    position: fixed; 
    top: 0px; 
    left: 1px;
}

.notify span.badge {
    font-size: 7px; 
    padding: 3px 5px 3px 5px;
    position: absolute;
}



.hoverable:hover {
    background-color: #f1f1f1;
    cursor: default;
}

.tinyMCE_p_nopadding p {
    margin-bottom: 0;
}

.small_td {
    width: 1px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.id_td {
    min-width: 35px;
    max-width: 35px;
    width: 35px !important;
}

#favorites_cpy, #favorites_cpy td
{
    border: none;
}

#mobile_header > tbody > tr > td
{
    width: 40px;
}

#mobile_header > tbody > tr > td > a > i
{
    font-size:24px; 
    color:grey;
}

#mobile_header .notify
{
    right: 7px;
}

.datepicker-dropdown {
    border: 2px solid blue;
}

ol.list {
    counter-reset: item;
    list-style-type: none;
    line-height: 2.2;
    margin-left: -40px;
  }

  ol.list h1, ol.list h2, ol.list h3, ol.list h4, ol.list h5, ol.list h6 {
      font-weight: 600;
  }
  
  ol.list > li {
    display: block;
    position: relative;
    margin-bottom: 25px;
  }
  
  ol.list > li > div {
    margin-left: 40px;
  }

  ol.list > li > div p {
    margin-bottom: 1em;
    line-height: 1.6;
  }
  
  ol.list > li > div > p:first-of-type {
    padding-top:6px;
  }

  ol.list > li > div > p:last-of-type {
      margin-bottom:0px;
  }

  
  
  ol.list > li:before {
    content: counter(item) " ";
    counter-increment: item;
    color: white;
    position: absolute;
    margin-top: -4px;
    background: black;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 2em;
    font-weight: 700;
  }

  ol.list > li > div > div > ul {
    list-style-type:decimal;
  }

  #modal-before-load {
    background: darkgray;
  }

  #modal-before-load .modal-dialog-full {
    margin-left: 80px; 
    width: calc( 100% - 100px ); 
    max-width: initial;
  }

  @media screen and (max-width: 768px) {
    #modal-before-load .modal-dialog-full {
        margin-top: 80px;
        margin-left: 10px; 
        width: calc( 100% - 20px ); 
        max-width: initial;
      }
  }

.required_border {
    border: 2px solid red !important;
}

.overflow-x-with-button > div > div {
    overflow-x: hidden;
}

.overflow-x-with-button > div > button {
    background-color: transparent;
    border: none !important;
    border-color: transparent;
    font-size: 24px;
    outline:none;
    color: gray;
}



.overflow-x-with-button > div > div > .card {
    margin: 7px;
    min-width: 350px;
    max-width: 350px;
    min-height: 250px;
    max-height: 250px;
    text-align: center;
}
.overflow-x-with-button > div > div > .card p {
    min-height: 60px;
    max-height: 60px;
    font-size: 12px;
}
.overflow-x-with-button > div > div > .card h4,
.overflow-x-with-button > div > div > .card h5 {
    font-weight: bold !important;
}

ul.nav.nav-under > li > a.active {
    border-bottom: 2px solid red;
}

@media screen and (max-width: 991px) {
    #creator-select .select2-container--classic .select2-selection--single,
    #creator-select .select2-container--default .select2-selection--single, 
    #creator-select .select2-container--default .select2-selection--single .select2-selection__rendered, 
    #creator-select .select2-container--default .select2-selection--single .select2-selection__arrow, 
    #creator-select .select2-container--default .select2-selection--multiple {
        height:55px;
    }
}

.d-none2 {
    display: none !important;
  }

  .bg-danger-before,.bg-danger-before:before {
    opacity: .5;
    background-color: red !important;
    color: white !important;
}

.border-1 {
    border: 1px solid lightgrey;
    border-radius: 4px;
}

.dropdown-item {
    cursor: pointer;
}
.dropdown-item > a {
    color: #6c757d;
}

 

 .hr-lines{
    position: relative;
    max-width: 500px;
    margin: 100px auto;
    text-align: center;
  }
  
  .hr-lines:before{
    content:" ";
    height: 2px;
    width: 800px;
    background: #1e88e5;
    display: block;
    position: absolute;
    top: 50%;
    left: -775%;
  }
  
  .hr-lines:after{
    content:" ";
    height: 2px;
    width: 800px;
    background: #1e88e5;
    display: block;
    position: absolute;
    top: 50%;
    right: -775%;
  }
  
  .guidesContainer .dropdown-menu  {
    background-color: #F0F8FF; 
    border: 1px solid rgb(204, 204, 204); 
    margin-top: 0px; 
    right: 10px; 
    position: absolute; 
    transform: translate3d(-3px, 20px, 0px); 
    top: 0px; 
    left: 0px; 
    will-change: transform; 
    width:100px;
  }
.guidesContainer ol li .icheckbox_minimal-red {
    position: absolute;
    margin-left: -40px;
    margin-top: 1px;
}

.guidesContainer li ol li .icheckbox_minimal-red
{
    margin-left: -50px;
}

.guidesContainer li ol li ol li .icheckbox_minimal-red
{
    margin-left: -60px;
}

.guidesContainer li ol li ol li ol li .icheckbox_minimal-red
{
    margin-left: -70px;
}

.guidesContainer li ol li ol li ol li ol li .icheckbox_minimal-red
{
    margin-left: -80px;
}

.guidesContainer li ol li ol li ol li ol li ol li .icheckbox_minimal-red
{
    margin-left: -90px;
}

.guidesContainer ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
    margin-left: 5px;
  }

  .guidesContainer > ol {
    margin-left: 1.50rem;
  }
  
  .guidesContainer li:not(.select2-selection__choice) {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
  }
  
  .guidesContainer li:not(.select2-selection__choice):before {
      content: counters(item, ".") ". ";
      display: table-cell;
      padding-right: 0.6em; 
      width: 1px;
  }
  
  .guidesContainer li li {
      margin: 0;
      margin-bottom: 0.6em;
  }
  
  .guidesContainer li li:before {
      content: counters(item, ".") " ";
      width: 24px;
      /*padding-left: 1.3em; */
  }
  
  .guidesContainer li li li:before {
    width: 30px;
  }

  .guidesContainer li li li li:before {
    width: 36px;
  }

  .guidesContainer li li li li li:before {
    width: 42px;
  }

  .guidesContainer li li li li li li:before {
    width: 48px;
  }

  .tox .tox-autocompleter .tox-menu,.tox .tox-autocompleter {
    max-width: 1200px !important;
}


.page-wrapper {
    background-color: white !important;
}

input:not([disabled]):not([readonly]):not([type="submit"]), 
select:not([disabled]):not([readonly]),
textarea:not([disabled]):not([readonly]),
.tox-tinymce:not([disabled]):not([readonly]),
[type=checkbox]:not([disabled]):not([readonly]):not(:checked) + label:before,
[type=radio]:not([disabled]):not([readonly]) + label:before, [type=radio]:not([disabled]):not([readonly]) + label:after {
    border-color: #1e3a5f !important;
}

[type=checkbox]:not([disabled]):not([readonly]):checked + label:before {
    border-bottom: 2px solid #1e3a5f !important;
    border-right: 2px solid #1e3a5f !important;
}

[type=radio]:not([disabled]):not([readonly]):checked + label:after, [type=radio].with-gap:checked + label:after {
    background-color: #1e3a5f !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple {
    border-color: #1e3a5f !important;
}

.select2-container--default .select2-selection--multiple {
    line-height: 30px;
    height: auto;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-bottom: 4px;
}

#top-menu .list-group-item-inverted {
    background-color: #1e3a5f !important;
}

#top-menu .list-group-item-inverted a {
    color:white !important;
}

#top-menu .list-group-item-inverted .badge-warning {
    background-color: white !important;
    color: #1e3a5f !important;
}

#top-menu .list-group-item .btn-primary {
    background-color: white !important;
    border-color: white !important;
    color: #1e3a5f !important;
    font-size: 22px !important;
    padding: 0px 10px 0px 10px !important;

}
#top-menu .list-group-item-inverted .btn-primary {
    background-color: #1e3a5f !important;
    border-color: #1e3a5f !important;
    color: white !important;
    font-size: 22px !important;
    padding: 0px 10px 0px 10px !important;
}

#treeview-expandible {
    min-width: 100%;
    overflow-x: auto;
}

#treeview-expandible ul {
    min-width: 100%;
    width: fit-content;
    
}

.list-group-max {
    width: max-content;
    min-width: 100%;
    border: none;
}