html {
    font-size: 14px;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Poppins', sans-serif;
    background-color: #eef5f5;
}

.login-page {
    height: 100%
}

    .login-page section {
        background: url(../images/login-bg.png) no-repeat;
        width: 100%;
        height: 100%;
        background-size: cover;
    }

        .login-page section .login-form {
            width: 400px;
            margin: 0 auto;
            background: rgba(255,255,255,0.95);
            padding: 10px 20px 20px;
            border-radius: 20px;
            position: absolute;
            left: 50%;
            box-shadow: 0 0px 28px -2px rgba(0, 0, 0, 0.5);
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .login-page section .form-group .form-control {
            max-height: 100% !important;
            padding: 12px 16px;
        }

        .login-page section .form-group label {
            font-size: 14px;
        }

.text-danger {
    font-size: 11px;
}

.logo-box {
    text-align: center;
    max-width: 150px;
    margin: 0 auto 40px;
}

    .logo-box img {
        max-width: 100%;
    }

.login-page body {
    height: 100%;
    margin: 0
}

.login-button-box {
    /* display: flex; 
    justify-content: space-between;
    align-items: center;*/
    padding: 30px 0 0 0;
    font-size: 13px;
    text-align: center;
}

.expired-error {
    background-color: #e4eaf7;
    padding: 15px;
    display: inline-block;
    border-radius: 10px;
    width: 90%;
    font-size: 12px;
    color: #fd5a5a;
}

.validation-summary-errors ul li {
    list-style: none;
}

.validation-summary-errors ul {
    padding: 0;
}

.title-main h1 {
    font-size: 20px;
    font-weight: 700;
    color: #364a63;
    font-family: 'Nunito Sans', sans-serif;
}

/*itemcode starts*/
.left-menu-section {
    width: 109px;
    height: 100%;
    /*position: fixed;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: #0089f3
}

.main-content-section {
    width: calc(100% - 205px);
    margin-left: 160px;
    margin-top: 20px;
}


.table-wrapper {
    border: 1px solid #dbdfea;
    border-radius: .25rem;
    padding: 1.25rem 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.detail-wrapper {
    border: 1px solid #dbdfea;
    border-radius: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

    .detail-wrapper form {
        padding: 1.25rem;
    }

.sub-menu li a span {
    padding-left: 5px;
}

.table-wrapper div.dataTables_wrapper div.dataTables_processing {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    padding: 1em 0;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 120px;
    display: flex;
    line-height: 62px;
    font-size: 30px;
    font-weight: bold;
    background: #fff;
    border-radius: 10px;
}
/*.table-wrapper div.dataTables_wrapper div.dataTables_processing:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0
}*/
.table-wrapper .dataTables_wrapper .row:first-child {
    padding: 0 0 20px 0;
    margin-left: auto;
    justify-content: center;
}
/* .table-wrapper .dataTables_wrapper .row:first-child .col-sm-12.col-md-6:first-child {
            display:none;
        }*/
.table-wrapper .table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 1px solid #e5e7eb;
}

.table-wrapper tr {
    position: relative
}

    .table-wrapper tr:hover {
        background: #f8f9fc;
        cursor: pointer
    }

.table-wrapper .custom-tb .dataTables_wrapper .row:nth-child(2) .col-sm-12 {
    overflow: auto;
    max-width: 98%;
    margin: 0 auto;
    padding: 0;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after {
    top: 0.3em;
    font-size: 15px;
    opacity: 0.5 !important;
}

table.dataTable > thead label.control-label {
    margin-bottom: auto;
}

table.dataTable > thead .form-control.input-filter {
    margin-top: 8px;
}


.table-wrapper th {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 0.5rem 2rem 0.5rem 0.5rem !important;
    border: 1px solid #dbdfea !important;
    background-color: #f9fafb;
    min-width: 100px;
    /*white-space:nowrap;*/

    vertical-align: top !important;
    width: unset !important;
}

    .table-wrapper th:before, .table-wrapper th::after {
        top: 6px !important;
        font-size: 15px;
    }

.table-wrapper td {
    font-size: 13px;
    font-weight: 400;
    color: #0a0c11;
    padding: 1rem .5rem !important;
    border-left: 1px solid #e5e7eb;
    cursor: context-menu;
}

.table-wrapper i.bi.bi-pencil-fill {
    color: #526484;
}


.main-content-section .export-excel button.btn {
    background-color: #0089f3;
    border: 1px solid #0089f3;
    width: auto;
    height: 36px;
    display: flex;
    justify-content: space-evenly;
}

.table-wrapper .dataTables_filter {
    background-image: url('../images/magnifying-glass.png');
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    max-width: 250px;
    padding: 0;
    display: flex;
    margin-left: auto;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    padding-left: 30px;
    cursor: pointer;
    max-height: 37px;
}

.table-wrapper .dataTables_length {
    text-align: right;
}

.table-wrapper .dataTables_filter label {
    display: block;
    width: 100%;
}

.table-wrapper .dataTables_filter .form-control {
    border: none;
    width: calc(100% - 2.8%);
    display: block;
    background: transparent;
}

.table-wrapper div#tblItemCode_length {
    margin-left: 20px;
    color: #526484;
}

.table-wrapper .dataTables_filter .form-control:focus, .table-wrapper .dataTables_filter .form-check-input:focus {
    box-shadow: none;
    outline: none;
    border: none;
}

.cus-checkbox {
    position: relative;
    width: 20px;
    height: 20px;
}

    .cus-checkbox input {
        position: relative;
        z-index: 3;
        opacity: 0;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .cus-checkbox label {
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
    }

        .cus-checkbox label:after {
            width: 20px;
            height: 20px;
            content: '';
            position: absolute;
            box-shadow: none;
            background-color: #fff;
            border: #dbdfea solid 2px;
            box-shadow: inset 0 1px 1px rgba(16,25,36,.075);
            border-radius: 4px;
            z-index: 1;
        }

        .cus-checkbox label:before {
            position: absolute;
            opacity: 0;
            z-index: 2;
            content: '';
            display: inline-block;
            transform: rotate(45deg);
            height: 12px;
            width: 6px;
            border-bottom: 2px solid #fff;
            left: 7px;
            top: 2px;
            border-right: 2px solid #fff;
        }

    .cus-checkbox input[type=checkbox]:checked + label:before {
        opacity: 1
    }

    .cus-checkbox input[type=checkbox]:checked + label:after {
        background-color: #0089f3;
        border: none
    }

.table-wrapper .dataTables_info, .table-wrapper div#tblItemCode_paginate {
    padding: 0rem 1.5rem 0 1.5rem;
    font-size: 13px;
    color: #526484;
    font-weight: 400;
}

.table-wrapper .page-item.active .page-link {
    color: #32977b;
    background-color: #e9ecef;
    z-index: 3;
    outline: 0;
    border-color: #dbdfea;
    box-shadow: none;
}

.table-wrapper a.page-link, .table-wrapper input.form-control.form-control-sm {
    font-size: 13px;
    color: #526484;
    font-weight: 400;
}

.dataTables_filter input {
    margin: 0 0 0 0;
    padding-left: 0
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus, .page-link:focus {
    box-shadow: none;
}

.table-wrapper .actionDropDown {
    position: relative;
    cursor: pointer;
    width: 30px
}

.table-wrapper ul.over-action-item {
    position: absolute;
    right: 55px;
    margin: 0;
    list-style: none;
    /* width: 100%; */
    background: #f8f9fc;
    /* max-width: 10%; */
    top: 13px;
    text-align: right;
    padding: 5px 10px;
    display: flex;
    opacity: 0
}

.table-wrapper tr:hover ul.over-action-item {
    opacity: 1
}

.table-wrapper tr ul.over-action-item li {
    padding: 0 10px
}

.table-wrapper .actionDropDown .three-dot, .table-wrapper tr ul.over-action-item li {
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    color: #526484
}

    .table-wrapper .actionDropDown:hover .three-dot, .table-wrapper tr ul.over-action-item li:hover {
        background: #e5e9f2;
    }

.actionDropDown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .actionDropDown ul li.active .dropdown-menu {
        display: block;
        right: 0;
        padding: 0;
        min-width: 7rem !important
    }

        .actionDropDown ul li.active .dropdown-menu a {
            padding: 0.5rem;
            display: block;
            border-bottom: 1px solid #d5d5d5;
            font-size: 0.9rem;
        }

            .actionDropDown ul li.active .dropdown-menu a:last-child {
                border-bottom: none
            }

.table-header {
    display: flex;
    align-items: center;
    max-width: calc(100% - 395px);
    position: relative;
    z-index: 1;
    min-height: 52px;
    top: 2px
}
/*itemcode ends*/
button.swal2-confirm.swal2-styled.swal2-default-outline {
    background-color: #0089f3 !important;
    border: 1px solid #0089f3;
    width: auto;
    height: 40px;
    margin-right: 20px;
}

.swal2-styled.swal2-confirm:focus, .swal2-styled.swal2-default-outline:focus {
    box-shadow: none !important;
}

button.swal2-cancel.swal2-styled.swal2-default-outline {
    width: 80px;
    height: 36px;
    color: #000;
    background-color: #f3f6f9 !important;
    border-color: #f3f6f9;
    margin-left: 20px;
    font-size: 13px;
}

    button.swal2-cancel.swal2-styled.swal2-default-outline:hover {
        background-color: #cfd1d4;
        border-color: #c2c5c7;
    }

.create-btn button.btn {
    background-color: #0089f3 !important;
    border: 1px solid #0089f3;
    width: auto;
    height: 36px;
    margin-right: 20px;
}

.add-btn button.btn {
    background-color: #0089f3;
    border: 1px solid #0089f3;
    width: 155px;
    height: 40px;
    font-size: 16px;
    margin: 0 0 10px 0 !IMPORTANT;
}

    .add-btn button.btn:disabled {
        background-color: #0089f3;
        border: 1px solid #0089f3;
        width: auto;
        height: 36px;
    }

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #0089f3;
    border: 1px solid #0089f3;
    box-shadow: none;
}

h5.modal-title {
    font-family: Nunito,sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #364a63;
}


.form-wrapper label.form-group {
    font-size: 13px;
    font-weight: 500;
    color: #212529;
    margin-bottom: 0.5rem;
}

.form-wrapper label {
    font-size: 14px;
    font-weight: 500;
    color: #344357;
    margin-bottom: 0.5rem;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.form-control, .custom-select {
    display: block;
    width: 100%;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 400;
    color: #3c4d62;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 4px;
    max-height: 36px !important;
}

    .custom-select:focus {
        box-shadow: none;
        outline: none;
        border-color: #ced4da;
    }

    .form-control:focus {
        box-shadow: none;
        border: 1px solid #dbdfea;
        border-color: #ced4da;
    }

.form-wrapper .col-3 {
    margin-top: 20px;
}

.site-type-list-btn-detail {
    display: flex;
    justify-content: end;
}

.site-type-list-btn {
    display: flex;
    justify-content: end;
}
/*.table th:first-child.sorting_asc, .table th:last-child.sorting_disabled, .table th:first-child.sorting_disabled, .table th:last-child.sorting {
    min-width: 20px !important;
    padding: 0.5rem 0 0.5rem 0.5rem !important;
    width: 30px !important
}*/
.table th:first-child[aria-label=""], .table th[aria-label="Edit"] {
    min-width: 20px !important;
    padding: 0.5rem 0 0.5rem 0.5rem !important;
    width: 30px !important
}

.table {
    border: none !important
}

    .table th {
        border: none !important;
        border-top: 1px solid #dbdfea !important;
        background: #dbdada !important
    }

        .table th:first-child {
            border-radius: 16px 0 0 0;
            border-left: 1px solid #dbdfea !important
        }


        .table th:last-child {
            border-radius: 0 16px 0 0;
            border-right: 1px solid #dbdfea !important
        }

        .table th:first-child[aria-label=""]:before, .table th[aria-label="Edit"]:after, .table th:first-child[aria-label=""]:before, .table th[aria-label="Edit"]:before {
            display: none
        }

.table-new-update .table thead th {
    position: relative;
    padding-bottom: 42px !important;
}

    .table-new-update .table thead th .form-control {
        position: absolute;
        bottom: 5px;
    }

.table tr.even {
    background: #f5f5f5eb
}

.table tr.odd {
    background: #f1f1f136
}

.table td:last-child {
    border-right: 1px solid #e5e7eb;
}

.table tr:last-child td {
    border-bottom: 1px solid #e5e7eb;
}

.table tr:hover {
    background: #85bbff29;
    cursor: pointer
}

.site-type-list-btn .delete-btn, .site-type-list-btn-detail a.btn.delete-btn {
    width: auto;
    height: 36px;
    color: #000;
    background-color: #f3f6f9;
    border-color: #f3f6f9;
    margin-left: 20px;
    font-size: 13px;
}

    .site-type-list-btn .delete-btn:hover, .site-type-list-btn-detail a.btn.delete-btn:hover {
        background-color: #cfd1d4;
        border-color: #c2c5c7;
    }

.form-wrapper {
    margin: 0 -15px;
    padding: 15px;
}

.side-navbar {
    height: 100%;
    position: fixed;
    margin-left: -200px;
    transition: 0.5s;
    width: 275px;
    background: #f5f6fa;
    border-right: 1px solid #e5e9f2;
}

.nav-link:active,
.nav-link:focus,
.nav-link:hover {
    background-color: #ffffff26;
}

.nav-link {
    display: flex;
}

.l-navbar.expander .nav-link span {
    padding-left: 20px;
    color: #fff;
    font-family: Nunito,sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .01em;
    text-transform: none;
    line-height: 1.25rem;
    text-align: left;
    padding-top: 5px;
}

.l-navbar.expander .nav__brand {
    padding: 6px 6px 14px;
    display: inline-flex;
    width: 100%;
}

}

.l-navbar.expander .nav-link {
    display: inline-block;
    padding: .5rem 1rem;
}

.my-container {
    transition: 0.4s;
}

.active-nav {
    margin-left: 0;
}
/* for main section */
.active-cont {
    margin-left: 180px;
}

.navbar-brand {
    margin: 20px;
    font-family: Nunito,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #364a63;
    font-size: 20px;
}

#menu-btn {
    background-color: #0089f3;
    color: #fff;
    left: 96%;
    position: absolute;
    top: 2rem;
}

