:root {
    --p-color: #08466f;
    --s-color: #d49700;
    --g-color: #637e32;
    --grey-color: #6c6c6c;
    --tb-color: #111;
    --blue: #209ADA;
    --light-blue: #8ab6d1;
}
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap'); */

html,
body {
    height: 100%;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: segoe ui;
}

body {
    font-weight: 400;
    background: white;
    /* font-size: 16px; */
    color: var(--tb-color);
    line-height: 1.5;
    overflow-x: hidden;
}

a {
    transition: 0.2s all ease;
    color:var(--p-color);
}

.btn-primary2, badge-primary2, .bg-primary2, .card-primary2:not(.card-outline) > .card-header {
    background-color: var(--p-color) !important;
    border-color: var(--p-color)!important;
    color: white;
}
    .btn-primary2:hover {
        /* color: #fff; */
        background-color: var(--s-color);
        border-color: var(--s-color);
        color: white;
    }
.card-body{
    border: solid 1px #ccc;
}
.text-primary2 {
    color: var(--p-color) !important;
}
.border-primary2 {
    border-color: var(--p-color) !important;
}
.btn-outline-primary2 {
    color: var(--p-color);
    border-color: var(--p-color);
}
.btn-outline-primary2:hover {
    color: #fff;
    background-color: var(--p-color);
    border-color: var(--p-color);
}
img {
    max-width: 100%;
}

.brand-link .brand-image{
    margin-top:unset;
    /* width:33px; */
    max-height: 43px;
}

.content-wrapper {
    /*background-color: #f7f7f7;*/
    background-color: transparent;
    background: url(../img/bg11.png);
    background-size: cover;
}

.small-box h3{
    font-weight:500; 
}
@media (min-width: 1200px){
.col-lg-3 .small-box h3, .col-md-3 .small-box h3, .col-xl-3 .small-box h3 {
    font-size: 1.8rem;
}}

.dropdown-menu-lg{
    min-width:unset;
}

.nav-sidebar > .nav-item .nav-icon {
    /*color: var(--info);*/
    font-size:14px !important;
}


/*form design start*/
.form-horizontal.form-bordered {
    border: 1px solid #eaeaea;
}

div.form-horizontal > .form-group.row {
    border-bottom: 1px solid #eaeaea;
    margin: 0;
    /* background: #f7f7f7; */
}

.control-label {
    text-align: left !important;
    margin: 0;
    padding: 5px 15px !important;
    border-right: 0px solid rgba(0, 0, 0, 0.17);
    border-left: 0px solid rgba(0, 0, 0, 0.17);
    /* font-weight: 600 !important; */
    font-weight: 500 !important;
    font-size:0.92rem;
    background: #f6f6f6;
    color: black;
}
/*.control-label span {
    font-size: 12px !important;
    font-weight: 600;
    vertical-align: text-bottom;
}*/
.control-form {
    line-height: 1;
    padding: 5px 15px;
    background: #fff;
    border-left: 1px solid #eaeaea;
}
div.form-horizontal.form-bordered .form-control,
.form-control,
.select2-container .select2-selection--single {
    border-color: #bbbbbb;
    /*height: calc(1.5em + 0.50rem + 0px);*/
    /*padding: 0.25rem 0.5rem;*/
    height: auto;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    transition: 0.15s all ease-in-out;
    font-size: 92%;
    /* background: #f9f9f9; */
    /* font-size: 14px; */
}
.control-error {
    padding: 5px 15px;
}
.control-error span {
    vertical-align: middle;
}

.error-text {
    font-size: 13px;
    font-weight: 600;
}
/*form design end*/

/*select2 design start*/
.select2-container {
    font-size:14px;
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    /*border-radius: 0;*/
    /* background: #f9f9f9; */
    min-height: calc(1.5em + 0.50rem + 0px);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid 1px #80bdff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--p-color);
    border-color: var(--p-color);
    padding: 3px 5px 2px 5px;
    margin-top: 7px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
    outline: 0;
    /*min-height: calc(1.5em + 0.50rem + 0px);*/
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
    background: red;
    padding: 0px 4px 2px 4px;
    border-radius: 4px;
    margin-bottom: 1px;
}
/*.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:1;
    padding-left:0;
    margin-top:-1px;


/*select2 design end*/

