/*-----font-----*/
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-ExtraBold.eot');
    src: url('../fonts/Nunito-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-ExtraBold.woff2') format('woff2'), url('../fonts/Nunito-ExtraBold.woff') format('woff'), url('../fonts/Nunito-ExtraBold.svg#Nunito-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Bold.eot');
    src: url('../fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Bold.woff2') format('woff2'), url('../fonts/Nunito-Bold.woff') format('woff'), url('../fonts/Nunito-Bold.svg#Nunito-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Black.eot');
    src: url('../fonts/Nunito-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Black.woff2') format('woff2'), url('../fonts/Nunito-Black.woff') format('woff'), url('../fonts/Nunito-Black.svg#Nunito-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Light.eot');
    src: url('../fonts/Nunito-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Light.woff2') format('woff2'), url('../fonts/Nunito-Light.woff') format('woff'), url('../fonts/Nunito-Light.svg#Nunito-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.eot');
    src: url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Regular.woff2') format('woff2'), url('../fonts/Nunito-Regular.woff') format('woff'), url('../fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Medium.eot');
    src: url('../fonts/Nunito-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Medium.woff2') format('woff2'), url('../fonts/Nunito-Medium.woff') format('woff'), url('../fonts/Nunito-Medium.svg#Nunito-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-ExtraLight.eot');
    src: url('../fonts/Nunito-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-ExtraLight.woff2') format('woff2'), url('../fonts/Nunito-ExtraLight.woff') format('woff'), url('../fonts/Nunito-ExtraLight.svg#Nunito-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-SemiBold.eot');
    src: url('../fonts/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-SemiBold.woff2') format('woff2'), url('../fonts/Nunito-SemiBold.woff') format('woff'), url('../fonts/Nunito-SemiBold.svg#Nunito-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*-----font-----*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 20px 0;
    color: #000;
}

h1 {
    font-size: 36px;
    font-weight: bold;
}

    h1 label {
        color: #8c2626;
        font-size: 25px;
    }

h2 {
    font-size: 35px;
    font-weight: bold
}

    h2 label {
        color: #8c2626;
        font-size: 25px;
    }

h3 {
    font-size: 18px;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    padding: 0;
}

    a:hover {
        color: #72ecff;
        transition: all 0.3s ease;
        text-decoration: none;
    }
/*a.navbar-brand { width:59%; }*/
.top-header {
    padding: 10px 0;
    background-color: #13002d;
}

.d-flex-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.navbar-nav i, ul.navbar-nav li, ul.navbar-nav a {
    display: inline-block;

}

ul.navbar-nav a {
    font-size: 14px;
    font-weight: 600;
}
.col-lg-3.text-right.d-flex {
    align-items: flex-end;
}

.bottom-header {
    background-color: #0367a2;
}

