body{
    font-family: "Be Vietnam Pro",sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #444;
    background-color: #eaeaea;
}
@font-face {
    font-family: 'Enso';
    src: url('../fonts/enso/Enso-Bold.eot');
    src: url('../fonts/enso/Enso-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/enso/Enso-Bold.woff2') format('woff2'),
        url('../fonts/enso/Enso-Bold.woff') format('woff'),
        url('../fonts/enso/Enso-Bold.ttf') format('truetype'),
        url('../fonts/enso/Enso-Bold.svg#Enso-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-navbar .nav-item, .page-first-title, h2, h3, .custom-card-title {
    font-family: "Enso",sans-serif;
}


a {
    color: #000;
    text-decoration: none;
}
.logo-txt{
    text-transform: none;
}
.footer {
    z-index: 3;
}
/*.form-control{
    font-size: 14px!important;
}*/
table.kv-grid-table tbody tr td a{
    color: #325cdd;
}
table.kv-grid-table thead tr th a{
    color: #325cdd;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.bg-soft-success {
    background-color: rgba(52,195,143,.25)!important;
}
.rounded-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}
#sidebar-menu ul li .badge {
    margin-top: 4px;
}
.main-content .page-content:before{
    content: "";
    background-image: url(../images/admin/admin-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    opacity: 0.15;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ededed;
    background-clip: border-box;
    border: 1px solid #e9e9ef;
    border-radius: 18px;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1.5px solid transparent;
    border-radius: 0.25rem;
}
.alert-label-icon .label-icon {
    position: absolute;
    width: 45px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.1);
    font-size: 16px;
    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;
}
.alert-label-icon {
    position: relative;
    padding-left: 60px;
    border: 0;
}
.alert-label-icon.label-arrow .label-icon {
    color: #fff;
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
}
.label-arrow.alert-danger .label-icon {
    background-color: #ef6767;
}
.mdi-set, .mdi:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mdi-block-helper::before {
    content: "\F00AD";
}
.alert-label-icon.label-arrow .label-icon:after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    right: -12px;
}
.label-arrow.alert-danger .label-icon:after {
    border-left-color: #ef6767!important;
}
.label-arrow.alert-success .label-icon {
    background-color: #34c38f;
}
.label-arrow.alert-success .label-icon:after {
    border-left-color: #34c38f!important;
}
.label-arrow.alert-warning .label-icon {
    background-color: #ffcc5a;
}
.label-arrow.alert-warning .label-icon:after {
    border-left-color: #ffcc5a!important;
}
.label-arrow.alert-info .label-icon {
    background-color: #16daf1;
}
.label-arrow.alert-info .label-icon:after {
    border-left-color: #16daf1!important;
}
.form-group.has-error .help-block{
    color: red;
}
.footer {
    bottom: 0px!important;
    padding: 20px calc(24px / 2);
    position: fixed;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    /*line-height: 24px;
    padding-right: 18px;*/
}
.select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear, .select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__clear{
    padding-top: 2px;
}
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label{
    padding: 6px 11px;
}
.btn{
    font-size: 14px;
}


.glyphicon {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    /*
    font-family: 'Font Awesome 5 Free';
    display:inline-block;font:normal normal normal 14px/1 'Font Awesome 5 Free';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
    */
}
.glyphicon-ok{
    /*content:"\f00c";*/
}
.glyphicon-ok:before{
    content:"\f00c";
}