.main-header {
    width: 100%;
    background: rgb(50,50,50);
}

.modal-header {
    border-bottom: none;
    background-color: #f3f6f9;
}

h2#swal2-title {
    font-size: 19.5px;
    color: #495057;
}

div#swal2-html-container {
    font-size: 15px;
    color: #878a99;
}

.profile-top button {
    display: flex;
    align-items: center;
    border: none;
    background-color: #fff;
    cursor: pointer;
}

    .profile-top button:focus {
        outline: none;
    }

.profile-top img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

p.profile-name {
    font-size: 13px;
    color: #495057;
    margin-bottom: 0;
    margin-left: 0.5rem;
    font-weight: 500;
}

    p.profile-name.text-profile-name {
        margin-left: 4rem;
    }

.page-item.profile-name {
    font-size: 13px;
    color: #495057;
}

.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: #0089f3 !important;
}

.sweet-alert button {
    background-color: #0089f3 !important;
}

.dropdown-menu.profile-info.show {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    min-width: 400px;
    box-shadow: 0 0 1px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 6px;
    border: none;
    position: absolute;
    left: inherit;
    right: -14px;
    top: 48px;
}

.user-info {
    padding-left: 20px;
}

.user-image img {
    width: 90px;
    height: 90px;
    border-radius: 0%;
}