/*datepicker design start*/
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th{
    font-size:12px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td span.active{
    background-color:var(--p-color);
    color:white;
}
/*datepicker design end*/

/*datatable design start*/
.page-item.active .page-link {
    background-color: var(--p-color);
    border-color: var(--p-color);
}
.page-item .page-link {
    color: var(--p-color);
}
/*datatable design end*/
table{
    font-size:95%;
}
th {
    font-weight: 600;
}

.nav-sidebar > .nav-item:hover > .nav-link {
    /*background-color: rgba(255,255,255,.1);
    color: #fff;*/
    /* background-color: white;
    color: var(--p-color); */
    /* color: var(--p-color);
    background: var(--s-color); */
    color: var(--s-color);
    background: var(--p-color);
    border-radius: 0;
}
.nav-sidebar > .nav-item > .nav-link:focus {
    /*background-color: rgb(215 225 232 / 52%);
    color: var(--p-color);*/
    background-color: #ffc107;
    color: var(--p-color);
    border-radius: 0;
}
.nav-treeview > .nav-item > .nav-link:hover {
    /* background-color: white;
    color: var(--p-color); */
    background-color: var(--p-color);
    color: var(--s-color);
    border-radius: 0;
}
.nav-treeview > .nav-item > .nav-link:focus {
    background-color: white;
    color: var(--p-color);
    /* background-color: var(--p-color);
    color: var(--s-color);
     border-radius: 0; */
}
.nav-treeview {
    font-size: 0.9rem;
    background: rgb(255 193 7 / 20%);
    border-top: solid 1px #000000;
}

.nav-sidebar .nav-link {
    color: white;
}
.sidebar{
    background: linear-gradient(45deg, rgb(255 255 255 / 90%), rgb(255 255 255 / 95%)), url(../img/menu.png);
    background-size: contain;
}
.login-box2{
    width:auto;
}

.login-box2 .card{
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    border-radius: 16px;
}

.login-box2 .card .card-body{
    border-radius: 16px;
    border:none;
}

.main-header {
    /* background: #2470bd; */
    background: var(--p-color);
    min-height:60px;
    border-bottom:none;
}
/* .main-sidebar {
    background-color: #f1f3f6 !important;
} */

.nav-pills .nav-link {
    color: #313131;
    font-weight: 500;
}
.brand-link {
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 0 .5rem;
}
.layout-navbar-fixed .wrapper .content-wrapper,
.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(4rem + 1px);
}
.navbar-light .navbar-nav .nav-link {
    color: white;
}
.sidebar{
    padding:0;
}
/*.sidebar .nav-link{
    padding: .9rem 1rem;
}*/
.nav-sidebar > .nav-item,
.nav-treeview .nav-item {
    margin-bottom: 0;
    border-bottom: solid 1px #ccc;
}
.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 0;
    width: 100%;
}
/*.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
    top: 1.2rem;
}*/
.pushmenu i {
    font-size: 26px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffc107;
}
.dropdown-item {
    font-size: 90%;
    color: #838383;
}
.rounded-lg {
    border-radius: 1.3rem !important;
}
.small-box{
    box-shadow: none;
}
.small-box .icon {
    color: transparent;
}
.small-box .icon > i.fa{
    font-size: 38px;
    opacity: 0.5;
    top: 26px;
}
.small-box:hover .icon>i, .small-box:hover .icon>i.fa{
    opacity: 1;
}
.small-box:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.2)!important;
}
.card-header {
    border-top-left-radius: 0.55rem;
    border-top-right-radius: 0.55rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-right: solid 4px var(--p-color);
    /*background-color: rgb(215 225 232 / 52%);*/
    background-color: rgb(255 193 7);
    color: var(--p-color);
    border-radius: 0;
}
td a small {
    width: 100px;
    display: inline-block;
}
.sidebar-collapse.sidebar-mini .main-sidebar.sidebar-focused .nav-link, .sidebar-collapse.sidebar-mini .main-sidebar:hover .nav-link, .sidebar-collapse.sidebar-mini-md .main-sidebar.sidebar-focused .nav-link, .sidebar-collapse.sidebar-mini-md .main-sidebar:hover .nav-link, .sidebar-collapse.sidebar-mini-xs .main-sidebar.sidebar-focused .nav-link, .sidebar-collapse.sidebar-mini-xs .main-sidebar:hover .nav-link {
    width: 100% !important;
}
.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link {
    width: 45%;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--p-color);
}
.nav-sidebar > .nav-item .nav-icon{
    text-align:right;
}
/*.fa-bars:before {
    content: "\f0c9" !important;
}*/
.bs-stepper-header {
    position: relative; align-items:baseline; justify-content: space-between;
}
.bs-stepper .step-trigger {
    flex-direction: column;
}
.bs-stepper .step {
    text-align: center; width: 100px;
}
.bs-stepper .line, .bs-stepper-line {
    min-height: 3px; background-color: #d9d9d9; position: absolute; top: 18px; right: 2%; width: 95%; height: 2px; left: 2%; z-index: -1;
}
.bs-stepper .step-trigger{
    padding:0px; background:white;
}
.bs-stepper-content{
    padding:16px;
}
.bs-stepper-circle {
    background-color: #a9a9a9;
}
.active .bs-stepper-circle {
    background-color: var(--p-color);
}
.active .bs-stepper-label {
    color: var(--p-color);
}
.bs-stepper .step-trigger.disabled, .bs-stepper .step-trigger:disabled{
    opacity:1;
}
.bs-stepper-label {
    margin: .25rem; display: block; font-size: 80%; font-weight: 500; color: #a9a9a9;
}

