/********************************/
/* 
    Author: darwin
*/
/********************************/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700&display=swap");

:root {
    --best360: #114950;
}
  
*,
*::before,
*::after {
    box-sizing: border-box;
}
  
html {
    font-family: sans-serif;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    width: 100%;
}
  
body {
      font-family: "Roboto", sans-serif;
      margin: 0;
      font-size: 1rem;
      color: #5E5E5E;
      font-weight: 400;
      line-height: 1.5;
      text-align: left;
      width: 100%;
}

ul {
    list-style: none;
}

/********************************/
/* BOOTSTRAP OVERIDE
/********************************/
.accordion-right {
    margin-left: auto;
}

.accordion-button::after {
    margin-left: 10px !important;
}

.border-none {
    border: none !important;
}

.bg-barrek {
    background-color: #114950!important;
}

.bg-barrek-light {
    background-color: #15535A!important;
}

.bg-success {
    color: #fff !important;
    background-color: #27ae60 !important;
    border-color: #27ae60 !important;
}

#dashboard .media-flex-center .bg-success {
    font-size: .7rem !important;
}

.bg-barrek-inverse {
    background-color: #E9B06A!important;
}

.bg-blue {
    background-color: #1d7ec4;
}

.bg-red {
    background-color: #C54539;
}

.bg-gray {
    background-color: #b9a797!important;
}

.no-shadow {
    box-shadow: none !important;
}

.barrek-rounded {
    border-radius: 50% !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f1f1f1;
    opacity: 1;
}

.form-control:disabled ~ label {
    opacity: .7 !important;
}

.text-barrek {
    color: #82643D !important;
}

.text-barrek-yellow {
    color: #E9B06A !important;
}

.form-control:disabled:hover, .form-control[readonly] {
    border: none !important;
}

.form-control:disabled:focus {
    border: none !important;
    outline-width: 0 !important;
}

.form-floating>label {
    font-size: .9rem;
    transform: translateY(-.3rem) translateX(.15rem);
    color: #114950;
}

.form-floating.blue>label {
    color: #3498db;
}

.form-floating>label sup {
    color: #e74c3c !important;
    opacity: 1 !important;
}

.form-floating>.form-control, .form-floating>.form-select {
    height: calc(2.7rem + 6px);
    padding: 1rem .75rem;
    border-radius: 7px;
    border: 1.7px solid #f1f1f1;
    color: #5E5E5E !important;
}

.form-floating .input-group>.form-control {
    border-radius: 7px;
    border: 1.7px solid #f1f1f1;
    color: #5E5E5E !important;
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.7rem) translateX(.15rem);
    font-size: .8rem;
}

.form-floating .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: .7rem .68rem;
    color: #cecece;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-floating.with-icon>.form-control, .form-floating.with-icon>.form-select {
    padding: 1rem .75rem .1rem 2.55rem !important;
}

.form-floating.with-icon>textarea.form-control {
    padding: 1.3rem .75rem .1rem 2.55rem !important;
}

.form-floating.with-icon>label {
    padding: 1.2rem .75rem .1rem 2.78rem !important;
}

input, textarea, select, button, a { outline: none !important; box-shadow: none !important; }

.form-floating>.form-control, .form-floating>.form-select {
    font-size: .9rem;
}

.form-control:focus {
    border: none !important;
    outline:none !important;
}

.form-floating .form-control:disabled:hover {
    border-top: 1.7px solid #f1f1f1 !important;
    border-left: 1.7px solid #f1f1f1 !important;
    border-right: 1.7px solid #f1f1f1 !important;
    border-bottom: 1.7px solid #f1f1f1 !important;
    outline:none !important;
    cursor: not-allowed !important;
}

.form-floating:not(:disabled) .form-control:not(:disabled):focus {
    border-top: 1.7px solid #f1f1f1 !important;
    border-left: 1.7px solid #f1f1f1 !important;
    border-right: 1.7px solid #f1f1f1 !important;
    border-bottom: 2.5px solid #54897d !important;
    outline:none !important;
}

.form-floating:not(:disabled) .form-control:not(:disabled):active {
    border-top: 1.7px solid #f1f1f1 !important;
    border-left: 1.7px solid #f1f1f1 !important;
    border-right: 1.7px solid #f1f1f1 !important;
    border-bottom: 2.5px solid #54897d !important;
    outline:none !important;
}

.form-floating.blue:not(:disabled) .form-control:not(:disabled):focus {
    border-top: 1.7px solid #f1f1f1 !important;
    border-left: 1.7px solid #f1f1f1 !important;
    border-right: 1.7px solid #f1f1f1 !important;
    border-bottom: 2.5px solid #3498db !important;
    outline:none !important;
}

.form-floating.blue:not(:disabled) .form-control:not(:disabled):active {
    border-top: 1.7px solid #f1f1f1 !important;
    border-left: 1.7px solid #f1f1f1 !important;
    border-right: 1.7px solid #f1f1f1 !important;
    border-bottom: 2.5px solid #3498db !important;
    outline:none !important;
}

.btn-delete {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
    border-radius: 6px;
    font-size: 13px;
    padding: .575rem .85rem;
}

.btn-delete:hover {
    color: #fff;
    background-color: #c0392b;
    border-color: #c0392b;
}

.btn-success {
    color: #fff;
    background-color: #27ae60;
    border-color: #27ae60;
}

.btn-barrek {
    color: #fff;
    background-color: #124a50;
    border-color: #124a50;
    border-radius: 6px;
    font-size: 13px;
    padding: .575rem .85rem;
}

.btn-barrek:hover {
    color: #fff;
    background-color: #0D3538;
    border-color: #0D3538;
}

.btn-barrek.btn-sm {
    font-size: 11px !important;
    padding: .175rem .85rem !important;
}

.btn-blue {
    font-size: 13px;
    background-color: #45AAF2;
    border-color: #45AAF2;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    padding: .575rem .85rem;
}

.btn-blue:hover {
    background-color: #1d7ec4;
    border-color: #1d7ec4;
    color: #fff;
}

.popover {
    z-index: 9999999 !important;
}

#estimatesSendMailForm {
    height: 100% !important;
}

#categoryForm .btn-barrek.btn-sm {
    font-size: 12px !important;
    padding: .275rem .65rem !important;
}

#questionForm .btn-barrek.btn-sm {
    font-size: 12px !important;
    padding: .275rem .65rem !important;
}

#mailForm .btn-barrek.btn-sm {
    font-size: 12px !important;
    padding: .275rem .65rem !important;
}

.form-select:disabled {
    background-color: #f1f1f1;
}

.btn-sm.btn-barrek-inverse {
    font-size: 12px;
    padding: .275rem .65rem;
}

.btn-barrek-inverse {
    color: #fff;
    background-color: #E9B06A;
    border-color: #E9B06A;
    border-radius: 6px;
    font-size: 13px;
    padding: .575rem .85rem;
}

.btn-barrek-inverse:hover {
    color: #fff;
    background-color: #C68A40;
    border-color: #C68A40;
}

.btn-barrek-transparent {
    color: #929292;
    background-color: #fff;
    border-color: #D5D5D5;
    font-size: 13px;
    border-radius: 6px;
    padding: .605rem .85rem !important;
    margin-top: 1px;
}

.btn-barrek-transparent:hover {
    color: #fff;
    background-color: #D5D5D5;
    border-color: #D5D5D5;
}

.btn-sm.btn-light {
    font-size: 12px;
    padding: .275rem .65rem;
}

.btn-light {
    color: rgba(0,0,0,.7);
    background-color: rgb(241, 241, 241);
    border-color: transparent;
    border-radius: 6px;
    font-size: 13px;
    padding: .575rem .85rem;
}

.btn-light:hover, .btn-light:active, .btn-light:focus {
    color: rgba(0,0,0,.7);
    background-color: rgb(235, 235, 235);
    border-color: #eee;
}

.btn-light.disabled, .btn-light:disabled {
    background-color: rgb(235, 235, 235, .60);
    border-color: rgb(235, 235, 235, .60);
    opacity: .5;
}

.btn-barrek-edit {
    color: #fff;
    background-color: #E9B06A;
    border-color: #E9B06A;
    border-radius: .7rem;
    font-size: 13px;
    padding: .475rem .65rem;
}

.btn-barrek-edit:hover {
    color: #fff;
    background-color: #C68A40;
    border-color: #C68A40;
}

.btn-barrek-delete {
    color: #C54539;
    background-color: #fff;
    border-color: #C54539;
    border-radius: .7rem;
    font-size: 13px;
    padding: .475rem .75rem;
}

.btn-barrek-delete:hover {
    color: #fff;
    background-color: #C54539;
    border-color: #C54539;
}

.view {
    position: relative;
    height: 100%;
    min-height: 100vh;
    width: calc(100% - 90px);
    padding: 20px 30px 30px 30px;
    margin-left: 90px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.view .mini-title {
    color: #15535A;
}

h1.title {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-family: "Montserrat",sans-serif;
    color: #283252;
    font-weight: 500;
    line-height: 1.125;
}

.centered-object {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}

.centered-text {
    position: absolute;
    top: 50%;
    margin: -80px 0 0 0;
    color: #D5D5D5;
}

.fa-circle-notch.centered-object {
    color: #D5D5D5;
}

/* ALERTS */
.alert-warning {
    color: #7F613B;
    background-color: rgb(233 176 106 / 10%);
    border-color: #E9B06A;
}

.alert-warning .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f1c40f'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    color: #E9B06A !important;
}

.alert-danger {
    color: #c0392b;
    background-color: rgb(192 57 43 / 10%);
    border-color: #c0392b;
}

.alert-danger .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c0392b'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    color: #c0392b !important;
}

.alert-success {
    color: #2ecc71;
    background-color: rgb(39 174 96 / 10%);
    border-color: #27ae60;
}

.alert-success .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2327ae60'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    color: #27ae60 !important;
}

.card-table-with-body {
    background: #f7f8fb !important;
    min-height: 560px !important;
}

