html, body {
    background-color: #f8f8fa;
    color: #000;
    font-family: "Gotham-Book", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1.5px;
    font-size: 13px;
}
.dashed-row .form-group {
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 1000px;
        margin: 30px auto;
    }

}
.modal-content {
    border-radius: 15px;
    border: none;
    -webkit-box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
    box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
h1, h2, h3, h4 {
    font-weight: unset;
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.green-600    { color: #00b393;}
.blue-400     { color: #00BCD4;}
.blue-600     { color: #337ab7;}
.blue-800     { color: #03A9F4;}
.blue-1000    { color: #607D8B}
.yellow-600   { color: #f1c40f;}
.orange-600   { color: #FF9800;}
.red-600      { color: #a63950;}

.height45 { height: 47.5px !important;}

.b-t-gray { border-top: 1px dashed #e5ecf4}
.b-r-gray-h-60 { border-right: 1px solid #e5ecf4;height: 50px;}
.b-t-gray-dashed { border-top: 1px dashed #e5ecf4}


.pr0   { padding-right: 0px !important;}

.pr30   { padding-right: 30px !important;}
.pr40   { padding-right: 40px !important;}
.pr55   { padding-right: 55px !important;}
.pl0   { padding-left: 0px !important;}

.pr30   { padding-right:  30px;}
.pl30  {  padding-left: 30px; }
.pb10  {  padding-bottom: 10px !important; }
.pb30  {  padding-bottom: 30px; }
.p40   { padding:  40px;}
.p30   { padding:  30px;}

.mt2  { margin-top: 2px;}
.mt10  { margin-top: 10px;}
.mt12  { margin-top: 12px;}
.mt15  { margin-top: 15px;}
.mt20  { margin-top: 20px;}
.mt30  { margin-top: 30px !important;}
.mt40  { margin-top: 40px;}
.mt50  { margin-top: 50px;}
.mt60  { margin-top: 60px;}
.mt90  { margin-top: 90px;}
.mb0  { margin-bottom: 0px !important;}
.mb10  { margin-bottom: 10px;}
.mb20  { margin-bottom: 20px;}
.mb30  { margin-bottom: 30px;}
.mb40  { margin-bottom: 40px;}
.mb50  { margin-bottom: 50px;}

.ml30  { margin-left: 30px;}
.ml60  { margin-left: 60px;}
.ml110 { margin-left: 110px;}

.mr30  { margin-right: 30px;}
.mr40  { margin-right: 40px;}   

.mt-15  { margin-top: -15px;}

.max-width-100  {
    max-width: 100px;

}
.max-width-150  {
    max-width: 150px;

}
.max-width-250  {
    max-width: 250px;

}
.max-width-350  {
    max-width: 350px;

}
.btn-inverse-gray {
    color: #88a0bf;
    border-color: #88a0bf;
}
.btn-inverse-gray:hover, 
.btn-inverse-gray:focus, 
.btn-inverse-gray:active {
    color: #171796;
    border-color: #171796;
}
.btn.border-none,
.btn.column-show-hide-popover {
    background: none;
}
.btn {
    border-radius: 0.95rem;
    transition: all 0.5s;
}
.btn-default {
    background-color: unset;
}
.btn-default:hover {
    color: #000;
    background-color: #f8f8fa;
    border-color: #e5ecf4;
    box-shadow: none;
}
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover {
    color: #000;
    background-color: unset !important;
    border-color: unset !important;
}
.btn-default.focus, .btn-default:focus {
    color: #000;
    background-color: unset !important;
    border-color: unset !important;
}
.btn-danger {
    color: #a63950;
    background: rgba(244, 67, 54, 0.19);
    border-color: transparent;
}
.btn-danger:hover, 
.btn-danger:focus, 
.btn-danger:active, 
.btn-danger .active {
    color: #ffc107;
    background: rgba(255, 193, 7, 0.1);
    border-color: transparent;
}

.panel {
    border-radius: 15px;
    box-shadow: none;
    border: 1px solid #e5ecf4 !important;
}
#js-clock-in-out.panel {
    border: 0;
}


.page-content {
    margin: auto;
    position: relative;
    padding: 30px 30px;
    padding-bottom: 50px;
}
table.dataTable thead .sorting {
    background-image: none;
    color: #000;
    padding: 18px 10px;
}
table.dataTable thead th:first-child, 
table.dataTable tbody td:first-child {
    padding-left: 15px;
    color: #000;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, 
table.dataTable.display tbody tr:first-child th, 
table.dataTable.display tbody tr:first-child td {
    border-top: none;
    border-bottom: 1px solid #e5ecf4 !important;
    color: #000;
    max-width: 350px;

}

.page-content-table {
    background: #fff;
    /* border-top-left-radius: 4px; */
    border-top-right-radius: 4px;
    border-radius: 15px;
}
.nav-tabs {
    background: transparent;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}
.settings.nav-tabs {
    border-bottom: 2px solid #e5ecf4 !important;
}
.kanban-container {
    background: #f8f8fa;
}
.kanban-col-title {
    border-radius: 1000px;
}
.kanban-filters-container {
    padding: 15px 15px 0 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 30px;
}
.kanban-item {
    padding: 20px;
    border-radius: 15px;
    display: block;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #e4eaec;
    -moz-box-shadow: 0 1px 1px #e4eaec;
    box-shadow: 0 2px 6px 1px #eee;
    border-radius: 12px;
    border: 2px solid #e5ecf4 !important;
    vertical-align: middle;
}
.kanban-item:hover {
    transform: translateY(-4px);
    box-shadow: 0px 15px 30px -20px rgba(0, 0, 0, 0.13);
    border-color: #e5ecf4;
}
.block-white {
    background-color: #fff;
    display: block;
    padding: 0;
    border-radius: 12px;
    border: 2px solid #e5ecf4 !important;
    vertical-align: middle;
}
.block-white:hover {
    box-shadow: 0px 15px 30px -20px rgba(0, 0, 0, 0.13);
    border-color: #e5ecf4;
}

.popover {
    font-family: "Gotham-Book", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-height: 300px;
    overflow: auto;
    border: none;
    max-width: 550px;
    -webkit-box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
    box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
    border-radius: 0.95rem;
    border: 2px solid #e5ecf4 !important;
}
@media (min-width: 768px) {
    .popover {
        max-width: 800px !important;
        min-width: 300px !important;
    }
    
}
.signin-box {
    max-width: 50%;
    margin: 0;
    min-height: 100%;
    background: #fff;
    border-right: 2px solid #e5ecf4 !important;
}
@media (max-width: 768px) {
    .signin-box {
      min-width: 100%;
      max-width: 100%;
    }
    .modal-content {
        border-radius: 0px;
    }

}
.max-width-50 {
    max-width: 50%;
} 
.max-width-60 {
    max-width: 60%;
}
.max-width-70 {
    max-width: 70%;
} 
.maxwidth350 {
    max-width: 350px;
}    
.parent-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    padding: 40px;
}
.enfant-flex {
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 30%;
    max-width: 35%;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    padding: 40px;
    margin: auto;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 150px;
}
.img-vertical-flex {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 1024px) {
    .enfant-flex {
        min-width: 40%;
        max-width: 40%;
    }
    .flex-center {
        left: 90px;
    }
}
@media (max-width: 768px) {
    .enfant-flex { 
      min-width: 80%;
      max-width: 80%;
    }
    .flex-center {
        left: 0px;
    }
}


.general-form .form-control {
    border-radius: 6px;
    background-color: #ffffff;
}
.general-form .form-control:focus, 
.general-form .form-control.white:focus {
    border-color: #88a0bf;
    background-color: #fff;
}
.init-chat-icon {
    background-color: #d68910;
    color: #fff;
    -webkit-box-shadow: 0 2px 20px 6px rgba(158, 171, 208, 0.11);
    box-shadow: 0 2px 20px 6px rgba(158, 171, 208, 0.11);
}
.rise-chat-wrapper {
    border-radius: 15px;
}
@media (max-width: 767px) {
  .rise-chat-wrapper {
      width: 100%;
      left: 0px;
      right: 0px;
      height: 100%;
      box-shadow: none;
      bottom: 0px;
      z-index: 8000;
      border-radius: 0px !important;
  }
  .init-chat-icon {
      z-index: 9999;
    }
}
.rise-chat-wrapper .message-row {
    border-bottom: 2px solid #e5ecf4 !important;
    cursor: pointer;
}
.rise-chat-footer {
    border-top: 2px solid #e5ecf4 !important;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.rise-chat-footer textarea {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.post-dropzone {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-radius: 15px;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:active, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
    border-bottom: none;
    color: #d68910;
}
.nav-tabs>li:not(.title-tab):after {
    height: 0px;
}
.rise-chat-header {
    box-shadow: none;
    border-bottom: 2px solid #e5ecf4 !important;
}
::-webkit-scrollbar {
    width: 0px;
}
#translation::-webkit-scrollbar {
    width: 8px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
}
.select2-container .select2-choice > .select2-chosen {
    background: #f8f8fa;
    margin-right: 26px;
}
.select2-container .select2-choice, 
.select2-container .select2-choices, 
.select2-container .select2-choices .select2-search-field input {
    background: #f8f8fa;
    border-color: #e5ecf4;
    border-radius: 6px;
    color: #000;
    font-family: "Gotham-Book", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.select2-drop-active {
    border-color: #e5ecf4;
}
.select2-drop {
    border-radius: 0 0 15px 15px;
}
.select2-choice {
    background-color: #ffffff !important;
}
.select2-results .select2-highlighted {
    color: #fff;
    background-color: #3d79fe;
}
.select2-choice>span:first-child, .select2-chosen, .select2-container .select2-choices .select2-search-field input {
    padding: 7px 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #ffffff !important;
    border-color: #f2f2f2 !important;
}
.dataTables_filter input, .datatable-search, .custom-filter-search {
    border-radius: 6px;
    border: 2px solid #e5ecf4 !important;
}
.dataTables_filter input:focus, .datatable-search:focus, .custom-filter-search:focus {
    border-color: #f8f8fa;
    background-color: #f8f8fa;
}
.datatable-export a {
    border: 0px solid #e5ecf4 !important;
    border-radius: 6px;
    margin-right: 10px;
    font-family: "Gotham-Bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.datatable-export a:hover {
    background: #f8f8fa;
}
.table {
    color: #000;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 18px 10px;
}
table.dataTable.row-border tbody th, 
table.dataTable.row-border tbody td, 
table.dataTable.display tbody th, 
table.dataTable.display tbody td {
    border-top: 2px solid #e5ecf4 !important;
    max-width: 350px;

}
table.dataTable.row-border tbody th, 
table.dataTable.row-border tbody td, 
table.dataTable.display tbody th, 
table.dataTable.display tbody td, 
table.dataTable.display tfoot th, 
table.dataTable.display tfoot td {
    border: none;
    background-color: #fff;
    border-top: 1px solid #e5ecf4 !important;
    max-width: 350px;

}
table.dataTable.no-footer {
    background: #f8f8fa;
    /*border-top-left-radius: 15px !important;*/
    /*border-top-right-radius: 15px !important;*/
}
.custom-widget table.dataTable.no-footer {
    border-bottom: 0px solid #e5ecf4 !important;
    border-top: 0px solid #e5ecf4 !important;
}
.custom-widget table.dataTable.display tbody tr:first-child td {
    border-bottom: 0px solid #e5ecf4 !important;
    border-top: 0px solid #e5ecf4 !important;
}
table.dataTable thead th {
    border: none;
    border-left: none;
    padding: 15px 10px;
}
table.dataTable thead th {
    border-bottom: 2px solid #e5ecf4 !important;
    padding: 15px 10px;
}
.dataTable tbody tr:hover td {
    background: #f8f8fa!important;
}
.nav-tabs.title li a {
    padding: 15px;
}
td.option a, 
.dtr-details .edit, 
.dtr-details .delete, 
.select-member-field a.delete, 
.send-invitation-form .delete, 
.calendar-ids-form .delete-post-dropzone {
    color: #000;
    border-radius: 6px;
    margin: 0 3px;
}
.label {
    border-radius: 6px;
}

.panel-footer {
    background-color: #f8f8fa;
}
.navbar-default {
    border-bottom: 0px solid #e5ecf4 !important;
    margin: 30px 30px;
    border-radius: 20px;
    border: 1px solid #e5ecf4 !important;
    box-shadow: 0 0 15px 10px #f7f7f7;
}
@media (max-width: 414px) {
    .navbar-default {
        border-bottom: 0px solid #e5ecf4 !important;
        margin: 0px 0px;
        border-radius: 0px;
        border: 0px solid #e5ecf4 !important;
        box-shadow: none;
        height: 80px;
    }
    
}
#sidebar-menu > li.active > a {
    border-left: 2px solid #d68910;
}
#sidebar-menu > li > ul> .active > a {
    color: #fff;
}
.shadow-none  {
    box-shadow: none !important;
}   
.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    min-width: 400px;
    padding: 20px !important;
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #e5ecf4 !important;
}
@media (min-width: 768px) {
    .navbar-nav>li>.dropdown-menu {
        min-width: 600px;
    }
}
.border-none {
    border: none !important;
}
.dropdown-menu {
    border-radius: 15px;
    border: none;
    -webkit-box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
    box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
    border: 2px solid #e5ecf4 !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #d68910;
    text-decoration: none;
    background-color: unset;
}
.text-truncate {
     overflow: hidden;
     text-overflow: ellipsis;
     word-wrap:normal;
     white-space: nowrap;
}
#sidebar-menu li {
    overflow: hidden;
     text-overflow: ellipsis;
     word-wrap:normal;
     white-space: nowrap;
}
.page {
    padding-top: 80px;
    padding-bottom: 50px;
    max-width: 1100px;
    margin: auto;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.file-upload {
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:focus, 
.nav-tabs.nav-justified>.active>a:hover {
    border: none;
    color: #d68910;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: none;
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav-tabs.nav-justified>li>a:hover {
    color: #d68910;
}
td.option a, 
.dtr-details .edit, 
.dtr-details .delete, 
.select-member-field a.delete, 
.send-invitation-form .delete {
    border-radius: 15%;
    border: 0px solid #e2e7f1;
}
td.option a:hover {
    border: 0px solid #171796;
    color: #171796;
    background: rgba(55,125,255,.1);
}
td.option a.delete:hover, 
.select-member-field a.delete:hover, 
.send-invitation-form .delete:hover {
    background: #a639502e;
    color: #a63950;
    border: 0px solid #a63950;
}
.dataTable .label {
    display: inline-block;
    padding: 8px 10px;
    margin-bottom: 2px;
}
h5 {
    font-weight: unset;
}
.tab-title {
    border-bottom: none;
}

.width-130 {
    width: 130px;
}

.datepicker.dropdown-menu {
    border-radius: 15px;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999;
}
.help-catagory.list-group .list-group-item:hover, 
.help-catagory.list-group .list-group-item.active {
    border-left: 0px solid #1e2022 !important;
    text-indent: unset;
    background: unset;
    color: #d68910;

}    
.dataTables_filter input, .datatable-search, .custom-filter-search {
    width: 350px;
}


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 75px;
    cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    left:0; top: -3px;
    width: 65px; height: 30px;
    background: #DDDDDD;
    border-radius: 15px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    width: 20px; height: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background: #7F8C9A;
    top: 2px; left: 5px;
}

/* on checked */
[type="checkbox"]:checked + label:before {
    background:#1e2022; 
}
[type="checkbox"]:checked + label:after {
    background: #4CAF50;
    top: 2px; left: 40px;
}

[type="checkbox"]:checked + label .ui,
[type="checkbox"]:not(:checked) + label .ui:before,
[type="checkbox"]:checked + label .ui:after {
    position: absolute;
    left: 6px;
    width: 65px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
[type="checkbox"]:not(:checked) + label .ui:before {
    content: "non";
    left: 32px;
    margin-top: 1px;
    text-align: left;
}
[type="checkbox"]:checked + label .ui:after {
    content: "oui";
    color: #fff;
    margin-top: 1px;
    text-align: left;
}
[type="checkbox"]:focus + label:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
}


.dataTable tbody tr.active td, .dataTable tbody tr.active:hover td {
    background: #f8f8fa !important;
    color: #000 !important;

    cursor: default;
}
.dataTable tbody tr.active a.link {
    color: #000;
}
.permission-list> li:before {
    content: unset;
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #444;
}
.todo-input-box input:focus {
    background: #f8f8fa;
    border: 2px solid #e5ecf4 !important;
    border-top-left-radius: 0.95rem;
    border-bottom-left-radius: 0.95rem;
}
.notepad-title {
    background-color: #f6f8f9 !important;
    border-bottom: 2px solid #e5ecf4 !important;
    border-top: 2px solid #e5ecf4 !important;
    border-right: 2px solid #e5ecf4 !important;
    border-radius: 0.95rem !important;
}
.notepad textarea {
    background-color: #fff !important;
}
.notepad {
    position: relative;
    background: none;
}
.list-group-item {
    border: 0px solid rgba(221, 221, 221, 0.41) !important;
}

.font-bold {
 font-weight: bold;
}
.todo-input-box {
    border-radius: 1000px;
}

.border-radius-1000  {
    border-radius: 1000px !important;
}
.border-radius-1000-side  {
    border-bottom-left-radius: 1000px !important;
    border-top-left-radius: 1000px !important;
}
[class*=" ti-"], [class^=ti-] {
    font-family: 'Themify Iconset' !important;
    /*margin-right: 5px;*/
}

.menu-theme  {
    color: #fff;
    text-decoration: none;
    position: relative;
    margin-left: -15px;
    z-index: 2;
    -moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}
.collapsed .menu-theme  {
    display: none;
}
.widget-row.bg-white {
    background: none !important;
}

.app-alert.animate {
    border-radius: 6px;
}

.timeline-images .file-mockup {
    width: auto;
    height: auto;
    background: none;
}
td.dropdown-option button:hover {
    background: #f8f8fa;
    color: #000;
    border: 1px solid #e2e7f1;

}
textarea.form-control {
    border-radius: 6px !important;
    border: 2px solid #e5ecf4 !important;
    background-color: #f8f8fa;
    border-radius: 0.95rem !important;
    font-family: "Gotham-Book", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.panel {
    margin-bottom: 40px;
}

body::-webkit-scrollbar {
    display: none;
}
ul.scrollmenu {
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    text-align: right;
}
.select2-default {
    color: #e5e9ec!important;
}


.general-form.white .form-control.border-white-form:focus {
    border-color: #88a0bf;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 7px 10px;
}
#pre-loader{
    display:none;
}
.circle-loader {
    display:none;
}
.app-loader .loading,
.table-loader .loading{
    display:none;
}
.app-loader {
    display:none;
}
.progress-bar-success {
    background-color: #4CAF50;
}
.btn-default.noborderbtn {
    border:none;
    color: #000;
}
.general-form .height-section-note{
    height: 180px;
}
.dashed-row .form-group.nodashedborder {
    border-bottom: none;
    padding-bottom: 0px;
}
.widget-todo-input-box input {
    border: 2px solid #e5ecf4 !important;
    padding: 8px 14px;
}
.widget-todo-input-box button {
    padding: 10.8px 14px;
    border: 2px solid #171796 !important;
}
.border-left-radius-1000 {
    border-top-left-radius: 0.95rem !important;
    border-bottom-left-radius: 0.95rem !important;
}
.todo-input-box input {
    padding: 11px 15px;
    height: auto;
    border: 2px solid #e5ecf4 !important;
    border-radius: 2px;
    box-shadow: none;
    transition: background 0.5s;
}

.navbar-brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 0px;
    width: unset;
    height: 80px;

}
.navbar-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 0px;
    width: unset;
    height: 80px;

}
.navbar-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 0px;
    width: unset;
    height: 80px;
    margin-right: 10px;

}
.navbar-default .navbar-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: unset;
    height: 80px;
    margin-top: 0px;

}
@media (min-width: 415px) {
    .navbar-default .navbar-toggle {
        display: none

    }
}

#help-search-box {
    background: url(../images/search.png) no-repeat 15px 50% #fff;
    padding: 10px 15px 10px 40px;
    height: auto;
    border: 2px solid #e5ecf4 !important;
    border-radius: 1000px;
    box-shadow: none;
    transition: background 0.5s;
    min-width: 400px;
}
#help-search-box:focus {
    background-color: #f6f8f9;
    border: 2px solid #e5ecf4 !important;
}
#sidebar-menu li.expand > a:before {
    top: 0px;
    font-size: 16px;
    color: #000;
}
.font-size-10 {
    font-size: 10px;
}
.font-size-20 {
    font-size: 20px;
}
@media (max-width: 768px) {
    .btn-default {
        font-size: 10px;
    }
    .btn-success {
        font-size: 10px;
    }
    .btn-primary {
        font-size: 10px;
    }

    .h4, h4 {
        font-size: 14px;
    }
    .h3, h3 {
        font-size: 14px;
    }
}
.note-editor, 
.note-editor .note-toolbar, 
.note-editor .note-statusbar .note-resizebar, 
.note-toolbar .btn {
    border-radius: 6px;
}
.note-editor.note-frame {
    border: 2px solid #e5ecf4 !important;
}

.sections-custom-fields-family .col-lg-1, 
.sections-custom-fields-family .col-lg-10, 
.sections-custom-fields-family .col-lg-11, 
.sections-custom-fields-family .col-lg-12, 
.sections-custom-fields-family .col-lg-2, 
.sections-custom-fields-family .col-lg-3, 
.sections-custom-fields-family .col-lg-4, 
.sections-custom-fields-family .col-lg-5, 
.sections-custom-fields-family .col-lg-6, 
.sections-custom-fields-family .col-lg-7, 
.sections-custom-fields-family .col-lg-8, 
.sections-custom-fields-family .col-lg-9, 
.sections-custom-fields-family .col-md-1, 
.sections-custom-fields-family .col-md-10, 
.sections-custom-fields-family .col-md-11, 
.sections-custom-fields-family .col-md-12, 
.sections-custom-fields-family .col-md-2, 
.sections-custom-fields-family .col-md-3, 
.sections-custom-fields-family .col-md-4, 
.sections-custom-fields-family .col-md-5, 
.sections-custom-fields-family .col-md-6, 
.sections-custom-fields-family .col-md-7, 
.sections-custom-fields-family .col-md-8, 
.sections-custom-fields-family .col-md-9, 
.sections-custom-fields-family .col-sm-1, 
.sections-custom-fields-family .col-sm-10, 
.sections-custom-fields-family .col-sm-11, 
.sections-custom-fields-family .col-sm-12, 
.sections-custom-fields-family .col-sm-2, 
.sections-custom-fields-family .col-sm-3, 
.sections-custom-fields-family .col-sm-4, 
.sections-custom-fields-family .col-sm-5, 
.sections-custom-fields-family .col-sm-6, 
.sections-custom-fields-family .col-sm-7, 
.sections-custom-fields-family .col-sm-8, 
.sections-custom-fields-family .col-sm-9, 
.sections-custom-fields-family .col-xs-1, 
.sections-custom-fields-family .col-xs-10, 
.sections-custom-fields-family .col-xs-11, 
.sections-custom-fields-family .col-xs-12, 
.sections-custom-fields-family .col-xs-2, 
.sections-custom-fields-family .col-xs-3, 
.sections-custom-fields-family .col-xs-4, 
.sections-custom-fields-family .col-xs-5, 
.sections-custom-fields-family .col-xs-6,
.sections-custom-fields-family .col-xs-7, 
.sections-custom-fields-family .col-xs-8,
.sections-custom-fields-family .col-xs-9 {
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.sections-custom-fields  {
    margin-right: 0px;
    margin-left: 0px;
}

.sections-custom-fields .col-lg-1, 
.sections-custom-fields .col-lg-10, 
.sections-custom-fields .col-lg-11, 
.sections-custom-fields .col-lg-12, 
.sections-custom-fields .col-lg-2, 
.sections-custom-fields .col-lg-3, 
.sections-custom-fields .col-lg-4, 
.sections-custom-fields .col-lg-5, 
.sections-custom-fields .col-lg-6, 
.sections-custom-fields .col-lg-7, 
.sections-custom-fields .col-lg-8, 
.sections-custom-fields .col-lg-9, 
.sections-custom-fields .col-md-1, 
.sections-custom-fields .col-md-10, 
.sections-custom-fields .col-md-11, 
.sections-custom-fields .col-md-12, 
.sections-custom-fields .col-md-2, 
.sections-custom-fields .col-md-3, 
.sections-custom-fields .col-md-4, 
.sections-custom-fields .col-md-5, 
.sections-custom-fields .col-md-6, 
.sections-custom-fields .col-md-7, 
.sections-custom-fields .col-md-8, 
.sections-custom-fields .col-md-9, 
.sections-custom-fields .col-sm-1, 
.sections-custom-fields .col-sm-10, 
.sections-custom-fields .col-sm-11, 
.sections-custom-fields .col-sm-12, 
.sections-custom-fields .col-sm-2, 
.sections-custom-fields .col-sm-3, 
.sections-custom-fields .col-sm-4, 
.sections-custom-fields .col-sm-5, 
.sections-custom-fields .col-sm-6, 
.sections-custom-fields .col-sm-7, 
.sections-custom-fields .col-sm-8, 
.sections-custom-fields .col-sm-9, 
.sections-custom-fields .col-xs-1, 
.sections-custom-fields .col-xs-10, 
.sections-custom-fields .col-xs-11, 
.sections-custom-fields .col-xs-12, 
.sections-custom-fields .col-xs-2, 
.sections-custom-fields .col-xs-3, 
.sections-custom-fields .col-xs-4, 
.sections-custom-fields .col-xs-5, 
.sections-custom-fields .col-xs-6,
.sections-custom-fields .col-xs-7, 
.sections-custom-fields .col-xs-8,
.sections-custom-fields .col-xs-9 {
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
}


.sections-custom-fields-intro {
    margin-right: 0px;
    margin-left: 0px;
}

.sections-custom-fields-intro .col-lg-1, 
.sections-custom-fields-intro .col-lg-10, 
.sections-custom-fields-intro .col-lg-11, 
.sections-custom-fields-intro .col-lg-12, 
.sections-custom-fields-intro .col-lg-2, 
.sections-custom-fields-intro .col-lg-3, 
.sections-custom-fields-intro .col-lg-4, 
.sections-custom-fields-intro .col-lg-5, 
.sections-custom-fields-intro .col-lg-6, 
.sections-custom-fields-intro .col-lg-7, 
.sections-custom-fields-intro .col-lg-8, 
.sections-custom-fields-intro .col-lg-9, 
.sections-custom-fields-intro .col-md-1, 
.sections-custom-fields-intro .col-md-10, 
.sections-custom-fields-intro .col-md-11, 
.sections-custom-fields-intro .col-md-12, 
.sections-custom-fields-intro .col-md-2, 
.sections-custom-fields-intro .col-md-3, 
.sections-custom-fields-intro .col-md-4, 
.sections-custom-fields-intro .col-md-5, 
.sections-custom-fields-intro .col-md-6, 
.sections-custom-fields-intro .col-md-7, 
.sections-custom-fields-intro .col-md-8, 
.sections-custom-fields-intro .col-md-9, 
.sections-custom-fields-intro .col-sm-1, 
.sections-custom-fields-intro .col-sm-10, 
.sections-custom-fields-intro .col-sm-11, 
.sections-custom-fields-intro .col-sm-12, 
.sections-custom-fields-intro .col-sm-2, 
.sections-custom-fields-intro .col-sm-3, 
.sections-custom-fields-intro .col-sm-4, 
.sections-custom-fields-intro .col-sm-5, 
.sections-custom-fields-intro .col-sm-6, 
.sections-custom-fields-intro .col-sm-7, 
.sections-custom-fields-intro .col-sm-8, 
.sections-custom-fields-intro .col-sm-9, 
.sections-custom-fields-intro .col-xs-1, 
.sections-custom-fields-intro .col-xs-10, 
.sections-custom-fields-intro .col-xs-11, 
.sections-custom-fields-intro .col-xs-12, 
.sections-custom-fields-intro .col-xs-2, 
.sections-custom-fields-intro .col-xs-3, 
.sections-custom-fields-intro .col-xs-4, 
.sections-custom-fields-intro .col-xs-5, 
.sections-custom-fields-intro .col-xs-6,
.sections-custom-fields-intro .col-xs-7, 
.sections-custom-fields-intro .col-xs-8,
.sections-custom-fields-intro .col-xs-9 {
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.acccomodation-modal .col-lg-1, 
.acccomodation-modal .col-lg-10, 
.acccomodation-modal .col-lg-11, 
.acccomodation-modal .col-lg-12, 
.acccomodation-modal .col-lg-2, 
.acccomodation-modal .col-lg-3, 
.acccomodation-modal .col-lg-4, 
.acccomodation-modal .col-lg-5, 
.acccomodation-modal .col-lg-6, 
.acccomodation-modal .col-lg-7, 
.acccomodation-modal .col-lg-8, 
.acccomodation-modal .col-lg-9, 
.acccomodation-modal .col-md-1, 
.acccomodation-modal .col-md-10, 
.acccomodation-modal .col-md-11, 
.acccomodation-modal .col-md-12, 
.acccomodation-modal .col-md-2, 
.acccomodation-modal .col-md-3, 
.acccomodation-modal .col-md-4, 
.acccomodation-modal .col-md-5, 
.acccomodation-modal .col-md-6, 
.acccomodation-modal .col-md-7, 
.acccomodation-modal .col-md-8, 
.acccomodation-modal .col-md-9, 
.acccomodation-modal .col-sm-1, 
.acccomodation-modal .col-sm-10, 
.acccomodation-modal .col-sm-11, 
.acccomodation-modal .col-sm-12, 
.acccomodation-modal .col-sm-2, 
.acccomodation-modal .col-sm-3, 
.acccomodation-modal .col-sm-4, 
.acccomodation-modal .col-sm-5, 
.acccomodation-modal .col-sm-6, 
.acccomodation-modal .col-sm-7, 
.acccomodation-modal .col-sm-8, 
.acccomodation-modal .col-sm-9, 
.acccomodation-modal .col-xs-1, 
.acccomodation-modal .col-xs-10, 
.acccomodation-modal .col-xs-11, 
.acccomodation-modal .col-xs-12, 
.acccomodation-modal .col-xs-2, 
.acccomodation-modal .col-xs-3, 
.acccomodation-modal .col-xs-4, 
.acccomodation-modal .col-xs-5, 
.acccomodation-modal .col-xs-6,
.acccomodation-modal .col-xs-7, 
.acccomodation-modal .col-xs-8,
.acccomodation-modal .col-xs-9 {
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
    border: 2px solid #e5ecf4 !important;
}
/* DRFIP custom style */
@media (min-width: 415px) {
    #sidebar {
        width: 0px;
    }
}
@media (min-width: 1025px) {
    #sidebar {
        width: 0px;
    }
    .navbar-left {
        margin-left: 0px;
    }
}
#sidebar-menu li ul > li > a {
    padding-left: 0px;
}
.progress {
    border-radius: 1000px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar {
    background-color: #d68910;
}
/*.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
/*}*/
.section-page .nav-tabs .dropdown-menu {
    border-radius: 15px;
}
.section-page .dropdown-menu>li>a {
    padding: 7px 20px;
}
#sidebar-menu li a {
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
}
.general-form.white .form-control.select2-container.border-white-form {
    border-color: #fff;
}
.list-group {
    margin-bottom: 0px;
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.unread-notification {
    background-color: #f8f8fa !important;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: transparent;
    border-radius: 0.95rem !important;
    color: #171796;
}
.app-alert.alert-success {
    background-color: #171796;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn {
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#timeline .post-content .post-date span {
    background: #ffffff;
    color: #000;
    padding: 5px 10px 5px;
    border-radius: 6px;
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.note-editor, .note-editor .note-toolbar, .note-editor .note-statusbar .note-resizebar, .note-toolbar .btn {
    border-color: #fff !important;
}
.chat-close {
    line-height: 23px;
}
#sidebar-menu li i {
    margin-right: 0px;
}
.expand .site-menu-title {
    display: inline-block;
    max-width: 400px;
}
.site-menu-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.select2-container.select2-container-disabled .select2-choice, .select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #fff;
    border-color: #e5ecf4 !important;
}
.rise-chat-wrapper {
    width: 376px;
    height: 504px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.chat-tab {
    background: #171796 !important;
    color: #fff;
    font-size: 24px;
    padding: 10px 0px !important;
}
.chat-tab.nav-tabs>li.active>a, 
.chat-tab.nav-tabs>li.active>a:active, 
.chat-tab.nav-tabs>li.active>a:hover, 
.chat-tab.nav-tabs>li.active>a:focus {
    color: #ffffff;
}
.chat-tab.nav-tabs>li>a:hover {
    color: #ffffff;
    opacity: .7;
}
.rise-chat-header {
    border-bottom: none;
    background: #171796 !important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #fff;
}
.rise-chat-body {
    height: 370px;
    margin-bottom: 5px;
}
.chat-title, .chat-back {
    text-align: center;
    padding: 20px 7px;
    font-weight: 700;
}
.chat-me .chat-msg {
    background-color: #171796;
}
.chat-other {
    padding: 5px 20px;
}
.chat-me {
    padding-right: 20px;
}
.unread {
    border-left: 3px solid #387dff;
}
@media (max-width: 414px) {
    .rise-chat-wrapper {
        height: 90%;
        width: 100%;
    }
    .rise-chat-body.long {
        height: 100vh;
    } 
    .rise-chat-body {
        height: 500px;
    }
    .rise-chat-header {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
}

.btn-success-leaves {
    color: #fff;
    background-color: #586D84;
    border-color: #586D84;
}
.btn-success-leaves:hover {
    color: #586D84;
    background: #586d842b;
    border-color: transparent;
}
.label-success {
    background-color: #586D84;
    color: #fff;
}
.img-dashboard {
    max-width: 400px;
}
.img-dashboard-widget {
    max-width: 800px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #171796 !important;
  font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0px solid #f2f2f2 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: #ffffff !important;
    border: 0px solid #e2e7f1 !important;
    color: #171796 !important;
}
.form-control.border-white-form.select-choice-border {
    border-color: #ffffff !important;
}
#sidebar.collapsed {
    width: 0px;
}

/* sidebar white */
#sidebar-menu > li.active > a {
    background-color: #f8f8fa;
    color: #171796;
}
#sidebar-menu > li > ul> .active > a {
    background-color: #f8f8fa;
    color: #171796;
}
#sidebar-menu li a:hover {
    background-color: #f8f8fa;
    color: #171796;
}
#sidebar-menu > li > ul> .active > a {
    border-left: 2px solid #171796;
}
#sidebar-menu li ul > li > a:hover {
    color: #171796;
}
#sidebar-menu > li > ul > li > a:hover {
    background-color: #f8f8fa;
    color: #171796;
}
#sidebar-menu li ul > li > a {
    background-color: #f8f8fa;
}
#sidebar-menu li:hover {
    background-color: #f8f8fa;
}
.menu-theme {
    color: #586D84;
}
.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:focus, 
.nav-tabs.nav-justified>.active>a:hover {
    color: #171796;
    background-color: rgba(55,125,255,.1);
    border-radius: 0.95rem !important;
}
.nav-tabs.nav-justified>li>a:hover {
    color: #171796;
}
.nav-tabs.nav-justified {
    margin-top: 30px;
    margin-right: 30px;
}
.btn-outline-primary {
    
    color: #171796;
    background: rgba(55,125,255,.1);
    border-color: transparent !important;
}
.btn-outline-primary:hover{
    color: #fff;
    background-color: #171796;
}
.btn-primary {
    color: #fff;
    background-color: #171796;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #171796;
    background: rgba(55,125,255,.1);
    border-color: transparent !important;
}
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #171796;
    border-color: transparent;
}

