﻿.errMsg {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #dd4b39;
    position: relative;
}

.btn-primaryCust {
    color: #fff;
    background-color: #006db7;
    border-color: #006db7;
}

    .btn-primaryCust:hover {
        color: #fff;
        background-color: #006db7;
        border-color: #006db7;
    }

    .btn-primaryCust.focus, .btn-primaryCust:focus {
        color: #fff;
        background-color: #006db7;
        border-color: #006db7;
        box-shadow: 0 0 0 0.2rem rgb(0 109 183 / 41%);
    }

    .btn-primaryCust.disabled, .btn-primaryCust:disabled {
        color: #fff;
        background-color: #006db7;
        border-color: #006db7;
    }

    .btn-primaryCust:not(:disabled):not(.disabled).active, .btn-primaryCust:not(:disabled):not(.disabled):active, .show > .btn-primaryCust.dropdown-toggle {
        color: #fff;
        background-color: #006db7;
        border-color: #006db7;
    }

        .btn-primaryCust:not(:disabled):not(.disabled).active:focus, .btn-primaryCust:not(:disabled):not(.disabled):active:focus, .show > .btn-primaryCust.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgb(0 109 183 / 41%);
        }

input[type=button].btn-primaryCust:hover {
    color: #fff !important;
    background-color: #006db7 !important;
    border-color: #006db7 !important;
}



.table_header {
    color: #006DB7;
    font-weight: bold;
}

.form-box {
    background: #fff;
    padding: 30px 30px 30px 30px;
    margin-bottom: 30px;
    border: 3px solid #006db7;
    border-radius: 10px;
}
/*input[type=button] {
    background: #343a40;
    border-radius: 30px;
    /*border: none;
    color: #ffffff;
    padding: 5px 25px;
}*/

input[type=button]:hover {
    background: #343a40;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -ms-border-radius: 0 25px 25px 0;
    -o-border-radius: 0 25px 25px 0;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: inherit;
    opacity: 1;
    pointer-events: visible;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: inherit;
    opacity: 1;
    pointer-events: visible;
}

.btn-circle {
    border-radius: 25px !important;
    overflow: hidden;
    outline: 0px !important;
}

.active {
    color: black;
}

.btn.btn-xs {
    font-size: 11px;
    padding: 3px 8px;
}


input[type=submit] {
    background: $colorDarkBlue;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    /*border: none;*/
    color: $colorWhite;
    padding: 5px 25px;
}

    input[type=submit]:hover {
        background: #FF9900;
        border-color: white;
        /*border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;*/
    }

    input[type=submit]:focus {
        outline: none;
    }

.CustomeButtonCreate {
    background: $colorDarkBlue;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    /*border: none;*/
    color: $colorWhite;
    padding: 5px 25px;
}

    .CustomeButtonCreate:hover {
        background: #FF9900;
        border-color: white;
        /*border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;*/
    }

    .CustomeButtonCreate:focus {
        outline: none;
    }


.registernow {
    text-align: center;
}

tr.custeven {
    background: #F2F2F2;
}

tr.custodd {
    background: #006db7db;
    color: white;
}

.statusActive {
    color: green;
    font-weight: bold;
}

.statusInActive {
    color: red;
    font-weight: bold;
}

.card-topline-aqua {
    border: 3px solid #006db7;
    border-radius: 10px;
}

.card-head {
    border-radius: 2px 2px 0 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    padding: 2px;
    /* text-transform: uppercase; */
    color: #3a405b;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    min-height: 60px;
    padding-top: 1%;
}

    .card-head header {
        display: inline-block;
        padding: 11px 20px;
        vertical-align: middle;
        line-height: 17px;
        font-size: 20px;
    }