.card-table-with-body .card-header {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.card-table-with-body .card-header span.text {
    font-size: 1rem;
    margin: 0 !important;
    line-height: 1.3;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.card-table-with-body .card-header span.text > i {
    margin-right: 5px;
}

.card-table {
    background: transparent !important;
    border: none !important;
    min-height: 560px !important;
    box-shadow: none !important;
}

.card-header {
    padding: 15px 20px;
    margin-bottom: 0;
    background-color: rgba(245,246,250,.8);
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-footer {
    padding: .5rem 1rem;
    border-top: 1px solid #e5e5e5;
    background: transparent;
}

/********************************/

/********************************/
/* SELECT 2 OVERIDE
/********************************/
.select2-container {
    width: auto !important;
}

.select2-container--bootstrap-5 .select2-selection>label {
    font-size: .9rem !important;
    transform: translateY(-.3rem) translateX(.15rem);
    color: #114950;
}

.select2-container--bootstrap-5 .select2-selection {
    height: calc(2.7rem + 6px);
    padding: 1rem .75rem;
    border-radius: 7px;
    border: 1.7px solid #f1f1f1;
    color: #5E5E5E !important;
}

.select2-container--bootstrap-5 .select2-selection>.form-control:focus~label, .select2-container--bootstrap-5 .select2-selection>.form-control:not(:placeholder-shown)~label, .select2-container--bootstrap-5 .select2-selection>.form-select~label {
    transform: scale(.85) translateY(-.7rem) translateX(.15rem);
    font-size: .8rem;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-size: .9rem !important;
    margin-top: 2px;
}

.with-icon .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-size: .9rem !important;
    margin-top: 3px;
    margin-left: 27px;
    max-width: 280px;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border: 1.7px solid #f1f1f1;
    box-shadow: none;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border: 1.7px solid #f1f1f1;
    box-shadow: 0px 9px 16px -10px rgba(170,170,170,40%);
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search {
    border-top: 1.7px solid #f1f1f1;
    padding: 0.475rem .4rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"] {
    color: #f9ae43;
    background-color: #fef2e1;
    font-size: .9rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: .9rem;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear, .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    border: none;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    height: calc(1.7rem + 6px);
    font-size: .9rem;
    padding: 1rem .75rem;
    border-radius: 7px;
    border: 1.7px solid #f1f1f1;
    color: #5E5E5E !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-top: 1.7px solid #f1f1f1;
    border-left: 1.7px solid #f1f1f1;
    border-right: 1.7px solid #f1f1f1;
    border-bottom: 2.5px solid #15535a;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    padding-left: 26px;
    padding-top: 5px;
    list-style: none;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.15em 0.25em;
    background: #f5f6fa;
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
    font-size: .7rem;
    color: #212529;
    cursor: auto;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
    width: 100%;
    height: 1.5em;
    font-size: 14px;
    padding-left: 28px;
    margin-top: 0;
    margin-left: 0;
    font-family: inherit;
    line-height: 1.5;
    background-color: transparent;
    resize: none;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 0.55rem;
    height: 0.55rem;
    padding: 0.25em 0.25em;
    margin-right: 0.25rem;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled="true"] {
    color: #6c757d;
    background: #f5f6fa;
}

.form-floating.with-help .select2-selection.select2-selection--single {
    border-radius: 7px 7px 0px 0px;
}

.form-floating.with-cancel .select2-container {
    width: 100% !important;
}

.form-floating.with-cancel .select2-container .select2-selection {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.form-floating.with-cancel .btn-success {
    border-radius: 0px !important;
    font-size: .8em;
    margin: 1px 0px;
}
.form-floating.with-cancel .btn-danger {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    font-size: .8em;
    margin: 1px 0px;
}

.form-floating.with-cancel {
    display: flex;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection {
    color: #6c757d;
    cursor: not-allowed;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    box-shadow: none;
}

.select2-container--disabled .select2-selection__clear {
    display: none !important;
}

.select2-show-dropdown {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

/********************************/


/********************************/
/* SIDEBAR
/********************************/
.barrek-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 80px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 35;
    -webkit-transition: border-radius .3s;
    transition: border-radius .3s;
    -webkit-box-shadow: 1px 0px 5px 2px rgb(242 242 242 / 65%);
    -moz-box-shadow: 1px 0px 5px 2px rgb(242 242 242 / 65%);
    box-shadow: 1px 0px 5px 2px rgb(242 242 242 / 65%);
}

.barrek-sidebar .sidebar-brand {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.barrek-sidebar .sidebar-brand img {
    margin: 15px auto;
    width: 52px;
    height: auto;
}

.barrek-sidebar .sidebar-body {
    height: calc(100% - 90px);
    margin-top: 15px;
    width: 100%;
    position: relative;
}

.barrek-sidebar .sidebar-body .icon-menu {
    margin: 0;
    padding: 0;
}

.barrek-sidebar .sidebar-body li{
    position: relative;
    width: 80px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.barrek-sidebar .sidebar-body a {
    color: #a9abac;
}

.barrek-sidebar .sidebar-body a:hover {
    color: #15535A;
}

.barrek-sidebar .sidebar-body a.active li {
    color: #15535A;
    border-left: 6px solid #15535a;
    margin: 0;
}

.barrek-sidebar .sidebar-body .bottom-menu {
    position: absolute;
    bottom: 0;
    padding: 0;
}
/********************************/


/********************************/
/* DROPDOWN
/********************************/
.dropdown-user {
    max-width: 50px;
    min-width: 50px;
    cursor: pointer;
}

.dropdown-user::after {
    display: none;
}

.dropdown-user .dropdown-menu {
    margin-left: 20px !important;
    padding: 0;
    -webkit-box-shadow: 0px 5px 16px rgb(0 0 0 / 5%);
    box-shadow: 0px 5px 16px rgb(0 0 0 / 5%);
    border-color: #ededed;
}

.dropdown-user .dropdown-menu .dropdown-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 16px 20px 16px;
    background: #fafafa;
}

.dropdown-user .dropdown-menu .dropdown-head .meta {
    margin-left: 12px;
    font-family: "Roboto",sans-serif;
}

.dropdown-user .dropdown-menu .dropdown-head .meta span:first-child {
    font-size: 1.1rem;
    font-weight: 500;
    color: #283252;
    line-height: 1.2;
    display: block;
}

.dropdown-user .dropdown-menu .dropdown-head .meta span:nth-child(2) {
    text-transform: uppercase;
    color: #a2a5b9;
    font-size: .7rem;
}

.dropdown-user .dropdown-menu .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
}

.dropdown-user .dropdown-menu .dropdown-item:hover {
    background: #fafafa;
}

.dropdown-user .dropdown-menu .dropdown-item.is-media .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
    width: 28px;
}

.dropdown-user .dropdown-menu .dropdown-item.is-media .meta {
    margin-left: 10px;
}

.dropdown-user .dropdown-menu .dropdown-item.is-media .meta span:first-child {
    font-family: "Montserrat",sans-serif;
    font-size: .9rem;
    margin-bottom: -5px;
    font-weight: 500;
    color: #283252;
    display: block;
}

.dropdown-user .dropdown-menu .dropdown-item.is-media .meta span:nth-child(2) {
    font-family: "Roboto",sans-serif;
    color: #a2a5b9;
    font-size: .8rem;
}

.dropdown-divider {
    background-color: #a2a5b9;
    border: none;
    display: block;
    height: 1px;
    margin: .1rem 0;
}

.dropdown-logout {
    margin: 0;
    padding: 5px;
    justify-content: center !important;
}

.dropdown-logout > button {
    width: 155px;
    padding: .275rem .85rem !important;
} 

/********************************/


/********************************/
/* AVATAR
/********************************/
.h-avatar {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #E9B06A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.img-avatar {
    width: 100px;
    min-width: 100px;
    height: 108px;
    border-radius: 50%;
}

.h-avatar.new {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: #F9F9F9;
    border: 2px dotted #D5D5D5;
    border-radius: 50%;
}

.h-avatar.new span {
    color: #999;
}

.h-avatar.is-small {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
}

.h-avatar.is-small img {
    display: block !important;
    border-radius: 50% !important;
    width: 40px !important;
    margin-top: 11px !important;
    padding: 0px !important;
}

.h-avatar.is-medium {
    max-width: 50px;
    min-width: 50px;
    cursor: pointer;
}

.h-avatar.is-big {
    max-width: 90px;
    min-width: 90px;
    height: 90px;
    cursor: pointer;
}

.h-avatar.is-medium .h-avatar span {
    font-size: 1.2rem;
    font-weight: 500;
    color: #7F613B;
}

.h-avatar span {
    font-size: 1.2rem;
    font-weight: 500;
    color: #7F613B;
}

.h-avatar.is-small span {
    font-size: .9rem !important;
}

/********************************/


/********************************/
/* ICON
/********************************/
.h-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    width: 38px;
    min-width: 38px;
    border-radius: 8px;
    background: rgba(233, 176, 106, 75%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.h-icon {
    font-size: .9rem;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
}
/********************************/


/********************************/
/* MODAL
/********************************/
.modal {
    z-index: 30 !important; 
}

.modal-backdrop {
    z-index: 25 !important;
    background-color: rgba(0,0,0,.1) !important;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    margin-left: 75px;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    padding: 0px 20px;
    border: none;
}

.modal-header {
    padding: 1rem 1rem 1rem 0rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-family: "Montserrat",sans-serif;
    color: #283252;
    font-weight: 500;
    font-size: 1.1rem;
}

.modal-icon {
    background-color: #F5F6FA;
    border: 1px solid #D5D5D5;
    padding: 10px 12px;
    border-radius: 20%;
    margin-right: 10px;
}

.modal-label {
    color: #114950;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/* LEFTT */
.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog{
    left: 0;
}
    
/* RIGHT */
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal-organisation {
    width: 850px !important;
    max-width: 850px !important;
}

.modal-category {
    width: 1250px !important;
    max-width: 1250px !important;
}
/********************************/


/********************************/
/* HELP
/********************************/
small.help {
    width: 100%;
    background-color: #f1f1f1;
    display: flex;
    border-radius: 0px 0px 7px 7px;
}

small.help .help-icon {
    font-size: .85rem;
    padding-left: .6rem;
    padding-right: .6rem;
    background-color: #767e86;
    color: #f1f1f1;
    border-radius: 0px 0px 0px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

small.help .help-text {
    font-size: .75rem;
    margin-top: 2px;
    padding-left: .5rem;
    padding-right: .6rem;
}

small.help .help-form {
    border-top: 1px solid #767e86;
}

/********************************/

/********************************/
/* HELP
/********************************/
small.help-container {
    width: 100%;
    background-color: #f1f1f1;
    display: flex;
    border-radius: 7px;
    margin-bottom: 15px;
}

small.help-container .help-icon {
    font-size: .85rem;
    padding-left: .6rem;
    padding-right: .6rem;
    background-color: #767e86;
    color: #f1f1f1;
    border-radius: 7px 0px 0px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

small.help-container .help-text {
    font-size: .75rem;
    margin-top: 2px;
    font-size: 13px;
    padding: .4rem .6rem;
}

small.help-container .help-form {
    border-top: 1px solid #767e86;
}

small.help-container strong {
    font-size: 14px;
}

/********************************/


/********************************/
/* LOADS
/********************************/
.content-shape {
    height: 15px;
    width: 100%;
    max-width: 100%;
    border-radius: .25rem;
}

.content-avatar.is-medium {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
}

.content-shape.max-20 {
    max-width: 20%;
}

.content-shape.max-40 {
    max-width: 40%;
}

.content-shape.max-50 {
    max-width: 50%;
}

.content-shape.max-60 {
    max-width: 60%;
}

.content-shape.max-80 {
    max-width: 80%;
}

.loads {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeload;
    animation-name: placeload;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 1200px 104px;
    position: relative;
  }
  
  @-webkit-keyframes placeload {
    0% {
      background-position: -468px 0;
    }
    100% {
      background-position: 468px 0;
    }
  }
  @keyframes placeload {
    0% {
      background-position: -468px 0;
    }
    100% {
      background-position: 468px 0;
    }
  }
/********************************/


/********************************/
/* NAVBAR
/********************************/
#navbar {
    margin-bottom: 2.4rem;
}
/********************************/

/********************************/
/* MAINTEANCE
/********************************/

#mainteance {
    background: #f2f2f2;
    position: relative;
    width: 100%;
    min-height: 100vh;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#mainteance .mainteance-wrapper {
    max-width: 840px;
    margin: 0 auto;
    padding-top: 40px;
}

#mainteance .mainteance-wrapper .mainteance-inner .text {
    right: 0;
    opacity: .55;
    z-index: 0;
    
}

#mainteance .mainteance-wrapper .mainteance-inner .text i {
    margin: 0 auto;
    font-weight: 600;
    font-size: 15rem;
    background-color: #fff;
    padding: 33px;
    border-radius: 25px;
    border: 2px solid #a1a1a1;
    margin-bottom: 32px;
    -webkit-box-shadow: 0px 14px 14px -5px rgb(211, 211, 211,1);
    -moz-box-shadow: 0px 14px 14px -5px rgba(211, 211, 211,1);
    box-shadow: 0px 14px 14px -5px rgba(211, 211, 211,1);
}



/********************************/

/********************************/
/* AUTH
/********************************/
#auth div#art {
    background: #f5f6fa;
    min-height: 100vh;
} 

#auth div#art .image-wrapper {
    display: flex;
    justify-content: center;
    height: 100%;
}

#auth div#art img {
    width: 650px;
    margin: auto auto;
    display: block;
}

#auth div#form {
    background: #fff;
    -webkit-box-shadow: -12px 0px 9px -5px rgba(242,242,242,1);
    -moz-box-shadow: -12px 0px 9px -5px rgba(242,242,242,1);
    box-shadow: -12px 0px 9px -5px rgba(242,242,242,1);
} 