.btn-primary.disabled, 
.btn-primary.disabled.active, 
.btn-primary.disabled.focus, 
.btn-primary.disabled:active, 
.btn-primary.disabled:focus, 
.btn-primary.disabled:hover, 
.btn-primary[disabled], 
.btn-primary[disabled].active, 
.btn-primary[disabled].focus, 
.btn-primary[disabled]:active, 
.btn-primary[disabled]:focus, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active, 
fieldset[disabled] .btn-primary.focus, 
fieldset[disabled] .btn-primary:active, 
fieldset[disabled] .btn-primary:focus, 
fieldset[disabled] .btn-primary:hover {
    color: #171796;
    background: rgba(55,125,255,.1);
    border-color: transparent;
}


.btn-success {
    color: #586D84;
    background: #586d842b;
    border-color: transparent;
}
.btn-success:hover {
    color: #fff;
    background-color: #586D84;
    border-color: #586D84;
}
.btn-success.active.focus, 
.btn-success.active:focus, 
.btn-success.active:hover, 
.btn-success:active.focus, 
.btn-success:active:focus, 
.btn-success:active:hover, 
.open>.dropdown-toggle.btn-success.focus, 
.open>.dropdown-toggle.btn-success:focus, 
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #586D84 !important;
    border-color: transparent;
}
.btn-success.disabled, 
.btn-success.disabled.active, 
.btn-success.disabled.focus, 
.btn-success.disabled:active, 
.btn-success.disabled:focus, 
.btn-success.disabled:hover, 
.btn-success[disabled], 
.btn-success[disabled].active, 
.btn-success[disabled].focus, 
.btn-success[disabled]:active, 
.btn-success[disabled]:focus, 
.btn-success[disabled]:hover, 
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active, 
fieldset[disabled] .btn-success.focus, 
fieldset[disabled] .btn-success:active, 
fieldset[disabled] .btn-success:focus, 
fieldset[disabled] .btn-success:hover {
    color: #586D84;
    background: #586d842b;
    border-color: transparent;
}
.btn-danger {
    color: #a63950;
    background-color: #a639502e;
    border-color: transparent;
}
.btn-danger:hover {
    color: #fff;
    background-color: #a63950;
    border-color: #a63950;
}
.btn-danger.active.focus, 
.btn-danger.active:focus, 
.btn-danger.active:hover, 
.btn-danger:active.focus, 
.btn-danger:active:focus, 
.btn-danger:active:hover, 
.open>.dropdown-toggle.btn-danger.focus, 
.open>.dropdown-toggle.btn-danger:focus, 
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #a63950;
    border-color: #a63950;
}
.btn-warning {
    color: #586D84;
    background: #586d842b;
    border-color: transparent;
}
.btn-warning:hover {
    color: #fff;
    background-color: #586D84;
    border-color: #586D84
}