footer.footer {
    background-color: #78659c;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

footer p {
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 2px #000;
    letter-spacing: 1px;
    margin: 0;
}

.dropdown-menu {
    left: -75%;
}

.navbar-expand-sm {
    flex-flow: column;
}

.bottom-header .navbar-nav {
    justify-content: center;
}

.bottom-header ul.navbar-nav li a {
    padding: 5px 10px !important;
    position: relative;
    border-right: 1px solid rgba(255,255,255,0.5);
}

.dropdown-item i {
    margin-right:5px;
}

.bottom-header ul.navbar-nav li:last-child a {
    border-right: 0 transparent;
}

.bottom-header ul.navbar-nav li a:hover {
    background-color: #1b5676;
}

.top-header .nav-link {
    padding: 10px 0 !important;
}

.top-header li {
    margin-right: 20px;
    position: relative;
}

.dropdown-main a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

ul.dropdown-submenu {
    display: none;
    height: 0;
    position:absolute;
    background: #e5e5e5;
    right: 0;
    z-index: 9;
    border-radius: 3px;
    padding: 10px 0;
}

.submenu2 {
   
    display:block!important;
}
.dropdown-main:hover ul.dropdown-submenu {
    display: block;
    height: auto;
    transition: all 0.3s ease;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #b6dbff;
}

ul.dropdown-submenu li {
    margin: 0;
    display: block;
}



.dropdown-main ul.dropdown-submenu li a::after {
    content: '';
    display: none;
}

.bottom-header li a:hover {
    background-color: #673AB7;
}
/*----body-section----*/
.body-section {
    padding-bottom: 80px;
    min-height: 79vh;
    background: #f2edf3;
}
/*--Dashboard--*/
.dashboard-icon {
    margin: 22px 0;
    padding: 15px 15px 0;
    border-radius: 5px;
    overflow: hidden;
    min-height: 220px;
    background: rgb(255 255 255 / 71%);
}

.navbar-brand {
    width: 60%;
    padding: 0;
}

.dashboard-icon img {
    width: 90%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.dashboard-icon h1, .dashboard-icon h2 {
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-icon:hover h1, .dashboard-icon:hover h2 {
    background-color: #e8daff;
    transition: all 0.2s ease;
}

.dashboard-icon ul li p {
    font-size: 18px;
    position: relative;
    color: #0520c2;
    margin: 0 0 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.dashboard-icon ul.value-list li label {
    font-size: 22px;
    color: #cb0001;
    margin: 0;
    cursor: pointer;
}
.dashboard-icon ul.value-list li p {
    display: inline-block;
    min-width: 70px;
}

.dashboard-icon .row {
    align-items: center;
}

.navbar-brand img {
    width: 100%;
}
/*----Debalina----*/
label {
    font-weight: bold;
}

/*.card {
    background: #daf8ff;
    box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 12px -12px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    border-color: #2f085e;
}*/

h3 {
    color: #3807ab;
}

/*.form-control {
    height: 34px !important;
    border-color: #c5bff7;
    border-radius: 0;
}*/

.select2-container .select2-selection--single {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 29px !important;
}

.datepicker {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

    .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody {
        top: 0 !important;
    }

.input-group-text {
    line-height: 1 !important;
}

table {
    width: 100%;
}

#example_filter {
    float: right;
}

#example_paginate {
    float: right;
}

label {
    display: inline-flex;
    margin-bottom: .1rem;
    font-size: 13px;
}

.col-lg-12.text-right button {
    margin: 10px 0 0;
}
.dataTables_wrapper {
    margin-top:10px;
}
thead.table_text th {
    vertical-align:middle;
}
/*.table tbody td:first-child {
    font-weight:bold;
}*/
thead {
    background: #003564;
    color: #fff;
}

.table td {
    padding: 4px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ceebff !important;
}

.table-striped thead > tr td {
    background-color: #0a194e !important;
    color: #fff !important;
    font-weight: bold !important;
}
/*----Debalina----*/
/*----body-section----*/

/*---login-page---*/
.login-footer {
    text-align: center;
    background: #78659b;
    padding: 5px;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color:#fff;
}
    .login-footer p {
        color: #fff;
        letter-spacing: 1px;
        margin:0;
    }

    .login-bg {
        background-image: url(../images/login_bg.jpg);
        background-size: 100%;
        background-position: bottom left;
        background-repeat: no-repeat;
        height: 100vh;
        width: 100%;
    }
.module-border-wrap {
    margin: 0 auto;
    background: transparent;
    top: 38%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 5px 0px 0px 0px;
}
.w3layouts-main {
    width: 30%;
    margin: 5em auto;
    background: url(../images/form-bg.jpg) no-repeat;
    background-size: cover;
    padding: 9px 35px;
}
.market-update-block.clr-block-2a {
    position: relative;
    background-color: #fff !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 34px -10px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -10px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -10px rgba(0, 0, 0, 0.24);
    padding: 4rem 1rem 1.5rem !important;
    height: auto;
}
.market-update-block.clr-block-2a .icon {
    width: 90px;
    height: 90px;
    background: #d6d6d6;
    padding: 5px;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -108px;
}
.w3layouts-main h2 {
    text-transform: capitalize;
    font-weight: 600;
    color: #533883;
    font-size: 24px;
    text-align: center;
}
.w3layouts-main span {
    font-size: 14px;
    font-weight: 700 !important;
    float: left;
    width: 32%;
    margin-top: 8px;
}
input.ggg {
    width: 100%;
    font-size: 14px;
    color: #000;
    margin: 14px 0px 0;
}
.market-update-block.clr-block-2a .form-control {
    height: 48px !important;
    background: rgba(0, 0, 0, 0.05);
    color: #000;
    font-size: 14px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding-left: 15px !important;
    padding-right: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: rgba(0, 0, 0, 0.07) !important;
    margin: 0;
    border-radius: 4px;
}
.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(103 58 183 / 42%);
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(103 58 183 / 42%);
    background-color: #571c76;
    border-color: #4a1566;
}
.captcha {
    display: flex;
    align-items: center;
}
.captcha-refresh {
    width: 29%;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.captcha-code {
    background-color: White;
    width: 70%;
}
.navbar-expand-sm .navbar-nav .nav-link b i {
    color: #fff;
}
.captcha input {
    margin-left: 20px;
}
.w3layouts-main input.btn {
    padding: 8px 20px;
    font-size: 15px;
    text-transform: uppercase;
    background: #4d8bef;
    color: white;
    border: none;
    outline: none;
    display: table;
    cursor: pointer;
    margin: 15px auto 25px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    background-color: #311366;
    margin: 0 auto;
}
/*---login-page---*/
.page-title {
    color: #343a40;
    font-size: 1.125rem;
    margin: 25px 0 10px;
    text-align: center;
    color: #3807ab;
    text-decoration: underline;
    font-size: 18px;
}
.card {
    border: 0;
    background: #fff;
    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: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.3125rem; margin-bottom:20px;
}
    .card .card-body {
        padding: 1.2rem 1.5rem 1rem;        
    }
.select2-container .select2-selection--single {
    font-size:13px;
}
.form-control {
    border: 1px solid #ebedf2;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn {
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 2px;
    transition: all 0.3s ease;
    text-transform:uppercase;
}
.btn.btn-primary {
    background-color: #4c268f;
    background-image: -webkit-gradient(linear,50% 30%,100% top,color-stop(10%,rgb(216 255 0 / 0%)),color-stop(10%,#7948d100),color-stop(50%,rgb(122 86 185)));
    border-color: transparent;     
}
    .btn.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
        background-color: rgb(122 86 185);
        background-image: -webkit-gradient(linear,50% 30%,100% top,color-stop(10%,rgb(216 255 0 / 0%)),color-stop(10%, transparent),color-stop(50%,#4c268f));
        transition: all 0.3s ease;
        border-color:transparent;
    }
.btn-grp {
    display: flex;
    height: 100%;
    align-items: flex-start;
    flex-direction: column-reverse;
}
.datepicker-days thead {
    background-color:#ededed;
    color:#333;
}
.datepicker th, .datepicker td {
    border-radius: 0;
    font-size: 13px;
}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer;
    background: #ccc;
    border: 1px solid #fff;
}
span.select2.select2-container.select2-container--default.select2-container--below,
span.select2.select2-container.select2-container--default.select2-container--focus, span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.log-w3 label {
    margin: 10px 0 5px;
    font-weight:bold;
}
.value-list {
    padding-left: 40px;
}
.input-group-text {
    padding: .275rem .75rem;
}
ul.value-list.requisition li p {
    min-width: 105px;
    font-size: 16px;
}
ul.value-list.requisition li label {
    font-size: 15px;
}
ul.value-list.tti li p {
    font-size: 13px;
    min-width: 135px;
    margin: 0;
}
ul.value-list.vbd-camp li p {
    width: 192px;
    font-size: 14px;
}
ul.value-list.vbd-camp li label {
    font-size:16px;
}
ul.value-list.tti li label {
    font-size: 16px;
}
ul.value-list.bulk li p {
    width: 150px;
    font-size: 17px;
}

ul.value-list.requisition, ul.value-list.bulk.pl-0 {
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.table-bordered thead td, .table-bordered thead th {
    padding: 5px 12px;
    font-size: 13px;
}

.card-title {
    color: #3807ab;
    font-size: 1.125rem;
    padding: 0;
    text-decoration:underline;
}

.card-subtitle {
    padding: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
    color: #1e86f5;
}
.form-group {
    margin-bottom: 0.5rem;
}
.card.p-2.mt-2.mb-5 {
    padding: 0 !important;
    margin: 0 0 25px !important;
}
    .card.p-2.mt-2.mb-5 .row.d-flex {
        align-items: center;
        margin: 20px 10px 0;
    }

table.table-bordered.dataTable tbody td:first-child, table.table-bordered.dataTable tbody td:nth-child(2), 
table.table-bordered.dataTable tbody td:first-child table tr td:nth-child(2) {
    font-weight: bold;
}

table.table-bordered.dataTable tbody td:first-child table tr td, table.table-bordered.dataTable tbody td:nth-child(2) table tr td {
    font-weight: normal;
}

tr.grandTotal td, table.table-bordered.dataTable tbody td:nth-child(2) table tr.grandTotal td, 
table.table-bordered.dataTable tbody td:first-child table tr.grandTotal td {
    font-weight: bold;
    white-space: nowrap;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    vertical-align: middle;
}

.table-bordered thead th:nth-child(2) {
    text-align: left !important;
}
.table-bordered td:nth-child(2) {
    text-align: left !important;
}
.dt-button {
    background: green;
    border: none;
    color: #fff;
    padding: 8px;
    border-radius:3px;
}

table.icon-width tr th:first-child {
    width: 40px !important;
}

/*---priyanka---*/
div.dataTables_wrapper div.dataTables_length label {
    display: flex !important;
    align-items: center !important;
    height: 100%;
}
    .form-btn .btn {
        margin-top: 10px;
    }
.col-lg-5.text-end .dt-buttons {
    text-align: right;
}
.row.d-flex {
    align-items:center;
}
table.table-responsive th {
    white-space: nowrap;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: center !important;
}

#tbl_camp tr:first-child {
    font-weight: bold;
    font-size: large;
}
tr.grandTotal td {
    font-size: large;
}
.form-btn {
    display:flex;
    align-items: flex-end;
    height: 100%;
}
.th_center, .td_center {
    text-align: center !important;
}
label.col-lg-3.text-right {
    justify-content: flex-end !important;
}
.custom-control.custom-checkbox.mr-sm-2.mt-3 {
    margin-top: 35px !important;
}
.custom-check .custom-control-label::before, .custom-check .custom-control-label::after {
    top: 0;
}
table.table_text tbody td:first-child, table.table_text tbody td:nth-child(2), table.table_text tbody td:last-child {
    font-weight: bold;
}
.fa.fa-user {
    font-size: 14px;
}
.dataTables_wrapper .col-sm-12 {
    display:block;
    overflow-x:auto;
    width:100%;
}
.disabled-link {
    cursor: not-allowed!important;
    pointer-events:none;
}
select.custom-select.custom-select-sm.form-control.form-control-sm{
    padding:0 1.5rem 0 0.3rem !important;
}
/*.bottom-header ul.navbar-nav li:first-child a {
    border-left:1px solid rgba(255,255,255,0.5);
}*/
.table-bordered thead th.text-center {
    text-align: center !important;
}
.same-width thead th {
    width:33%;
}
.ScrollStyle {
    max-height: 200px;
    overflow-y: scroll;
}
.underline_class{
    text-decoration:underline;
}
li.nav-item.submenu2 {
    position:relative;
}
    li.nav-item.submenu2 ul {
        width:300px;
    }
    li.nav-item.dropdown-hover .dropdown-mymenu {
        display: none;
        transition: all 0.2s ease;
        position: absolute;
        background-color: #fff;
        z-index: 9;
        border: 1px solid #c8c8c8;
        border-radius: 3px;
        width: 300px;
    }
.dropdown-submenu.text-left a {
    color:#000;
}
.bottom-header ul.navbar-nav.text-left li a:hover {
    width:100%;
    color:#fff;
}
/*---Loader---*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    background-color: rgb(255, 255, 255);
}

#status {
    width: 400px;
    height: 340px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    display: block;
}
/*---Loader---*/

.custom-file-input1 {
    position: relative;
    z-index: 3;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
}
