#wide_first_td  > tbody > tr > td:first-child{
    width: 50%;
}

.span_spacer{
    display: inline-flex;
    width: 10px;
}

.cancel_link, .apply_link{
    display: none;
}

#wide_last thead tr th:last-child{
    width: 12%;
}

#wide_last thead tr th:nth-child(1){
    width: 16%;
}

#wide_last thead tr th:nth-child(2){
    width: 8%;
}

#wide_last thead tr th:nth-child(4){
    width: 12%;
}


#wide_last thead tr th:nth-child(5){
    width: 5%;
}

.fake-tool-tip{
    cursor: pointer;
    position: relative;
}

.fake-tool-tip div{
    position: absolute;
    top: 100%;
    right: -10px;
    padding: 8px;
    width: 300px;
    background-color: #333333;
    border-radius: 5px;
    display: none;
}

.fake-tool-tip:hover div{
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.fake-tool-tip:hover div em{
    font-style: normal;
    font-weight: 700;
    color: yellow;
    text-transform: uppercase;
    text-decoration: underline;
}

.fake-tool-tip:hover div a{
    font-style: normal;
    color: rgb(82, 161, 226);
    text-decoration: underline;
}


.fixed-link{
    position: fixed;
    right: 0;
    bottom: 10vh;
    background-color: #A2CCFF;
    display: flex;
    align-items: center;
    font-weight: 700;
    padding: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px 0 0 5px;
    font-size: 15px !important;
}

.fixed-link:hover{
    text-decoration: unset;
}

.fake-i-mark{
    display: inline-flex;
    position: relative;
    cursor: pointer;
}

.fake-i-mark div{
    font-weight: 400;
    color: #fff;
    background-color: #333333;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 100;
    width: 300px;
    display: none;
}

.fake-i-mark:hover div{
    display: block;
}

.maintainIndBox{
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #327AB6;
    font-size: 14px;
    font-weight: 700;
}

.maintainIndBox div{
    margin-top: 5px;
}

.maintainIndBox span{
    display: inline-flex;
    margin: 5px 3px;
    padding: 2px 15px;
    color: #fff;
    font-weight: 300;
    background-color: #333333;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}

.new-select, .new-input{
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #333;
    display: table;
    height: 36px;
    width: 100%;
    padding: 0 8px;
}

.new-input{
    display: none;
}

.indic_item{
    position: relative;
}

.ii_pu{
    position: absolute;
    top: 0;
    left: -40px;
    width: calc(100% + 40px);
    height: 100%;
    background-color: #D8D8D8;
    border: 1px dashed rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color:rgb(82, 161, 226);
    z-index: 100;
}

.ii_pu strong{
    margin-bottom: 5px;
}

.ii_pu .sp_btns{
    border: 1px solid rgb(82, 161, 226);
    color: rgb(82, 161, 226);
    background-color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0 3px;
    font-size: 12px;
    cursor: pointer;
}

.ii_pu .sp_btns:hover{
    background-color: rgb(82, 161, 226);
    color: #fff;
}

.no-clear .Select-clear-zone{
    display: none !important;
}

.faq_page h1{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #428ACA;
    font-weight: 700;
}

.faq_page h2{
   font-size: 2rem;
   line-height: 2.8rem;
   color: #35363bea;
   font-weight: 700;
}

.faq_page h2 b{
    color: #428ACA;
}

.faq_page h2 em{
    background-color: #428bca44;
}

.faq_page p{
    font-size: 1.5rem;
    margin-bottom: 50px;
    line-height: 2.3rem;
    color: #35363bce
}

.table_wrapper{
    max-width: 100%;
    overflow-y: auto;
}

.top_table, .bot_table{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_table #DataTables_Table_0_length label{
    display: flex;
    align-items: center;
}

.top_table #DataTables_Table_0_length label select{
    margin: 0 5px;
}

.top_table #DataTables_Table_0_filter label{
    display: flex;
    align-items: center;
}

.top_table #DataTables_Table_0_filter label input{
    margin-left: 5px;
}

.bdrop{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 500;
}

a{
    cursor: pointer;
}

.pdf_preview{
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.pdf_preview iframe{
    height: 100%;
    width: 100%;
}

.pdf_preview span{
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    float: right;
    margin-bottom: 15px;
    position: absolute;
    right: 50px;
    top: 90px;
    z-index: 10000;
    text-shadow: 0 0 10px #000;
}
.btn-blue{
    background-color: #327AB6;
    color: #fff;
}

.btn-cancel{
    background-color: #697279;
    color: #fff;
}

.btn-round{
    border-radius: 4px !important;
}

.s_b{
    font-weight: 700;
}

.s_i{
    font-style: italic;
}

.s_u{
    text-decoration: underline;
}

.s_h{
    background-color: #428bca44;
}
/*  */