.btn-warning:hover, 
.btn-warning:focus, 
.btn-warning:active, 
.btn-warning .active {
    color: #fff;
    background-color: #586D84;
    border-color: #586D84
}
.btn-warning.active.focus, 
.btn-warning.active:focus, 
.btn-warning.active:hover, 
.btn-warning:active.focus, 
.btn-warning:active:focus, 
.btn-warning:active:hover, 
.open>.dropdown-toggle.btn-warning.focus, 
.open>.dropdown-toggle.btn-warning:focus, 
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #586D84;
    border-color: #586D84
}

.widget-todo-input-box .input-group {
    border-bottom: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #171796;
    text-decoration: none;
    background-color: unset;
}
.init-chat-icon {
    background-color: #171796;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:active, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #171796;
}
.nav-tabs>li>a:hover {
    color: #171796;
}
.help-catagory.list-group .list-group-item:hover, .help-catagory.list-group .list-group-item.active {
    color: #171796;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #171796;
    border-color: #171796;
    border-radius: 0.95rem;
    margin-top: 10px;
}
.select2-results .select2-highlighted {
    background-color: #171796;
}
.progress-bar {
    background-color: #171796;
}
.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #171796;
    border-color: #171796;
}
.notepad-title {
    border-left: 5px solid #171796 !important;
    background-color: #fff !important;
    border-color: 2px solid #e5ecf4 !important;
    height: 34px;
    padding: 7px 12px;
}
.date-range-selector {
    border: none;
    margin: 2px;
}
.select2-container .select2-choice > .select2-chosen {
    text-align: left;
}
.label-info {
    color: #171796;
    background: rgba(55,125,255,.1);
}
.label {
    padding: 6px 12px;
}
.mlmr1 {
    margin-right: 1px !important;
    margin-left: 1px!important;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #e2e7f1;
    background-image: none;
    background-color: #ffffff;
    background: #fff;
}

