﻿/*.select2-container {
    min-width: -webkit-fill-available;
}*/
@font-face {
    font-family: Noto-Bold;
    src: url("../fonts/NotoSans-Bold.ttf") format("opentype");
}
@font-face {
    font-family: Noto-Regular;
    src: url("../fonts/NotoSans-Regular.ttf") format("opentype");
}
@font-face {
    font-family: Noto-SemiBold;
    src: url("../fonts/NotoSans-SemiBold.ttf") format("opentype");
}
.table {
    font-size: 0.8rem !important;
}
li.nav-item.dropdown.notification_data a.nav-link.bell {
    padding: 3px 7px;
}
a:hover,
a:focus {
    text-decoration: none !important;
    color: #Fff;
    outline: none;
}
*:hover , *:focus{
    outline: none;
    box-shadow:none;
}
h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: Noto-SemiBold;
}

    .table-sm td, .table-sm th, .table td, .table th {
        vertical-align: middle;
    }
.fancySearch {} .fancySearch .search-form {
    /*position: absolute;
        top: 50%;
        left: 50%;*/
    transform: translate(-50%);
}
.fancySearch .input-group.search-group {
    /*height: 50px;
        min-width: 50px;
        position: relative;*/
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
.fancySearch .input-group .form-control:hover,
.fancySearch .input-group .form-control:focus {
    border: 1px solid #737373;
    padding: 10px 40px 10px 10px;
    width: 380px;
    color: #000;
    cursor: auto;
    background-color: #fff;
}
.fancySearch .input-group .form-control::-moz-placeholder {
    color: transparent;
}
.fancySearch .input-group .form-control::-webkit-input-placeholder {
    color: transparent;
}
.fancySearch .input-group .form-control:hover::-moz-placeholder,
.fancySearch .input-group .form-control:focus::-moz-placeholder {
    color: #ddd;
}
.fancySearch .input-group .form-control:hover::-webkit-input-placeholder,
.fancySearch .input-group .form-control:focus::-webkit-input-placeholder {
    color: #ddd;
}
.fancySearch .input-group .form-control:focus {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #e6e6e6;
}

.fancySearch .form-control.search-control {
    background: url(http://milansavov.com/img/zoom.svg) no-repeat right 11px center / 25px;
    border: 1px solid transparent;
    border-radius: 0;
    color: transparent;
    font-size: 16px;
    width: 50px;
    margin: 0;
    padding: 0;
    outline: 0 none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    transition: width 0.25s;
}
.nav-item .plus {
    color: #3699ff;
    background-color: #f3f6f9;
    border: 2px solid #f3f6f9;
    padding: 3px 9px;
    border-radius: 38px;
    margin: 0 5px;
}
.notification_data h5 {
    font-size: 12px;
    margin: 0;
}
.notification_data h6 {
    font-size: 12px;
    margin: 0;
}
.dropdown-menu.show {
    display: block;
    top: 38px;
}
.notification_data .noti_ul {
    list-style-type: none;
    padding: 0;
    height: 246px;
    overflow-y: overlay;
}
/*textarea {
height:93px;
}*/
.table-hover tbody tr:hover{
    background-color:transparent !important;
}
.notification_data .noti_ul li {
    padding: .5rem 1rem;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
}
        .notification_data .noti_ul li:hover {
            background: #003780;
            color: #fff;
        }
        .notification_data .noti_ul li:nth-child(1) {
            padding: 1rem 1rem;
        }
            .notification_data .noti_ul li:nth-child(1):hover {
                background: none !important;
                color: inherit !important;
            }
    .notification_data .noti_ul li:nth-last-child(1) {
        border-bottom: 1px solid #dee2e6 !important;
    }
        .notification_data .noti_ul li:nth-last-child(1):hover {
            
            border-radius:0 0 10px 10px;
        }
.notification_data p {
    font-size: 10px;
    margin: 4px 0 0;
}
.notification_data p span {
    text-align: right;
    float: right;
}
.notification_data .nav-item .plus {
    color: #737373 !IMPORTANT;
    border: 2px solid #737373;
    padding: 2px 7px;
    border-radius: 38px;
    margin: 0 5px;
}
.nav-item .bell {
    color: #3699ff;
    border: 2px solid #f3f6f9;
    padding: 3px 9px;
    border-radius: 38px;
    margin: 0 5px;
}
    .nav-item .bell:hover {
        color: #575757;
        background-color: #fff;
    }
    .notification_data .notiNum {
        position: absolute;
        background: #D11010;
        color: #fff;
        font-size: 11px;
        border-radius: 20px;
        width: 18px;
        height: 18px;
        text-align: center;
        padding: 1px 0;
        font-weight: bold;
        overflow: hidden;
        margin-left: 26px;
        margin-top: -3px;
    }

.notification_data .dropdown-menu {
    padding: 0;
    margin: 0;
    max-width: 300px;
    min-width: 280px;
    border-radius: 10px;
}
.table-responsive .container-fluid {
    padding: 0 !important;
}
/* width */
#style-12::-webkit-scrollbar {
    width: 7px;
    
}
.qr_img {
    height: 160px;
}
/* Track */
#style-12::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0 10px 10px 0;
}

/* Handle */
#style-12::-webkit-scrollbar-thumb {
    background: #003780;
    /*border-radius: 0 10px 10px 0;*/
}
.nav-item .question {
    color: #737373 !IMPORTANT;
    border: 2px solid #737373;
    padding: 3px 10px !IMPORTANT;
    border-radius: 38px;
    margin: 0 5px;
    cursor: help;
}
.nav-item .user, .nav-item .plus{
    color: #575757;
    background-color: #fff;
    border: 2px solid #575757;
    padding: 3px 9px;
    border-radius: 38px;
    margin: 0 5px;
}
.swal-footer {
    margin-top: 0px !important;
}
.swal-icon:first-child {
    margin-top: 15px;
}
    /*.swal-icon {
    margin: 1px auto !important;
}
*/ .swal-modal {
    border-radius: 20px !important;
}
.nav-item .bell {
    color: #fff;
    background-color: #575757;
    border: 2px solid #575757;
    padding: 3px 9px;
    border-radius: 38px;
    margin: 0 5px;
}
    .nav-item .plus:hover,
    .nav-item .notify:hover,
    .nav-item .question:hover,
    .nav-item .user:hover {
        border: 2px solid ##575757;
    }
    .nav-item .notify:hover{
        background: transparent !important;
    }
    .head_ul_right {
        list-style-type: none;
    }