/* Customs *
.btn-primary{
    background-color: #1d3e69;
    border-color: #1d3e69;
}
.btn-primary:hover{
    background-color: #325c93;
    border-color: #325c93;
}
.btn-default{
    color: #1d3e69;
    background-color: #FFF;
    border-color: #1d3e69;
}
.btn-default:hover{
    color: #FFF;
    background-color: #1d3e69;
    border-color: #1d3e69;
}
.pace .pace-activity{
    background: #1d3e69;
}
body[data-topbar=dark] #page-topbar{
    background-color: #1d3e69;
    border-color: #1d3e69;
}
body[data-topbar=dark] .navbar-brand-box{
    background-color: #1d3e69;
    border-color: #1d3e69;
}
body[data-topbar=dark] .header-item.border-end, body[data-topbar=dark] .header-item.border-start {
    border-color: transparent!important;
}
body[data-topbar=dark] .header-item.bg-soft-light{
    background-color: transparent!important;
}
body[data-topbar=dark] .navbar-header .dropdown .show.header-item {
    background-color: #1d3e69;
}
.mm-active>a svg{
    color: #1d3e69!important;
}
.mm-active .active svg{
    color: #1d3e69!important;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a{
    color: #1d3e69;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a svg{
    color: #1d3e69;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a{
    color: #1d3e69;
}
#sidebar-menu ul li a:hover{
    color: #1d3e69;
}
#sidebar-menu ul li a:hover svg{
    color: #1d3e69;
}
#sidebar-menu ul li ul.sub-menu li a:hover{
    color: #1d3e69;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover{
    color: #1d3e69;
}
.circle-icon{
    color: #FFF;
    border-radius: 25px;
    background-color: #1d3e69;
    border: 1px solid #1d3e69;
    padding: 4px 5px;
    margin-left: 5px;
    margin-right: 2px;
    min-width: 25px;
    min-height: 24px;
}
.circle-icon.circle-sm{
    font-size: 11px;
    min-width: 21px;
    min-height: 21px;
    padding: 4px 5px 5px;
}
a:hover .circle-icon, button:hover .circle-icon{
    background-color: #325c93;
    border-color: #325c93;
}
.add-item.btn{
    font-weight: bold;
}
.add-item.btn:hover{
    color: #325c93;
}
.add-item.btn:focus{
    box-shadow: none;
}
label.control-label{
    font-weight: bold;
}
tbody td a{
    color: #0070c0;
}
thead.kv-table-header > tr{
    border-color: #dee2e6;
}
thead.kv-table-header > tr > th{
    background-color: #1d3e69;
    border-color: #7d7d7d;
    color: #FFF;
    font-weight: 500;
}
thead.kv-table-header > tr > th > a{
    color: #FFF;
    font-weight: 500;
}
thead.kv-table-header > tr.filters > td{
    background-color: #FFF;
}
thead.kv-table-header > tr.filters > td input{
    border: 0;
    padding-left: 0px;
    padding-right: 25px;
    background: url("../images/icons8-search-90.svg") no-repeat right;
    background-size: 20px;
}
thead.kv-table-header > tr.filters > td input.form-control:focus{
    box-shadow: none;
}
thead.kv-table-header > tr.filters > td{
    padding-left: 5px;
    padding-right: 5px;
}
thead.kv-table-header > tr.filters > td select.form-control{
    border: 0;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{
    background: #1d3e69;
}
/* */
.form-group{
    margin-bottom: 8px;
}
.tox-promotion{
    display:none!important;
}
.tox-statusbar .tox-statusbar__path{
    display:none!important;
}
.select2-container .select2-selection--multiple .select2-selection__choice{
    float: left;
}
.kv-file-remove{
    display:none!important;
}
.card-title {
    font-size: 15.4px;
    margin: 0 0 7px 0;
}
.pos .card{
    margin-bottom: 12px;
}
.pos a{
    color: initial;
}
.pos .card.category-card .card-title{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.step h3 {
    padding: 10px 12px 10px 20px;
    background: #D1BC92;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
}
.step h3:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 10px solid #f8f8f8;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.step h3:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 10px solid #D1BC92;
    position: absolute;
    content: "";
    top: 0;
    right: -9px;
    z-index: 2;
}
.step.first h3:before, .step.last h3:after {
    border: none;
}
.box_general.summary {
    box-shadow: none;
    background-color: #fff;
    padding-bottom: 20px;
    padding: 25px 25px 20px 25px;
    border: 1px solid #ededed;
}
.box_general.summary .row {
    margin-bottom:15px;
}
label {
    font-weight: 500;
    margin-bottom: 3px;
}
.btn-annabelle{
    color: #fff;
    background-color: #D1BC92;
    border-color: #D1BC92;
    box-shadow: none;
}
.btn-check:active+.btn-annabelle, .btn-check:checked+.btn-annabelle, .btn-annabelle.active, .btn-annabelle:active, .show>.btn-annabelle.dropdown-toggle{
    color: #fff;
    background-color: #b8a57f;
    border-color: #b8a57f;
}
.btn-annabelle:hover{
    color: #fff;
    background-color: #b8a57f;
    border-color: #b8a57f;
}
#layout-wrapper .main-content{
    min-height: calc(100vh);
    background-color: #ececec;
}

@media (max-width: 500px){
    .header-item {
        height: 35px;
    }
    .navbar-header{
        height: 40px;
    }
    .page-content {
        padding: calc(40px + 24px) calc(24px / 2) 60px calc(24px / 2);
    }
    .page-content > .container-fluid{
        padding: 0px;
    }
    .page-content > .container-fluid > .container-fluid{
        padding: 0px;
    }
    .vertical-menu{
        top: 40px;
    }
    .logo {
        line-height: 40px;
    }
    .grecaptcha-badge {
        display: none;
    }
}
@media (max-width: 800px){
    .navbar-header{
        height: 40px;
    }
    .logo {
        line-height: 35px;
    }
    .header-item{
        height: 40px;
    }
    .vertical-menu{
        top: 40px;
    }
    .page-content {
        padding: calc(40px + 24px) calc(24px / 2) 60px calc(24px / 2);
    }
    .footer {
        display: none;
    }
}
.card #reset-password-form .input-group-text{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 8px;
    padding-bottom: 9px;
}
.datepicker-dropdown{
    z-index: 9999!important;
}
.split-shares .move-select{
    padding: 8px 20px;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 4px;
}
.ops-boat-img{
    align-items: center;display: flex;justify-content: center;
}
.ops-boat-img img{
    max-width: 100%;flex: 1 0 100%;
}
@media (max-width: 768px){
    .ops-dash-col .card-body{
        min-height: 85px;
    }
    .ops-boat-img img{
        max-width: 250px;
    }
}
@media (max-width: 660px){
    .ops-dash-col .card-body{
        min-height: 105px;
    }
}
@media (max-width: 450px){
    .ops-dash-col .card-body{
        min-height: 145px;
    }
}

.header-navbar .navbar a.nav-link img{
    max-width: 52px;
}
.logo-custom{
    width: 100%;
}
.page-content{
    padding-top: 24px;
}

.rounded-5 {
    border-radius: .8rem!important
}
.reports-extend-navbar .dropdown-menu{
    border: 4px solid #5ea701;
    border-radius: 12px;
    -webkit-border-radius: 12px;
}
.page-item.active .page-link{
    background-color: #639732;
    border-color: #639732;
}
.page-item .page-link{
    color: #639732;
}

.table-responsive{
    overflow: auto;
    cursor: grab;
    /*user-select: none;*/
}
.table-responsive.grabbing {
  cursor: grabbing;
}
.btn-intasect{
    background-color: rgba(69, 116, 33, 0.354);
}
.disclaimer-btn{
    color: purple;
    font-size: 9px;
    text-decoration: underline;
    cursor: pointer;
}