a {
    color: #000;
}
a:focus, a:hover {
    color: #171796;
}
.select2-container-multi .select2-choices .select2-search-choice {
    color: #000;
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dropdown-menu>li>a {
    color: #000;
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gothammedium {
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar-menu .badge {
    color: #171796;
    background: rgba(55,125,255,.1);
    border-color: transparent;
}
#sidebar-menu li a .badge {
    margin-top: 2px;
}
.modal  {
    transition: transform 0.3s ease-out;
}
.modal-header {
    border-bottom: none !important;
    text-align: center;
    padding: 30px;
    padding-bottom: 10px;
}
.modal-footer {
    border-top: none !important;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 50%;
        margin: 15px auto;
    }
}
.progress {
    height: 20px;
}
.widthbtntablesection {
    width: 238px !important;
}
.widthbtntables {
    width: 180px;
}

.topbarmenu#sidebar-menu > li.active > a {
    border-left: 2px solid #fff;
    background-color: #ffffff;
    border-bottom: none;
    border-top: none;
}
.topbarmenu#sidebar-menu li ul > li > a {
    background-color: #ffffff;
    margin-left: 40px;
}
.topbarmenu#sidebar-menu > li > ul> .active > a {
    background-color: #ffff;
    color: #171796;
    border-bottom: none;
}
@media (min-width: 768px) {

    .topbarmenu#sidebar-menu li ul > li > a {
        margin-left: 60px;
        padding: 15px 10px;
        border-radius: 0.95rem !important;
    }
}
.topbarmenu#sidebar-menu > li > ul> .active > a {
    border-left: 2px solid #fff;
}
.topbarmenu#sidebar-menu li:hover {
    background-color: #ffffff;
}
.topbarmenu#sidebar-menu li a:hover {
    background-color: #ffffff;

}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
}
.scroll-menu {
    max-height: 700px !important;
    overflow: auto;
}
.dropdown-menu .divider {
    background-color: rgba(231,234,243,.7);
}
#tab-leave-info .page-content {
    padding: 0px;
}
#tab-leave-info .p30 {
    padding-right: 0px;
}
#tab-leave-info .panel {
    border: 0px solid rgba(231,234,243,.7);
    padding: 10px 15px;
}