/*.head_ul_right li:nth-last-child(1) {
    margin-right: 30px !IMPORTANT;
    1px solid #e9ecef
}*/
.small-box .icon_class {
    color: #fff;
    z-index: 0;
}

.small-box > .inner {
    color: #b5b5c3;
    padding: 20px;
}
.small-box:hover .icon_class i {
    font-size: 60px;
    transition: all .4s linear;
}
.small-box > .inner h3:hover {
    color: #fff;
}
.small-box > .inner p {
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600 !important;
}
    .small-box > .inner p:hover {
        color: #fff;
    }
    .small-box > .inner h3 {
    font-size: 28px;
    width: 100%;
    max-width: 170px;
    overflow: hidden;
    color:#fff;
}


.small-box {
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.small-box .icon_class > i {
    font-size: 50px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .3s linear;
}
/*.fa-users:before {
    font-family: FontAwesome;
    content: "\f0c0";
}
.fa-file:before {
    font-family: FontAwesome;
    content: "\f15b";
}
.fa-hourglass-end:before {
    font-family: FontAwesome;
    content: "\f0c0";
}
.fa-calendar:before {
    font-family: FontAwesome;
    content: "\f0c0";
}*/


/*table pagination*/
.tbl-cont a:hover,
.tbl-cont a:active,
.tbl-cont a:focus,
.tbl-cont .form-control:hover,
.tbl-cont .form-control:active,
.tbl-cont .form-control:focus {
    outline: none;
    box-shadow: none !important;
    

}
div.dt-buttons {
    position: relative;
    float: left;
    margin-top: 11px !important;
}
.tbl-cont .dataTables_filter {
    float: right !important;
  
}

.tbl-cont .page-item.active .page-link {
    background: #003780;
    border-color: #003780;
}

.tbl-cont .page-link {
    color: #003780;
}
.bg_tables .table_height {
    box-shadow: 0 0 7px 4px #b7b7b7;
}
.first_box {

    background-image: linear-gradient(to right, #8585eb, #8b82ee, #917ef1, #987af3, #a076f4);

}
.second_box {

    background-image: linear-gradient(to right, #3cb9cb, #56c4d3, #6bcfda, #7fdae3, #92e5eb);

}
.third_box {

    background-image: linear-gradient(to right, #ec4c4c, #f04c4b, #f54d4b, #f94d4a, #fd4e49);

}
.fourth_box {

    background-image: linear-gradient(to right, #3c90cb, #4c98cf, #5a9fd3, #67a7d8, #74afdc);

}
.content-wrapper {
    padding: 20px;
}
.bg_tables {
    background-color: #e8e8e8;
        padding: 20px 5px 30px;
    border-radius: 20px;
    margin: 0 !important;
}
.edit-class {
    color: #003780;
    margin: 0 5px 0 0;
}
/*.chart_heading {
    text-align: center;
    margin: 36px 0 -37px;
    background: #dee2e6;
    padding: 10px 0 25px;
    border-radius: 20px 20px 0 0;
    width: 100%;
    max-width: 619px;
}*/
.chart_heading {
    margin: 35px 0 13px;
    /* border-radius: 20px 20px 0 0; */
    /* width: 100%; */
    /* max-width: 619px; */
    /* position: relative; */
    /* top: 9px; */
    /* z-index: 9; */
    padding-top: 20px;
}
.bg_tables h2 {
    font-size: 18px;
    font-weight: 700;
}
.bg_tables .card {
    border-radius: 0 !important;
}
.bg_tables .table-hover tbody tr:hover {
    color: #ffffff;
    background-color: #0b4ccf;
    cursor: text;
}
.bg_tables .table_height {
    /*height: 275px;
    overflow-y: scroll;*/
        box-shadow: 0 0 7px 4px #b7b7b7;
}
.bg_tables .table th {
    padding: 8px 10px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.bg_tables .table th,
.bg_tables .table td {
    padding: 8px 10px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.bg_tables .table tr:nth-last-child(1) {
    border-bottom: 1px solid #dee2e6;
}

.catagory_tabel table {
    margin-bottom: 0;
}
.catagory_tabel.card {
    border-radius: 20px !important;
    background-color: #f1f1f1;
    box-shadow: none;
    border: 0;
}
.catagory_tabel .table td,
.catagory_tabel .table th {
    padding: .75rem;
    vertical-align: middle;
    color: #000;
    border-top: 1px solid #000;
}
.catagory_tabel .table th {
    border-top: 0 !IMPORTANT;
}
.catagory_tabel .table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #000;
}
.catagory_tabel .table tr:nth-last-child(1) {
    
    border-bottom: 1px solid #000;
}
.card {
    margin-top: 20px;
    border-radius: 20px !important;
}
.card-header {
    border-radius: 20px 20px 0 0 !important;
}
.catagory_parent .right_First_6 {
    text-align: right;
}
.pass-wrapper {
    display: inherit;
    position: relative;
  
}
.pass-wrapper:before {
    font-family: 'FontAwesome';
    content: '\f002';
    position: absolute;
    left: 12px;
    top: 6px;
    font-size: larger;
    color: #747579;
}
.right_First_6 .form-group {
    display: inline-block;
}
.right_First_6 .add_new {
    display: inline-block;
    /*margin-left: 25px;*/
}
.right_First_6 .form-control {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 40px;
    border: 1px solid #495057;
    border-radius: 20px;
}
.add_new .new_supplier {
    margin: 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #003780;
    background: none;
    border: 0;
    border-bottom: 2px solid transparent !important;
    border-radius: 0;
    padding: 5px;
}
    .add_new .new_supplier:hover {
        /* border-bottom: 2px solid #0056b3 !important; */
        color: #000;
        border-bottom: 2px solid #000 !important;
    }
.pagination_btn {
    border: 1px solid #000;
    padding: 3px 15px;
    border-radius: 20px;
    text-align: center;
    color: #000;
}
.pagination_btn:hover {
    background-color: #003780;
    color: white;
    border: 1px solid #003780;
    box-shadow: 0px 6px 14px -3px #003780;
    transition: all 0.2s linear;
}
.div_pagination {
    margin: 30px 0 60px 0;
    text-align: center;
}
.div_pagination a:nth-child(2) {
    margin-left: 10px;
    padding: 3px 30px;
}
.new_supplier_modal {} .new_supplier_modal .modal-content {
    border-radius: 20px;
}
.new_supplier_modal .modal-header {
    padding: 20px 30px 0 30px;
    border-bottom: none;
}
.dashboard_link .notify {
    border: none !important;
}
    .dashboard_link .notify img {
        border: none;
        width: 36px;
    }
.new_supplier_modal .close {
    color: white;
    background-color: #000;
    padding: 1px 6px 2px 6px !important;
    border-radius: 50px;
    font-size: 23px;
    text-shadow: none !important;
    margin: -12px -10px -10px auto;
    outline: none;
}
.new_supplier_modal .close:hover {
    color: #fff;
    text-decoration: none;
}
.new_supplier_modal .modal-body {
    padding: 0 30px 30px 30px;
}
.backsave {
    text-align: right;
    padding-bottom: 25px;
}
.backsave .back {
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 0 10px;
    background-color: transparent;
    border: 0;
    outline: none;
    border-bottom: 2px solid #fff !important;
}
.backsave .back:hover {
    color: #003780;
    border-bottom: 2px solid #003780 !important;
}
.backsave .save {
    color: #003780;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-bottom: 2px solid transparent !important;
}
.backsave .save:hover {
    color: #000;
    border-bottom: 2px solid #000 !important;
}
.new_supplier_modal input.form-control {
    border-radius: 20px;
    background-color: #f7f7f7;
    border: 0;
}
/*.new_supplier_modal .form-control option:nth-child(1) {
        color: red !important; 
    }*/

/*#636c72*/

.sort-size {
    margin-bottom: 1rem;
}
.sort-size label.wrap {
    border-radius: 20px;
    background-color: #f7f7f7;
    border: 0;
    width: 100%;
}
.sort-size select.dropdown {
    outline: none;
    border: 0;
    width: 100%;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.sort-size label.wrap:after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    /* color: #c3c3c3; */
    right: 0;
    top: 9px;
    z-index: 1;
    width: 35px;
}
.new_supplier_modal label.custom-file-label {
    border-radius: 20px;
    border: 0;
    background-color: #f7f7f7;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "\f0c6";
    font-family: FontAwesome;
    border-radius: 0 20px 20px 0;
    border: 0;
    background-color: #f7f7f7;
}
.short_popup {
    display: inline-block;
    width: 210px;
    border-radius: 20px;
    padding: 20px 20px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.short_popup h3 {
    font-size: 18px;
    color: blue;
    font-weight: 600;
    margin: 0;
}
.short_popup h4 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}
.short_popup h5 {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
}
/*.short_popup button {
        background-color: black;
        float: right;
        border: 0;
        border-radius: 38px;
        outline: 0;
        text-shadow: none;
        font-weight: 900;
        color: #fff;
        padding: 2px 7px 2px 8px;
        font-size: 13px;
    }*/


/*2nd switch
*/

.switch2 input {
    display: none;
}
.switch2 {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 0px;
    transform: translateY(50%);
    position: relative;
        top: -12px;
}
.slider2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}
.slider2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    border-radius: 30px;
    transform: translateX(-30px);
    transition: .4s;
}
input:checked + .slider2:before {
    transform: translateX(30px);
    background: #003780;
}
input:checked + .slider2 {
    box-shadow: 0 0 0 2px #003780, 0 0 2px #003780;
}
/*3red*/

.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute
}
.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 90px;
    max-width: 90px;
    height: 30px;
    margin: 0;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
    box-shadow: 0px 0px 1px 3px #dcdcdc
}
.switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 46px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s
}
.switchToggle input:checked + label,
.switchToggle input:checked+input+label {
    background: #003780
}
.switchToggle input + label:before,
.switchToggle input+input+label:before {
    content: 'Off';
    position: absolute;
    top: 3px;
    left: 55px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff
}
.switchToggle input:checked + label:before,
.switchToggle input:checked+input+label:before {
    content: 'On';
    position: absolute;
    top: 3px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff
}
.switchToggle input:checked + label:after,
.switchToggle input:checked+input+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%)
}
.switchToggle label:active:after {
    width: 60px
}
.toggle-switchArea {
    margin: 10px 0 10px 0
}

