a.disabled {
    pointer-events: none;
    cursor: default;
}

.cinput_lable {
    float: left;
    font-size: 11px;
    width: 35%;
    /*word-break: break-all;*/
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
}
.highlight_row {
      background-color: #668cff;
    }
.select2 span {
    font-size: 11px !important;
}

.cfieldmain span {
    font-size: 11px;
}

.cinput_field {
    float: right;
    padding: 0 5px !important;
    font-size: 11px !important;
    min-width: auto !important;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    width: 62%;
}



.form-div {
    float: left;
}

.cformdiv {
    padding: 10px 0 20px !important;
}

.pDiv {
    float: left;
    width: 100%;
}


.login_unit {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    padding: 5px 0 0;
}

.loguser {
    color: #fff;
    padding: 15px 0 0;
    margin-right: 5px;
}

ul.action_buts_main.right {
    float: right;
}

ul.action_buts_main.m-0 {
    margin: 0px !important;
}

ul.action_buts_main.p-0 {
    padding: 0px !important;
}

ul.action_buts_main li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 0;
}

ul.action_buts_main li a:hover img {
    transform: scale(1.2);
    transition: transform .2s;
}


/**** Select2 Custom Style ****/

span.select2.select2-container.select2-container--default.select2-container--below.select2-container,
span.select2.select2-container.select2-container--default {
    float: right !important;
}

.select2-container--default .select2-selection--single {
    float: right;
    padding: 0 5px !important;
    font-size: 11px !important;
    min-width: auto !important;
    margin: 0 0 5px;
    width: 100%;
    color: #555 !important;
    height: 21px !important;
    border-radius: 3px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 17px !important;
}

span.select2-dropdown.select2-dropdown--below {
    top: -5px;
    border-color: #555;
}

input.select2-search__field {
    color: #555;
    border-color: #555 !important;
    font-size: 12px;
    padding: 0px !important;
}