#tab-attendance-info .page-content {
    padding: 0px;
}
#tab-attendance-info  .p30 {
    padding-right: 0px;
}
#tab-attendance-info .panel {
    border: 0px solid rgba(231,234,243,.7);
    padding: 10px 15px;
}
.general-form.white .form-control {
    border-color: #f8f8fa;
    background-color: #e5ecf4 !important;
    border: 1px solid rgb(248 248 250) !important;
}
.note-editor, .note-editor .note-toolbar, .note-editor .note-statusbar .note-resizebar, .note-toolbar .btn {
    border-color: #ffffff !important;
}
.form-control {
    color: #000;
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.select2-container .select2-choice > .select2-chosen {
    color: #000;
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.select2-drop {
    -webkit-box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
    box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
}
.select2-search {
    min-height: 34px;
    padding: 10px;
}
.select2-search input {
    border-color: #e5ecf4;
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: 0.825rem 1.5rem;
    font-size: 1.15rem;
    border-radius: 0.95rem;
    background-color: #f8f8fa !important;
}
.select2-results .select2-result-label {
    padding: 1rem;
    padding-top: 17px;
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.select2-search input {
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.select2-drop-auto-width, .select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #e5ecf4;
    border-radius: 0.95rem;
    margin-top: 10px;
    -webkit-box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
    box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
    border-color: #e5ecf4;
}
.select2-results {
    padding: 10px;
    margin: auto;
}
.select2-drop-active {
    border: 2px solid #e5ecf4;
    border-top: 2px solid #e5ecf4;
}
.select2-dropdown-open [class^=select2-choice] {
    border-bottom-right-radius: 0.95rem !important;
    border-bottom-left-radius: 0.95rem !important;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 16px 16px;
    border-radius: 0.95rem !important;
}
.flex-center-table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.help-catagory.list-group .list-group-item {
    color: #000;
}
a.list-group-item, button.list-group-item {
    color: #000;
}
/* Form moderne */
.max-width-70 {
    max-width: 50%;
}
.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    background: #f8f8fa;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: transparent;
}
.select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {
    border-color: transparent;
}
.select2-results .select2-highlighted {
    border-radius: 0.95rem;
}
.select2-search input {
    background: transparent !important;
}
.select2-drop {
    border-radius: 0.95rem;
    margin-top: 10px;
}
.general-form .form-control {
    min-height: calc(1.5em + 1.65rem + 2px);
    font-size: 1.15rem;
    border-radius: 0.95rem !important;
}
.general-form .form-control {
    border-color: transparent;
}
.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice div b {
     background-position: 15px 10px;
}
.select2-container .select2-choice {
    border: none !important;
    border-color: transparent;
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: 0.825rem 0.5rem;
    font-size: 1.15rem;
    border-radius: 0.95rem;
}
/*.select2-container.form-control .select2-choice{
    min-height: unset;
}*/
.general-form .form-control:focus, .general-form .form-control.white:focus {
    border-color: #e5ecf4 !important;
    background-color: #f8f8fa;
    border: 2px solid #e5ecf4 !important;
}
.datepicker.dropdown-menu {
    border-radius: 0.95rem;
    -webkit-box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
    box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
    border: 2px solid #e5ecf4 !important;
    margin-top: -10px;
}
.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 6px solid #e5ecf4;
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid #e5ecf4;
}
.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    border-radius: 0.95rem;
}
.datepicker table tr td.today {
    background-color: #e5ecf4;
    border-color: #e5ecf4;
    border-radius: 0.95rem;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #e5ecf4;
    cursor: pointer;
    border-radius: 0.95rem;
}
.select2-choice>span:first-child, .select2-chosen, .select2-container .select2-choices .select2-search-field input {
    padding: 2px 12px;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background-color: #e5ecf4;
    color: #000;
    padding: 10px;
    border-radius: 0.95rem;
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.select2-container-active .select2-choice, .select2-container-multi.select2-container-active .select2-choices {
    border-color: transparent !important;
}
.select2-container .select2-choice > .select2-chosen {
    margin-right: 0px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f8f8fa;
    border: transparent;
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: 0.825rem 0.5rem;
    font-size: 1.15rem;
    border-radius: 0.95rem;
}
.select2-container.select2-container-disabled .select2-choice, .select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #f8f8fa;
    border: transparent;
    font-size: 1.15rem;
    border-radius: 0.95rem;
}
.form-control {
    box-shadow: none;
}
.dataTables_filter input, .datatable-search, .custom-filter-search {
    border-radius: 0.95rem;
    border: 2px solid #e5ecf4 !important;
    background-color: #f8f8fa;
    min-height: calc(2.2em + 1.65rem + 2px);
}
.dataTables_filter input, .datatable-search, .custom-filter-search {
    width: 350px;
}
.mt5 {
    margin-top: 5px !important;
}
.modal-footer {
    border-top: 1px dashed #e5ecf4 !important;
    width: 100%;
}

