﻿
body {
    margin: 0;
    font-family: Tahoma, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.btn {
    font-size: 12px;
}

.form-control {
    font-size: 12px;
}

small, .small {
    font-size: 100%;
    font-weight: 400;
}

.login-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.register-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 90vh;
    -ms-flex-pack: center;
    justify-content: center;
}

input,
input::-webkit-input-placeholder {
    font-size: 12px;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgb(0 0 0 / 28%);
    border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-50 {
    font-size: 50px;
}

.f-20 {
    font-size: 20px !important;
}

.f-24 {
    font-size: 24px;
}

.f-30 {
    font-size: 30px;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20% !important;
    min-width: 20% !important;
}

.w-25 {
    width: 25% !important;
    min-width: 25% !important;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}

.modal-body {
    padding: 0.2rem 0.5rem;
}

.modal-dialog {
    max-width: 500px;
    margin: 1rem auto;
}

.modal-dialog-w2 {
    max-width: 20% !important;
}

.modal-dialog-w3 {
    max-width: 30% !important;
}

.modal-dialog-w4 {
    max-width: 40% !important;
    width: 40% !important;
}

.modal-dialog-w5 {
    max-width: 50% !important;
    width: 50% !important;
}

.modal-dialog-w6 {
    max-width: 60% !important;
    width: 60% !important;
}

.modal-dialog-w7 {
    max-width: 70% !important;
    width: 70% !important;
}

.modal-dialog-w8 {
    max-width: 80% !important;
    width: 80% !important;
}

.modal-dialog-w9 {
    max-width: 90% !important;
    width: 90% !important;
}

.modal-header {
    padding: 0.4rem 0.8rem;
}

.close {
    float: right;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

/* password toggle start */
.password-section {
    position: relative;
}

    .password-section .fa-eye {
        position: absolute;
        top: 60%;
        right: 50px; /* Adjust this value to control the icon's position */
        transform: translateY(-50%);
        cursor: pointer;
    }

    .password-section .fa-eye-slash {
        position: absolute;
        top: 60%;
        right: 50px; /* Adjust this value to control the icon's position */
        transform: translateY(-50%);
        cursor: pointer;
    }
/* password toggle end */


.main-sidebar, .main-sidebar::before {
    transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
    width: 180px;
}

@media (min-width: 768px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-left 0.3s ease-in-out;
        margin-left: 180px;
    }
}

.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(180px - 0.5rem * 2);
    transition: width ease-in-out 0.3s;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    width: 160px !important;
    margin: 0.425rem 0 0;
}

.dropdown-menu {
    margin: 0.325rem 0 0;
}

.dropdown-toggle::after {
    font-size: 20px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    z-index: 5;
    font-size: 15px;
    margin-top: 5px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
}

.content-header h1 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.content-header {
    padding: 8px 0.5rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px;
}

.k-calendar .k-header .k-state-hover {
    background-color: #343a40;
}

.k-calendar .k-header .k-link.k-nav-prev,
.k-calendar .k-header .k-link.k-nav-next {
    height: 2.571em;
    width: 2.571em;
    background-color: #343a40;
    /*border-radius: 50%;*/
}

.k-widget.k-calendar .k-nav-fast {
    width: 60%;
    height: 3em;
    line-height: 2.571em;
    margin: .429em -0.08333em .429em 0px;
}

.k-calendar .k-header .k-link,
.k-calendar .k-state-selected > .k-link {
    color: #212529;
}

.k-calendar .k-content .k-link {
    min-height: 1.571em;
    line-height: 1.571em;
    padding: 0;
    text-align: center;
}

.k-calendar td {
    border-radius: 5%;
}

.k-datepicker {
    width: 100%;
}

.k-picker-wrap .k-input {
    height: 2.614em !important;
}

.k-calendar .k-header .k-state-hover {
    background-color: #343a40;
}

.k-calendar .k-header .k-link.k-nav-prev,
.k-calendar .k-header .k-link.k-nav-next {
    height: 2.571em;
    width: 2.571em;
    background-color: #343a40;
    /*border-radius: 50%;*/
}

.k-widget.k-calendar .k-nav-fast {
    width: 60%;
    height: 3em;
    line-height: 2.571em;
    margin: .429em -0.08333em .429em 0px;
}

.k-calendar .k-header .k-link,
.k-calendar .k-state-selected > .k-link {
    color: white;
    background-color: #343a40;
}

.k-calendar td.k-state-selected {
    background-color: #343a40;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
}

.th-hd {
    background-color: #343a40;
    color: white;
    text-align: center !important;
    /*text-transform: uppercase;*/
}

.table th, .table td {
    padding: 0.50rem;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6;
}

.form-group {
    margin-bottom: 5px;
}

.alert-white {
    /*background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);*/
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040 !important;
    padding-left: 61px !important;
    position: relative;
}

    .alert-white.alert-success .icon, .alert-white.alert-success .icon:after {
        border-color: #54A754;
        background: #60C060;
    }

    .alert-white.alert-danger .icon, .alert-white.alert-danger .icon:after {
        border-color: #eb1c24;
        background: #eb1c24;
    }

    .alert-white.rounded .icon {
        border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
    }

    .alert-white .icon {
        text-align: center;
        width: 45px;
        height: 103%;
        position: absolute;
        top: -1px;
        left: -1px;
        border: 1px solid #BDBDBD;
        padding-top: 15px;
    }

        .alert-white .icon i {
            font-size: 20px;
            color: #FFF;
            left: 12px;
            margin-top: -10px;
            position: absolute;
            top: 50%;
        }

        .alert-white .icon:after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            display: block;
            content: '';
            width: 10px;
            height: 10px;
            border: 1px solid #BDBDBD;
            position: absolute;
            border-left: 0;
            border-bottom: 0;
            top: 50%;
            right: -6px;
            margin-top: -3px;
            background: #fff;
        }

.alert {
    padding: 8px 10px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
}

    .alert strong, .alert span {
        color: white;
    }

    .alert .close {
        color: white;
        opacity: 1;
    }

.alert-success {
    color: #155724;
    background-color: #4caf50;
    border-color: #4caf50;
}

.badge {
    display: inline-block;
    padding: 0.45em 0.6em;
    font-size: 95%;
}


element.style {
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link {
    color: #c2c7d0;
}

.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(180px - 0.5rem * 2);
    transition: width ease-in-out 0.3s;
}

.nav-sidebar .nav-item > .nav-link {
    position: relative;
}

.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(180px - 0.5rem * 2);
    transition: width ease-in-out 0.3s;
}

@media (min-width: 992px) {
    .sidebar-mini .nav-sidebar, .sidebar-mini .nav-sidebar > .nav-header, .sidebar-mini .nav-sidebar .nav-link {
        white-space: nowrap;
    }
}

.nav-sidebar .nav-item > .nav-link {
    margin-bottom: .2rem;
}

[class*="sidebar-dark-"] .sidebar a {
    color: #c2c7d0;
}

.nav-pills .nav-link {
    color: #6c757d;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-link {
    display: block;
    padding: 0.5rem;
}

.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection--single {
        height: calc(2.25rem + 2px);
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 27px;
    position: absolute;
    top: 6px;
    right: 1px;
    width: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 2px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

button.dt-button, div.dt-button, a.dt-button {
    margin-bottom: 5px;
    float: left;
}

.dataTables_filter {
    float: right;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

table.dataTable {
    clear: both;
    margin-top: 0px !important;
    margin-bottom: 2px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

.ajax_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
    background: rgba( 0,0,0,.17) url('../../images/loading.gif') 50% 50% no-repeat;
}

input[type="radio"], input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}