.btn-tbl-edit {
    background-color: #888;
    border-radius: 50% !important;
    /*padding: 5px !important;*/
    color: #fff;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.btn-tbl-delete {
    background-color: #f96332;
    border-radius: 50% !important;
    /*padding: 5px !important;*/
    color: #fff !important;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

    .btn-tbl-edit:HOVER, .btn-tbl-delete:HOVER {
        color: #fff;
    }

.btn-tbl-BID {
    background-color: #006db7;
    border-radius: 50% !important;
    /*padding: 5px !important;*/
    color: #fff !important;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

    .btn-tbl-BID:HOVER, .btn-tbl-BID:HOVER {
        color: #fff;
    }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

select {
    border: 0;
    border-bottom: solid 1px #e0e0e0;
    width: 100%;
}

    select:focus {
        outline: 0;
    }

.CustomeFormControle {
    border: 0;
    border-bottom: solid 1px #e0e0e0;
    width: 100%;
}

    .CustomeFormControle:focus {
        outline: 0;
    }

a:not([href]) {
    color: #fff;
    /*text-decoration: none;*/
}

.divLoading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: center no-repeat #ffffff;
}

.divLoading2 {
    position: fixed;
    left: 0px;
    top: 45%;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: center no-repeat;
}

.nav-tabs {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 10px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        /*color: #ffffff;
        background-color: #006db7;
        border-color: #dee2e6 #dee2e6 #fff;*/
        color: #ffffff;
        background-color: #006db7;
        border-color: #dee2e6 #dee2e6 #fff;
        border-radius: 25px;
        font-weight: bold;
    }

.nav-link {
    font-weight: bold;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    /*border-color: #006db7 #e9ecef #e9ecef;*/
    border-color: #006db7;
    border-radius: 25px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    /*margin: 2px 0;*/
    position: relative;
    background: #fff;
    display: flex;
    border-radius: 11px;
    /*box-shadow: 0 0 5px 5px rgba(0,0,0,.2);*/
    width: max-content;
    min-width: 22%;
    max-width: 100%;
    white-space: nowrap;
    justify-content: center;
    float: right;
}

.pagination {
    display: -ms-flexbox;
    background: #fff;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.pagination {
    margin: 10px 0;
    padding: 0px;
    height: 45px;
}

.page-link {
    border: none;
    margin-right: 5px;
}

.paging_simple_numbers .page-item.next a, .paging_simple_numbers .page-item.previous a {
    /*color: #928a8a;
    background-color: #fff;
    margin: 5px;
    text-transform: uppercase;
    border: 0;
    margin-top: 7px;
    border-radius: 50%;
    padding: 5px 9px;*/
    color: #928a8a;
    background-color: #ebedef;
    margin: 5px;
    border: 0;
    margin-top: 7px;
    border-radius: 50%;
    padding: 5px 9px;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #d9deea;
    border-color: #dee2e6;
}

.dt-buttons i {
    /*font-weight: bold;*/
}

.paging_simple_numbers .page-item.active a {
    background-color: #006db7;
    border-radius: 50%;
    border-color: #006db7;
    margin: 8px;
    padding: 0px 12px;
    min-width: 30px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

ul.pagination li {
    padding: 0px;
}

div.CustomScroll {
    overflow: auto;
}

.page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: black;
    border: 1px solid #dee2e6;
    margin-top: 7px;
    font-weight: bold;
    background: rgba(0, 23, 55, 0.08);
    padding: 8px 12px;
}

.page-item:first-child .page-link svg, .page-item:last-child .page-link svg {
    width: 17px !important;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #b6cee6;
}

.paging_simple_numbers .page-link:focus {
    box-shadow: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}

.breadcrumb-item.active {
    font-weight: bold;
    color: #006DB7;
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff;
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
    border-bottom: 1px solid rgb(224, 224, 224);
    color: #555;
    font-size: 14px;
    outline: 0;
}
/*input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}*/
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

textarea {
    border: none;
    border-bottom: 1px solid rgb(224, 224, 224);
}

    textarea:focus {
        border: none;
        border-bottom: 1px solid rgb(224, 224, 224);
    }

.bg-primary {
    border-radius: 7px !important;
    background-color: #006db7 !important;
}

.form-control-file, input[type=file] {
    width: 100%;
    color: #006DB7;
    outline: auto;
}


    .form-control-file::-webkit-file-upload-button, input[type=file]::-webkit-file-upload-button {
        letter-spacing: 1px;
        /*            padding: 9px 20px;*/
        text-shadow: none;
        font-size: 12px;
        color: #fff;
        font-weight: normal;
        white-space: normal;
        word-wrap: break-word;
        transition: .2s ease-out;
        touch-action: manipulation;
        cursor: pointer;
        background-color: #006DB7;
        box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
        will-change: opacity, transform;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        border-radius: 4px;
        border: transparent;
        outline: none;
        padding: .44rem 1.14rem;
    }

    .form-control-file::-ms-file-upload-button, input[type=file]::-ms-file-upload-button {
        letter-spacing: 1px;
        padding: 9px 15px;
        text-shadow: none;
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        white-space: normal;
        word-wrap: break-word;
        transition: .2s ease-out;
        touch-action: manipulation;
        cursor: pointer;
        background-color: #005c32;
        box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
        will-change: opacity, transform;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        border-radius: 4px;
        border: transparent;
        outline: none;
    }

    .form-control-file.form-control-file-rounded::-webkit-file-upload-button, input[type=file].form-control-file-rounded::-webkit-file-upload-button {
        -webkit-border-radius: 1.875rem !important;
        -moz-border-radius: 1.875rem !important;
        -ms-border-radius: 1.875rem !important;
        -o-border-radius: 1.875rem !important;
        border-radius: 1.875rem !important;
    }

.CustomeSubImageSize {
    height: 30px;
    width: 45px;
}

.mandatoryStarMark {
    color: #ff0000;
    font-weight: bold !important;
}

body.modal-open {
    overflow: hidden !important;
}

body {
    font-family: 'Nunito', sans-serif !important;
}

label {
    font-family: 'Nunito', sans-serif !important;
    font-weight: bold !important;
    margin-bottom: .2rem;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    font-size: 14px !important;
    box-sizing: inherit !important;
    font-family: 'Nunito', sans-serif !important;
}

    .form-control:focus, .select2-container--bootstrap .select2-search--dropdown .select2-search__field:focus {
        font-family: 'Nunito', sans-serif !important;
        box-shadow: 0 0 5px 2px rgba(194, 213, 255, 0.619608) !important;
        border-color: #006db7 !important;
        color: #3b3f5c !important;
    }

.select2-container--bootstrap .select2-selection {
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    font-size: 14px !important;
    font-family: 'Nunito', sans-serif !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    background-color: #fff !important;
    border: 1px solid rgb(224, 224, 224);
    color: #555 !important;
    font-size: 14px !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    border-radius: .25em !important;
}

.dashboard-content .white-box h3 {
    font-weight: bold;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    font-weight: 600;
}

div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid rgb(224, 224, 224) !important;
}

