.fixed-top{z-index: 999999;}
main > .container-fluid { padding: 70px 15px 15px; }
.footer { background-color: #f5f5f5; font-size: .9em; height: 60px; }
.footer > .container { padding-right: 15px; padding-left: 15px; }
.not-set { color: #c55; font-style: italic; }

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after { content: ''; left: 3px; display: inline-block; width: 0; height: 0; border: solid 5px transparent; margin: 4px 4px 2px 4px; background: transparent; }
a.asc:after { border-bottom: solid 7px #212529; border-top-width: 0; }
a.desc:after { border-top: solid 7px #212529; border-bottom-width: 0; }
.grid-view th { white-space: nowrap; }
.hint-block { display: block; margin-top: 5px; color: #999; }
.error-summary { color: #a94442; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; }

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout { padding-top: 7px; color: rgba(255, 255, 255, 0.5); }
@media(max-width:767px) {
    .nav li > form > button.logout { display: block; text-align: left; width: 100%; padding: 10px 0; }
}
.nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover { text-decoration: none; color: rgba(255, 255, 255, 0.75); }
.nav > li > form > button.logout:focus { outline: none; }

/*22-6-2022 backup*/
#bank_first_modal .dz-message.needsclick { padding: 110px; border: 2px dashed #ccc; border-radius: 4px; min-width: 541px; }
.comman_modal .modal-content { height: 430px; border-radius: 15px; }
.comman_modal .modal-body { display: flex; align-items: center; justify-content: center; }
#bank_second_modal .modal-body { align-items: self-start; }
#doc_first_modal .modal-body { flex-direction: column-reverse; /*padding: 30px 20px 14px 20px; */ position: relative; }

/*#doc_first_modal .modal-content { height: auto; }*/
#doc_first_modal .modal-body .dz-message.needsclick { width: 100%; text-align: center; padding: 16px; margin-bottom: 16px; border: 2px dashed #ccc; min-height: 100px; vertical-align: middle; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 110px; border-radius: 4px; min-width: 541px; }
#doc_first_modal .document_Data { width: calc(100% + 20px); display: flex; flex-wrap: wrap; }
#doc_first_modal .document_Data .form-group { width: 50%; padding: 0 10px; }
#doc_first_modal .document_Data .form-group.btn_submit { text-align: right; }
#doc_first_modal .ctm_loader { width: 100%; display: block; position: relative; }
#doc_first_modal .ctm_loader svg { width: 70px; height: 70px; }
#doc_first_modal .ctm_loader svg path { fill: #000; }
.comman_modal{top: 50px;}
.comman_modal .dz-processing { padding-bottom: 16px; }
.comman_modal .dz-processing .dz-image { display: none !important; }
.comman_modal .dz-processing .dz-progress { display: none !important; }
.comman_modal .dz-processing .dz-error-message { display: none !important; }
.comman_modal .dz-processing .dz-success-mark { display: none !important; }
.comman_modal .dz-processing .dz-error-mark { display: none !important; }
.match_1, .match_2 { height: 17px; width: 17px; }
.ctm_purple { background-color: #8581ff; }
.ctm_grey { background-color: #989898; }
.ctm_green { background-color: #62e5a4; }
.text-grey { color: #989898; }
.ctm_light_gray { background-color: #cdcdcd !important; }
.modal_1_text h1, .modal_1_text h4 { margin: 0; }
.ctm_tables_div .table th, .ctm_tables_div .table td { padding: 6px 8px; font-size: 13px; /*width: 120px; max-width: 120px;*/ border: 2px solid #fff !important; font-weight: 600;}
/*.ctm_input { width: calc(100% - 30px);}
.ctm_ok {}*/
.ctm_input_wrap { width: 100%; display: flex; align-items: center; }
.ctm_input_wrap input{width: calc(100% - 25px); border:1px solid #cdcdcd; min-height: 25px;}
.ctm_input_wrap input:focus-visible{outline: none !important; box-shadow: none;}
.ctm_input_wrap input:focus{outline: none !important; box-shadow: none; border:1px solid #cdcdcd;}

.ctm_input_wrap a { background: #cdcdcd; color: #000; font-size: 12px; font-weight: 700; padding: 2px 3px; border: 1px solid #cdcdcd; min-height: 25px; width: 25px;}
.ctm_input_wrap a:hover{text-decoration: none;}



#bank_second_modal .modal-dialog { width: 100%; max-width: 95%; }
#bank_second_modal .modal-content { height: 736px; width: 100%; max-width: 100% !important; border-radius: 10px; }
#bank_second_modal .second_table { max-height: 296px !important; overflow-y: scroll; display: block; width: 100%; }
td .form-control { background: transparent; border: none; padding-left: 0px; font-weight: 600; font-size: 14px; color: #000; text-align: center; }
td .form-control:focus { background: transparent; border: none; outline: none; box-shadow: none; }
td .form-control:focus-visible { background: transparent; border: none; outline: none; box-shadow: none; }
.ctm_light_gray td { font-size: 12px; min-width: 120px; font-weight: 600; }
.ctm_green td { font-size: 12px; font-weight: 500; }
button#add_columns { border: 2px solid #989898; border-radius: 10px; padding: 10px 25px; text-align: center; width: 100%; max-width: 210px; margin: 0 auto; display: block; }
.center_text { display: flex; align-items: center; justify-content: flex-start; padding-bottom: 10px; }
.center_text input[type="number"] { width: 50px; margin: 0 10px; }
.center_text input[type="checkbox"] { margin: 0 10px 0 4px; }
.center_text h4 { margin: 0px !important; font-size: 20px; }
table.table.table-bordered.second_table td { min-width: 120px !important; }

/*27-6-2022_changes*/

.ctm_in { background: #0b84ff !important; color: #fff !important;  text-align: center;}
.ctm_out { background: #ff453a !important; color: #fff !important; }
.ctm_unset { background: #f2f2f2 !important; color: #fff !important; }
td.ctm_in svg { fill: #fff; }
td.ctm_out svg { fill: #fff; }
td.ctm_unset svg { fill: #808080; }
td.ctm_hide svg { fill: #808080; }
td .sBtn-text span{display: none;}
.ctm_hide { background: #cdcdcd !important; color: #808080 !important; }
.ctm_tables_div .file_upload { text-align: center; }
.ctm_tables_div .document_upload { text-align: center; }
.select-menu { max-width: 35px; width: 100%; margin: 0 auto; position: relative; margin-top: 0px; }
.select-menu .select-btn { display: flex; height: 100%; background: transparent; padding: 4px; font-size: 18px; font-weight: 400; border-radius: 8px; align-items: center; cursor: pointer; justify-content: center;/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/ min-height: 65px; }
.select-menu .options { position: absolute; /* width: 215px; */ overflow-y: auto; max-height: 295px; padding: 0px; margin-left: 10px; border-radius: 0px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); animation-name: fadeInDown; -webkit-animation-name: fadeInDown; animation-duration: 0.35s; animation-fill-mode: both; -webkit-animation-duration: 0.35s; -webkit-animation-fill-mode: both; left: 100%; top: 0; display: none; align-items: center; justify-content: flex-start; border: 1px solid #000; z-index: 9999; }
.select-menu .options .option { display: flex;  /*height: 55px;*/ cursor: pointer; padding: 0px; border-radius: 8px; align-items: center; background: #fff; }
.select-menu .options .option:hover { background: #f2f2f2; }
.select-menu .options .option i { font-size: 25px; margin-right: 12px; }
.select-menu .options .option .option-text { font-size: 18px;
    font-size: 14px;
    color: #333;
    padding: 5px;
    border-right: 1px solid #000 !important;
    font-weight: 600;     display: flex;
    flex-direction: column;
    justify-content: center; height: 62px;}
.select-menu .options .option:last-child .option-text { border-right: 0px !important; }
.select-menu .options .option .option-text svg { width: 40px; height: 20px; }
.select-btn i { font-size: 25px; transition: 0.3s; }
.select-menu.active .select-btn i { transform: rotate(-180deg); }
.select-menu.active .options { display: flex; align-items: center; justify-content: flex-start; animation-name: fadeIn; -webkit-animation-name: fadeInUp; animation-duration: 0.4s; animation-fill-mode: both; -webkit-animation-duration: 0.4s; -webkit-animation-fill-mode: both; margin-bottom: 0px; }
@keyframes fadeInUp {
    from { transform: translate3d(30px, 0, 0); }
    to { transform: translate3d(0, 0, 0); opacity: 1; }
}
@keyframes fadeInDown {
    from { transform: translate3d(0, 0, 0); opacity: 1; }
    to { transform: translate3d(20px, 0, 0); opacity: 0; }
}
span.doc__ajax { display: inline-block; margin-left: 5px; line-height: 18px; display: none;}
span.doc__ajax svg { width: 15px; height: 15px; fill: #000; }
/*span.bank_manual_date { float: left; }*/
.bank-select-menu { max-width: 75px; width: auto; /*float: left;*/ margin: 0 auto; position: relative; margin-top: 0px; line-height: 18px; margin-left: 5px; display: none;}
.bank-select-menu .bank-select-btn { display: flex; height: 100%; background: transparent; padding: 0px; font-size: 18px; font-weight: 400; border-radius: 8px; align-items: center; cursor: pointer; justify-content: center;/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/ }
.bank-select-menu .bank-options { position: absolute; width: 110px; overflow-y: auto; max-height: 295px; padding: 0px; margin-left: 10px; border-radius: 0px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); animation-name: fadeInDown; -webkit-animation-name: fadeInDown; animation-duration: 0.35s; animation-fill-mode: both; -webkit-animation-duration: 0.35s; -webkit-animation-fill-mode: both; left: 100%; top: 0; display: none; align-items: center; justify-content: flex-start; border: 1px solid #000; z-index: 999; }
.bank-select-menu .bank-options .bank-option { display: flex;  /*height: 55px;*/ cursor: pointer; padding: 0px; border-radius: 8px; align-items: center; background: #fff; }
.bank-select-menu .bank-options .bank-option:hover { background: #f2f2f2; }
.bank-select-menu .bank-options .bank-option i { font-size: 25px; margin-right: 12px; }
.bank-select-menu .bank-options .bank-option .bank-option-text { font-size: 18px; font-size: 14px; color: #333; padding: 5px 3px; border-right: 1px solid #000 !important; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; font-weight: 600; color: #000; min-width: 54px; min-height: 52px; }
.bank-select-menu .bank-options .bank-option .bank-option-text span { line-height: 15px; }
.bank-select-menu .bank-options .bank-option .bank-option-text svg { margin-bottom: 4px; }
.bank-select-menu .bank-options .bank-option .bank-option-text.ctm_bank_cash_option { background: #009035; color: #fff; }
.bank-select-menu .bank-options .bank-option .bank-option-text.ctm_bank_cash_option svg path { fill: #fff !important; }
.bank-select-menu .bank-options .bank-option .bank-option-text.ctm_bank_edit_option { background: #cdcdcd; }
.bank-select-menu .bank-options .bank-option:last-child .bank-option-text { border-right: 0px !important; }
.bank-select-menu .bank-options .bank-option .bank-option-text svg { width: 40px; height: 20px; }
.bank-select-btn i { font-size: 25px; transition: 0.3s; }
.bank-select-menu.active .bank-select-btn i { transform: rotate(-180deg); }
.bank-select-menu.active .bank-options { display: flex; align-items: center; justify-content: flex-start; animation-name: fadeIn; -webkit-animation-name: fadeInUp; animation-duration: 0.4s; animation-fill-mode: both; -webkit-animation-duration: 0.4s; -webkit-animation-fill-mode: both; margin-bottom: 0px; }
/* live_path */
    /* .dropdown__ajax { width: 100%; height: 100%; display: inline-block; background-color: transparent; border: none; position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(/web/assets/css_img/select-icon.png) !important; background-size: 12px; background-position: center right; background-repeat: no-repeat; padding: 0px 5px !important; font-weight: 600;} */
/* live_path */

  .dropdown__ajax { width: 100%; height: 100%; display: inline-block; background-color: transparent; border: none; position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(/assets/css_img/select-icon.png) !important; background-size: 12px; background-position: center right; background-repeat: no-repeat; padding: 0px 5px !important; font-style: normal !important;}

.dropdown__ajax:focus { border: none; outline: none; box-shadow: none; }
.dropdown__ajax:focus-visible { border: none; outline: none; box-shadow: none; }
.show_document{width:100%;height:100%;display:inline-block; object-fit: contain !important; object-position: top;}
.show_document.document_pdf{object-fit: unset !important; vertical-align: top;  height: calc(100vh - 125px) !important;}
.ctm_tables_div {align-items: flex-start !important;}
.ctm_tables_div tr.active_row1{border: 3px solid #000 !important; border-bottom: 0px !important;}
.ctm_tables_div tr.active_row2{border: 3px solid #000 !important; border-top: 0px !important;}
.ctm_tables_div tr.active_row2 .doc__ajax, tr.active_row1 .doc__ajax{display: inline-block;}
.ctm_tables_div tr.active_row2 .bank-select-menu, tr.active_row1 .bank-select-menu{display: inline-block;}
.bankref, .docref{font-size: 11px;}
.tr_1 th{line-height: 24px; font-weight: 700 !important;}
.italic_gray{color: #7f7f7f; font-style: italic; font-weight: 600 !important;}
select.dropdown__ajax option:first-child { color: #7f7f7f; font-style: italic; }
select.dropdown__ajax option:not(:first-child) { color: #000; font-style: normal !important; }


/*.vat_size{font-size: 11px;}*/
.td_1{width: 65px; max-width: 65px;}
.td_2{width: 100px; max-width: 100px;}
.td_3{width: 330px; max-width: 330px;}
.td_4{width: 95px; max-width: 95px;}
.td_5{width: 100px; max-width: 100px;}
.td_6{width: 320px; max-width: 320px;}
.td_7{width: 95px; max-width: 95px;}
.td_8{width: 65px; max-width: 65px;}
.td_9{width: 320px; max-width: 320px;}
.td_10{width: 85px; max-width: 85px;}
.td_11{width: 330px; max-width: 330px;}
.td_12{width: 85px; max-width: 85px;}
/*.td_13{width: 105px; max-width: 105px;}*/
td.ctm__lightgreen{background: #61e4a3 !important;}
.ctm__gray1{background: #f2f2f2 !important;}
td.ctm_lightgreen.ctm__gray1{background: #f2f2f2 !important;}
.td_2 .ctm_input_wrap a, .td_5 .ctm_input_wrap a{visibility: hidden; width: 0; height: 0;}
.td_2 .ctm_input_wrap input, .td_5 .ctm_input_wrap input{width: 100% !important;}


.td_7 .ctm_input_wrap .ctm_input, .td_12 .ctm_input_wrap .ctm_input{ text-align: right !important; padding: 0px 4px; }
.td_8:hover .ready_for_match_OK{display: none;}
.td_8:hover .ready_for_match_YES{display: block !important;}
.ready_for_match_YES a{text-decoration: none; color: #000;}
.outsite_upload_dropzone .doc_name{position: relative; height: 100%; min-height: 690px; margin-top: 2px !important;}
.outsite_upload_dropzone .doc_name .icon_delete { position: absolute; top: 13px; right: 15px; background: #7e7e7e; width: 35px; height: 35px; display: flex; justify-content: center; align-items: center; border-radius: 50px; z-index: 2; border: none;}
.ctm_gray1{background: #f2f2f2 !important;}
.ctm_gray2{background: #f2f2f2 !important;}
/* .ctm_gray2{background: #cbcbcb !important;} */
.ctm_gray3{background: #9a9a9a !important;}
.ctm_lightgreen{background: #61e4a3 !important;}
.amount_field .doc__ajax{float: left; margin-left: 0px; margin-right: 5px;}
.amount_field span:first-child{float: right;}
.amount_field span.calculated_amount{float: right; font-size: 11px;}
.ctm_tables_div tr.active_row1 td.text-center.align-middle{border-bottom: 3px solid #000 !important;}

.ctm_tables_div table{  border-spacing: 0 1em;}
/*.ctm_tables_div tr.completed_main:first-child td{border-top: 3px solid #ccc !important;}*/

.ctm_lang{width: auto; display: inline-block; margin-top: 0px;}
.collapse.navbar-collapse{justify-content: space-between;}
.ctm_lang a.dropdown-item.active { pointer-events: none !important; opacity: 0.2; cursor: not-allowed; }


/* modal css  */
.user_card_modal h2{margin-bottom: 20px !important; text-align: left !important; font-weight: 700;}
.user_card_modal .modal-body{padding: 15px 50px 22px 50px !important;}
.user_card_modal .modal-content{    height: 100% !important;background: #f2f2f2; border: 2px solid #7d7d7d;}
/* .user_card_form label{width: 100%; display: block; margin-bottom: 4px !important;} */
.user_card_form input, select, textarea{width: 100%; display: block; border: 1px solid #676767; padding: 6px 8px; border-radius: 6px; margin-bottom: 0px;height: 33.5px !important;}
.user_card_form .feild_caption{display: flex; align-items: center; justify-content: flex-start; width: 100%; margin-bottom: 10px;}
.user_card_form .feild_caption label{display: inline-block;margin: 0px !important; max-width: 100px; font-weight: 700; color: #000; min-width: 110px;}
.user_card_form .zip_city_wrap{display: flex; align-items: flex-start; justify-content: flex-start; width: 100%;}
.user_card_form .zip_city_wrap .zip_code{min-width: 90px; max-width: 90px; margin-right: 15px;}
.user_card_form input[type="submit"]{ width: 100%; max-width: 180px; border: 2px solid #00000063; font-size: 16px; text-transform: capitalize; font-weight: 500; margin: 0 auto; margin-bottom: 0px !important; margin-top: 10px; cursor: pointer; background-color: #cdcdcd; height: auto !important;}




/* 01-07-2024 changes */
.ctm_vat_top_row:first-child{ margin-bottom: 2px; }
.ctm_vat_top_row ,.ctm_vat_bottom_row{ height: 52px; }
.doc__ajax{ cursor: pointer; }
.pc_subamount_column .ctm_input_wrap input[type="text"]{
    width: 100% !important;
}




/* modal css  */



@media only screen and (max-width:1370px) {
    table.table.table-bordered.second_table td { min-width: 90px !important; }
    .ctm_in h1, .ctm_out h1{ font-size: 30px; }
    .ctm_in h3, .ctm_out h3{ font-size: 22px; }
}
/*.dropdown__ajax option {
    background: #fff !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.ctm__gray1 select{
    font-style: normal !important;
    font-weight: 400 !important;
}

.ctm__gray1 .dropdown__ajax option {
    font-style: normal !important;
    font-weight: 400 !important;
}*/

.ctm__gray1 select option{
    font-style: normal !important;
}

.ctm__gray1 select.italic_gray option{
    font-style: normal !important;
}

.dropdown__ajax option:not(:first-child){ font-style: normal !important; font-weight: 400 !important; }

.ctm__gray1 select.italic_gray{
    font-style: italic !important;
    font-weight: 400 !important;
}

.ctm_gray1 select option{
    font-style: normal !important;
}

.ctm_gray1 select.italic_gray option{
    font-style: normal !important;
}

.ctm_gray1 select.italic_gray{
    font-style: italic !important;
    font-weight: 400 !important;
}

.pair_modal_class{background-color: #f1f1f1 !important; color: #848484 !important; border: none !important; outline: none;
padding: 5px !important;}
.pair_text{font-weight: 600 !important;}
.option_delete .option-text{    height: 62px !important;
    border-radius: 0px !important; background-color: #cdcdcd !important;}
.option_delete a:hover{text-decoration: none !important;}
#paid_data_table{width: 100% !important;}
#paid_data_table thead th{padding: 6px 8px;
    font-size: 13px;
    border: 1px solid #9b9b9b !important;
    font-weight: 600;}
#paid_data_table tbody td{padding: 6px 8px;
    font-size: 13px;
    border: 1px solid #9b9b9b !important;
    font-weight: 400;}
.pair_modal_body{align-items: flex-start !important;
    flex-direction: column;
    justify-content: flex-start !important; width: 100%;}
.pair_modal_body .pair_modal_title{    text-align: center;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;}
.pair_modal_body .table_pair{    width: 100%;
    max-height: 324px;
    overflow-x: hidden;
    overflow-y: scroll;}