/**
* Copyright 2018-2022 Tenacitics Inc & Ategrity Speciality Insurance Company
* Author: Veeramani <veeramanid@tenacitics.in>
* Create date: 2021-09-16
*/
.user_accor_head_design {
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.bg_lavender {
    background-color: #957bbe !important;
    color: #fff !important;
    font-size: 12px;
    width: auto;
    text-align: center;
}

.p-30 {
    padding: 30px;
}

.word_wrap {
    word-break: break-word;
}

.inactive_option {
    background: #e5e8f0;
}

.btn-xs {
    padding: 1px 4px 2px 4px !important;
    font-size: 12px !important;
}

.m0 {
    margin: 0;
}

.cursor_pointer {
    cursor: pointer;
}

.z_index_999 {
    z-index: 999 !important;
}

.small_btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; 
}

.width_115px {
    min-width: 115px !important;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}


.dt-buttons {
    display: none;
}

.statment_month_year {
    margin: -7px 0 0 0;
}

.ui-pnotify-title {
    text-transform: capitalize !important;
}

.display_none_design {
    display: none;
}
.setting_title_design {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.table_row_bg_gray {
    background: #c9c2c2 !important;
    color: #000 !important;
    font-weight: 600 !important;
}

table tbody tr.table_row_bg_gray td {
    background: #c9c2c2 !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.table_align_fix {
    table-layout: fixed;
}

.policy_no_color_design {
    color: #323333;
}

.danger_alert_design {
    background: #ff0000cc !important;
    color: #fff !important;
}

.highlight_alert_design {
    background: #c9c2c2 !important;
    color: #fffff !important;
    font-weight: 600 !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.bg-white {
	background: #fff;
}

.menu_logo_design {
    margin: -13px 0 0 0;
}

.multiselect-native-select .btn-group {
	min-width: 100%;
}

.p0 {
    padding: 0;
}

.acc_arrow_design {
    font-weight: bold;
    font-size: 24px;
    color: #000;
}

.acc_padd_design {
    padding: 9px 24px;
}

.switch.switch-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

.active_switch {
    background: #36a9e1;
}

.switch.switch-text.action_toggle .switch-label {
    width: 76px;
}

.switch.switch-text .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f74b4b;
    border: 1px solid #e4e6eb;
    border-radius: 2px;
    transition: opacity background .15s ease-out;
}

.switch.switch-text .switch-label::before {
    right: 1px;
    color: #e4e6eb;
    content: attr(data-off);
}

.switch.switch-text .switch-label::before, .switch.switch-text .switch-label::after {
    position: absolute;
    top: 50%;
    width: 72%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    transition: inherit;
}

.switch-pill .switch-label::before, .switch.switch-3d .switch-label::before {
    right: 2px !important;
}

.switch.switch-text .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0;
}

.switch.switch-text .switch-label::before, .switch.switch-text .switch-label::after {
    position: absolute;
    top: 50%;
    width: 72%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    transition: inherit;
}

.switch-pill .switch-label::after, .switch.switch-3d .switch-label::after {
    left: 2px !important;
}

.switch.switch-text.action_toggle .switch-input:checked ~ .switch-handle {
    left: 53px;
}

.switch-primary > .switch-input:checked ~ .switch-handle {
    border-color: #1e8fc6;
}

.switch.switch-text .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e4e6eb;
    border-radius: 1px;
    transition: left .15s ease-out;
}

.text-bold {
    font-weight: bold;
}

.table_heading_design {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0 0;
}

.width_10_per {
    width: 10%;
}

.checkbox_design {
    margin: 5px 5px 0 0;
    cursor: pointer;
}