span.select2-results {
    font-size: 12px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fff !important;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container,
span.select2.select2-container.select2-container--default {
    max-width: 180px;
}


/**** /Select2 Custom Style ****/

ul.action_buts_main.right {
    margin: 0px;
    padding: 0px;
}

input.item_cinput_field {
    /*    float: left;*/
    padding: 0 5px !important;
    font-size: 11px !important;
    min-width: auto !important;
    margin: 0 0 5px;
}

select.item_cinput_field {
    /*    float: left;*/
    padding: 0 5px !important;
    font-size: 11px !important;
    min-width: auto !important;
    margin: 0 0 5px;
}

.flx_btn {
    border-top: 1px solid #95B6D4;
    border-right: 1px solid #95B6D4;
    border-bottom: 1px solid #92B3D1;
    border-left: 1px solid #95B6D4;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #CCE2F6 0%, #B1D2F2 100%);
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    cursor: pointer;
    display: inline-block;
    padding: 0px 9px 1px 9px;
}

table .field-sorting.sorting_desc {
    background-image: url('../icons/sort_desc.png');
    background-position: right;
    background-repeat: no-repeat;
}

table .field-sorting.sorting_asc {
    background-image: url('../icons/sort_asc.png');
    background-position: right;
    background-repeat: no-repeat;
}

table .field-sorting {
    background-image: url('../icons/sort_both.png');
    background-position: right;
    background-repeat: no-repeat;
}

img.input_loader {
    width: 15px;
    position: absolute;
    right: -2px;
    display: none;
}

img.tcode_search_loader {
    width: 15px;
    position: absolute !important;
    right: 30px;
    /* display: none; */
    height: 15px;
    top: 7px;
    z-index: 9;
}

td {
    position: relative;
}

.card:hover {
    box-shadow: 0 0 0 0 !important;
}

a.nav-link {
    font-size: 12px;
    padding: 0 10px;
    text-decoration: none !important;
}

.card-body {
    padding: 10px 5px 15px;
}

.card {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.formTabs ul li a {
    /*background-color: #DEE4E7;
    border: 1px solid #C3D0DF;*/
    color: #000000;
}

.formTabs .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: #FDFEFF;
    border: 1px solid #C3D0DF;
}

.validate_error {
    float: left;
    /* width: 100%; */
    line-height: 10px;
    font-size: 12px;
    color: red;
    text-align: right;
    margin-bottom: 10px;
}


/*** Custome Popup Style ****/

.suc_main {
    float: left;
    width: 250px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    position: relative;
    padding: 30px 10px 10px;
}

.suc_top_icon {
    float: left;
    width: 50px;
    height: 50px;
    background-color: #23b574;
    position: absolute;
    color: #fff;
    padding: 9px;
    font-size: 18px;
    border-radius: 100%;
    left: 100px;
    top: -27px;
    border: 2px solid #fff;
}

button.suc_ok_btn {
    background-color: #23b574;
    border-color: #23b574;
    width: 100%;
    border: 0px;
    color: #fff;
    padding: 2px 0;
    border-radius: 5px;
}

.terms_success_pop {
    display: none;
}

span.suc_heading {
    font-size: 18px;
    color: #23b574;
}

.error_main {
    float: left;
    width: 250px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    position: relative;
    padding: 30px 10px 10px;
}

.error_top_icon {
    float: left;
    width: 50px;
    height: 50px;
    background-color: #d83d3d;
    position: absolute;
    color: #fff;
    padding: 9px;
    font-size: 18px;
    border-radius: 100%;
    left: 100px;
    top: -27px;
    border: 2px solid #fff;
}

button.error_ok_btn {
    background-color: #d83d3d;
    border-color: #d83d3d;
    width: 100%;
    border: 0px;
    color: #fff;
    cursor: pointer;
    padding: 2px 0;
    border-radius: 5px;
}

.terms_error_pop {
    display: none;
}

span.error_heading {
    font-size: 18px;
    color: #d83d3d;
}

.process_main {
    float: left;
    width: 250px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    position: relative;
    padding: 30px 10px 10px;
}

.process_top_icon {
    float: left;
    width: 50px;
    height: 50px;
    background-color: #d83d3d;
    position: absolute;
    color: #fff;
    padding: 7px;
    font-size: 18px;
    border-radius: 100%;
    left: 100px;
    top: -27px;
    border: 2px solid #fff;
}

button.process_ok_btn {
    background-color: #d83d3d;
    border-color: #d83d3d;
    width: 100%;
    border: 0px;
    color: #fff;
    padding: 2px 0;
    border-radius: 5px;
}

.terms_process_pop {
    display: none;
}

span.process_heading {
    font-size: 18px;
    color: #d83d3d;
}


/*** /Custome Popup Style ****/


/*** Table Select Style ****/

.tbl_select_option_item_tbl td {
    border: 1px solid #44444496;
    font-size: 12px;
    color: #000;
}

.tbl_select_option {
    float: left;
    position: absolute;
    z-index: 9999999;
    background-color: #fff;
    top: 192px;
    left: 230px;
    padding: 0 5px 5px;
    border-radius: 4px;
    border: 1px solid #0e1c7b;
    display: none;
}

.tbl_select_option_item {
    float: left;
    position: absolute;
    z-index: 9999999;
    background-color: #fff;
    top: 192px;
    left: 230px;
    padding: 0 5px 5px;
    border-radius: 4px;
    border: 1px solid #0e1c7b;
    display: none;
}

tr.tbl_select_head {
    background-color: #b4d4f3;
    text-align: center;
}

.tbl_main {
    position: relative;
}

tr.option_item:hover {
    background-color: #4c5cd699;
    cursor: pointer;
}

tr.option_item_style:hover {
    background-color: #4c5cd699;
    cursor: pointer;
}

.search_area {
    float: left;
    width: 100%;
    text-align: center;
    margin: 5px 0;
}

.search_area_item {
    float: left;
    width: 100%;
    text-align: center;
    margin: 5px 0;
}


input.search_input.cinput_field {
    width: 200px;
    float: none;
}


/*.close_tbl_select {
    position: absolute;
    right: 6px;
    cursor: pointer;
}*/

.close_tbl_select {
    position: absolute;
    right: -14px;
    cursor: pointer;
    background-color: #eee;
    width: 24px;
    height: 24px;
    padding: 3px;
    border-radius: 100%;
    top: -12px;
    border: 1px solid #bac4c5;
}

.tbl_select {
    background-image: url(../icons/select_icon.png);
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #555;
    border-radius: 3px;
    /*cursor: context-menu;*/
    cursor: pointer;
}

header.tbl_select_search_head {
    display: inline-block;
    float: left;
    font-weight: bold;
}

.tso_picon {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.tso_pFirst {
    background: url(../icons/pre_last.png);
}

.tso_Prev {
    background: url(../icons/pre.png);
}

.tso_Next {
    background: url(../icons/next.png);
}

.tso_nLast {
    background: url(../icons/nextlast.png);
}

.tso_pcontrol {
    display: inline-block;
    font-size: 12px;
}

.tso_pcontrol input {
    width: 40px;
    height: 18px;
    text-align: center;
}

div#tso_pagination {
    float: left;
    width: 100%;
    margin-top: 1px;
    text-align: center;
}

div.tso_pagination_style {
    float: left;
    width: 100%;
    margin-top: 1px;
    text-align: center;
}

.tbl_select_option_p {
    float: left;
    position: absolute;
    z-index: 9999999;
    background-color: #fff;
    top: 192px;
    left: 230px;
    padding: 0 5px 5px;
    border-radius: 4px;
    border: 1px solid #0e1c7b;
    display: none;
}

.data_tbl_area {
    text-align: center;
}

table.tbl_select_option_item_tbl {
    display: inline-block;
    text-align: left;
}


/*** /Table Select Style ****/

#save_data {
    cursor: pointer;
}