#auth div#form .form-wrapper {
    height: 100%;
} 

#auth div#form .auth-header {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

#auth div#form .auth-header .auth-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 32px;
}

#auth div#form .auth-header .auth-logo img {
    height: 45px;
}

#auth div#form .auth-header .auth-lang {
    display: flex;
    align-items: center;
}

#auth div#form .auth-header .toolbar-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    border-radius: 50%;
    padding: 0px 0px 0px 32px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#auth div#form .auth-header .toolbar-link img:hover{
    cursor: pointer;
    background:#fff;
    border-radius: 50%;
    border: 3px solid #ededed;
    -webkit-box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06);
    box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06)
    
}

#auth div#form .auth-header .toolbar-link img {
    display: block;
    height: 35px;
    width: 35px;
    margin-bottom: 3px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06);
    box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06);
    -webkit-transition: all .3s;
    transition: all .3s;
}

#auth div#form .auth-body {
    padding: 0px 80px;
    margin-top: 15rem;
}

#auth div#form .auth-body .auth-content {
    width: 100%;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: 20px;
}

#auth div#form .auth-body .auth-content h2 {
    font-size: 1.5rem;
    font-family: "Roboto",sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #114950;
}

#auth div#form .auth-body .auth-content p {
    font-size: .9rem;
    font-weight: 300;
    margin-bottom: 8px;
    color: #999;
}

#auth div#form .auth-body .auth-content a {
    font-size: .8rem;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    color: #E9B06A;
}

#auth div#form .auth-form-footer .forgotten-password {
    font-size: .9rem;
    text-decoration: none;
    color: #999;
}

#auth div#form .auth-form-footer .forgotten-password:hover {
    color: #114950;
}

#auth div#form .auth-form-footer .description {
    font-size: 14px;
    line-height: 2.5rem;
    color: #999;
}

#auth div#form .auth-form-footer .description a {
    color: #E9B06A;
    text-decoration: none;
}

#auth div#form .auth-form-footer .description a:hover {
    color: #E09736;
}

@media only screen and (min-width: 720px) and (max-width: 1500px) {
    #auth div#form .auth-body {
        padding: 0px 45px;
        margin-top: 12rem;
    }
}

@media only screen and (max-width: 720px) {
    #auth div#form .auth-body {
        padding: 0px 20px;
    }
}
/********************************/


/********************************/
/* FORGOT
/********************************/
#forgot {
    background: #f5f6fa !important;
    min-height: 100vh;
} 

#forgot img.auth-logo {
    margin-top: 25px;
    height: 38px;
}

#forgot div#art .image-wrapper {
    position: absolute;
    bottom: 0;
    right: 5rem;
}

#forgot div#art img {
    width: 450px;
    margin: auto auto;
    display: block;
}

#forgot div#form .form-wrapper {
    height: 100%;
} 

#forgot div#form .auth-body {
    padding: 0px 20rem;
    margin-top: 15rem;
}

#forgot div#form .auth-body .auth-content {
    width: 100%;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: 15px;
}

#forgot div#form .auth-body .auth-content h2 {
    font-size: 1.5rem;
    font-family: "Roboto",sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #114950;
}

#forgot div#form .auth-body .auth-content p {
    font-size: .9rem;
    font-weight: 300;
    margin-bottom: 8px;
    color: #999;
}

#forgot div#form .auth-form-footer .return-login {
    font-size: .9rem;
    text-decoration: none;
    color: #999;
}

#forgot div#form .auth-form-footer .return-login:hover {
    color: #E9B06A;
}

@media only screen and (min-width: 720px) and (max-width: 1500px) {
    #forgot div#form .auth-body {
        padding: 0px 45px;
        margin-top: 12rem;
    }
}

@media only screen and (max-width: 720px) {
    #forgot div#form .auth-body {
        padding: 0px 20px;
    }
}
/********************************/


/********************************/
/* DASHBOARD
/********************************/
#dashboard {
    background: #F5F6FA;
    min-height: 100vh;
    background-position: bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 25%;
    background-position: 20% bottom, 80% bottom;
    background-image: url(../images/dash/barrek-decoration.png), url(../images/dash/barrek-decoration.png);
} 

#dashboard .start {
    margin: auto 15px;
}

#dashboard .start h3 {
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    color: #283252;
}

#dashboard .start p {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    color: #a2a5b9;
}

#dashboard .illustration {
    max-width: 300px;
}

#dashboard h3.intro {
    font-size: 1.4rem;
    padding: 20px 0px 5px 0px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
}

#dashboard p.intro {
    font-size: .9rem;
    padding: 5px 0px;
    color: #a2a5b9;
}

#dashboard .card {
    margin: 0;
    border-radius: 10px;
    -webkit-box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    border-color: #ededed;
}

#dashboard .card-title {
    color: #000;
    font-weight: 400;
}

#dashboard .dashboard-card {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: 3px solid #efc48f;
}

#dashboard .card-header {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

#dashboard .media-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#dashboard .media-flex-center .flex-meta {
    margin-left: 12px;
    line-height: 1.4;
}

#dashboard .media-flex-center .flex-meta span:first-child, #dashboard .media-flex-center .flex-meta>a:first-child {
    font-family: "Roboto",sans-serif;
    color: #a2a5b9;
    font-size: .8rem;
}

#dashboard .media-flex-center .flex-meta span:nth-child(2), #dashboard .media-flex-center .flex-meta>a:nth-child(2) {
    font-family: "Montserrat",sans-serif;
    font-size: .95rem;
    color: #283252;
    font-weight: 600;
    width: 100%;
    display: block;
}

#dashboard .guage-container {
    margin-top: -25px;
    display: flex;
    height: 100%;
}

#dashboard .chart-container {
    display: flex;
    height: 300px !important;
}

#dashboard .chart-container > canvas{
    margin: auto;
}

#dashboard .step-box {
    position: relative;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 10px 12px;
    border-radius: 8px;
    -webkit-box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    margin: 10px 0px;
}

#dashboard .step-box .icon-wrap {
    position: relative;
    padding-right: 15px;
    color: #a2a5b9;
    display: inline-block;
    vertical-align: bottom;
}

#dashboard .step-box .text-wrap span {
    text-align: left;
    display: block;
    text-transform: uppercase;
    color: #a2a5b9;
    font-family: "Montserrat",sans-serif;
    font-size: .8rem;
    letter-spacing: 1px;
}

#dashboard .step-box .text-wrap h3 {
    font-family: "Roboto",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #a2a5b9;
    -webkit-transition: color .3s;
    transition: color .3s;
}

#dashboard .step-box:hover {
    border: 1px solid #E9B06A;
}

#dashboard .step-box:hover .icon-wrap {
    color: #E9B06A;
}

#dashboard .step-box:hover .text-wrap h3 {
    color: #E9B06A;
}


/********************************/

/********************************/
/* ORGANISATION STRUCTURE
/********************************/
#organisation {
    background: #F5F6FA;
    height: 100%;
} 

#organisation #cardOfOrganisation {
    padding-bottom: 26px;
}

#organisation .card-organisation {
    margin: 0;
    border-radius: 10px;
    -webkit-box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    border-color: #ededed;
    height: 95%;
}

#organisation .organisation-card .leader {
    display: block;
    font-size: .8rem;
    font-weight: 400;
    padding: 10px 0px 5px 0px;
}

#organisation .btnAddNewPerson {
    color: #f9ae42;
}

#organisation .btnAddNewPerson:hover {
    color: #fd9606;
}

#organisation #organisationForm {
    height: 100%;
}

/********************************/


/********************************/
/* TREEE
/********************************/

#tree-drawer {
    height: 500px;
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: center;
    position: static;
    flex-direction: column;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#tree-card {
    z-index: 50;
}

.zoom-help:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    border: 10px solid #c7c7c7;
    background: rgb(0 0 0 / 45%);
    background-repeat: no-repeat, no-repeat;
    background-size: 13%;
    background-position: 40% center, 60% center;
}

.tree {
    cursor: grab !important;
}

.tree ul {
	padding-top: 20px; 
    position: relative;
	
	/* transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; */
}

.tree > ul {
    display: flex;
    justify-content: center;
}

.tree li {
	/* float: left; // -> demo */ 
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;

    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;  
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
}

.tree li > a {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;  
}

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 2px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 2px solid #ccc;
}

.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

.tree li:only-child{ padding-top: 0;}

.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}

.tree li:last-child::before{
	border-right: 2px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 2px solid #ccc;
	width: 0; height: 20px;
}

.tree li a{
	display: inline-block;
    text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
    max-width: 250px;
}

.tree li a > div {
    color: #283252;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: .8rem;
    padding: 15px;
	display: flex;
    border-radius: 10px;
    box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    border: 2px solid#ccc;
}
.tree li a > div > div:first-child {
    margin-top: 5px;
    margin-right: 5px;
    line-height: 1.4;
}

.tree li a > div .meta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
    max-width: 240px;
}

.tree li a > div .h-avatar.is-medium {
    max-width: 26px;
    min-width: 26px;
    height: 26px;
    cursor: pointer;
    background-color: #fff;
}

.tree li a > div .h-avatar span {
    font-size: .65rem;
    font-weight: 500;
    color: #283252;
}

/********************************/


/********************************/
/* FORM LOADER
/********************************/
.success-animation > button { margin-left: -12px;}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

#loadContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#successContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#successContainer h4 {
  max-width: 500px !important;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

.f-modal-alert {
    margin-bottom: -20px;
}