/*   time picker code*/

/*#startDate,#endDate{
    border: 0;
    border-radius: 20px;
}*/
.eye_bar .form-group {
    margin-bottom: 0;
}
.eye_view{
    background: transparent;
    border: 0;
    font-size: 40px;
    padding: 0;
    margin-top: -13px;
    color: #626262;
}
.eye_view::before {
 font-family: FontAwesome;
    content: "\f06e";
   }


  /* dropdown selet eye bar*/
 .custom-select {
         position: relative;
        border-radius: 20px;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 0;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:20px;
}


.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
 /* background-color: DodgerBlue;*/
  /*border-radius: 20px;*/


}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 21px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 8px;
}


/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #000000;
    padding: 8px 16px;
    border: 0;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}
    .select-selected.select-arrow-active {
        border-radius: 0 0 20px 20px !important;
    }
    /*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 0 0 20px 20px !important;
}


/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
} 


/*   tooltip new*/

 .initialism {
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 12px;
    }
    .lineheight {
        line-height: 3em;
    }
    .well .popup_close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: #000;
    font-weight: bolder;
    color: #fff;
    font-size: 17px;
    padding: 1px 9px 1px 8px;
    border-radius: 34px;
    border: 1px solid #000;
}
.well--tooltip::after {
    border-top-color: #f5f5f5;
    margin-top: -1px;
}
.well--tooltip::before, .well--tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -14px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #cccccc;
}

.tbl-cont{
    overflow: visible;
}


.mini-popup{
    margin: 0 ;
    padding: 15px;
    width:180px;
    background: #fff;
    border-radius:20px ;
    box-shadow: -2px 2px 13px #555555;
    padding-bottom: 15px;
    position: absolute;
    right: 173px;
    bottom: 0px;
    z-index: 9999;
    display: none;

}

.mini-popup h3 {
    font-size:12px;
    color: #0b4ccf;
    line-height: 17px;
    margin: 0;
    padding: 0;

}
.mini-popup h3 span{
    display: block;
}

.lit-gray {
    color: #2b2b2b;
}
.drk-gray{
    color: #717171;
}