/*** Fixed header and navbar Style ****/

div#top {
    position: fixed;
    width: 100%;
    z-index: 999;
}

div#left {
    position: fixed;
    top: 60px;
    overflow-y: auto;
    min-height: auto !important;
    height: 100%;
    padding-bottom: 22px;
}
div#content {
    padding-left: 250px;
    padding-top: 60px;
}
#menu a {
    padding: 1px 8px 1px 15px !important;
    border-left: 4px solid transparent;
}


/*** /Fixed header and navbar Style ****/

li.menu_active_c_hide {
    background: #fff;
    border-left: 4px solid #4fb7fe;
    padding: 10px 8px 10px 26px;
    box-shadow: 0 0 11px #ccc;
}

ul.nav.nav-tabs.card-header-tabs.float-left .nav-item {
    margin: 0 1px -1px;
}

select.cinput_field {
    width: 62%;
    height: 21px !important;
    border: 1px solid #555;
    background-color: #fff;
}

.menu_scroll.text-sm li {
    position: relative;
}

ul.sub-menu.sub-submenu.collapse.show {
    position: relative;
    left: 10px;
}

.custom_f_TERMS {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    position: relative;
    bottom: 0px;
    background: #FFF;
    color: #000;
    padding: 5px 0;
    position: fixed;
}

.terms_search_btn_area {
    float: right;
    width: 100%;
    text-align: right;
    margin-left: 15px;
    margin-right: 15px;
}

.text-red {
    color: red;
}


/*********** This Style For Adjust The Input Fields ************/
.lable-width-5{
     width: 5%;
}

.lable-width-10 {
    width: 10%;
}

.lable-width-12 {
    width: 12%;
}

.lable-width-11 {
    width: 11%;
}
.lable-width-14 {
    width: 14%;
}

.lable-width-19 {
    width: 19%;
}
.lable-width-18 {
    width: 18%;
}