.f-modal-alert .f-modal-icon {
    border-radius: 50%;
    border: 4px solid gray;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: 80px;
  }
  .f-modal-alert .f-modal-icon.f-modal-success, .f-modal-alert .f-modal-icon.f-modal-error {
    border-color: #A5DC86;
  }
  .f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:after, .f-modal-alert .f-modal-icon.f-modal-error:before {
    background: #fff;
    content: "";
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
  }
  .f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:before {
    border-radius: 120px 0 0 120px;
    left: -33px;
    top: -7px;
    transform-origin: 60px 60px;
    transform: rotate(-45deg);
  }
  .f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-error:after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform-origin: 0 60px;
    transform: rotate(-45deg);
  }
  .f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(165, 220, 134, 0.2);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
  }
  .f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
  }
  .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
    background-color: #A5DC86;
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
  }
  .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
  }
  .f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
  }
  .f-modal-alert .f-modal-icon.f-modal-error {
    border-color: #F27474;
  }
  .f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark {
    display: block;
    position: relative;
    z-index: 2;
  }
  .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
    border: 4px solid rgba(200, 0, 0, 0.2);
  }
  .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
    background-color: #F27474;
    top: 37px;
    width: 47px;
  }
  .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
    left: 17px;
    transform: rotate(45deg);
  }
  .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
    right: 16px;
    transform: rotate(-45deg);
  }
  .f-modal-alert .f-modal-icon.f-modal-warning {
    border-color: #F8BB86;
  }
  .f-modal-alert .f-modal-icon.f-modal-warning:before {
    -webkit-animation: pulseWarning 2s linear infinite;
            animation: pulseWarning 2s linear infinite;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
  }
  .f-modal-alert .f-modal-icon.f-modal-warning:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body {
    background-color: #F8BB86;
    border-radius: 2px;
    height: 47px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 10px;
    width: 5px;
    z-index: 2;
  }
  .f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot {
    background-color: #F8BB86;
    border-radius: 50%;
    bottom: 10px;
    height: 7px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 7px;
    z-index: 2;
  }
  .f-modal-alert .f-modal-icon + .f-modal-icon {
    margin-top: 50px;
  }
  
  .animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
            animation: animateSuccessTip 0.75s;
  }
  
  .animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
            animation: animateSuccessLong 0.75s;
  }
  
  .f-modal-icon.f-modal-success.animate:after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
            animation: rotatePlaceholder 4.25s ease-in;
  }
  
  .f-modal-icon.f-modal-error.animate:after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
            animation: rotatePlaceholder 4.25s ease-in;
  }
  
  .animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
            animation: animateErrorIcon 0.5s;
  }
  
  .animateXLeft {
    -webkit-animation: animateXLeft 0.75s;
            animation: animateXLeft 0.75s;
  }
  
  .animateXRight {
    -webkit-animation: animateXRight 0.75s;
            animation: animateXRight 0.75s;
  }
  
  .scaleWarning {
    -webkit-animation: scaleWarning 0.75s infinite alternate;
            animation: scaleWarning 0.75s infinite alternate;
  }
  
  .pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
            animation: pulseWarningIns 0.75s infinite alternate;
  }
  
  @-webkit-keyframes animateSuccessTip {
    0%, 54% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    70% {
      width: 50px;
      left: -8px;
      top: 37px;
    }
    84% {
      width: 17px;
      left: 21px;
      top: 48px;
    }
    100% {
      width: 25px;
      left: 14px;
      top: 45px;
    }
  }
  
  @keyframes animateSuccessTip {
    0%, 54% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    70% {
      width: 50px;
      left: -8px;
      top: 37px;
    }
    84% {
      width: 17px;
      left: 21px;
      top: 48px;
    }
    100% {
      width: 25px;
      left: 14px;
      top: 45px;
    }
  }
  @-webkit-keyframes animateSuccessLong {
    0%, 65% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    84% {
      width: 55px;
      right: 0;
      top: 35px;
    }
    100% {
      width: 47px;
      right: 8px;
      top: 38px;
    }
  }
  @keyframes animateSuccessLong {
    0%, 65% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    84% {
      width: 55px;
      right: 0;
      top: 35px;
    }
    100% {
      width: 47px;
      right: 8px;
      top: 38px;
    }
  }
  @-webkit-keyframes rotatePlaceholder {
    0%, 5% {
      transform: rotate(-45deg);
    }
    100%, 12% {
      transform: rotate(-405deg);
    }
  }
  @keyframes rotatePlaceholder {
    0%, 5% {
      transform: rotate(-45deg);
    }
    100%, 12% {
      transform: rotate(-405deg);
    }
  }
  @-webkit-keyframes animateErrorIcon {
    0% {
      transform: rotateX(100deg);
      opacity: 0;
    }
    100% {
      transform: rotateX(0deg);
      opacity: 1;
    }
  }
  @keyframes animateErrorIcon {
    0% {
      transform: rotateX(100deg);
      opacity: 0;
    }
    100% {
      transform: rotateX(0deg);
      opacity: 1;
    }
  }
  @-webkit-keyframes animateXLeft {
    0%, 65% {
      left: 82px;
      top: 95px;
      width: 0;
    }
    84% {
      left: 14px;
      top: 33px;
      width: 47px;
    }
    100% {
      left: 17px;
      top: 37px;
      width: 47px;
    }
  }
  @keyframes animateXLeft {
    0%, 65% {
      left: 82px;
      top: 95px;
      width: 0;
    }
    84% {
      left: 14px;
      top: 33px;
      width: 47px;
    }
    100% {
      left: 17px;
      top: 37px;
      width: 47px;
    }
  }
  @-webkit-keyframes animateXRight {
    0%, 65% {
      right: 82px;
      top: 95px;
      width: 0;
    }
    84% {
      right: 14px;
      top: 33px;
      width: 47px;
    }
    100% {
      right: 16px;
      top: 37px;
      width: 47px;
    }
  }
  @keyframes animateXRight {
    0%, 65% {
      right: 82px;
      top: 95px;
      width: 0;
    }
    84% {
      right: 14px;
      top: 33px;
      width: 47px;
    }
    100% {
      right: 16px;
      top: 37px;
      width: 47px;
    }
  }
  @-webkit-keyframes scaleWarning {
    0% {
      transform: scale(1);
    }
    30% {
      transform: scale(1.02);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes scaleWarning {
    0% {
      transform: scale(1);
    }
    30% {
      transform: scale(1.02);
    }
    100% {
      transform: scale(1);
    }
  }
  @-webkit-keyframes pulseWarning {
    0% {
      background-color: #fff;
      transform: scale(1);
      opacity: 0.5;
    }
    30% {
      background-color: #fff;
      transform: scale(1);
      opacity: 0.5;
    }
    100% {
      background-color: #F8BB86;
      transform: scale(2);
      opacity: 0;
    }
  }
  @keyframes pulseWarning {
    0% {
      background-color: #fff;
      transform: scale(1);
      opacity: 0.5;
    }
    30% {
      background-color: #fff;
      transform: scale(1);
      opacity: 0.5;
    }
    100% {
      background-color: #F8BB86;
      transform: scale(2);
      opacity: 0;
    }
  }
  @-webkit-keyframes pulseWarningIns {
    0% {
      background-color: #F8D486;
    }
    100% {
      background-color: #F8BB86;
    }
  }
  @keyframes pulseWarningIns {
    0% {
      background-color: #F8D486;
    }
    100% {
      background-color: #F8BB86;
    }
  }

  .upload-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #ADAFB6;
  }

  .upload {
    cursor: wait !important;
    position: relative;
  }
  .upload .image {
    color: #B4B8C1;
    stroke: none;
    transform: rotate(15deg);
  }
  .upload .circle {
    display: block;
    stroke: #EDEEF1;
    fill: none;
    background: transparent !important;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
    width: 164px;
    height: 164px;
    opacity: 0;
    cursor: wait !important;
    transition: all 0.2s ease;
    transform: rotate(-90deg);
  }
  .upload .circle .active {
    stroke: #67C38A;
    stroke-dasharray: 502.65;
    stroke-dashoffset: 502.65;
    transition: all 4s ease;
  }
  .upload:before {
    content: "";
    border-radius: 12px;
    background: rgba(180, 184, 193, 0.3);
    transform: rotate(-15deg);
  }
  .upload .image, .upload:before {
    display: block;
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform-origin: 0% 100%;
    transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  }
  .upload:not(.do):hover .image {
    transform: rotate(10deg);
    color: #67C38A;
  }
  .upload:not(.do):hover:before {
    transform: rotate(-10deg);
    background: rgba(103, 195, 138, 0.3);
  }
  .upload.do .image {
    color: #67C38A;
    transform: rotate(10deg);
    -webkit-animation: bounce 1s infinite ease;
            animation: bounce 1s infinite ease;
  }
  .upload.do:before {
    background: rgba(103, 195, 138, 0.3);
    transform: rotate(-10deg);
    -webkit-animation: bounceAlt 1s infinite ease;
            animation: bounceAlt 1s infinite ease;
  }
  .upload.do .circle {
    opacity: 1;
  }
  .upload.do .circle .active {
    stroke-dashoffset: 0;
  }
  .upload.animateEnd .image, .upload.animateEnd:before {
    -webkit-animation: none;
            animation: none;
  }
  .upload.animateEnd .image {
    transform: rotate(10deg);
  }
  .upload.animateEnd:before {
    transform: rotate(-10deg);
  }
  .upload.animateEnd .circle {
    opacity: 0;
    transition-delay: 0s;
  }
  .upload.animateEnd .circle .active {
    stroke-dasharray: 502.65;
    stroke-dashoffset: 502.65;
  }
  
  @-webkit-keyframes bounce {
    50% {
      transform: rotate(15deg);
    }
  }
  
  @keyframes bounce {
    50% {
      transform: rotate(15deg);
    }
  }
  @-webkit-keyframes bounceAlt {
    50% {
      transform: rotate(-15deg);
    }
  }
  @keyframes bounceAlt {
    50% {
      transform: rotate(-15deg);
    }
  }
/********************************/


/********************************/
/* PERSONS
/********************************/
#person {
    background: #F5F6FA;
    height: 100%;
} 

#person #cardOfPerson {
    padding-bottom: 26px;
}

#person .card-person {
    margin: 0;
    border-radius: 10px;
    -webkit-box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    border-color: #ededed;
    height: 95% !important;
}

#person .card-person .card-body {
    height: 500px;
    overflow: auto;
}

#person .card-person .card-body-circles::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient( rgba(255, 255, 255, 0.001), white);
    pointer-events: none;
    left: 0;
}

#person #personForm, #person #circle-drawer {
    height: 100%;
}

#person #labelOfOrganisationForm > span {
    border: 1px solid #d5d5d5;
    padding: .35em .55em;
}

/********************************/


/********************************/
/* PERSONS - CIRCLES
/********************************/

.circles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.deparment-container {
    margin-bottom: 6em;
    display: flex;
}

.circle {
    border-radius: 50%;
    font-size: 50px;
    color: #fff;    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    flex-wrap: wrap;
    font-size: 1rem;
    text-align: center;
    background: #000;
    margin: 10px;
    cursor: pointer;
    user-select: none;
}

.circle span:first-child {
    color: #fff;
    display: block;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 46px;
    font-size: 14px;
    text-overflow: ellipsis;
    margin-bottom: -52px;
  } 

  .break {
    flex-basis: 100%;
    height: 0;
  }
  

/********************************/


/********************************/
/* DATATABLE - BARREK
/********************************/
.table-barrek {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 6px !important;
}

.table-barrek tbody td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}

.table-barrek th {
    font-size: .8rem;
    font-weight: 500 !important;
    color: #999;
    text-transform: uppercase;
}

.table-barrek tbody tr {
    background: #FFFFFF !important;
    width: 100%;
    line-height: 50px;
    border-radius: 8px;
    border: 2px solid #D5D5D5;
    padding: 8px;
    color: #5E5E5E;
    user-select: none;
}

.table-barrek thead tr {
    background: transparent !important;
}

.table-barrek tbody tr.trSelection:hover {
    background: #fff;
    background-color: rgb(233 176 106 / 14%) !important;
    border: 2px solid #E9B06A;
    cursor: pointer;
    user-select: none;
}

.table-barrek tbody tr.trSelection:hover td:first-child { 
    border-top-left-radius: 8px; 
    border-bottom-left-radius: 8px; 
    border-left: 1px solid #E9B06A; 
    border-top: 1px solid #E9B06A; 
}

.table-barrek tbody tr.trSelection:hover td:last-child { 
    border-top-right-radius: 8px; 
    border-bottom-right-radius: 8px; 
    border-right: 1px solid #E9B06A; 
    border-top: 1px solid #E9B06A;
}

.table-barrek tbody tr.trSelection:hover td {
    color: #999 !important;
    border-bottom: 1px solid #E9B06A !important;
    border-top: 1px solid #E9B06A;
}

.table-barrek td {
    color: #999 !important;
    border-bottom: 1px solid #D5D5D5 !important;
    border-top: 1px solid #D5D5D5;
}

.table-barrek tfoot td {
    padding: 0 !important;
    border: 0 !important;
}