.checkbox_design_align {
    margin: 0 0 0 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.table_scroll {
    overflow-x: scroll;
}

.policy_no_design {
    font-size: 17px;
    font-weight: 500;
}
.text_gray {
    color: #6c6c6c !important;
}

.issue_date_text_design {
    margin: 0 0 0 35px;
}

.effect_date_text_design {
    margin: 0 0 0 13px;
}

.expri_date_text_design {
    margin: 0 0 0 3px;
}

.name_insure_text_design {
    margin: 0 0 0 10px;
}

.btn-success {
    color: #000;
    background-color: #bcf463 !important;
    border-color: #bdea74;
}

.mt_10{
    margin-top: 10px;
}
.text-muted {
    color: #9da0a8 !important;
}

.icon-key:before {
    content: "\e08c";
}

.fin_verifybtn{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.fin_hidepassword{
   font-size: 12px;
   border-radius: 2px;   
}
.fin_forgotpwMsg{
   padding: 1px 0px 10px 4px;  
}

.text-center{
    text-align: center;
}

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

.display-inline{
    display: inline-flex;
}

.datepicker_design, .search_design{
    background: #f0f2f7;
    text-align: center;
    font-size: 15px;
    padding: 5px 10px;
    color: #383e4b;    
}

.search_design{
    min-width: 40px;
}

#issue_datediv,#effective_datediv{
    display: inline-flex;
}

#fin_listed_policy_wrapper .dataTables_paginate .paginate_button{
    padding:0.1em 0.5em;
}
.unlist_policy_div{
    font-size: 12px;
    padding-top: 25px;
}

.unlistpolicy_edit {
    color:#36a9e1 !important;
}

#unlist_insured_name{
    border-radius: 0px;
}

.legend {
    width: 26% !important;
    max-width: 100% !important;
    padding: 3px !important;
    font-size: 16px !important;
}
/*.fieldset {
    border: 1px solid #cdcdcd !important;
    padding: inherit !important;
    margin: inherit !important;
}*/

.multiselect-container {
    width: 100%;
    overflow-y: scroll;
    height: 300px;
    margin: 0 0 0 0;
}

.confirm_popup_text {
    font-size: 15px;
    font-weight: 500;
    text-align: center !important;
}

.compelet_state_design_head {
    padding: 7px;
    background: #957bbe;
    color: #fff;
}

.complete_design_text_heading {
    font-size: 24px;
    text-align: center;
}

.center_div {
    margin: 0 auto;
    float: none;
}

.no_border {
    border: 0;
}

.button_align_design {
    margin: -20px 0 2px 0;
}

.month_button_design {
    background: #20896c;
    color: #fff;
    border: #20896c;
    font-weight: 500;
}

.text_18 {
    font-size: 18px;
}

.border_bottom_design {
    border-bottom: 2px solid #eee;
}

.table_search_txid_btn {
    margin: -28px 0 0 0;
}

.error_border_design {
    border: 1px solid red;
}

.amount_valid_message {
    font-size: 10px;
    color: red;
    font-weight: 500;
}

.common_valida_text_design {
    color: red;
    font-size: 11px;
    font-weight: 500;
}

.only_paid_checkbox_designbtn {
    right: 0;
    margin: 6px 19% 0 0;
    z-index: 9999;
    position: absolute;
}

.error_alert_popup {
    color: #fff;
    background-color: #ff5454;
    padding: 3px 8px 5px 8px;
}

.error_popup_remove_icon {
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    color: #000;
}

.modal_footer_design {
    padding: 10px 10px 10px 0;
}  

.reportList_text_design {
    color: #1a7fb0;
    padding-bottom: 0;
    font-size: 16px;
}

.policy_number_change_design {
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
}

.popup_btn_design {
    margin: 12px 0 12px 0;
}

.cancel_popup_btndesign {
    float: right;
    margin: 0 30px 0 0;
}

.text_20 {
    font-size: 20px;
}

.text_19 {
    font-size: 19px;
}
.text_17 {
    font-size: 17px;
}
.text_16 {
    font-size: 16px;
}

.text_18 {
    font-size: 18px;
}

.font_weight_600 {
    font-weight: 600;
}

.mt-20{
    margin-top: 20px;
}

.fw-500{
    font-weight: 500;
}

.statement_homepage_tbldiv{
    padding:40px 0px 0px 0px;
}

.futu_sdate_div{
    display: inline-flex;
    padding-left: 14px;
}

.pd-5{
    padding: 5px !important;
}
.unlist_back_btn{
    margin-left:895px;
}

.futu_sdate_legend, .legend {
    border: 0px solid #cdcdcd !important;
    border-bottom: 0px solid #cdcdcd !important;
    font-weight: normal;
    font-size: 14px !important;
    margin-left: 13px;
}
.futu_sdate_fieldset .fieldset{
    border: 0px solid #cdcdcd !important;
}