.user-name span {
    font-size: 15px;
    font-weight: bold;
    word-break: break-word;
}

.user-email-id span {
    font-size: 13px;
    word-break: break-word;
    color: #B1B1B1;
}

.user-privacy a span {
    font-size: 14px;
    color: rgba(0,0,0,0.7);
}

.user-privacy a:hover {
    text-decoration: none;
}

a.nav__sign {
    border: 1px solid #ddd;
    padding: 5px;
    margin-left: 10px;
    border-radius: 8px;
}

    a.nav__sign i.bi.bi-box-arrow-left {
        padding-right: 5px;
        color: rgba(0,0,0,0.7);
    }
/* menu section */
/*===== VARIABLES CSS =====*/
:root {
    --nav-width: 92px;
    /*===== Colores =====*/
    --first-color: #0C5DF4;
    --bg-color: #12192C;
    --sub-color: #B6CEFC;
    --white-color: #FFF;
    /*===== Fuente y tipografia =====*/
    --body-font: 'Poppins', sans-serif;
    --normal-font-size: 1rem;
    --small-font-size: .875rem;
    /*===== z index =====*/
    --z-fixed: 100;
}

/*===== l NAV =====*/
.l-navbar {
    /*position: fixed;*/
    position: absolute;
    top: 0px;
    left: 0;
    width: 109px;
    /*height: 100vh;*/
    background-color: #0089f3;
    color: #fff;
    transition: .5s;
    z-index: 810;
}