.table-barrek td:first-child { border-top-left-radius: 8px; border-bottom-left-radius: 8px; border-left: 1px solid #D5D5D5; border-top: 1px solid #D5D5D5; }
.table-barrek td:last-child { border-top-right-radius: 8px; border-bottom-right-radius: 8px; border-right: 1px solid #D5D5D5; border-top: 1px solid #D5D5D5; }

/* .table-barrek.table>:not(:last-child)>:last-child>* {
    border: none !important;
} */

td.details-control {
    background: url('/public/images/table/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('/public/images/table/details_close.png') no-repeat center center;
}

/* CUSTOM-SORTING-ICONS */
.th-user.sorting, .th-user.sorting_asc, .th-user.sorting_desc, .th-user.sorting_asc_disabled, .th-user.sorting_desc_disabled{
    background-position: 75px 17px !important;
}

.th-email.sorting, .th-email.sorting_asc, .th-email.sorting_desc, .th-email.sorting_asc_disabled, .th-email.sorting_desc_disabled{
    background-position: 85px 17px !important;
}

.th-organisation-unit.sorting, .th-organisation-unit.sorting_asc, .th-organisation-unit.sorting_desc, .th-organisation-unit.sorting_asc_disabled, .th-organisation-unit.sorting_desc_disabled{
    background-position: 185px 17px !important;
}

.th-date-start.sorting, .th-date-start.sorting_asc, .th-date-start.sorting_desc, .th-date-start.sorting_asc_disabled, .th-date-start.sorting_desc_disabled{
    background-position: 200px 17px !important;
}

.th-date-end.sorting, .th-date-end.sorting_asc, .th-date-end.sorting_desc, .th-date-end.sorting_asc_disabled, .th-date-end.sorting_desc_disabled{
    background-position: 210px 17px !important;
}

#tableOfEstimates .with-padding {
    padding-left: 35px;
}

/* ======== */

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    color: #5E5E5E !important;
}

table.dataTable thead .sorting_asc {
   background-size: 14px;
}

table.dataTable thead .sorting {
   background-size: 14px;
}

table.dataTable.no-footer {
    border: none !important;
}

.dataTables_wrapper .dataTables_filter > label {
    display: flex !important;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: #fff;
    border-color: #DADADB;
    color: #5E5E5E;
    height: 38px;
    margin-left: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
}

.dataTables_wrapper .dataTables_filter ~ .image-block {
    position: absolute;
    right: -32px;
}

.dataTables_wrapper .dataTables_filter ~ .image-block img {
    width: 190px;
    height: 71px;
    float: right;
}

.dataTables_wrapper .dataTables_filter input:disabled {
    background-color: rgba(245,246,250,.8);
    cursor: not-allowed;
}

.dataTables_filter {
   float: left !important;
}

.dataTables_wrapper .dataTables_info {
   display: none;
}

.dataTables_wrapper .dataTables_filter input::placeholder {
  font-size: .9em;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0px;
}

table.dataTable thead th, table.dataTable thead td, table thead td {
    padding: 15px 0px 2px 10px !important;
    border-bottom: 0 !important;
}

td .meta {
    display: block;
    margin-left: 12px;
    font-family: "Roboto",sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}

td .meta span:first-child {
    font-size: 1rem;
    font-weight: 500;
    color: #5E5E5E;
    line-height: 1.9;
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}

td .meta span:first-child > span {
    text-transform: uppercase;
    color: #a2a5b9;
    font-size: .7rem;
    text-align: left;
}

.table-barrek thead th.pt-0 {
    padding-top: 0px !important;
}

#scrolltable {
    overflow-y: auto;
    height: 650px;
    width: 100%;
    -layout: fixed;
    padding-bottom: 50px;
}
  
#scrolltable #tableOfOrders {
   padding-right: 5px;
}
  
#scrolltable thead {
    top: 0;
    position: sticky;
    background-color: white;
    z-index: 6;
}

#scrolltable::-webkit-scrollbar {
    width: 8px;
  }
  
#scrolltable::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  
  #scrolltable::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  
  .overflow-scroll-gradient {
    position: relative;
    margin-bottom: 50px;
  }
  
  .overflow-scroll-gradient::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient( rgba(255, 255, 255, 0.001), white);
    pointer-events: none;
  }

.table-barrek tbody tr.disabled {
    cursor: not-allowed;
    user-select: none;
}

/* DATA EDIT TR */
.table-barrek tbody tr.data-edit.disabled {
    cursor: not-allowed;
    user-select: none;
}

.table-barrek tbody tr.data-edit .edit {
    text-align: center;
    width: 100%;
    display: none;
}
.table-barrek tbody tr.data-edit:not(.disabled) .edit i {
    color: #fff;
    font-size: 22px;
    margin-top: 13px;
}

.table-barrek tbody tr.data-edit:not(.disabled):hover {
    background: #fff;
    color: #283252;
    background-color: #eeeeee !important;
    cursor: pointer;
    user-select: none;
}

.table-barrek tbody tr.shown {
    background: #fff;
    color: #283252;
    background-color: #e5e5e5 !important;
    cursor: pointer;
    user-select: none;
}

.table-barrek tbody tr.shown + tr {
    background: #fff;
    color: #283252;
    background-color: #eeeeee !important;
    cursor: pointer;
    user-select: none;
}

.table-barrek tbody tr.data-edit:not(.disabled):hover .edit {
    display: block;
}

.table-barrek tbody tr.data-edit:not(.disabled):hover td:first-child { 
    border-top-left-radius: 8px; 
    border-bottom-left-radius: 8px; 
}

.table-barrek tbody tr.data-edit:not(.disabled):hover td:last-child { 
    border-top-right-radius: 8px; 
    border-bottom-right-radius: 8px; 
}

.table-barrek tbody tr.data-edit:not(.disabled):hover td {
    color: #283252 !important;
}

.table-barrek tbody tr.data-edit:not(.disabled).active {
    background: #fff;
    color: #283252;
    background-color: #eeeeee !important;
    cursor: pointer;
    user-select: none;
}

.table-barrek tbody tr.disabled.active {
    background: #fff;
    color: #283252;
    background-color: #eeeeee !important;
    cursor: not-allowed !important;
    user-select: none;
}

.table-barrek tbody tr.draggable {
    background: #fff;
    color: #283252;
    background-color: #eeeeee !important;
    cursor: pointer;
    user-select: none;
}

.table-barrek tbody tr.data-edit:not(.disabled).active .edit {
    display: block;
}

.table-barrek tbody tr.data-edit:not(.disabled).active td:first-child { 
    border-top-left-radius: 8px; 
    border-bottom-left-radius: 8px; 
}

.table-barrek tbody tr.data-edit:not(.disabled).active td:last-child { 
    border-top-right-radius: 8px; 
    border-bottom-right-radius: 8px; 
}

.table-barrek tbody tr.data-edit:not(.disabled).active td {
    color: #283252 !important;
}

/******/


/* SETTINGS TR */
.table-barrek tbody tr.data-settings {
    color: #7F613B !important;
    background-color: rgba(233, 176, 106, 5%) !important;
    border: 1px solid #E9B06A;
    user-select: none;
}

.table-barrek tbody tr.data-settings td {
    color: #7F613B !important;
}

.table-barrek tbody tr.data-settings:hover {
    background-color: rgba(233, 176, 106, 25%) !important;
    user-select: none;
    border-bottom: 1px solid #E9B06A; 
}

.table-barrek tbody tr.data-settings:hover td:first-child { 
    border-top-left-radius: 8px; 
    border-bottom-left-radius: 8px; 
    border-left: 1px solid #E9B06A; 
    border-top: 1px solid #E9B06A; 
}

.table-barrek tbody tr.data-settings:hover td:last-child { 
    border-top-right-radius: 8px; 
    border-bottom-right-radius: 8px; 
    border-right: 1px solid #E9B06A; 
    border-top: 1px solid #E9B06A;
}


.table-barrek tbody tr.data-settings:hover td {
    color: #7F613B !important;
    border-bottom: 1px solid #E9B06A !important; 
}

/******/

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    border: 1px solid white;
    border-radius: 50%;
    background: #e9b06a !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button:hover {
    color: #e9b06a !important;
    border: 1px solid #e9b06a;
    border-radius: 50%;
    padding: .2em .7em;
    background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    background: #ededed;
    color: #283252;
    border-radius: 50%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
    opacity: .6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover {
    background: #ededed !important;
    color: #283252!important;
    border: none !important;
    margin-left: 1px !important;
    border-radius: 50%!important;
    padding: .2em .7em !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    background: #ededed;
    color: #283252;
    border-radius: 50%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
    opacity: .6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover {
    background: #ededed !important;
    color: #283252!important;
    border: none !important;
    margin-right: 1px !important;
    border-radius: 50%!important;
    padding: .2em .7em !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .2em .7em;
    margin-left: 0px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.datatale-icon {
    background-color: #dadadb;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    color: #5E5E5E;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 5px;
}

.table-header-transparent .datatale-icon {
    background-color: #f5f6fa;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    color: #5E5E5E;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 5px;
}

.table-header-transparent .dataTables_wrapper .dataTables_filter input {
    background-color: #fff;
    border-color: #f5f6fa;
    color: #5E5E5E;
    height: 38px;
    margin-left: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
}

.table-header-transparent .dataTables_wrapper .dataTables_filter > label {
    padding: 10px 0px 10px 35px;
}

.btnAddPerson {
    margin-top: 9px;
}

.dataTables_length {
    display: none;
}

#profileForm {
    height: 100%;
    padding: 25px;
}

#profileSecurityForm {
    height: 100%;
    padding: 25px;
}

/********************************/

/********************************/
/* DATATABLE - ESTIMATES
/********************************/
.table-estimates {
    border-collapse: separate !important;
    border-spacing: 0px;
}

/* table.table-estimates {
    margin-top: -15px !important;
} */

.table-estimates tbody td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: none !important;
    border-top: #f5f6fa solid 20px !important;
}

#tableOfEstimates_wrapper .dataTables_scrollBody {
    border: none !important;
    border-top: #f5f6fa solid 10px !important;
}

table.table-estimates thead th, table.table-estimates thead td, table thead td {
    text-transform: uppercase;
    padding: 0px 35px 0px 10px !important;
    background: #fff;
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 500;
}

table.table-estimates tbody tr td {
    padding: 20px 35px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 2px solid #EAB97E;
}

table.table-estimates tbody tr.header td {
    text-transform: uppercase;
    width: 100%;
    padding: 6px 0px 0px 2px;
    background: #F2E4D7;
    border: none !important;
    color: #876943 !important;
    font-size: 15px;
    font-weight: 600;
}

table.table-estimates tbody tr.header td.title {
    padding: 6px 35px;
}

table.table-estimates tbody tr.empty {
    outline: thin solid transparent;
    height: 15px;
}

table.table-estimates tbody tr td.grade {
    padding: 20px 0px;
}

  

/********************************/

/********************************/
/* ROTATE CONTAINER
/********************************/
.rotate-container {
    position: relative;
    height: 100%;
}

.rotate-container .card-front, .rotate-container .card-back {
    width: 100%;
    height: 100%;
    transform: perspective(600px) rotateY(0deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 0.5s linear 0s;
}

.rotate-container .card-back {
    transform: perspective(1600px) rotateY(180deg);
    position: absolute;
    top: 0;
}

.rotate-container .rotate-card-front {
    transform: perspective(1600px) rotateY(-180deg);
}

.rotate-container .rotate-card-back {
    transform: perspective(1600px) rotateY(0deg);
}
/********************************/


/********************************/
/* DATEPICKER
/********************************/
.datepicker {
    border-radius: 0;
    padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #e9b06a;
    color: #ffffff;
    border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}
.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #e9b06a;
    color: #ffffff;
    border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}