.select2-container--classic .select2-selection--single {
    border-radius: .25em !important;
    border: 1px solid #ced4da;
    background-image: none !important;
    background-color: #ffffff !important;
}

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-image: none !important;
        background-color: #ffffff !important;
    }

.flatpickr-monthDropdown-months {
    border: none !important;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    color: rgb(64 72 72 / 33%) !important;
}

.flatpickr-day.nextMonthDay {
    color: rgb(64 72 72) !important;
}
/*input[type=number].form-control {
    border: 1px solid rgb(224, 224, 224) !important;
}*/
.card-header {
    background-color: rgb(0 109 183) !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 1.25rem !important;
}

.form-control-sm {
    border: 1px solid #ced4da !important;
    font-family: 'Nunito', sans-serif !important;
}

    .form-control-sm:focus {
        border: 1px solid #ced4da !important;
        font-family: 'Nunito', sans-serif !important;
        box-shadow: 0 0 5px 2px rgba(194, 213, 255, 0.619608) !important;
    }





.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #006db7;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.sweet-alert {
    font-family: Nunito !important;
}

    .sweet-alert button {
        font-family: Nunito !important;
        border-radius: 26px !important;
        font-weight: bold !important;
        color: black !important;
    }





.customSideNav .nav-item.dropdown.show {
    background: #075284;
}

.customSideNav .nav-item.dropdown > .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 20px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.customSideNav .nav-item.dropdown.show > .dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.customSideNav .nav-item.dropdown > .dropdown-menu {
    position: static !important;
    float: none !important;
    transform: unset !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent;
    border: none !important;
}

    .customSideNav .nav-item.dropdown > .dropdown-menu.show {
        background-color: #004675;
    }

    .customSideNav .nav-item.dropdown > .dropdown-menu > .dropdown-item {
        border-color: rgba(255, 255, 255, 0.06);
    }
/*
                    ======================
                        Footer-wrapper
                    ======================
                */
.footer-wrapper {
    padding: 10px 21px 10px 18px;
    display: inline-block;
    background: #ffffff;
    font-weight: 600;
    font-size: 12px;
    width: 100%;
    border-top-left-radius: 6px;
    display: flex;
    justify-content: space-between;
}

.main-container.sidebar-closed .footer-wrapper {
    border-radius: 0;
}

.footer-wrapper .footer-section p {
    margin-bottom: 0;
    color: #515365;
    font-size: 13px;
    letter-spacing: 1px;
}

    .footer-wrapper .footer-section p a {
        color: #515365;
    }

.footer-wrapper .footer-section svg {
    color: #e7515a;
    fill: rgba(231, 81, 90, 0.419608);
    width: 15px;
    height: 15px;
    vertical-align: text-top;
}

@media (max-width: 991px) {
    .footer-wrapper {
        padding: 0 16px 17px 16px;
    }

    @media (max-width: 575px) {
        .footer-wrapper .footer-section.f-section-2 {
            display: none;
        }
    }
}
.sidenav, .dashboard-content {
    min-height: calc(100vh - 117px) !important;
}