.navbar-logo {
    padding: 3px 5px 5px 3px;
}

    .navbar-logo img {
        max-width: 91px;
        width: 100%;
    }
/*.expander {
    top: 3px;
}*/
/*===== NAV =====*/
.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav__brand {
    display: grid;
    grid-template-columns: max-content max-content;
    /*  justify-content: space-between;*/
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: solid 1px #064635;
    background-color: #fff;
    padding: 6px;
}

/* .nav__brand img {
        display: none;
    }*/

.expander .nav__brand img {
    width: 100%;
    max-width: 100px;
    padding-left: 6px;
    display: block;
}

.nav__toggle {
    font-size: 1.25rem;
    padding: .75rem;
    cursor: pointer;
    color: #000;
}

a.nav__logo {
    color: #fff !important;
    font-weight: 600;
}

.nav__link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: .75rem;
    padding: .75rem;
    color: var(--white-color);
    border-radius: .5rem;
    margin-bottom: 1rem;
    transition: .3s;
    cursor: pointer;
}

    .nav__link:hover {
        background-color: var(--first-color);
    }

.nav__icon {
    font-size: 1.25rem;
}

.nav__name {
    font-size: var(--small-font-size);
}

/*Expander menu*/
.expander {
    width: calc(var(--nav-width) + 7rem);
}