.dashbd_sdate_div{
    display: inline-flex;
    padding-left: 14px;
    margin-top: -4px;
}

.producerbalance_report_tbldiv{
    padding-top: 25px;
}

.producer_balance_header{
    font-size: 15px;
    font-weight:bolder;
}


.pb_reject_ckdiv{
    padding-top: 25px;
}

.pb_amount_design {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e4e6eb;
    border-radius: 0.25rem;
    margin-top: 15px;
}
.pb_balance_tt_amt_div{
    padding: 6px 11px 5px 8px;
    background-color: #67c2ef63;
    margin-left: -16px;
}

.pb_draft_tt_amt_div{
   padding: 6px 10px 5px 8px;
   background-color: #cfd21391;
   margin-left: -16px;
}

.pb_balance_total_amt, .pb_draft_total_amt{
    padding-left:20px;
}

##producer_balance_ledger_tbl{
    width:100% !important;
}

.pl-20{
    padding-left: 20px;
}

.text_red {
    color: red;
}

.error_border_design {
    border: 1px solid red;
    border-radius: 5px;
}
.bg_red{
    background-color: #ff5454cc !important;
}

.pr_5{
    padding-right: 5px;
}

.at_policyno_error, .txid_search_error{
    margin:10px 0px 5px 3px;
    font-family: all;
}

table.dataTable {
    box-sizing: content-box !important;
}

/*table.dataTable {
    border-collapse: collapse !important;
    border-spacing: 0;
}*/


/* Responsive design */
@media screen and (max-width: 6144px) and (min-width: 1501px) {
    .ds_table {
        display: table;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1012px) {
    .ds_table {
        display: block;
    }
}

.pb_office_filterdiv .multiselect-container{
    /*height: unset;*/
    margin:0px;
    overflow-y: scroll;
    height: 200px;
}
}

.mr-10{
    margin-right:10px;
}

.ml-50{
    margin-left: 50px;

}

.total_amount_deisgn_sec {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 29px 8px 18px 19px;
    font-size: 14px;    
    border-radius: 24px;
    float: right;
    margin: 0 25% 0 0;
}

.statement_summary_text_design,.payment_receipt_text {
    margin: -10px 0 24px 0;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
}

.produ_statments_dashboard ul#awesomplete_list_3 {
    margin: 0 !important;
}

.produ_statments_dashboard .awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 99999;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin-top: 40px!important;
    background: #fff;
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#fin_listed_policy{
    border-bottom: var(--gray-400);
}
.payment_accept_yes, .payment_reject_yes{
    margin-right:20px;
}
#fn_conform_modal {
    top:150px;
}
.mb-70{
    margin-bottom: 70px;
}
.unlisttx_back_btn{
    margin-left: 850px;
}
.txdesign{
    padding-right:160px;
}

.payment_reject_bg{
    font-style: italic;
    color:blue;
}



.tooltip_div {
    position: relative;
    display: inline-block;
    opacity: 1 !important;
}

.tooltip_div .tooltiptext {
    visibility: hidden;
    width: 110px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    bottom: 125%;
    left: 50%;
    margin-left: -37px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
}

.tooltip_div .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip_div:hover .tooltiptext {
    visibility: visible;
}
.producer_noteview, .asic_noteview{
    color:#36a9e1 !important;
    cursor: pointer;
}
.note_type{
    margin-left: -30px;
}
.fs-15{
    font-size: 15px;
}

.unlist_policyno_msg{
    width: 100%;
    margin-top: 0.25rem;
    font-size: 73%;
    color: var(--danger);
    font-weight:500;
}
.unlisted_valid_issuedate, .unlisted_valid_effdate{
    pointer-events: none !important;
}

/*Special statement Design section */

.policy_number_warning_msg {
    font-size: 11px;
    color: red;
}

.manualpolicyerror{
    padding-bottom: 10px;
    background: red;
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    padding-top: 6px;
    border-radius:5px;
    margin-bottom:16px;
}

.shadow-sm {
    box-shadow: 0 .1rem 0.5rem rgba(0,0,0,.15)!important;
}

.tx_id_design {
    font-weight: bolder;
}

.border_radious_design {
    border-radius: 12px;
    border: 1px dashed #869fac;
}