.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}
.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-color: #e9b06a;
  background-image: none;
}
.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #e9b06a;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #e9b06a;
    background-image: -moz-linear-gradient(to bottom, #e9b06a, #e9b06a);
    background-image: -ms-linear-gradient(to bottom, #e9b06a, #e9b06a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9b06a), to(#e9b06a));
    background-image: -webkit-linear-gradient(to bottom, #e9b06a, #e9b06a);
    background-image: -o-linear-gradient(to bottom, #e9b06a, #e9b06a);
    background-image: linear-gradient(to bottom, #e9b06a, #e9b06a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9b06a', endColorstr='#e9b06a', GradientType=0);
    border-color: #e9b06a #e9b06a #e9b06a;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #e9b06a;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #e9b06a;
    background-image: -moz-linear-gradient(to bottom, #e9b06a, #e9b06a);
    background-image: -ms-linear-gradient(to bottom, #e9b06a, #e9b06a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9b06a), to(#e9b06a));
    background-image: -webkit-linear-gradient(to bottom, #e9b06a, #e9b06a);
    background-image: -o-linear-gradient(to bottom, #e9b06a, #e9b06a);
    background-image: linear-gradient(to bottom, #e9b06a, #e9b06a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9b06a', endColorstr='#e9b06a', GradientType=0);
    border-color: #e9b06a #e9b06a #e9b06a;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}
/********************************/


/********************************/
/* ERROR INPUT
/********************************/
.error-input:not(.disable-error) .form-control, .error-input .form-control:focus, .error-input .form-control:active  {
    border-top: 1.7px solid #dc3545 !important;
    border-left: 1.7px solid #dc3545 !important;
    border-right: 1.7px solid #dc3545 !important;
    border-bottom: 1.7px solid #dc3545 !important;
    outline:none !important;
}

.error-input:not(.disable-error) .select2-container--bootstrap-5 .select2-selection  {
    border-top: 1.7px solid #dc3545 !important;
    border-left: 1.7px solid #dc3545 !important;
    border-right: 1.7px solid #dc3545 !important;
    border-bottom: 1.7px solid #dc3545 !important;
    outline:none !important;
}

.error-input:not(.disable-error) .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #dc3545 !important;
}

.form-floating.error-input:not(.disable-error)>label {
    color: #dc3545 !important;
}

.form-floating.error-input:not(.disable-error) .icon {
    color: #dc3545 !important;
}

.form-floating.error-input:not(.disable-error) .error-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: .7rem .68rem;
    color: #dc3545;
    cursor: pointer;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-floating.error-input:not(.disable-error) .select2-container ~ .error-icon  {
    right: 25px;
}

.disable-error .error-icon {
    display: none !important;
}

/********************************/


/********************************/
/* RELATIONSHIPS
/********************************/
#personRelationships {
    border: 1.7px solid #f1f1f1;
    color: #5E5E5E !important;
    border-radius: 7px;
    background-color: #fff;
    padding: 0px 8px 10px 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#personRelationships > label {
    font-size: .7rem;
    transform: translateY(.1rem) translateX(.5rem);
    color: #114950;
    opacity: .6;
    flex: 0 1 100%;
    margin: 5px 0px 2px 0px;
}

#personRelationships .relationship-card {
    background-color: #f5f6fa !important;
    padding: 5px;
    margin: 5px;
    flex: 45%;
}

#personRelationships .relationship-item {
    padding: 0px 5px;
}

#personRelationships .relationship-card label {
    font-size: .7rem;
    color: #636363;
    opacity: .8;
}


#estimtesModal label {
    color: #114950;
}

/* RELATIONSHIPS MODAL */

#relationshipModal .relationship-card {
    border: 1.7px solid #f1f1f1;
    color: #5E5E5E !important;
    background-color: #f5f6fa !important;
    padding: 5px;
    margin: 10px 0px 20px 0px;
}

#relationshipModal label {
    color: #114950;
}

#relationshipModal .relationship-card .card-footer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#evaluateToContainer .h-avatar {
    margin: 0 2px;
}

#evaluateFromContainer .h-avatar {
    margin: 0 2px;
}

.optInvisible {
    display: none;
}

/********************************/


/********************************/
/* PROFILE
/********************************/
#profile {
    background: #F5F6FA;
    min-height: 100vh;
    background-position: bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 25%;
    background-position: 20% bottom, 80% bottom;
    background-image: url(../images/dash/barrek-decoration.png), url(../images/dash/barrek-decoration.png);
} 

#profile .card-person > .card-body {
   padding: 1rem 0px !important;
}

#profile .card {
    margin: 0;
    border-radius: 10px;
    -webkit-box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    border-color: #ededed;
}

#profile .card-title {
    color: #000;
    font-weight: 400;
}

#profile #profile-user {
    padding: 0px 1rem !important;
}

#profile #profile-user.head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#profile #profile-user.head .meta {
    margin-left: 12px;
    font-family: "Roboto",sans-serif;
}

#profile #profile-user.head .meta span:first-child {
    font-size: 1.1rem;
    margin-top: 5px;
    font-weight: 500;
    color: #283252;
    line-height: 1.2;
    display: block;
}

#profile #profile-user.head .meta span:nth-child(2) {
    text-transform: uppercase;
    color: #a2a5b9;
    font-size: .7rem;
}

#profile .profile-menu {
    margin-top: 20px;
}

#profile .select-item {
    padding: 10px 1rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
    color: #a9abac;
    text-decoration: none;
}

#profile .select-item.active {
    background-color: #F2E4D7;
    border-left: 6px solid #E1B279;
    color: #876943;
}

#profile .select-item.active .meta span:first-child {
    color: #876943;
}

#profile .select-item.active .meta span:nth-child(2) {
    color: #bf8f51;
}

#profile .select-item:not(.active):hover {
    cursor: pointer;
    background-color: #ededed;
    border-left: 6px solid #a2a5b9;
}

#profile .select-item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
    width: 28px;
}

#profile .select-item .meta {
    margin-left: 10px;
}

#profile .select-item .meta span:first-child {
    font-family: "Montserrat",sans-serif;
    font-size: .9rem;
    margin-bottom: -5px;
    font-weight: 500;
    color: #283252;
    display: block;
}

#profile .select-item .meta span:nth-child(2) {
    font-family: "Roboto",sans-serif;
    color: #a2a5b9;
    font-size: .8rem;
}
/********************************/


/********************************/
/* SETTINGS
/********************************/
#settings {
    background: #F5F6FA;
    min-height: 100vh;
    background-position: bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 25%;
    background-position: 20% bottom, 80% bottom;
    background-image: url(../images/dash/barrek-decoration.png), url(../images/dash/barrek-decoration.png);
} 

/* #settings #col-service-settings {
    padding: 0px 400px !important;
} */

#settings .card {
    margin: 0;
    border-radius: 10px;
    -webkit-box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    border-color: #ededed;
}

#settings .choose-img {
    width: 100px;
}

#settings a {
    color: #adaeb8;
    font-weight: 400;
}

#settings .page-title {
    margin-top: 20px;
    font-size: 1.2rem;
    font-family: "Montserrat",sans-serif;
    color: #283252;
}

#settings .card-settings .card-body {
    display: flex;
}

#settings .card-settings {
    border: 1px solid #D5D5D5;
}

#settings .card-settings img {
    width: 190px;
    height: 90px;
    float: right;
    margin-left: 10px;
    filter: grayscale(100%);
}

#settings .card-settings:hover {
    border: 1px solid #E9B06A;
}

#settings .card-settings:hover img {
    filter: none;
}

#settings .card-settings .intro {
    text-align: left;
}

#settings .card-settings .card-title {
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0px;
}

#settings .card-settings .card-text {
    font-weight: 300;
    margin-top: 2px;
    font-size: 14px;
}

#settings .card-footer {
    text-align: left;
    background-color: rgba(255,255,255,.01);
    border-top: 1px dashed #e3e3e3;
    border-top-width: 1.6px;
}

#settings .card-footer a {
    text-decoration: none;
    color: #E9B06A;
    font-size: 15px;
}

#settings .card-footer a:hover {
    text-decoration: none;
    color: #C68A40;
}

#settings .form-icon {
    width: 80%;
    padding: 0px 25px;
    margin: auto;
}

/* COMPANY SETTINGS */
#company-container {
    height: 750px;
}

#companyForm {
    height: 100%;
}

#formInstructions {
    height: 100%;
}

#userForm {
    height: 100%;
}

/* SCALE SETTINGS */
.card-scale .card-body {
    max-height: 520px !important;
    overflow: auto;
}

#scaleForm #inputContainer {
    padding-bottom: 4px !important;
}

#scaleForm {
    height: 100%;
}

/* CATEGORY FORM */
#categoryForm {
    height: 100%;
}

#orderModal label {
    color: #114950;
}

/* MAIL FORM */
#settings #cardOfMails .control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
}

#settings #cardOfMails .radio-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -8px;
    margin-right: -8px;
}

#settings #cardOfMails .radio-boxes .radio-box {
    position: relative;
    width: calc(50% - 16px);
    margin: 8px;
    margin-top: 0px !important;
}

#settings #cardOfMails .radio-boxes .radio-box input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

#settings #cardOfMails .radio-boxes .radio-box .radio-box-inner {
    background: #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 4px;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    font-size: .9rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 30px 20px;
}

#settings #cardOfMails .radio-boxes .radio-box input:checked+.radio-box-inner {
    background: #e9af6a;
    border-color: #e9af6a;
    -webkit-box-shadow: 0 14px 26px -12px rgb(233 175 106 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(233 175 106 / 20%);
    box-shadow: 0 14px 26px -12px rgb(233 175 106 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(233 175 106 / 20%);
}

#settings #cardOfMails .radio-boxes .radio-box .radio-box-inner .data {
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    color: #283252;
    font-size: 2.4rem;
    line-height: 1;
}

#settings #cardOfMails .radio-boxes .radio-box .radio-box-inner .data > img {
    height: 150px;
    padding-bottom: 15px;
}

#settings #cardOfMails .radio-boxes .radio-box .radio-box-inner p {
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    font-size: 14px;
}

#settings #cardOfMails .radio-boxes .radio-box .radio-box-inner p strong {
   font-size: 16px;
}

#settings #cardOfMails .radio-boxes .radio-box input:checked+.radio-box-inner .data {
    color: #7F613B;
}


#settings #cardOfMails .radio-boxes .radio-box input:checked+.radio-box-inner p {
    color: #7F613B;
}

#settings #mailForm {
    height: 100%;
}

#settings #card-mailForm {
    height: 550px !important;
    overflow: auto;
}

/********************************/

/********************************/
/* SCALE
/********************************/
#scale {
    background: #F5F6FA;
    min-height: 100vh;
    padding-bottom: 25px;
    background-position: bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 25%;
    background-position: 20% bottom, 80% bottom;
    background-image: url(../images/dash/barrek-decoration.png), url(../images/dash/barrek-decoration.png);
} 

#scale #col-service-settings {
    padding: 0px 400px !important;
}

#scale .card {
    margin: 0;
    border-radius: 10px;
    -webkit-box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    border-color: #ededed;
}

#scale .choose-img {
    width: 100px;
}

#scale a {
    color: #adaeb8;
    font-weight: 400;
}

#scale .page-title {
    margin-top: 20px;
    font-size: 1.2rem;
    font-family: "Montserrat",sans-serif;
    color: #283252;
}

#scale .card-settings .card-body {
    display: flex;
}

#scale .card-settings {
    border: 1px solid #D5D5D5;
}

#scale .card-settings img {
    width: 190px;
    height: 90px;
    float: right;
    margin-left: 10px;
    filter: grayscale(100%);
}

#scale .card-settings:hover {
    border: 1px solid #E9B06A;
}

#scale .card-settings:hover img {
    filter: none;
}

#scale .card-settings .intro {
    text-align: left;
}

#scale .card-settings .card-title {
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0px;
}

#scale .card-settings .card-text {
    font-weight: 300;
    margin-top: 2px;
    font-size: 14px;
}

#scale .card-footer {
    text-align: left;
    background-color: rgba(255,255,255,.01);
    border-top: 1px dashed #e3e3e3;
    border-top-width: 1.6px;
}