.mini-popup:after{
    content: "";
    border-right: 24px solid #fff;
    border-top: 0px solid rgba(113, 101, 58, 0);
    border-bottom: 44px solid rgba(113, 101, 58, 0);
    right: -11px;
    bottom: 9px;
    position: absolute;
    transform: rotate(-31deg);
    -ms-transform:rotate(-31deg); /* IE 9 */
    -moz-transform:rotate(-31deg); /* Firefox */
    -webkit-transform:rotate(-31deg); /* Safari and Chrome */
    -o-transform:rotate(-31deg); /* Opera */
    -webkit-filter: drop-shadow(10px 5px 5px #ccc);
    filter: drop-shadow(10px 5px 5px #ccc);

}

.mini-popup .btn_close{
    position: absolute;
    top: 8px;
    right: 0px;
    font-size: 17px;
    cursor: pointer;
}

.popcont:hover .mini-popup {
    display: block;
}
.popcont {
    position: relative;
}

.dash_User {
    width: 190px;
    border-radius: 10px;
    padding:0 !important;
}
    .dash_User img {
        margin: 0 auto;
        display: block;
        border: 3px solid #8389ab;
        border-radius: 50px;
        /* padding: 3px 2px 0 0; */
        height: 60px;
        width: 60px;
    }
.dash_User h4{
    border-bottom: 1px solid;
    font-size: 14px;
    color: #369de5;
    text-align: center;
    /* text-decoration: underline; */
    font-family: Noto-Bold !important;
    width: max-content;
    margin: 5px auto;
    padding-bottom: 3px;
}
    .dash_User .dropdown-item {
        color: #464646;
        padding: 8px 13px;
        font-family: Noto-Bold !important;
        font-size: 13px;
    }
    .dash_User .dropdown-item:hover{
        color: #45a4e7 ;
    }
.dash_User .dropdown-item.dropdown-footer:hover {
    border-radius: 0 0 10px 10px;
}
    /*.dash_User .dropdown-item#logOut.dropdown-footer:hover {
        color: #000;
        border-radius: 0 0 10px 10px;
    }*/
    /*.dash_User .dropdown-item.dropdown-footer:hover {
        border-radius: 0 0 10px 10px;
    }*/
.dash_User.two #first_border:hover {
    border-radius: 10px 10px 0 0;
}
    /*Nurse Page*/
    input:focus {
        outline: 0 !important;
    }
.amount-cont {
    /* position: absolute; 
    margin-top: 29px;
    width: 100%;
    background: #2d2d2d;
    padding: 24px 0;*/
    position: absolute;
    /* margin-top: 29px; */
    width: 100%;
    background: #2d2d2d;
    padding: 40px 0;
    bottom: 0;
}
    .amount-cont p {
        color: #Fff;
    }
/*Scss start*/

/*.product-holder {
    padding:10px 0;

}*/
.Nheading {
    margin: 0;
    padding: 20px 0 0;
    font-size: 20px;
    font-family:A-Demi;
}
/*.product-holder h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}*/

.category_div {
    background: #e9e9e9;
    padding: 10px;
    border-radius: 10px !important;
    width: 100%;
    overflow: hidden;
}

    .category_div img {
        border-radius: 10px !important;
        /* min-width: 200px; */
        min-height: 200px;
    }    

.category_div-dtl {
    text-align: center;
}

    .category_div-dtl h3 {
        font-size: 18px;
        overflow: hidden;
    }
.product {
    background: #f7f7f7;
    padding: 8px;
    border-radius: 10px !important;
    width: 100%;
    border: 1px solid #d0cbcb;
    min-height: 215px;

}

    .product img {
        border-radius: 10px !important;
        border: 1px solid #d0cbcb;
        /* min-width: 150px; */
        min-height: 130px;
    }

.product-dtl {
    text-align: center;
}

    .product-dtl h3 {
        font-size: 14px;
        margin-bottom: 0;
        overflow: hidden;
    }
.card-body.product-dtl {
    padding: 10px 0 0;
}
.pro_heading h2 {
    display: inline-block;
    font-size: 28px;
}
.pro_heading hr {
    margin-top: 1rem;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #000;
}
.btn-cart {
    margin: 0 5px;
    height: 30px;
    width: 89px;
    line-height: 16px;
    font-size: 12px;
    background-color: #28a745;
    border-color: #28a745;
    margin: 10px 0 0;
    color: #fff;
}
/*Quantity Button*/
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.product-quantity {
    margin: 0;
    padding: 20px 0 0 0;
    display: inline-block;
}

    .product-quantity .quantity {
        display: inline-block;
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        width: 20px;
        text-align: center;
        font-weight:bold;
    }


    .product-quantity .minus,
    .product-quantity .plus {
        background: none;
        border: none;
        vertical-align: middle;
    }

        .product-quantity .minus i {
            line-height: 17px;
            background: none;
            border: 0;
            border-radius: 50%;
            color: #d11010;
            height: 20px;
            width: 20px;
            font-weight: bold;
            display: inline-block;
            font-size: 22px;
        }

        .product-quantity .plus i {
            line-height: 17px;
            background: none;
            border: 0;
            border-radius: 50%;
            color: #28a745;
            height: 20px;
            width: 20px;
            font-weight: bold;
            display: inline-block;
            font-size: 22px;
        }


    /*Sticky aside bar*/
.sidebar_icons {
    width: 20px;
}
.sticky-sidebar {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.89);
    text-align: center;
    position: fixed;
    height: 93vh;
    right: 0;
    width: 100%;
    max-width: 375px;
    top: 7.7%;
}
    .sticky-sidebar h2 {
        padding: 20px 0;
        color: #fff;
        font-size: 28px;
        border-bottom: 1px solid #fff;
    }

    .sticky-sidebar ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: left;
        max-height: 68vh;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .sticky-sidebar li {
        padding: 8px 12px !important;
        /*padding: 8px 12px 8px 30px;*/
        margin: 8px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 14px;
        color: #fff;
        /* display: flex; */
        align-items: center;
    }
.heading_select_cat {
    font-size: 28px;
    padding: 25px 0 15px;
    border-bottom: 1px solid;
}
.item_name {
    font-size: 14px;
    margin: 0;
    /* width: 100%; */
    max-width: 200px;
    display: inline-block;
}