.lable-width-20 {
    width: 20%;
}
.lable-width-21 {
    width: 21%;
}
.lable-width-22 {
    width: 22%;
}
.lable-width-23 {
    width: 23%;
}
.lable-width-25 {
    width: 25%;
}
.lable-width-26{
    width: 26%;
}

.lable-width-27{
    width: 27%;
}

.lable-width-28{
    width: 28%;
}
.lable-width-29{
    width: 29%;
}
.lable-width-30 {
    width: 30%;
}

.lable-width-31 {
    width: 31%;
}

.lable-width-32 {
    width: 32%;
}

.lable-width-33 {
    width: 33%;
}

.lable-width-34 {
    width: 34%;
}

.lable-width-35 {
    width: 35%;
}

.lable-width-36 {
    width: 36%;
}

.lable-width-37 {
    width: 37%;
}

.lable-width-38 {
    width: 38%;
}

.lable-width-39 {
    width: 39%;
}

.lable-width-40 {
    width: 40%;
}

.lable-width-41 {
    width: 41%;
}

.lable-width-42 {
    width: 42%;
}

.lable-width-43 {
    width: 43%;
}

.lable-width-44 {
    width: 44%;
}

.lable-width-45 {
    width: 45%;
}

.lable-width-46 {
    width: 46%;
}

.lable-width-47 {
    width: 47%;
}

.lable-width-48 {
    width: 48%;
}

.lable-width-49 {
    width: 49%;
}

.lable-width-50 {
    width: 50%;
}

.lable-width-51 {
    width: 51%;
}

.lable-width-52 {
    width: 52%;
}

.lable-width-53 {
    width: 53%;
}

.lable-width-54 {
    width: 54%;
}

.lable-width-55 {
    width: 55%;
}

.lable-width-56 {
    width: 56%;
}

.lable-width-57 {
    width: 57%;
}

.lable-width-58 {
    width: 58%;
}

.lable-width-59 {
    width: 59%;
}

.lable-width-60 {
    width: 60%;
}
.lable-width-65 {
    width: 65%;
}
.lable-width-67{
    width: 67%;
}
.lable-width-75 {
    width: 75%;
}
.lable-width-100 {
    width: 100%;
}
.enput-width-100 {
    width: 100%;
}
.enput-width-200{
    width: 200%;
}
.enput-width-91 {
    width: 91%;
}
.enput-width-90 {
    width: 90%;
}
.enput-width-87 {
    width: 87%;
}
.enput-width-86 {
    width: 86%;
}
.enput-width-82 {
    width: 82%;
}

.enput-width-80 {
    width: 80%;
}
.enput-width-81 {
    width: 81%;
}


.enput-width-82 {
    width: 82%;
}

.enput-width-83 {
    width: 83%;
}
.enput-width-84 {
    width: 84%;
}

.enput-width-79 {
    width: 79%;
}
.enput-width-75{
    width: 75%;
}
.enput-width-74 {
    width: 74%;
}
.enput-width-76 {
    width: 76%;
}
.enput-width-73 {
    width: 72%;
}
.enput-width-72 {
    width: 72%;
}
.enput-width-71 {
    width: 71%;
}
.enput-width-70 {
    width: 70%;
}

.enput-width-69 {
    width: 69%;
}

.enput-width-68 {
    width: 68%;
}

.enput-width-67 {
    width: 67%;
}

.enput-width-66 {
    width: 66%;
}

.enput-width-65 {
    width: 65%;
}

.enput-width-64 {
    width: 64%;
}

.enput-width-63 {
    width: 63%;
}

.enput-width-62 {
    width: 62%;
}

.enput-width-61 {
    width: 61%;
}

.enput-width-60 {
    width: 60%;
}

.enput-width-59 {
    width: 59%;
}

.enput-width-58 {
    width: 58%;
}

.enput-width-57 {
    width: 57%;
}

.enput-width-56 {
    width: 56%;
}