/* --------------------------------- */

/* PRELOADER */
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*background: var(--navy);*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background-color: navajowhite;
}
    /* lines */
    .preloader .lines {
        position: absolute;
        width: 80px;
        height: 40px;
    }
    /* line */
    .preloader .line {
        position: absolute;
        width: 80px;
        height: 10px;
        background-color: red;
        clip: rect(0, 0, 20px, 0);
    }
    /* line_1 */
    .preloader .line_1 {
        top: 0;
        -webkit-animation: slide 2s ease 0s infinite;
        animation: slide 2s ease 0s infinite;
    }
    /* line_2 */
    .preloader .line_2 {
        top: 15px;
        -webkit-animation: slide 2s ease 0.25s infinite;
        animation: slide 2s ease 0.25s infinite;
    }
    /* line_3 */
    .preloader .line_3 {
        top: 30px;
        -webkit-animation: slide 2s ease 0.5s infinite;
        animation: slide 2s ease 0.5s infinite;
    }
    /* loading_text */
    .preloader .loading_text {
        position: relative;
        top: 60px;
        text-align: center;
        width: 100%;
        color: red;
        font-size: 13px;
        font-family: sans-serif;
        letter-spacing: 3px;
        line-height: 10px;
        height: 10px;
        -webkit-animation: fade 1s ease 0s infinite;
        animation: fade 1s ease 0s infinite;
    }

@-webkit-keyframes slide {
    0% {
        clip: rect(0, 0, 20px, 0);
    }

    30% {
        clip: rect(0, 80px, 20px, 0);
    }

    50% {
        clip: rect(0, 80px, 20px, 0);
    }

    80% {
        clip: rect(0, 80px, 20px, 80px);
    }

    100% {
        clip: rect(0, 80px, 20px, 80px);
    }
}