.text_16 {
    font-size: 16px;
}


.bg_lavender th {
    background-color: #957bbe !important;
}

.text-500 {
    font-weight: 500;
}

.ui-pnotify {
    top:70px !important
}

.borderRed {
    border-color: #ff5454 !important;
}

.ml-20 {
    margin-left: 20px;
}

.addtx_commission_error, .addpolicy_commission_error{
    color:red;
    margin-top: 0.25rem;
    font-size: 80%;
}

.textarea_design {
    padding: 0 37px 0 14px;
}

.unlist_trans_textarea {
    padding: 0 12% 0 44px;
}

.create_sp_statement_btn_design {
    color: #fff;
    background-color: #e06738;
    border-color: #e06738;
    font-weight: 500;
}

.create_sp_statement_btn_design:hover {
    color: #fff;
    background-color: #e06738;
    border-color: #e06738;
    font-weight: 500;
}

.unlistpolicydelete {
    color:var(--white) !important;
}

.gaTop.fixed-top {
    top: 50px;
    left: 235px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    /* z-index: 999999; */
}

.mt-50px {
    margin-top: 50px;
}

.mt-8per {
    margin-top: 8%;
}

.ategrity_payment_reciept {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 29px 8px 18px 19px;
    font-size: 14px;
    border-radius: 24px;
    float: right;
    margin: 0 25% 0 0;
    margin-bottom: 28px;
}
/*table{
    table-layout: fixed;
}*/
.ml_5px{
   margin-left:5px;  
}

#producer_balance_ledger_tbl tr > td:nth-child(9){
    width: 100px !important;
}


/*sticky head css*/
#fin_futu_statement thead th:first-child{
  position: sticky;
  left: 0;
  z-index: 2;
}

.ps_report_section .select2-container--default .select2-selection--single {
   border: none;
}   
.ps_report_section .select2-container--default {
    padding: 0.2rem 0.1rem !important;
}

.pb_updatebtn_div{
    padding-right: 50px;
    padding-left: 29px !important;
}

.pr-60{
    padding-right: 60px;
}

.pb-20{
    padding-bottom: 20px !important;
}

.mb-15{
    margin-bottom: 1.5rem !important;
}

.mr-8{
    margin-right: -6px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.dashboard_paid_filter_div, .dashboard_submitted_filterdiv{
    margin-right:-36px;
}

.pb_decimal_validtion
{
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #ff5454;
}

.ledger_desc_data, .notes_view_more_btn, .notes_view_less_btn{
    color:#36a9e1;
    cursor: pointer;
    cursor: hand;
}
.pl-28 {
    padding-left: 28px;
}

.stmt_navigate {
    word-break: break-all;
    white-space: break-spaces;
}

#user_management_table td, #ategr_statments_dashboard_table td, #producer_dashboard_table td, #review_unmatch_policy td{
    white-space: break-spaces;
    word-break: break-all;
}


/*error page css*/
.fw-semibold {
    font-weight: 600;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3{
    font-size:4.5rem;
}
.mr_6{
    margin: 6px;
}


/* Loader Css */
.lds-ripple {
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #333;
    opacity: 0.7;
    margin-left: 220px;
}
.lds-ripple div {
  position: absolute;
  border: 6px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  margin: 13rem 0 0 37rem;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}


.width_85px{
    min-width: 85px !important;
}

.pt_modify_head{
    font-style: italic;
    font-weight: 600;
}

.modifydata_modal_head
{
    font-weight: bold;
    font-family: inherit;
    padding-right: 170px;
    padding-left: 17px;
}

.modifydata_transactionid{
    font-weight: bold;
    font-family: inherit;
}

.notes_view_more_btn, .notes_view_less_btn{
    font-weight: 500;
}

@media (min-width: 992px){
#fin_pop_up_modal_id .modal-lg {
    max-width: 850px;
}
}

.tx_modify_emptymsg{
    text-align: center;
    font-weight: 700;
}
.border_radious_design1{
    border-radius: 12px;
    border: 1px dashed #869fac;
    margin: 0px 0px 0px 25%;
}

#close_statement_tbl{
    font-size: 0.875rem;
    font-weight: 400;
    word-break: break-all;
}