.col-md-9.custom-toolbar {
    padding-right: 0px;
}
div.DTTT_container {
    margin-top: 7px;
}
.select2-container, .select2-drop, .select2-search, .select2-search input {
    min-width: 80px;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #e5ecf4;
    border-top: unset;
    background: #f8f8fa;
}
.select2-container .select2-choice > .select2-chosen {
    background: transparent;
}
.general-form.white .select2-container .select2-choice {
    border-color: #e5ecf4 !important;
}
.select2-container .select2-choice {
    line-height: unset;
}
.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 8px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: unset;
}
/* End Form moderne */
.profile-cover-img-dash {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    border-radius: 0.75rem;
}
.profile-cover {
    position: relative;
    height: 7.5rem;
    padding: 1.75rem 2rem;
    border-radius: 0.75rem;
    margin-top: 20px;
}
.profile-cover-img-wrapper {
    background: #ffff;
    border-radius: 0.95rem;
}
.profile-cover-img {
    width: 100%;
    height: 12rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    border-radius: 0.75rem;
}
.profile-cover-avatar {
    display: -ms-flexbox;
    display: flex;
    margin: -.3rem auto 0.5rem auto;
}
.avatar-xxl {
    width: 12rem;
    height: 12rem;
}
.avatar-circle {
    border-radius: 50%;
}
.avatar {
    position: relative;
}
.avatar-circle .avatar-img, .avatar-circle .avatar-initials {
    border-radius: 50%;
}
.avatar-img {
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    border-radius: 0.3125rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
.list-inline-m-1 {
    margin-left: -0.25rem!important;
}
.list-inline-m-1 .list-inline-item {
    margin: 0.25rem!important;
    font-size: 18px;
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.avatar-xxl .file-upload {
    font-size: 24px;
}
/* Flex  */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.justify-content-center {
    justify-content: center!important;
}
.flex-column {
    flex-direction: column!important;
}
.d-flex {
    display: flex!important;
}
/* End Flex  */
.card .card-body {
    padding: 2rem 2.25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    border-radius: 0.95rem !important;
    background: #ffff;
    border: 2px solid #e5ecf4 !important;
}
/* Nav */
.nav>li>a {
    font-family: "Gotham-Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
    color: #171796;
    background-color: rgba(55,125,255,.1);
    border-radius: 0.95rem;
}
li.active a {
    color: #171796;
    background-color: rgba(55,125,255,.1);
    border-radius: 0.95rem;
}
.help-catagory.list-group .list-group-item:hover, .help-catagory.list-group .list-group-item.active {
    color: #171796;
    background-color: rgba(55,125,255,.1);
    border-radius: 0.95rem !important;
}
.help-catagory a {
    padding: 15px 15px;
}
#sidebar-menu > li > ul > li > a:hover {
    color: #171796;
    background-color: rgba(55,125,255,.1) !important;
    border-radius: 0.95rem !important;
    padding: 15px 10px;
}
.topbarmenu#sidebar-menu > li > ul> .active > a {
    color: #171796;
    background-color: rgba(55,125,255,.1) !important;
    border-radius: 0.95rem !important;
    padding: 15px 10px;

}
.dashboard-dropdown .dropdown-toggle {
    border-radius: 0.95rem !important;
    width: unset;
    box-shadow: unset;
}
.dashboard-pull-right {
    background: #fff;
    padding: 10px;
    border-radius: 0.95rem;
    border: 1px solid #e5ecf4 !important;
}
.dashboard-pull-left {
    padding-top: 10px;
}
.dashboard-pull-left-title {
    margin-top: 13px;
    margin-right: 15px;
}
.navbar-nav>.open>a:focus {
    background-color: #ffffff !important;
    color: #171796 !important;
}
.navbar-nav>.open>a, .navbar-nav>.open>a:hover, .navbar-nav>.open>a:focus {
    background-color: #ffffff !important;
}
/* End Nav */
.modal-body {
    padding: 15px;
}
/* Gotham Mediup Bold */ 