/*Add padding body*/
.body-pd {
    padding: 0 0 0 9rem;
}

/*===== COLLAPSE =====*/
.collapse {
    grid-template-columns: 20px max-content 1fr;
}

.collapse__link {
    justify-self: flex-end;
    transition: .5s;
}

.collapse__menu {
    display: none;
    padding: .75rem 2.25rem;
}

.collapse__sublink {
    color: var(--sub-color);
    font-size: var(--small-font-size);
}

    .collapse__sublink:hover {
        color: var(--white-color);
    }

.nav__list ul {
    list-style: none;
    padding: 0;
}

.nav-sidebar {
    max-width: 100%;
}

.nav__list ul > li {
    position: relative;
}

    .nav__list ul > li > .sub-menu {
        position: absolute;
        left: 100%;
        top: 0px;
        z-index: 10;
        display: none;
        background: #fff;
        padding: 0 5px 0 10px;
        width: 187px;
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    }

        .nav__list ul > li > .sub-menu li a {
            width: 100%;
            display: inline-block;
            color: #6c6363;
            font-size: 14px;
            padding: 10px 0;
            border-bottom: solid 1px #eee;
        }

        .nav__list ul > li > .sub-menu li:hover a {
            text-decoration: none;
        }

        .nav__list ul > li > .sub-menu li:last-child a {
            border-bottom: 0;
        }

    .nav__list ul > li:hover .sub-menu {
        display: block;
        overflow-y: auto;
        max-height: 465px;
        padding-top: 5px;
    }

        .nav__list ul > li:hover .sub-menu::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            background-color: #f5f5f5;
        }

        .nav__list ul > li:hover .sub-menu::-webkit-scrollbar {
            height: 6px;
            width: 6px;
            background-color: #71a5ce;
        }

        .nav__list ul > li:hover .sub-menu::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            background-color: #f5f5f5;
        }

        .nav__list ul > li:hover .sub-menu::-webkit-scrollbar {
            height: 6px;
            width: 6px;
            background-color: #71a5ce;
        }

        .nav__list ul > li:hover .sub-menu::-webkit-scrollbar-thumb {
            background-color: #71a5ce;
        }