@keyframes slide {
    0% {
        clip: rect(0, 0, 20px, 0);
    }

    30% {
        clip: rect(0, 80px, 20px, 0);
    }

    50% {
        clip: rect(0, 80px, 20px, 0);
    }

    80% {
        clip: rect(0, 80px, 20px, 80px);
    }

    100% {
        clip: rect(0, 80px, 20px, 80px);
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .login-page, .register-page, .h-auto-small{
        height:auto !important;
        overflow:auto !important;
    }
    .log_bg{
        min-height:unset !important;
    }
    .log_bg h1{
        font-size:1rem !important;
    }
}

.layout-top-nav .wrapper .main-header .brand-image {
    margin-top: 0;
    margin-right: 0.2rem;
    height: 50px;
}
footer{
    font-size: 90%;
}

.arrowed-in-right {
    position: relative;
    margin-right: 10px;
    margin-left: 14px;
    /*background-color: var(--p2-color);
    border-radius: 0;
    font-weight: normal;
    color: white;*/
    background-color: var(--warning);
    border-radius: 0;
    font-weight: normal;
    color: #000000;
    white-space: nowrap;
    padding: 0px 8px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    font-size: small;
}

.arrowed-in-right:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    border: 9px solid transparent;
    border-width: 11px 7px;
    border-right-color: var(--warning);
}

.arrowed-in-right:after {
    border-color: var(--warning) !important;
    border-right-color: transparent !important;
    display: inline-block;
    content: "";
    position: absolute;
    right: -9px !important;
    top: 0;
    border: 9px solid transparent;
    border-width: 11px 7px;
}


.blinker-ani {
    animation: blinker 3.0s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.dropdown-divider{
    display: none;
}
.dropdown-menu{
    border-radius: 0.5rem;
}
.dropdown-menu li {
    min-width: 180px;
    border-bottom: dashed 1px #ccc;
}
.dropdown-menu li:last-child {
    border-bottom: none;
}

fieldset {
    padding: 0.5rem 1rem 1rem 1rem;
    border: 1px solid #ccc !important;
    border-radius: 6px;
    position: relative;
}

legend {
    display: block;
    width: auto;
    padding: 0 8px;
    margin-bottom: 0px;
    font-size: 1.1em;
    font-weight: 500;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: none;
    letter-spacing: 1px;
}
.small, small {
    font-size: 85%;
}

.lblRadio{
    margin-bottom: 0;
    margin-right: 1rem;
}

input[type="radio"],
input[type="checkbox"]
{
transform: scale(1.2);
margin-right: 0.4rem;
}

.form-control:focus {
    box-shadow: 0rem 0rem 1rem #b0b0b0;
    /*border-radius: 0.2rem !important;*/
    background: #fff8e4;
}

/* .form-control {
    font-size: 1.2rem;
} */

.login-box, .register-box {
    width: auto;
}

/*Captcha:Start*/
.dntCaptcha {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

    .dntCaptcha img {
        /*margin-bottom: 0 !important;*/
        margin: 0 1rem !important;
    }

    /*.dntCaptcha .field-validation-error {
        position: absolute;
        bottom: -24px;
        right: 15%;
    }*/
    .dntCaptcha .DNTCaptcha-back-error,
    .dntCaptcha .text-danger {
        position: absolute;
        bottom: -24px;
        left: 0;
        font-size: 88%;
        font-weight: bold;
    }

    .dntCaptcha .fa-sync-alt {
        order: -1;
    }

.formCaptchError .dntCaptcha .field-validation-error {
    position: absolute;
    bottom: unset;
    right: -220px;
}
/*Captcha:End*/

th {
    background: #ebebeb;
}
.card-header {
    padding: .5rem 1rem;
}
.card2 {
    border-radius: 0.55rem;
}
.card2 .card-header {
    padding: .5rem 1rem;
    background: #ebebeb;
}
div.dataTables_wrapper div.dataTables_length select {
    min-width: 56px;
}
.round2 {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 1px;
    vertical-align: middle;
}

.border-warning3 {
    border-color: #b3a500 !important;
}

.text-warning3 {
    color: #b3a500 !important;
}

.bg-warning3 {
    background-color: #ff9703 !important;
}

.bg-warning4 {
    background-color: rgb(223 200 200) !important;
}

.bg-warning3 td {
    color: white !important;
}
.dv_disabled {
    pointer-events: none;
}

.pagination.justify-content-end {
    width: 100%;
    overflow: auto;
    justify-content: unset !important;
}