.delete_item {
    /* position: relative; */
    /* left: -134px; */
    color: red;
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none;
}
.sticky-sidebar .product-quantity {
    padding: 0px 0 0 0;
    /* width: 100%; */
    /* max-width: 75px; */
    display: inline-block;
    float: right;
}


    .sticky-sidebar .product-quantity .minus i {
        line-height: 13px;
        background: none;
        border: 0;
        border-radius: 50%;
        color: #d11010;
        height: 13px;
        width: 12px;
        font-weight: bold;
        display: inline-block;
        font-size: 15px;
    }
    .sticky-sidebar .product-quantity .plus i {
        line-height: 14px;
        background: none;
        border: 0;
        border-radius: 50%;
        color: #28a745;
        height: 10px;
        width: 10px;
        font-weight: bold;
        display: inline-block;
        font-size: 15px;
    }
        /*.sticky-sidebar li span {
            float:right;
        }*/



/* width */
.sticky-sidebar ul::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.sticky-sidebar ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.sticky-sidebar ul::-webkit-scrollbar-thumb {
    background: #888;
}
.sticky-sidebar .product-quantity .quantity {
    color: #fff;
}

.button-holder {
    margin:0 ;
    padding:20px 0 0 0;

}

    .button-holder button {
        margin: 0 5px;
        height: 30px;
        width: 89px;
        line-height: 16px;
        font-size: 12px;
    }
/*Footer*/

.main-footer {
    color: #000;
    font-size: 14px;
    padding: 6px 30px 5px;
    box-shadow: inset 0px 0 9px 0px #c3c1c1;
    border-top: 1px solid;
    position: fixed;
    width: 100% !important;
    bottom: 0;
    background: #fff;
    right: 0;
    transition: all 0.3s;
    padding-left: 270px;
    z-index: 1;
}

/*.main-footer {
    color: #000;
    font-size: 14px;
    padding: 6px 30px 5px;
    box-shadow: inset 0px 0 9px 0px #c3c1c1;
    position: fixed;
    width: 100% !important;
    left: 250px !important;
    padding-right: 250px;
    bottom: 0;
    background-color: #f7f7f7;
}*/
    .main-footer ul {
        list-style-type: none;
    }
        .main-footer ul li {
            padding: 0 10px;
        }
            .main-footer ul li:nth-child(2) {
                border: 2px solid #afafaf;
                border-top: 0;
                border-bottom: 0;
            }
.main-footer p{
  padding:0;
  margin:0;
}
    .main-footer ul li a {
        font-family: Noto-Regular;
    }

.edit-content .main-footer {
    width: 96.3% !important;
}
/* add supplier page css start*/
.user-img-div button {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.add_label label {
    font-size: 16px;
    margin-top: 14px;
}
/* add supplier page css end*/

.AD_btn {
    margin: 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #003780;
    background: none;
    border: 0;
    border-bottom: 2px solid transparent !important;
    border-radius: 0;
    padding: 5px;
}

    .AD_btn:hover {
        color: #000;
        border-bottom: 2px solid #000 !important;
    }
.AD_btn_inn {
    margin-top: 3.5rem;
    background: #003780;
    padding: 7px 24px;
    color: #fff;
    border: 1px solid #003780;
    border-radius: 4px;
    font-weight: 900;
    transition: all .2s linear;
}
    .AD_btn_inn:hover {
        background: #fff;
        color: #003780;
        transition: all .2s linear;
        border-color: #003780;
    }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(247 247 247) !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #003780;
    border-color: #003780;
}
/*editing in select2 classess*/
.table .select2-container {
    width: 100% !important;
    min-width: -webkit-fill-available;
}
.select2-container .select2-selection--single {
    height: 32px;
    border: 1px solid #BABEC5;
}
    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        padding-right: 30px !important;
    }
.select2-container .select2-selection--single:hover {
    box-shadow: 0 0 2px 0px #a0a0a0;
}
.gj-datepicker:hover {
    box-shadow: 0 0 2px 0px #a0a0a0;
}
.AD_stock {
    text-align: center;
    margin-top: 0;
    width: 100%;
    /*max-width: 115px;*/
    display: block;
    padding: 3px;
    font-size: 12px;
    background: #003780;
    color: #fff;
    border: 1px solid #003780;
    border-radius: 4px;
    font-weight: 900;
    transition: all .2s linear;
}
/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}*/
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px !important;
    position: absolute;
    top: 0px !important;
    right: 0 !important;
    width: 30px !important;
    border-left: 1px solid #BABEC5;
}
.select2-container--default .select2-selection--multiple {
    line-height: 18px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 28px !important;
}



.select2-results__option {
    font-size: 14px;
}
/*form all pages of Create*/
.content{
      padding:20px;
}
.content label {
    display: inline-flex;
    margin: 5px 0 4px;
    font-size: 14px;
}
    .content .form-control {
        height: 28px;
        border: 1px solid #aaa;
        border-radius: 4px;
        font-size: 12px;
    }
.btn.btn-outline-secondary.border-left-0 {
    padding: 0;
    border-left: 1px solid #aaaaaa !important;
}
.content textarea {
    border-radius: 4px;
    border: 1px solid #aaa;
    width: 100%;
    min-height: 77px;
    font-size: 14px;
    padding: .375rem .75rem;
}
.content .form-control-sm {
    height: calc(1.5em + .5rem + 2px) !important;
}
.upload_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
}
/* purchase mrn page css start*/

.card-body .table-bordered td, .card-body .table-bordered th {
    border: 1px solid #000000;
}
.card-body .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #000000;
    background-color:#fff;
}
.fields_area {
    border-bottom: 3px solid #e5e5e5;
    margin: 15px 0;
    padding: 20px 0 30px;
}
.amount {
    text-align: center;
}
.amount h5{
    font-size:18px;
}
    .amount .price {
        height: 40px;
        border: 1px solid #aaa;
        border-radius: 4px;
        padding: 0 10px;
    }
    .amount h5 {
        font-family: Noto-Regular !important;
    }
 .amount span {
    font-family: Noto-SemiBold !important;
    display: block;
    font-size: 30px;
}
.expce_img {
    height: 40px;
    margin: 0 10px 0 0;
    display:inline-block;
}
.exp_page_head h1 {
    display: initial;
    vertical-align: middle;
}
.samll_price {
    text-align: right;
    margin: 5px;
    font-family: Noto-Regular !important;
}
    /* purchase mrn css end*/
.bg_chart_row {
    background-color: transparent;
    border-radius: 20px;
}
.altus_mobo{
    display:none;
}