#scale .card-footer a {
    text-decoration: none;
    color: #E9B06A;
    font-size: 15px;
}

#scale .card-footer a:hover {
    text-decoration: none;
    color: #C68A40;
}

#scale .form-icon {
    width: 80%;
    padding: 0px 25px;
    margin: auto;
}
/********************************/


/********************************/
/* ESTIMATES
/********************************/

/* VIEW */
#estimates {
    background: #F5F6FA;
    min-height: 100vh;
    background-position: bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 25%;
    background-position: 20% bottom, 80% bottom;
    background-image: url(../images/dash/barrek-decoration.png), url(../images/dash/barrek-decoration.png);
} 

#estimates img {
    display: block;
    max-width: 280px;
    margin: 0 auto 12px auto;
}

#estimates .success-block {
    padding: 7px 9px;
    color: #ffff;
    border-radius: 23px;
    font-size: 20px;
    background: #2ecc71;
}

#estimates .error-block {
    padding: 7px 12px;
    color: #ffff;
    border-radius: 23px;
    font-size: 20px;
    background: #e74c3c;
}

#estimates .button-mini {
    padding: 5.5px 9px;
    margin-left: 5px;
    margin-top: 1px;
    color: #ffff;
}

#estimates .btn-barrek-blue {
    background-color: #45AAF2;
    border-color: #45AAF2;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(0 118 186) !important;
    -moz-box-shadow: 0px 2px 4px 0px rgb(0 118 186) !important;
    box-shadow: 0px 2px 4px 0px rgb(0 118 186) !important;
}

#estimates .btn-barrek-blue:hover {
    background-color: #1d7ec4;
    border-color: #1d7ec4;
}

#estimates .btn-barrek-yellow {
    background-color: #E9B06A;
    border-color: #E9B06A;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(233 176 106) !important;
    -moz-box-shadow: 0px 2px 4px 0px rgb(233 176 106) !important;
    box-shadow: 0px 2px 4px 0px rgb(233 176 106) !important;
    padding: 6px 11px;
    margin-top: 1px;
}

#estimates .btn-barrek-yellow:hover {
    background-color: #E9B06A;
    border-color: #E9B06A;
}

#estimates .btn-barrek-transparent {
    color: #929292;
    background-color: #fff;
    border-color: #D5D5D5;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(213 213 213) !important;
    -moz-box-shadow: 0px 2px 4px 0px rgb(213 213 213) !important;
    box-shadow: 0px 2px 4px 0px rgb(213 213 213) !important;
    padding: 6px 13px;
    margin-top: 1px;
}

#estimates .btn-barrek-transparent:hover {
    color: #fff;
    background-color: #D5D5D5;
    border-color: #D5D5D5;
}

#estimates .btn-barrek-green {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(46 204 113) !important;
    -moz-box-shadow: 0px 2px 4px 0px rgb(213 213 213) !important;
    box-shadow: 0px 2px 4px 0px rgb(46 204 113) !important;
    padding: 5.5px 13.5px !important;
    margin-top: 1px;
    margin-left: 5px !important;
}

#estimates .btn-barrek-green:hover {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71;
}

#estimates .btn-barrek-red {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(231 76 60) !important;
    -moz-box-shadow: 0px 2px 4px 0px rgb(213 213 213) !important;
    box-shadow: 0px 2px 4px 0px rgb(231 76 60) !important;
    padding: 5.5px 13px !important;
    margin-top: 1px;
}

#estimates .btn-barrek-red:hover {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

#estimates .estimate-card {
    border-bottom: 3px solid #efc48f;
    margin-left: 16px;
}

#estimates .estimate-card .card-body {
    padding: .4rem 1rem;
    color: #757575 !important;
}

#estimates .estimate-card .card-body .button-mini {
    padding: 3px 5px;
    font-size: 10px;
    margin-left: 5px;
    margin-right: -5px;
    margin-bottom: 1px;
}

.accordion-button:not(.collapsed) {
    color: #7f613b;
    font-weight: 500;
    background-color: #e9af6a;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

#buyingModal {
    z-index: 999999 !important;
}

#buyingModal.show ~ .modal-backdrop {
    z-index: 45!important;
    background: rgba(0,0,0,.3) !important;
}

#buyingModal .modal-dialog {
    max-width: 1000px !important;
    width: 1000px !important;
}

#buyingModal .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

#buyingModal img {
    width: 196px;
    padding: 40px 0px;
}

#buyingModal .btn-barrek-transparent {
    box-shadow: none !important;
    box-shadow: none !important;
    margin-top: 4px;
    padding: .645rem .85rem !important;
}

#buyingModal .wrapper-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
}

#buyingModal .wrapper-inner {
    padding: 20px;
}

#buyingModal .wrapper-outer .wrapper-inner .action-box {
    border: none;
    background: none;
    border-radius: 0;
    border-right: 1px solid #e5e5e5;
    height: 100%;
}

#buyingModal .wrapper-outer .wrapper-inner .action-box .box-content h4 {
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    max-width: 320px;
    font-size: 1rem;
    margin: 0 auto 16px auto;
}

#buyingModal .wrapper-outer .side-wrapper {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 20px 20px 20px 0px;
}

#buyingModal .wrapper-inner .action-box .box-content {
    text-align: center;
    font-family: "Roboto",sans-serif;
    width: 480px;
    padding: 0px 15px 0px 0px;
    height: 100%;
}

#buyingModal .wrapper-outer .side-title {
    font-family: "Roboto",sans-serif;
    margin-bottom: 32px;
}

#buyingModal .wrapper-outer .side-title h3 {
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: #283252;
}

#buyingModal .media-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}

#buyingModal .media-flex .flex-meta {
    margin-left: 12px;
    line-height: 1.3;
    width: 100%;
}

#buyingModal .wrapper-outer .side-wrapper .side-inner .action-list .media-flex .icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    width: 32x;
    min-width: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
    color: #7f613b;
}

#buyingModal .action-list {
    margin-bottom: -10px; 
}

#buyingModal .wrapper-outer .side-wrapper .side-inner .action-list .media-flex .flex-meta span {
    font-weight: 600;
    font-size: .9rem;
    color: #7f613b;
}

#buyingModal .wrapper-outer .side-wrapper .side-inner .action-list .media-flex .flex-meta p {
    font-size: .9rem;
}

#buyingModal .control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    padding: 0px 25px;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
}

#buyingModal .radio-boxes {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 20px;
}

#buyingModal .radio-boxes .radio-box {
    position: relative;
    width: 100%;
    margin: 8px;
    margin-top: 0px !important;
}

#buyingModal .radio-boxes .radio-box input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

#buyingModal .radio-boxes .radio-box .radio-box-inner {
    background: #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 4px;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    font-size: .9rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 12px 20px 4px 20px;
}

#buyingModal .radio-boxes .radio-box input:checked+.radio-box-inner {
    background: #e9af6a;
    border-color: #e9af6a;
    -webkit-box-shadow: 0 14px 26px -12px rgb(233 175 106 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(233 175 106 / 20%);
    box-shadow: 0 14px 26px -12px rgb(233 175 106 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(233 175 106 / 20%);
}

#buyingModal .radio-boxes .radio-box .radio-box-inner .data {
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    color: #283252;
    font-size: 2.4rem;
    line-height: 1;
}

#buyingModal .radio-boxes .radio-box .radio-box-inner .data > img {
    height: 150px;
    padding-bottom: 15px;
}

#buyingModal .radio-boxes .radio-box .radio-box-inner p {
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    font-size: 14px;
}

#buyingModal .radio-boxes .radio-box .radio-box-inner p strong {
   font-size: 16px;
}

#buyingModal .radio-boxes .radio-box input:checked+.radio-box-inner .data {
    color: #7F613B;
    padding: 10px;
}

#buyingModal .radio-boxes .radio-box input:checked+.radio-box-inner p {
    color: #7F613B;
}

#buyingModal .field {
    text-align: left;
}

#buyingModal .field>label {
    font-family: "Roboto",sans-serif;
    font-size: .9rem;
    color: #a2a5b9 !important;
    padding-left: 26px;
}

#buyingModal .field label {
    font-family: "Roboto",sans-serif;
    font-size: .9rem;
    color: #a2a5b9 !important;
}

#buyingModal .price {
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 4px;
    padding: 30px 20px 30px 0px;
    margin: 0px 10px 20px 27px !important;
    box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
}

#buyingModal .price span:first-child {
    font-size: 2.8rem;
    font-weight: 600;
    color: #283252;
    line-height: 1;
}

#buyingModal .price span.currency {
    position: relative;
    top: -12px;
    content: "$";
    font-size: 60%;
}

#buyingModal .price #price_description {
    font-size: .75rem;
    color: #a2a5b9;
    text-transform: uppercase;
    display: block;
}

#buyingModal ul.payment {
    padding-left: 0;
    font-size: 14px;
}

.sender-message {
    text-align: left;
    padding: 20px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
    margin-left: 24px;
    margin-right: 7px;
    font-size: .9rem;
    border-radius: 6px;
    -webkit-box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
}

.sender-message h5 {
    font-size: 1rem;
}

.people-wrap .people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0 8px 0;
}

.people-wrap .people .h-avatar {
    margin: 0 4px;
}

#buyingModal .modal-footer {
    justify-content: center !important;
}

/********************************/


/********************************/
/* ESTIMATES - PREVIEW
/********************************/
#estimates-preview {
    background: #F5F6FA;
    min-height: 100vh;
} 

#estimates-preview .view {
    width: 100% !important;
    min-height: fit-content;
    padding: 0 !important;
    margin: 0 !important;
}

#estimates-preview .view.with-sidebar {
    padding-left: 78px !important;
}

#estimates-preview .view.with-sidebar > .row {
    margin-right: unset;
    margin-left: unset;
}

#estimates-preview .sidebar-form {
    border-radius: 0;
    height: 100vh;
    border: 0;
    -webkit-box-shadow: 1px -1px 5px 2px rgb(242 242 242);
    -moz-box-shadow: 1px -1px 5px 2px rgba(242,242,242,1);
    box-shadow: 1px -1px 5px 2px rgb(242 242 242);
    z-index: 2;
}

#estimates-preview .card-header {
    padding: 1rem;
}

#estimates-preview .sidebar-form .sidebar-form-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-family: "Montserrat",sans-serif;
    color: #283252;
    font-weight: 500;
    font-size: 1.1rem;
}

#estimates-preview .estimates-nav {
    background-color: #F2E4D7;
}

@media (min-width: 1200px) {
   #estimates-preview .col-md-1 {
        flex: 0 0 auto;
        width: 7.33333333%;
    }

   #estimates-preview .col-md-sidebar {
        flex: 0 0 auto;
        width: 9.93333333% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    #settings .card-settings img {
        width: 108px;
        height: 78px;
        float: right;
        margin-left: 10px;
        filter: grayscale(100%);
    }
}

#estimates-preview .sumbit-container {
    background: #fff;
    height: 58px;
    bottom: 0;
    padding-right: 10px;
    border-top: 2px solid #E9B06A;
    z-index: 1;
}

#estimates-preview #estimatesForm {
   height: 100%;
}

#estimates-preview::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 15px;
    background: rgba(0 0 0 / 8%);
}

#estimates-preview .estimates-nav .estimates-block-img {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    background: #EAB97E;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
}

#estimates-preview .estimates-nav .estimates-block-img img {
    width: 70px;
    margin-left: 15px;
}

#estimates-preview .estimates-nav .text-section {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

#estimates-preview .estimates-nav .text-section label {
    display: block;
    width: 100%;
}

#estimates-preview .estimates-nav .estimates-block-other {
    padding-top: 15px;
}