.l-navbar.expander .nav-link span, .l-navbar.expander .nav__link span, .l-navbar.expander .nav__logo {
    display: inline-block;
}

.l-navbar .nav-link i {
    color: #ffff;
    font-size: 20px;
}


.l-navbar .nav-link span, .l-navbar .nav__link span, .l-navbar .nav__logo {
    display: block;
    padding-left: 0px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}

.l-navbar.expande .nav-link {
    display: inherit;
    text-align: center;
    padding: 0.5rem 0.8rem 0.5rem 0.6rem;
}

p.profile-name.text-profile-name {
    margin-left: 6.8rem;
}

.l-navbar .nav__list ul > li {
    text-align: center;
}

    .l-navbar .nav__list ul > li > ul.sub-menu li {
        text-align: left;
    }

.l-navbar .nav-link {
    display: inherit;
}

.l-navbar.expander .nav-link {
    display: flex;
}

.btn.btn-primary i {
    margin-right: 5px;
}

footer.footer {
    margin-left: 160px;
    font-size: 14px;
    width: auto !important;
}
/*Show collapse*/
.showCollapse {
    display: block;
}

/*Rotate icon*/
.rotate {
    transform: rotate(180deg);
}

footer.text-muted {
    border-top: none !important;
}

.contact-detail .input-group-prepend {
    width: 100px;
}

.custom-label {
    display: grid;
}

.table-wrapper .dataTables_length select.custom-select {
    padding: 7px 25px 7px 10px;
}

.dataTables_wrapper .row:first-child {
    /*max-width: 500px;
    margin-top: -51px !important;*/
    flex-direction: row-reverse;
    top: -50px;
    position: absolute;
    right: 26px;
    width: 400px
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 0.8rem;
}
/*.dataTables_wrapper .col-sm-12.col-md-6:first-child {
    max-width: 30%;
    flex: 0 0 30%;
}*/

img.logo {
    height: 64px;
    width: 100%;
}

/*Organization application*/
.application-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dbdfea;
    border-radius: .25rem;
    padding: 1.25rem 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card a:hover {
    text-decoration: none;
}

.card-round .card {
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.color-box {
    color: #fff;
    width: 100%;
    max-width: 80px;
    padding: 30px 10px;
    margin: 0 auto;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: 500;
}

.action-button ul {
    min-width: 50px;
    border: none;
    margin-top: 10px;
}

    .action-button ul li button {
        font-size: 14px;
    }

        .action-button ul li button i {
            padding-right: 10px;
        }

.action-button button {
    border: none;
    box-shadow: none;
    font-size: 22px;
    background: none;
    margin: 0 0 5px 0;
    cursor: pointer;
}

    .action-button button:hover {
        background-color: #ededed;
        border-radius: 5px;
    }

    .action-button button::after {
        display: none;
    }

.action-button .dropdown-menu.show {
    border: 1px solid #f6f6f6;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.color-box-green {
    background-color: #4eb359;
}

.color-box-yellow {
    background-color: #ed912c;
}

.color-box-brown {
    background-color: #a44747;
}

.color-box-cyan {
    background-color: #48bbb4;
}

.color-box-pink {
    background-color: #f0487c;
}


h1.card-title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}