.title-tab h3 {
    font-family: "Gotham-Bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-family: "Gotham-Bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dashboard-pull-left h4 {
    font-family: "Gotham-Bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn {
    font-family: "Gotham-Bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-family: "Gotham-Bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1.page-header-title  {
    font-family: "Gotham-Bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav>li>a {
    font-family: "Gotham-Bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.panel-heading h4 {
    font-family: "Gotham-Bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.help-catagory.list-group .list-group-item:hover, .help-catagory.list-group .list-group-item.active {
    font-family: "Gotham-Bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.modal-body h4 {
    font-family: "Gotham-Bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* End Gotham Mediup Bold */


/* Loader */
.circle-loader {
    border: 5px solid #e5ecf4 !important;
    border-top-color: #171796 !important;
}
.circle-done {
    margin:30px auto;
    width: 120px;
    height: 120px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #e5ecf4;
    text-align: center;  
    font-size: 50px;
    padding: 10px;
    padding-top: 30px;
    color: #171796;
}
.circle-done i{
    display: inline-block;
    max-width: 0%;
    overflow: hidden;

}
.circle-done.ok i{
    max-width: 80%;
    -webkit-transition:max-width 1000ms ease;
    -moz-transition:max-width 1000ms ease;
    -o-transition:max-width 1000ms ease;
    transition:max-width 1000ms ease;
}
.app-loader .loading,
.table-loader .loading{
    border: solid 2px #171796;
}
/* End Loader */
.page-content-table.p30 {
    padding: 0px !important;
}
.panel-default.p30 {
    padding: 0px !important;
}
.panel.p30 {
    padding: 0px !important;
}
.page-title {
    padding: 20px;
    background: transparent;
    border-bottom: none;
}
.nav.flex-column {
    padding: 20px !important;
}
.list-group.help-catagory {
    padding: 20px !important;
}

.todo-input-box .input-group {
    background: #f6f8f9;
    padding: 5px;
    border-radius: 0.95rem !important;
    border: 2px solid #e5ecf4 !important;
}
.input-group-btn .btn {
    border-top-left-radius: 0.95rem !important;
    border-bottom-left-radius: 0.95rem !important;
}
.todo-input-box input {
    border: transparent !important;
}
.todo-input-box input:focus {
    border: transparent !important;
}

.crop-box {
    height: 600px;
}
#section_global_actions {
    width: 100vw;
    position: fixed;
    background: #586D84;
    height: 60px;
    bottom: 0;
    margin-left: auto;
    left: 0px;
    border-top: 1px solid #e7e7e7 !important;
    text-align: center;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
#sidebar-menu .expand.open ul {
    max-height: 3000px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-30 {
    font-size: 30px;
}
.bg-blue-dgfip {
    background: #171796;
}
.font-weight-600 {
    font-weight: 600 !important;
}
textarea.form-control  {
    font-weight: 400 !important;
    min-height: 150px !important;
}
.btn {
    padding: 10px 14px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    margin-top: 5px;
}
.datatable-export a {
    display: inline-block;
    margin-top: 7px !important;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #586D84 !important;
    border-color: transparent;
}
.btn-success.active, .btn-success:active {
    color: #fff;
    background-color: #586D84 !important;
    border-color: transparent;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #586D84 !important;
    border-color: transparent;
}
.btn-link-white {
    color: #fff;
    background-color: transparent;
    border: 2px solid transparent;
}
.btn-link-white:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}
.btn-link-whites.active, .btn-link-white:active {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}
.btn-link-white.focus, .btn-link-white:focus {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}
.bg-primary {
    background-color: #171796;
}
.panel-success {
    background-color: #456f73;
}
.panel-info {
    background-color: #586D84; 
}
.panel-coral {
    background-color: #171796;
}
.panel-orange {
    background: #f28d6a;
}
.panel-info .btn {
    color: #333;
    background: #fff;
}
.panel-coral .btn {
    color: #333;
    background: #fff;
}
.widget-details {
    position: inherit;
}
.panel-heading {
    font-weight: 400;
}
.widget-icon {
    line-height: 1;
    opacity: 1;
    color: #586d84;
}
.label-danger {
    background-color: #a63950;
}
.label-warning {
    background-color: #f28d6a;
}
.navbar-left li:hover .dropdown-toggle i {
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    font-weight: 600;
    color: #171796;
}
.post-file-dropzone-scrollbar {
    height: auto !important;
    margin-top: 20px;
    margin-bottom: 20px;

}
.post-file-previews.b-t {
    border-top: 0px solid #f2f4f6;
}
.upload-thumbnail-sm {
    height: 110px;
    width: 110px;
}
.box-content {
    vertical-align: middle;
}
.general-form.white label {
    margin-top: 15px;
}
.general-form.white .select2-container .select2-choice {
    background-color: #e5ecf4 !important;
}
.tableContainer {
  overflow: auto;
  box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
}
.setting-sticky {
  position: sticky;
  top: 60px;

}
.dashboard-widget-sticky {
  position: sticky;
  top: 60px;

}
.profile-sticky {
  position: sticky;
  top: 60px;
  background-color: #fff !important;
  z-index: 1;
}
.datatable-tools-sticky {
  background-color: #fff !important;
  z-index: 1;
}
thead {
  position: sticky;
  top: 70px;
  background-color: #f8f8fa !important;
  z-index: 1;
  border-top: 2px solid #e5ecf4;

}
.datepicker thead {
  position: unset;
  top: 0px;
  background-color: #fff !important;
  z-index: 1;
  border-top: none;

}
.toolbar-left-top {
        margin-bottom: 10px;
        background: #fff;
    }
.custom-toolbar {
        margin-bottom: 10px;
}
.datatable-tools {
    padding: 10px !important;
    background-color: #fff !important;
    height: 80px;
}
#content {
    margin-top: 85px;
    height: 100%;
}
.dashbaord-header-area {
    margin-bottom: 15px;
    padding-top: 30px;
}
.lien-dash-section {
   font-size: 16px;
   font-weight: 400;
}
.lien-dash-dash-list {
   font-size: 16px;
   font-weight: 400;
}

table.dataTable.no-footer.no-border-bottom {
    border-bottom: unset !important;
    border-top: unset;
    background: #f8f8fa;
    margin-top: 30px;
    max-width: 90%;
}
table.dataTable.no-footer.no-border-bottom_public{
    border-bottom: unset !important;
    border-top: unset;
}

#estimate-form-table-sortable td {
    border-top: none !important;
    border-bottom: none !important;
}
#estimate-form-table td {
    border-top: none !important;
    border-bottom: none !important;
}
#estimate-request-table  td {
    border-top: none !important;
    border-bottom: none !important;
}
.dataTable.no-hover tr:hover td, .dataTable.no-hover tbody tr:hover {
    background: #ffffff !important;
}
table.dataTable.no-footer {
    border-bottom: none;
    border-top: unset;
}
.save-bottom-page {
    width: 50vw;
    position: fixed;
    background: #ffffff;
    height: 80px;
    bottom: 0;
    margin-left: auto;
    right: 0px;
    border-left: 2px solid #e7e7e7 !important;
    text-align: center;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.div-vertical-align {
    margin-top: 50vh;
    transform: translateY(-50%);
}
.request-left-center-div {
    width: 70%;
    margin: auto;
    padding: 30px;
    text-align: center;
    margin-top: 50vh;
    transform: translateY(-50%);
}
.upload-thumbnail-sm {
    border: 4px solid #f8f8fa !important;
    border-radius: 15px;
}
.font-size-13  {
    font-size: 13px;
}
.panel-files-no-border  {
    border-radius: 15px;
    margin-bottom: 40px;
    padding: 30px;

}
.title-header-request-sticky {
  position: sticky;
  top: 0px;
  background-color: #fff !important;
  z-index: 1;
}

.panel-header-title {
    padding: 60px 30px 0px 30px;
    background: transparent !important;
    border: none !important;
    /*position: sticky;
    top: 0px;
    z-index: 1;*/
}
.navbar-default .navbar-brand {
    margin-left: 10px;
}
.navbar-brand>img {
    max-width: 250px;
}
.alert-warning {
    border-radius: 15px;
}
.box-content.bg-white {
    border-radius: 15px;
}
.sidebar-timeline {
    border-radius: 15px;
    background: #fff;
    position: sticky;
    top: 100px;
}
.sticky-note  {
    background: #fff !important;
}
.right_signin {
  width: 50%;
  background: #ffff;
  float: right;
  min-height: 100vh;
}
.form-vertical-align-signin {
    margin-top: 50vh;
    transform: translateY(-50%);
}
.signin-left-center-div {
    width: 70%;
    margin: auto;
    padding: 30px;
    text-align: center;
    margin-top: 50vh;
    transform: translateY(-50%);
}
.left_signin {
    width: 50%;
    position: fixed;
}
/* DGFIP */
.title-tab h3 {
    font-weight: 400;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 400;
}
.dashboard-pull-left h4 {
    font-weight: 400;
}
.btn {
    font-weight: 400;
}
.navbar-default .navbar-nav>li>a {
    font-weight: 400;
}
h1.page-header-title  {
    font-weight: 400;
}
.nav>li>a {
    font-weight: 400;
}
.panel-heading h4 {
    font-weight: 400;
}
.help-catagory.list-group .list-group-item:hover, .help-catagory.list-group .list-group-item.active {
    font-weight: 400;
}

.modal-body h4 {
    font-weight: 400;
}
.select2-results .select2-result-label {
    font-weight: 400;
}
.select2-search input {
    font-weight: 400;
}
.form-control {
    font-weight: 400;
}
.select2-container .select2-choice > .select2-chosen {
    font-weight: 400;
}
.select2-container-multi .select2-choices .select2-search-choice {
    font-weight: 400 !important;
}
.navbar-default .navbar-nav>li>a {
    font-weight: 400 !important;
}
.dropdown-menu>li>a {
    font-weight: 400 !important;
}
.gothammedium {
    font-weight: 400 !important;
}
.list-group {
    font-weight: 400;
}
#sidebar-menu li a {
    font-weight: 400 !important;
}
h1, h2, h3, h4 {
    font-weight: 400;
}
.panel-footer {
    font-weight: 400;
}
.select2-container .select2-choice {
    background-color: #e5ecf4 !important;
}
.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #e5ecf4 !important;
}
.select2-container .select2-choice, 
.select2-container .select2-choices, 
.select2-container .select2-choices .select2-search-field input {
    background: #e5ecf4 !important;
}
.general-form .select2-container-multi.form-control {
    background-color: #e5ecf4 !important;
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 1.15rem;
    border-radius: 0.95rem;
}
.general-form input.form-control {
    background-color: #e5ecf4 !important;
    min-height: calc(1.5em + 1.65rem + 2px);
    font-size: 1.15rem;
    border-radius: 0.95rem;
}
.general-form textarea.form-control {
    background-color: #e5ecf4 !important;
    min-height: calc(1.5em + 1.65rem + 2px);
    font-size: 1.15rem;
    border-radius: 0.95rem;
}
.note-btn.btn {
    padding: 7px 10px;
}
/* End DGFIP */