.enput-width-55 {
    width: 55%;
}

.enput-width-54 {
    width: 54%;
}

.enput-width-53 {
    width: 53%;
}

.enput-width-52 {
    width: 52%;
}

.enput-width-51 {
    width: 51%;
}

.enput-width-50 {
    width: 50%;
}

.enput-width-49 {
    width: 49%;
}

.enput-width-48 {
    width: 48%;
}

.enput-width-47 {
    width: 47%;
}

.enput-width-46 {
    width: 46%;
}

.enput-width-45 {
    width: 45%;
}

.enput-width-44 {
    width: 44%;
}

.enput-width-43 {
    width: 43%;
}

.enput-width-42 {
    width: 42%;
}

.enput-width-41 {
    width: 41%;
}

.enput-width-40 {
    width: 40%;
}

.enput-width-39 {
    width: 39%;
}

.enput-width-38 {
    width: 38%;
}

.enput-width-37 {
    width: 37%;
}

.enput-width-36 {
    width: 36%;
}

.enput-width-35 {
    width: 35%;
}

.enput-width-34 {
    width: 34%;
}

.enput-width-33 {
    width: 33%;
}

.enput-width-32 {
    width: 32%;
}

.enput-width-31 {
    width: 31%;
}

.enput-width-30 {
    width: 30%;
}

.enput-width-29 {
    width: 29%;
}

.enput-width-28 {
    width: 28%;
}
.enput-width-25 {
    width: 25%;
}
.enput-width-21 {
    width: 21%;
}
.enput-width-20 {
    width: 20%;
}
.enput-width-18 {
    width: 18%;
}
.enput-width-17 {
    width: 17%;
}
.enput-width-16 {
    width: 16%;
}
.enput-width-14 {
    width: 14%;
}

.enput-width-13 {
    width: 13%;
}

.enput-width-12 {
    width: 12%;
}

select.enput-width-70 {
    width: 70% !important;
}

select.enput-width-69 {
    width: 69% !important;
}

select.enput-width-68 {
    width: 68% !important;
}

select.enput-width-67 {
    width: 67% !important;
}

select.enput-width-66 {
    width: 66% !important;
}

select.enput-width-65 {
    width: 65% !important;
}

select.enput-width-64 {
    width: 64% !important;
}

select.enput-width-63 {
    width: 63% !important;
}

select.enput-width-62 {
    width: 62% !important;
}

select.enput-width-61 {
    width: 61% !important;
}

select.enput-width-60 {
    width: 60% !important;
}

select.enput-width-59 {
    width: 59% !important;
}

select.enput-width-58 {
    width: 58% !important;
}

select.enput-width-57 {
    width: 57% !important;
}

select.enput-width-56 {
    width: 56% !important;
}

select.enput-width-55 {
    width: 55% !important;
}

select.enput-width-54 {
    width: 54%;
}

select.enput-width-53 {
    width: 53% !important;
}

select.enput-width-52 {
    width: 52% !important;
}

select.enput-width-51 {
    width: 51% !important;
}

select.enput-width-50 {
    width: 50% !important;
}

select.enput-width-49 {
    width: 49% !important;
}

select.enput-width-48 {
    width: 48% !important;
}

select.enput-width-47 {
    width: 47% !important;
}

select.enput-width-46 {
    width: 46% !important;
}

select.enput-width-45 {
    width: 45% !important;
}

select.enput-width-44 {
    width: 44% !important;
}

select.enput-width-43 {
    width: 43% !important;
}

select.enput-width-42 {
    width: 42% !important;
}

select.enput-width-41 {
    width: 41% !important;
}

select.enput-width-40 {
    width: 40% !important;
}

select.enput-width-39 {
    width: 39% !important;
}

select.enput-width-38 {
    width: 38% !important;
}

select.enput-width-37 {
    width: 37% !important;
}

select.enput-width-36 {
    width: 36% !important;
}

select.enput-width-35 {
    width: 35% !important;
}