/* file upload css start*/
.file-upload {
    background-color: #eeeeee;
    width: 100%;
    margin: 0;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .file-upload-btn:hover {
        background: #1AA059;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .file-upload-btn:active {
        border: 0;
        transition: all .2s ease;
    }

.file-upload-content {
    display: none;
    text-align: center;
/*    margin-top: 30px;*/
    background-color: #eee;
    border: 2px dashed #666666;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 30px;
    border: 2px dashed #aaa;
    position: relative;
    background-color: #f7f7f7;
    border-radius:4px;
}

    .image-dropping,
    .image-upload-wrap:hover {
        background-color: #eee;
        border: 2px dashed #666666;
    }

.image-title-wrap {
    padding: 15px;
    display: inline-block;
}

.drag-text {
    text-align: center;
}

    .drag-text h3 {
        text-transform: uppercase;
        color: #7b7b7b;
        padding: 32px;
        margin: 0;
        font-size: 14px;
        font-family: Noto-Regular;
        font-weight: 600;
    }

.file-upload-image {
    max-height: 135px;
    max-width: 135px;
    margin: auto;
    display: inline-block;
    padding: 6px;
}

.remove-image {
    color: #003780;
    border: none;
    padding: 10px;
    transition: all .2s ease;
    outline: none;
    font-size: 14px;
    font-family: Noto-SemiBold;
}
    /*.remove-image span{
            color: #003780;
            border: none;
            padding: 10px;
            transition: all .2s ease;
            outline: none;
            text-transform: uppercase;
            font-size: 14px;
            font-family:Noto-SemiBold;
        }*/

    .remove-image:hover {
        color: #b02818;
        transition: all .2s ease;
        cursor: pointer;
        /*transform: rotate(180deg);*/
    }
    /*.remove-image span {
        transform: rotate(180deg);
        transition: all .2s ease;
    }
        .remove-image span:hover {
            transform: rotate(360deg);
            transition: all .2s ease;
        }*/

    .remove-image:active {
        border: 0;
        transition: all .2s ease;
    }

/* file upload css end */




/* file upload css start*/
.file-upload2 {
    background-color: #eeeeee;
    width: 100%;
    margin: 0;
}

.file-upload-btn2 {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .file-upload-btn2:hover {
        background: #1AA059;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .file-upload-btn2:active {
        border: 0;
        transition: all .2s ease;
    }

.file-upload-content2 {
    display: none;
    text-align: center;
    margin-top: 30px;
    background-color: #eee;
    border: 2px dashed #666666;
}

.file-upload-input2 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap2 {
    margin-top: 30px;
    border: 2px dashed #aaa;
    position: relative;
    background-color: #f7f7f7;
    border-radius: 4px;
}

    .image-dropping2,
    .image-upload-wrap2:hover {
        background-color: #eee;
        border: 2px dashed #666666;
    }

.image-title-wrap2 {
    padding: 15px;
    display: inline-block;
}

.drag-text2 {
    text-align: center;
}

    .drag-text2 h3 {
        text-transform: uppercase;
        color: #7b7b7b;
        padding: 32px;
        margin: 0;
        font-size: 14px;
        font-family: Noto-Regular;
        font-weight: 600;
    }

.file-upload-image2 {
    max-height: 135px;
    max-width: 135px;
    margin: auto;
    display: inline-block;
    padding: 6px;
}

.remove-image2 {
    color: #003780;
    border: none;
    padding: 10px;
    transition: all .2s ease;
    outline: none;
    font-size: 14px;
    font-family: Noto-SemiBold;
}
   

    .remove-image2:hover {
        color: #b02818;
        transition: all .2s ease;
        cursor: pointer;
        /*transform: rotate(180deg);*/
    }
   
    .remove-image2:active {
        border: 0;
        transition: all .2s ease;
    }



/* datatable css start */
.dataTables_length {
    width: 100%;
    max-width: 200px;
    display: inline-block;
}

.catagory_parent .pagination {
    float: right !important;
}

.paging_simple_numbers {
    float: right;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px 0;
}

.dataTables_info {
    font-size: 12px;
}

.pagination {
    font-size: 12px;
}
/* datatable css end */
.stock_add {
    margin-top: 0;
    width: 100%;
    max-width: 115px;
    display: block;
    padding: 3px;
    font-size: 12px;
}
.tferror {
    border: 1px solid red !important;
}


.gv-img-ciclle {
    max-width: 50px;
    max-height: 50px;
}
.table_out_data {
    margin: 5px 0;
}
.table_out_data label {
    display: inline-block;
}
    .table_out_data input {
        display: inline-block;
        width: 100%;
        float: right;
        max-width: 200px;
    }
       
        .table_out_data .select2-container {
            display: inline-block;
            width: 100%;
            float: right;
            max-width: 200px;
        }
    /*multi file upload*/
.uploadDrag2 {

}
    .uploadDrag2 .file-drop-zone-title {
        color: #aaa;
        font-size: 18px;
        padding: 20px 10px;
        cursor: default;
    }
    .uploadDrag2 .file-preview {
        border-radius: 4px;
        border: 1px solid #aaa;
        padding: 8px;
        width: 100%;
        margin-bottom: 5px;
        margin-top: 30px;
    }
        .uploadDrag2 .file-preview .fileinput-remove {
            top: 5px;
            right: 5px;
            line-height: 10px;
        }
    .uploadDrag2 .form-control {
        font-size: 12px;
        font-size: 12px;
        outline: 0;
        box-shadow: none;
    }
    .uploadDrag2 .btn-file,
    .uploadDrag2 .fileinput-remove-button,
    .uploadDrag2 .fileinput-upload-button {
        font-size: 12px !important;
        font-family: Noto-SemiBold;
        padding: 5px 7px 0 !important;
    }
    .uploadDrag2 .btn-file i,
    .uploadDrag2 .fileinput-remove-button i,
    .uploadDrag2 .fileinput-upload-button i {
        display:none;
    }
    .uploadDrag2 .fileinput-remove-button {
        background-color: #ff1600;
    }
.file-caption.icon-visible .file-caption-icon {
    display: none;
}
    .uploadDrag2 .hidden-xs {
        font-size: 12px !important;
    }

.file-upload-indicator::after {
    font-family: FontAwesome;
    content: "\f055";
}
.file-footer-buttons button{
    padding: 0px 5px;
    font-size: 14px;
}
.kv-file-remove::after {
    font-family: FontAwesome;
    content: "\f1f8";
}
.kv-file-zoom::after {
    font-family: FontAwesome;
    content: "\f00e";
}
.kv-file-upload::after {
    font-family: FontAwesome;
    content: "\f0ee";
}
.uploadDrag2 .btn-primary {
    color: #fff;
    background-color: #003780;
    border-color: #003780;
    font-family: Noto-SemiBold;
}

/**
        * FilePond Custom Styles
        */
.filepond--drop-label {
    color: #4c4e53;
}

.filepond--label-action {
    text-decoration-color: #babdc0;
}

.filepond--panel-root {
    border-radius: 2em;
    background-color: #edf0f4;
    height: 1em;
}

.filepond--item-panel {
    background-color: #595e68;
}

.filepond--drip-blob {
    background-color: #7f8a9a;
}

/**
        * Page Styles
        */
.pos_modal {
    height: 75%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

/*Tearms Of Use Page CSS */
.header-bg-div {
    background-image: url(/assets/images/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.header-name-slide {
    color: white;
    font-weight: bold;
    padding: 15px 0;
    font-size: 32px;
    max-width: 350px;
    margin: 0 auto;
}
/*.header-name-slide {
    display: inline-block;
    color: white;
    font-weight: bold;
    padding: 15px 0 15px 50px;
    font-size: 32px;
    margin: 0;
}
.header-name-div .home_link {
    font-size: 40px;
    color: #fff;
    margin: 0 15px;
    transition: all 0.3s linear;
}

    .header-name-div .home_link:hover {
        color: #003780;
        transition: all 0.3s linear;
    }*/
.header-name-div {
    background: #929191;
    width: 35%;
    position: absolute;
    bottom: 70px;
}

ul.ull li:before {
    display: none;
}

internal-li li:before {
    display: none;
}

.terms-of-use-main-div {
    display: block;
    margin: auto;
    width: 95%;
    margin-bottom: 60px;
}
    .terms-of-use-main-div h3 {
        color: #003780;
        font-size: 24px;
        padding: 10px 0;
    }
    .terms-of-use-main-div p {
        font-size: 14px;
        text-align: justify;
    }
    .terms-of-use-main-div ul {
        margin-top: 10px;
    }
    .terms-of-use-main-div ul li{
        font-size: 14px;
        text-align: justify;
    }


/*.terms-of-use-heading {
    font-weight: bold;
    color: black;
    
   
}*/
.spanHeading {
    font-weight: bold;
    color: #003780;
    font-size: 18px;
    padding: 5px 0
}

.terms-of-use-p {
    color: black;
}
/*popups*/
.M_set .modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #000;
    background: #fff;
}
.modal-header h5 {
    line-height: 40px;
}
    .M_set .modal-header h1 {
        font-size: 20px !important;
    }

    .M_set .modal-header .AD_btn {
        padding: 0;
    }
.M_set .barCode {
    margin: 0px auto;
    display: block;
    width: 300px;
    height: 300px;
}
.M_set .modal-body {
    background: #f7f7f7;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}
.M_set .select2-container {
    width: 100% !important;
}
.M_set .modal-body .form-control {
    height: 28px;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 14px;
}
.M_set .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #000000;
}
.product_name {
    text-align: center;
    padding-top: 10px !important;
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.popup_btns {
    text-align: right;
}
.removetrial {
    background: #dee2e6;
    height: 20px;
    width: 95px;
    border-radius: 9px;
    position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 1;
}
.updatemessage {
    width: 300px;
    position: absolute;
    left: 70%;
    top: -32px;
}

.white {
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
}
.Report_submit .AD_btn {
    margin: 0;
    margin-top: 28px;
    padding: 0 3px;
    margin-left: -3px;
    padding-bottom: 3px;
}



.second_heading {
    margin-top:20px;

}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #003780;
    border-radius: 5px;
}
button.dt-button.buttons-collection.buttons-page-length, button.dt-button.buttons-excel.buttons-html5, button.dt-button.buttons-pdf.buttons-html5, button.dt-button.buttons-print {
    padding: 1px 8px;
    background: #efefef;
}
button.dt-button.buttons-collection.buttons-page-length:hover, button.dt-button.buttons-excel.buttons-html5:hover, button.dt-button.buttons-pdf.buttons-html5:hover, button.dt-button.buttons-print i:hover {
    background: #efefef !important;
}
input.form-control.form-control-sm {
    /*min-width: 250px;*/
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle !important;
    margin-left: 10px !important;
}
.table thead th {
    border-bottom: 1px solid #dee2e6 !important;
    border: 1px solid #dee2e6 !important;
}
div.dt-buttons{
    margin-bottom:15px;
}
a.edit-class i , a.delete-class i{
    font-size: 20px !important;
}
button.dt-button.buttons-print {
    display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
    #btn-view {
            margin-top: 1.7rem !important;
        }

        .content-header.second_heading.catagory_parent {
            margin: 0 -20px 20px !important;
            background: none;
        }

        .note-editor.note-frame {
            margin-top: 26px;
        }

        .table thead th {
            font-size: 10px;
        }

        .white.top-3.pt-0.extra {
            margin-top: 35px !important;
        }

        .top-3.pt-0 {
            margin-top: 17px !important;
            padding-top: 0px !important;
        }

        .white.top-3.pt-0 {
            margin-top: 17px !important;
            margin-bottom: 17px;
            padding-top: 0px !important;
        }

        .content-header.catagory_parent h1 {
            font-size: 17px !important;
        }

        .text-dark.col-lg-4.col-md-12.col-sm-12, .col-lg-4.col-md-12.col-sm-12, .col-lg-3.col-md-12.col-sm-12 {
            text-align: center !important;
            font-size: 12px !important;
        }

        .main-footer ul li, .main-footer ul li a, .main-footer ul {
            font-size: 12px !important;
            text-align: center !important;
            display: initial !important;
        }

        span.float-right {
            float: none !important;
            font-size: 12px !important;
            text-align: center !important;
        }

        span.font-weight-bolder.text-dark {
            font-size: 1rem !important;
        }

        .content-header.second_heading {
            margin: 0px -15px -7px !important;
        }

        .content label {
            font-size: 12px;
        }


        .table-responsive::-webkit-scrollbar {
            height: 10px;
            background-color: #ffffff;
        }
    }

    @media only screen and (max-width: 1024px) and (min-width: 992px) {
        .text-dark.col-lg-4.col-md-12.col-sm-12, .col-lg-4.col-md-12.col-sm-12, .col-lg-3.col-md-12.col-sm-12 {
            text-align: center !important;
            font-size: 12px !important;
        }
        .form-control {
            padding: .375rem .30rem;
        }
        #btn-view {
            margin-top: 1.6rem !important;
        }

        .table thead th {
            font-size: 12px;
        }

        .content label {
            font-size: 12px;
        }

        .content-header h1 {
            font-size: 17px !important;
        }

        .table-responsive::-webkit-scrollbar {
            height: 10px;
            background-color: #ffffff;
        }

        .main-footer ul li, .main-footer ul li a, .main-footer ul {
            font-size: 12px !important;
            text-align: center !important;
            display: initial !important;
        }

        span.float-right {
            float: none !important;
            font-size: 12px !important;
            text-align: center !important;
        }

        span.font-weight-bolder.text-dark {
            font-size: 1rem !important;
        }

        h3.col-lg-6.col-md-12.card-title.align-items-start.flex-column {
            max-width: 100%;
        }


        .table-responsive {
            overflow-x: hidden !important;
            width: 100% !important;
            max-width: 100% !important;
        }

        .lab_2L {
            height: 0px !important;
        }

        .lab_2L {
            height: 0px !important;
        }
    }

    @media only screen and (max-width: 1353px) and (min-width: 1200px) {
        .lab_2L {
            height: 0px !important;
        }
        .form-control {
            padding: .375rem .30rem;
        }
        .table thead th {
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 1200px) and (min-width: 1025px) {
        .text-dark.col-lg-4.col-md-12.col-sm-12, .col-lg-4.col-md-12.col-sm-12, .col-lg-3.col-md-12.col-sm-12 {
            text-align: center !important;
            font-size: 12px !important;
        }
        .form-control {
            padding: .375rem .30rem;
        }
        .lab_2L {
            height: 0px !important;
        }

        .table thead th {
            font-size: 14px;
        }

        .content label {
            font-size: 12px;
        }

        .table-responsive::-webkit-scrollbar {
            height: 10px;
            background-color: #ffffff;
        }


        .main-footer ul li, .main-footer ul li a, .main-footer ul {
            font-size: 12px !important;
            text-align: center !important;
            display: initial !important;
        }

        span.float-right {
            float: none !important;
            font-size: 12px !important;
            text-align: center !important;
        }

        span.font-weight-bolder.text-dark {
            font-size: 1rem !important;
        }

        h3.col-lg-6.col-md-12.card-title.align-items-start.flex-column {
            max-width: 100% !important;
        }
    }

    @media only screen and (max-width: 1590px) and (min-width: 1201px) {
        .text-dark.col-lg-4.col-md-12.col-sm-12, .col-lg-4.col-md-12.col-sm-12, .col-lg-3.col-md-12.col-sm-12 {
            text-align: center !important;
            font-size: 12px !important;
        }

        .table thead th {
            font-size: 12px;
        }

        .table-responsive::-webkit-scrollbar {
            height: 10px;
            background-color: #ffffff;
        }

        .main-footer ul li, .main-footer ul li a, .main-footer ul {
            font-size: 12px !important;
            text-align: center !important;
            display: initial !important;
        }

        span.float-right {
            float: none !important;
            font-size: 12px !important;
            text-align: center !important;
        }

        span.font-weight-bolder.text-dark {
            font-size: 1rem !important;
        }

        h3.col-lg-6.col-md-12.card-title.align-items-start.flex-column {
            max-width: 100% !important;
        }
    }

    h3 .col-md-12.card-title.align-items-start.flex-column {
    border-color: #eff2f7;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.table-striped tbody tr:nth-of-type(odd), .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}
.white.top-3.pt-0 {
    margin-top: 20px;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #003780 !important;
    border-color: #003780 !important;
}
div .table::-webkit-scrollbar {
    width: 10px;
}

div .table::-webkit-scrollbar-thumb {
    background: #003780;
    border-radius: 10px;
}

div .table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

div .table::-webkit-scrollbar-track {
    border-radius: 5px;
}
a {
    target-name: new;
    target-new: tab;
}

.blink_text {
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes blinker {
    0% {
        opacity: 2.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}
tr.blink_text {
    background-color: #fad7d7 !important;
    color: #000;
}
    tr.blink_text.odd:hover {
        background-color: #fad7d7 !important;
        color: #000;
    }

span.btcrossss {
    position: relative;
    top: -47px;
    float: right;
    height: 0;
    right: 15px;
    background-color :red;
    padding: 5px 8px;
}
a.delete-class {
    margin-right: 3px;
}

.page-item.active .page-link {
  
    background-color: #211d70 !important;
    border-color: #211d70 !;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #c6c6c6;
}

::-webkit-scrollbar-thumb {
    /* -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%); */
    background-color: #d6d6d6;
    border-radius: 5px;
}

.table td, .table th {
    font-size: 12px;
    padding: 9px 7px;
}
.col-xl-6.col-lg-6.col-md-4.grid-margin.stretch-card {
    padding-left: 5px;
    padding-right: 5px;
}
.col-xl-12.col-lg-12.col-md-6.col-sm-6.section-8.grid-margin.table {
    padding-left: 5px;
    padding-right: 5px;
}
.col-xl-6.col-lg-6.col-md-6.col-sm-12.section-8.grid-margin.table {
    padding-left: 5px;
    padding-right: 5px;
}
h5.not-h5 {
    color: #f30000 !important;
}
ul#style-12 li{
    border-bottom:2px solid #dee2e6;
}
span.clear-all
{
    background:NONE !important;
}
button.btcrossss {
    background-color: #211d70 !important;
}
.nonactive-not {
    padding-left:15px;
    background-color: #e4e4e4 !important;
}
.nonactive-not:hover {
        background-color: #e4e4e4 !important;
    }
textarea#RequirementReason {
    height: 87px;
}

span#budgetCheck {
    font-size: 12px;
    color: #00af0d;
}
th {
    background-color: #fff;
}
h5.text-cente {
    color: #003780;
}

.wrapper p {
    padding-right: 15 px;
    font-size: 0.8rem;
    color: #6c757d;
}
::-webkit-scrollbar {
    width: 10px;
}
#style-12::-webkit-scrollbar {
    width: 7px !important;
}
.amount span {
    float: right;
    font-family: Noto-SemiBold !important;
    display: inline;
    padding: 0px 25px;
    font-size: 18px;
}
.amount span {
    font-size: 18px !important;
    color: #003070;
}
.amount {
    text-align: center !important;
}