#estimates-preview .estimates-nav .estimates-block-other, #estimates-preview .estimates-nav .estimates-block-other > div {
    height: 100%;
}

#estimates-preview .estimates-nav .estimates-block-user {
    padding-top: 15px;
    margin-top: 0.4rem !important;
}

#estimates-preview .estimates-nav .estimates-block-user, #estimates-preview .estimates-nav .estimates-block-user > div {
    height: 100%;
}

/* TITLES */

#estimates-preview .estimates-nav .title {
    font-size: 26px;
    display: block;
    color: #82643D !important;
}

#estimates-preview .estimates-nav .title-2 {
    font-size: 20px;
    display: block;
    font-weight: 500;
    color: #82643D !important;
}

#estimates-preview .estimates-nav .sub-title {
    font-size: 15px;
    margin-bottom: 5px;
    text-align: center;
    display: block;
    color: #82643D !important;
}

#estimates-preview .estimates-nav .description {
    font-size: 15px;
    display: block;
    color: #82643D !important;
}

/* ---- */

/* FORM CONTROL */

#estimates-preview .estimates-nav .form-control:disabled {
    background-color: #fff;
    color: #82643D !important;
    border: none !important;
}

#estimates-preview .estimates-nav .form-control:disabled:hover, #estimates-preview .estimates-nav .form-control:disabled:focus {
    background-color: #fff;
    color: #82643D !important;
}

#estimates-preview .estimates-nav .input-group-text {
    background-color: #fcd782;
    color: #82643D !important;
    border: none !important;
}

#estimates-preview .btn-barrek-transparent {
    color: #929292;
    background-color: #fff;
    border-color: #D5D5D5;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(213 213 213) !important;
    -moz-box-shadow: 0px 2px 4px 0px rgb(213 213 213) !important;
    box-shadow: 0px 2px 4px 0px rgb(213 213 213) !important;
    padding: 6px 13px;
    margin-top: 1px;
}

#estimates-preview .btn-barrek-transparent:hover {
    color: #fff;
    background-color: #D5D5D5;
    border-color: #D5D5D5;
}

/* ---- */

#estimates-preview .estimates-main {
    width: 100%;
}

#estimates-preview .estimates-main .d-est-block {
    width: 100%;
    display: flex;
    align-items: center;
}

/********************************/


/********************************/
/* ESTIMATES - USER
/********************************/

#estimates-user {
    background: #F5F6FA;
    min-height: 100vh;
    background-position: bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 25%;
    background-position: 20% bottom, 80% bottom;
    background-image: url(../images/dash/barrek-decoration.png), url(../images/dash/barrek-decoration.png);
} 

#estimates-user .view-user {
    padding: 0px !important;
    width: 100%;
    margin: 0px;
}

#estimates-user .estimates-nav {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 24%, rgba(242,228,215,1) 38%);
    display: flex;
    border-bottom: 2px solid #E9B06A;
}

#estimates-user .estimates-nav .logo {
    width: 2200px !important;
    float: left;
}

#estimates-user .estimates-nav .logo > img {
    margin: 20px 0px;
    height: 50px;
}

#estimates-user .estimates-nav div.block {
    padding: 20px 0px 10px 0px;
}

#estimates-user .estimates-nav .estimates-block {
    margin: 0px 35px;
    width: 580px;
}

#estimates-user::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 15px;
    background: rgba(0 0 0 / 8%);
}

#estimates-user .estimates-main {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
}

#estimates-user .error-block {
    transform: translateY(50%);
}

#estimates-user .estimates-main .main-title {
    text-transform: uppercase;
    padding: 0px 35px;
    background: #fff;
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 500;
    display: flex;
}

#estimates-user .estimates-main .error-img {
    display: block;
    max-width: 280px;
    margin: 0 auto 12px auto;
}

#estimates-user .meta span:first-child {
    font-family: "Roboto",sans-serif;
    color: #5E5E5E; 
    display: block;
    line-height: 1.6;
    font-size: 12px;
    text-transform: uppercase;
}

#estimates-user .meta span:nth-child(2) {
    font-size: 14px !important;
    text-transform: capitalize !important;
    margin-bottom: -5px !important;
    font-weight: 800 !important;
    color: #000 !important;
    display: block;
}

#estimates-user .estimates-nav .estimates-last-block {
    width: 100%;
    max-width: 200px !important;
    background: #EAB97E;
    border-top-left-radius: 65px;
    border-bottom-left-radius: 65px;
}

#estimates-user .estimates-nav .estimates-last-block img {
    width: 70px;
    margin-left: 75px;
}

#estimates-user .estimates-nav .estimates-block.other-block {
    margin: 0px 35px;
    width: 300px !important;
}

#estimates-user .estimates-nav .title {
    font-size: 26px;
    display: block;
    color: #82643D !important;
    font-weight: 300;
}

#estimates-user .estimates-nav .title-2 {
    font-size: 20px;
    display: block;
    font-weight: 500;
    color: #82643D !important;
}

#estimates-user .estimates-nav .sub-title {
    font-size: 15px;
    margin-bottom: 5px;
    text-align: center;
    display: block;
    color: #82643D !important;
}

#estimates-user .estimates-nav .description {
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    color: #82643D !important;
}

#estimates-user .h-avatar span.main-user {
    font-size: 1.6rem;
    font-weight: 500;
    color: #7F613B;
}

#estimates-user .col-service-estimates-wrapper {
    padding: 0px 270px;
}

#estimates-user .done {
    color: #fff;
    background-color: #27ae60;
    border-color: #27ae60;
    padding: 5px 9px;
    border-radius: 50%;
    float: right;
}

#estimates-user .hello-container p {
    color: #A2A5B9;
    margin: 0;
}

#estimates-user .card {
    margin: 0;
    border-radius: 10px;
    -webkit-box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    border-color: #ededed;
}

#estimates-user .card-footer {
    background-color: rgba(255,255,255,.01);
    border-top: 1px dashed #e3e3e3;
    border-top-width: 1.6px;
}

/********************************/

/********************************/
/* IMAGE UPLOAD
/********************************/

div.cabiner-wrapper {
    display: flex;
    justify-content: center;
}

label.cabinet{
    width: 250px;
	cursor: pointer;
}

label.cabinet input.file{
	position: relative;
    display: none;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

label.cabinet figure {
    margin: 0 !important;
}

label.cabinet img {
    width: 270px !important;
    height: 75px !important;
}

#upload-demo{
  width: 100%;
  height: 250px;
  padding-bottom:25px;
}

figure figcaption {
    position: relative;
    bottom: 30px;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
}
/********************************/



/********************************/
/* LANGUAGE
/********************************/

.languages-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0px;
    justify-content: center;
}

.languages-boxes .language-box {
    margin: 8px 8px 16px 8px;
    padding: 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.languages-boxes .language-box .language-option {
    position: relative;
}

.languages-boxes .language-box .language-option input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.languages-boxes .language-box .language-option input:checked+.language-option-inner {
    border-color: #E9B06A;
}

.languages-boxes .language-box .language-option .language-option-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 1.6px solid #ededed;
    background: #fff;
    -webkit-box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.languages-boxes .language-box .language-option .language-option-inner img {
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
}

.languages-boxes .language-box .language-option input:checked+.language-option-inner .indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.languages-boxes .language-box .language-option .language-option-inner .indicator {
    position: absolute;
    top: -4px;
    right: -4px;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #E9B06A;
    border: 3px solid #fff;
}

.languages-boxes .language-box .language-option .language-option-inner .indicator svg {
    height: 10px;
    width: 10px;
    stroke-width: 3px;
    stroke: #fff;
}

.lang-illustration {
    padding: 15px;
    opacity: .9;
}
/********************************/



/********************************/
/* MOBILE
/********************************/

@media (max-width: 1600px) {
    .modal-dialog {
        width: 650px !important;
        max-width: 650px !important;
    }

    .view {
        padding: 20px 20px 25px 20px;
    }
}

.not-allowed {
    cursor: not-allowed !important;
}

/********************************/



/********************************/
/* WIZARD
/********************************/
#registration {
    background: #f5f6fa !important;
    min-height: 100vh;
} 

#registration .wizard-navigation {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    background: #fff;
    padding: 0 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 99;
}

#registration .wizard-navigation img.auth-logo {
    display: block;
    height: 34px;
    margin: 0 auto;
}

#registration .wizard-navigation .wizard-title {
    margin-left: 15px;
    border-left: 1px solid #bfbfbf;
    padding-bottom: 6px;
    padding-top: 6px;
    font-family: "Roboto",sans-serif;
}

#registration .wizard-navigation .wizard-title .title-wrap {
    position: relative;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: .9rem;
    padding-left: 12px;
    font-weight: 600;
}

#registration .wizard-navigation .wizard-title .title-wrap span {
    font-weight: 400;
}

#registration .progress {
    height: .4rem;
    border-radius: 0px !important;
}

#registration .progress .progress-bar {
    background-color: #e5a654 !important;
}

#registration .wizard-buttons {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 365px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

#registration .wizard-buttons .wizard-buttons-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
}

#registration .wizard-buttons .wizard-buttons-inner .btn {
    margin: 0 4px;
    border-radius: 8px;
}

#registration .wizard-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
}

#registration .wizard-wrapper .step-content .step-title {
    margin-bottom: 30px;
    text-align: center;
}

#registration .wizard-wrapper .step-content .step-title h2 {
    font-family: "Montserrat",sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #283252;
    text-align: center;
}

#registration .wizard-wrapper .step-content .step-title p {
    font-family: "Roboto",sans-serif;
    font-size: .9rem;
}

#registration .card {
    margin: 0;
    border-radius: 10px;
    -webkit-box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    border-color: #ededed;
}

#registration #cardLastContainer {
   height: 400px;
}

#registration #cardLastContainer > .card {
   height: 100%;
}
/********************************/

/********************************/
.input-admin {
    margin-top: 6px;
}

.input-admin input {
    max-width: 140px;
    border: 1px solid #ced4da !important;
}

.input-admin > .f-width {
    width: auto;
    max-width: inherit !important;
}

.input-admin input.form-control:hover {
    border: 1px solid #ced4da !important;
}

.input-admin input.form-control:focus {
    border: 1px solid #ced4da !important;
}

.button-mini small {
    display: block;
    font-size: 10px;
}
/********************************/

/********************************/
.introjs-tooltip-header {
    display: none;
}

.introjs-prevbutton {
    display: none;
}
/********************************/

/********************************/
.admin-header {
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0px 20px;
    padding-right: 20px !important;
    position: fixed;
    top: 0px;
    left: 0;
    margin-left: 0;
    width: 100%;
    z-index: 1;
    box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
}

.admin-header .admin-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 80px;
    margin: 0 auto;
}

.admin-header .admin-header-inner > div {
    padding: 8px 0px;
}

.admin-header .admin-header-inner h3 {
    font-size: 1rem;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.admin-header .admin-header-inner p {
    font-size: .9rem;
    padding: 0;
    margin: 0;
    color: #a2a5b9;
}
/********************************/


/********************************/
/* OFFERS
/********************************/

#offers {
    background: #F5F6FA;
    min-height: 100vh;
    background-position: bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 25%;
    background-position: 20% bottom, 80% bottom;
    background-image: url(../images/dash/barrek-decoration.png), url(../images/dash/barrek-decoration.png);
} 

#offers .card {
    margin: 0;
    border-radius: 10px;
    -webkit-box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    box-shadow: -1px -1px 16px rgb(0 0 0 / 5%);
    border-color: #ededed;
}

#offers .offer-img {
    height: 200px;
    margin: 0px 0px 40px 0px;
}

#offers h3.title {
    font-size: 1.3rem;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    color: #283252;
}

#offers p.description {
    font-size: .9rem;
    color: #a2a5b9;
}

/********************************/