select.enput-width-34 {
    width: 34% !important;
}

select.enput-width-33 {
    width: 33% !important;
}

select.enput-width-32 {
    width: 32% !important;
}

select.enput-width-31 {
    width: 31% !important;
}

select.enput-width-30 {
    width: 30% !important;
}

select.enput-width-100 {
    width: 100% !important;
}


/*********** /This Style For Adjust The Input Fields ************/

.flexigrid div.fbutton span.pdfreport {
    background: url(../icons/pdf-icon.png) no-repeat;
    padding-left: 20px;
    height: 22px;
    background-size: 100% 100%;
}

button.print-anchor {
    border: 0px;
    margin: 0;
    padding: 0;
}

.print-anchor:focus {
    outline: 0px !important;
}

.hide_column_sto {
    display: none;
}

.right {
    text-align: right !important;
}

table#flex1 {
    text-transform: capitalize;
}


/*To hide fields*/

.hidden {
    display: none;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.numbertoFixed {
    text-align: right;
}

.tdWidth {
    width: 82px !important;
}
button.submit_button {
    background: none;
    border: none;
}
select#search_field {
    padding: 5px 1px;
}

#crud_search {
    border-top: 1px solid #95B6D4;
    border-right: 1px solid #95B6D4;
    border-bottom: 1px solid #92B3D1;
    border-left: 1px solid #95B6D4;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #CCE2F6 0%, #B1D2F2 100%);
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    cursor: pointer;
    display: inline-block;
    padding: 0px 9px 1px 9px;
}

#search_clear {
    border-top: 1px solid #95B6D4;
    border-right: 1px solid #95B6D4;
    border-bottom: 1px solid #92B3D1;
    border-left: 1px solid #95B6D4;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #CCE2F6 0%, #B1D2F2 100%);
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    cursor: pointer;
    display: inline-block;
    padding: 0px 9px 1px 9px;
}


table#flex1.plane_table tr:nth-child(odd) {
    background-color: #fff;
}
table#flex1.plane_table tr:nth-child(even) {
    background-color: #fff;
}
.make_scroll {
    width:100%;
    overflow-y:scroll;
    height:300px;
}
 thead {
	position: sticky; top: -1px; z-index: 1;
 }
/* .flexigrid div.bDiv .plane_table tr:hover td, .flexigrid div.bDiv .plane_table tr:hover td.sorted, .flexigrid div.bDiv .plane_table tr.trOver td.sorted, .flexigrid div.bDiv .plane_table tr.trOver td {
    background: #fff;
    border-left: 1px solid #eef8ff;
    border-bottom: 1px dotted #a8d8eb;
} */

/** === TCode Style === **/
.ticode_list {
    float: left;
    width: 167px;
    background-color: #e7f1ff;
    position: absolute;
    z-index: 9999;
    border: 1px solid #9bd6fe;
    top: 31px;
    max-height: 200px;
    min-height: 50px;
    border-radius: 10px 10px 0 0;
    overflow: auto;
    display:none;
}
.ticode_list ul {
    margin: 0;
    padding: 7px 0 0;
}
.ticode_list li {
    float: left;
    width: 100%;
    list-style: none;
}
.ticode_list li a {
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 5px 4px;
    line-height: 15px;
}
.ticode_list li a:hover {
    background-color: #71b9fe;
}
.ticode_list li a:focus {
    background-color: #71b9fe;
}
.ticode_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(231 241 255);
    background-color: #d0e3ff;
}
.ticode_list::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
}
.ticode_list::-webkit-scrollbar-thumb {
    background-color: #4fb7fe;
    border: 2px solid #4fb7fe;
    border-radius: 15px;
}


/** === TCode Style === **/

.sticky_table_head th{
    position: -webkit-sticky;
    position: sticky;
    top: -5px;
    z-index: 10;
    background: #fafafa url(images/fhbg.gif) repeat-x bottom;
}