p.card-para {
    font-size: 14px;
    color: #606060;
}

.application-drpdn {
    text-align: end;
}

    .application-drpdn button {
        background-color: #fff;
        border: 1px solid #ddd;
        width: 100%;
        max-width: 300px;
    }

.application-main {
    overflow: inherit !important;
}

.searchable {
    width: 100%;
    max-width: 33%;
    border-bottom: 1px solid #606060;
}

    .searchable button, .searchable input, .searchable input:focus {
        background-color: transparent;
        border: none;
    }

    .searchable button {
        padding-right: 2px;
    }

    .searchable input {
        padding-left: 8px;
    }

/*.main-content-section {
    margin: 0 auto;
}*/
/* using this css on Emara forms to aligh right excel export button */
.text-left-width {
    margin-left: 450Px;
}

@media only screen and (max-width: 1770px) {
    /*.main-content-section {
        width: calc(100% - 205px);
        margin-left: 160px;
    }*/

    .application-main {
        overflow: scroll;
    }

    .searchable {
        width: 100%;
        max-width: 40%;
    }
}

@media only screen and (max-width: 1400px) {
    /*.main-content-section {
        width: calc(100% - 205px);
        margin-left: 160px;
    }
*/
    .table-main-wrapper {
        max-width: calc(1400px - 60px);
        /* overflow: auto;*/
    }
}

@media only screen and (max-width: 1280px) {
    /*.site-type-list-btn {
        right: 26%;
    }*/

    .searchable {
        width: 100%;
        max-width: 44%;
    }
}

@media only screen and (max-width: 1200px) {
    /*.main-content-section {
        width: calc(100% - 180px);
        margin-left: 136px;
    }*/

    .table-wrapper {
        overflow: scroll;
    }

    .searchable {
        width: 100%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 1100px) {
    .site-type-list-btn {
        right: 26%;
    }

    .create-btn button.btn {
        width: 100px;
    }

    .main-content-section .export-excel button.btn {
        width: 150px;
    }

    .searchable {
        width: 100%;
        max-width: 55%;
    }

    .text-right {
        text-align: right;
    }
}


/* Absolute Center Spinner Loader */
.loading {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.chart-subheading-section {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 15px 0
}

.custom-select {
    background: transparent !important;
    z-index: 1;
    position: relative;
}

.dropdowns-inner {
    position: relative;
    margin: 0 10px 0 0
}

    .dropdowns-inner:after {
        border: 8px solid transparent;
        border-top: 8px solid #646464;
        width: 10px;
        height: 35px;
        content: '';
        position: absolute;
        top: 13px;
        right: 7px;
    }

    .dropdowns-inner:before {
        content: '';
        background: #ced4da;
        width: 30px;
        height: 36px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0 6px 6px 0;
    }

.centered-hyperlink a {
    text-align: center;
    width: 35px;
    height: 35px;
    display: block;
    background: #ced4da;
    border-radius: 4px;
    padding: 5px;
    font-size: 25px
}

    .centered-hyperlink a i {
        position: relative;
        top: -4px;
    }

.dashboard-chart-box .card-title {
    text-align: center;
    /* margin-top: 15px; */
    text-align: center;
    padding: 12px;
    background: #5a5a5a;
    border-radius: 10px 10px 0 0;
    color: #fff;
    margin: 0 0 10px 0
}

.modal-body .table-main-wrapper .table-wrapper .col-md-12 {
    overflow-y: auto;
}