.scroll_table {
    height: 400px;
    overflow: auto;
}

/** === Internet Check Popup === **/
.net_not_available {
    float: left;
    width: 100%;
    height: 700px;
    z-index: 9999;
    color: #e7f1ff;
    background-image:url(/assets/images/login-bg.jpg);
    background-color:#f5f3f4;
    position: relative;
    text-align: center;
}
.animated_arrow_netissue {
    float: left;
    width: 77px;
    position: absolute;
    right: 10%;
    bottom: 11%;
}
.menu.mr-sm-auto {
    display: none;
}
.company_logo_top {
    margin-bottom: 5px;
    max-width: 90px;
    height: 30px;
}
.dashboard-lable {
    margin-bottom: 60px;
}
.side_menu_hide_show {
    cursor: pointer;
    padding: 0 2px;
}
div#left.close_left_menu_d {
    left: -300px;
}
div#content.expend_body_area_d {
    padding-left: 0px;
}

/*for date field*/
::-webkit-calendar-picker-indicator{
    margin-left: -14px!important;
}

.NLW_3D{
    width:45px;
}
.NLW_4D{
    width:55px;
}
.NLW_5D{
    width:62px;
}
.NLW_6D{
    width:67px;
}
.NLW_7D{
    width:73px;
}
.NLW_8D{
    width:79px;
}
.NLW_9D{
    width:86px;
}
.NLW_10D{
    width:91px;
}
.NLW_12D{
    width:103px;
}
.NLW_15D{
    width:121px;
}
.NLW_18D{
    width:140px;
}
.NLW_20D{
    width:153px;
}

/*====== Error popup open over a modal popup =======*/
span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999999;
}
/* .b-modal.__b-popup1__ {
    z-index: 999999 !important;
} */
.terms_error_pop.animate__animated.animate__zoomIn {
    z-index: 999999 !important;
}
.terms_success_pop.animate__animated.animate__zoomIn {
    z-index: 999999 !important;
}
.terms_process_pop.animate__animated.animate__zoomIn {
    z-index: 999999 !important;
}
/*====== Error popup open over a modal popup =======*/


/*for custom TSO Dropdown*/
.tbl_select_option_custcode{
    top: 54% !important;
    left: 45% !important;
}

.tbl_select_option_pp {
    float: left;
    position: absolute;
    z-index: 9999999;
    background-color: #fff;
    padding: 0 5px 5px;
    border-radius: 4px;
    border: 1px solid #0e1c7b;
    display: none;
}

.modal-xl {
    max-width: 98% !important;
}
div#item_details_modal {
    padding: 0 !important;
}
span.reload_page {
    position: absolute;
    right: 1px;
    cursor: pointer;
}

/** ==== Dashboard Box Style ==== **/
.details_box {
    float: left;
    width: 100%;
    border: 1px solid #555;
    border-radius: 5px;
}
.details_box_head {
    float: left;
    width: 100%;
    border-bottom: 1px solid #555;
    padding: 3px 5px;
}
.details_box_title {
    float: left;
    width: 50%;
    font-size: 17px;
}
.details_box_btns {
    float: left;
    width: 50%;
    text-align: right;
}
.details_box_body {
    float: left;
    width: 100%;
    padding: 3px 5px;
}
.row.dharboard_top_b .cinput_field {
    width: 100%;
}
.row.dharboard_top_b {
    border-bottom: 1px solid #555;
    padding: 0 0 5px;
}
/** ==== Dashboard Box Style ==== **/

input#t_code_search_field {
    text-transform: uppercase;
}



/*to make select box disabled*/
.disable_select_box{
     pointer-events: none;
}
/*End*/

/* make the header fix in table */
.fixed_index_page_header {overflow-y: auto; max-height: 349px;}
.fixed_index_page_header tfoot {position: sticky;bottom: 0;}
.fixed_index_page_header thead { position: sticky;top: 0;z-index: 9;}

/*End*/