@import url('reset.css');
@import url('fonts.css');
@import url('general.css');
@import url('form.css');

body {
    font-family: 'Poppins', sans-serif !important;
    /*    font-size: 11.5px;*/
    font-size: 14px;
    color: #000;
    /*    letter-spacing: .5px;*/
    letter-spacing:normal;
    background: #fff;
    overflow-x: hidden;
}
a {
    text-decoration: none
}

.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-35 {
    font-size: 35px !important;
}
.font-50 {
    font-size: 50px !important;
}
.font-60 {
    font-size: 60px !important;
}

.mgt-0 {
    margin-top: 0 !important;
}
.mgt-5 {
    margin-top: 5px !important;
}
.mgt-10 {
    margin-top: 10px !important;
}
.mgt-15 {
    margin-top: 15px !important;
}
.mgt-20 {
    margin-top: 20px !important;
}
.mgt-25 {
    margin-top: 25px !important;
}
.mgt-30 {
    margin-top: 30px !important;
}
.mgt-35 {
    margin-top: 35px !important;
}
.mgt-40 {
    margin-top: 40px !important;
}
.mgt-45 {
    margin-top: 45px !important;
}
.mgt-50 {
    margin-top: 50px !important;
}
.mgt-60 {
    margin-top: 60px !important;
}
.mgt-70 {
    margin-top: 70px !important;
}

.mgb-0 {
    margin-bottom: 0 !important;
}
.mgb-5 {
    margin-bottom: 5px !important;
}
.mgb-10 {
    margin-bottom: 10px !important;
}
.mgb-15 {
    margin-bottom: 15px !important;
}
.mgb-20 {
    margin-bottom: 20px !important;
}
.mgb-25 {
    margin-bottom: 25px !important;
}
.mgb-30 {
    margin-bottom: 30px !important;
}
.mgb-35 {
    margin-bottom: 35px !important;
}
.mgb-40 {
    margin-bottom: 40px !important;
}
.mgb-45 {
    margin-bottom: 45px !important;
}
.mgb-50 {
    margin-bottom: 50px !important;
}
.mgb-60 {
    margin-bottom: 60px !important;
}

.radius-30 {
    border-radius: 30px;
}
.radius-10 {
    border-radius: 10px;
}
.radius-15 {
    border-radius: 15px;
}
.radius-20 {
    border-radius: 20px;
}

.title_name{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.card {
    border: 0 solid transparent;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 30%), 0 2px 6px 0 rgb(206 206 238 / 19%);
}
.card .card-body{
    padding: 15px 28px;
}
.card .card-body h4{
    color: #61bda1 !important;
    font-size: 22px;
    line-height: 32px;
}
.card .card-body p{
    color: #000000 !important;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}
.bx-widget{
    display: inline-block;
}
.card-header{
    border-radius: 20px 20px 0 0 !important;
    background: #fff;
    border-bottom: 0;
}
.card-header .card-title{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 32px;
    margin-bottom: 15px;
}
.card-header .bx-widget {
    margin-right: 30px;
}
.card-header .bx-widget h4{
    color: #3466ff;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}
.card-header .bx-widget p{
    color: #000000 !important;
    font-size: 12px;
    font-weight: 700;
}

.search_bar{
    line-height: 30px;
}

.switcher-wrapper {

    width: 550px;

    height: 100%;

    position: fixed;

    right: -550px;

    top: 0;

    bottom: 0;

    z-index: 9999;

    background: #f2f3f4;

    border-left: 0 solid #d2d2d2;

    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .13);

    transition: all .2s ease-out

}
.switcher-wrapper .hide-mobile{
    display: none;
}

.switcher-wrapper .switcher-box{
    position: relative;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #f2f3f4;
}
.switcher-wrapper .switcher-shadow{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.switcher-btn {

    width: 40px;

    height: 40px;

    line-height: 40px;

    font-size: 24px;

    background: #008cff;

    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .13);

    color: #fff;

    text-align: center;

    border-top-left-radius: 10px;

    border-bottom-left-radius: 10px;

    position: absolute;

    top: 40%;

    right: 100%;

    cursor: pointer

}

.switcher-wrapper.switcher-toggled {

    right: 0

}

.switcher-body {
    /*    padding: 1.25rem*/
    overflow: auto;
    height: calc(100vh - 35px);

}
.switcher-wrapper .switcher-search{
    padding: 15px 15px;
    border-bottom: 2px #606164 solid;
}
.switcher-wrapper .switcher-form{
    padding: 15px 15px;
}
.switcher-wrapper .switcher-form .table.d-flex > div{
    background: transparent;
}
.switcher-wrapper .switcher-form  .tb-pricing{
    margin-left: 1px;
}
.switcher-wrapper .switcher-form  .tb-pricing > div{
    padding: 0 1px;
}
.switcher-wrapper .switcher-form  .tb-pricing > div input{
    margin-bottom: 2px;
}

.switcher-body .form-check .form-check-input,

.switcher-body .form-check .form-check-label {

    cursor: pointer

}

.switcher-body .btn-close{
    background: url('../img/close.png') no-repeat;
    width: 30px;
    height: 30px;
    background-size: 25px auto;
    opacity: 1;
}

.switcher-body .btn-back{
    background: url(../img/back_arrow.png) no-repeat;
    width: 27px;
    height: 27px;
    background-size: 26px auto;
    opacity: 1;
    box-shadow: none;
    border: 0;
}

.switcher-header{
    height: 70px;
    background: #1d233a;
    color: #fff;
    font-size: 12px;
    padding: 0px 30px;
    padding-bottom: 15px;
}
.switcher-header h5{
    font-size: 12px;
}
.switcher-header h5 a{
    color: #fff;
}
.switcher-footer{
    position: absolute;
    bottom: 0;
    background: #f2f3f4;
    width: 100%;
    /*    height: 35px;*/
    text-align: center;
    margin-bottom: 5px;

}
.bx-items{
    border-bottom: 1px #727272 solid;
    color: #1d233a;
}
.bx-items:nth-of-type(odd){
    background: #fff;
}
.bx-items:nth-of-type(even){
    background: #e5e5e5;
}
.bx-items img.ic_detail{
    width:22px;
    margin-left: 10px;
}

.bx-items img.ic_detail:hover{
    opacity: 0.78;
}



.bx-items ul{
    margin: 0;
    padding: 0;
}
.bx-items ul li{
    list-style-type: none;
    padding: 2px 0;
}

.search_bar {
    padding: 0 0 0 0;
}
.record_bar{
    padding: 20px 0 5px 15px;
}
.txt_record {
    color: #3366ff;
    /*    font-size: 11px;*/
}

.main_data_box{
    width: 100%;
}
.data_box{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #adacac;
}
.main_data_box .mob-action{
    display: none;
    width: 35px;
}
.mob-action .mob-gridview{
    background: url(../images/ic-view.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 14px auto;
    /* margin-top: 3px; */
    margin: auto;
    /*    margin-top: 4px;*/
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.rp-action{
    text-align: center;
}
.rp-action .ic-tools{
    display: none !important;
    background: url(../images/ic-gridview.png) no-repeat center !important;
    width: 16px;
    height: 16px;
    background-size: 14px auto !important;
    margin: auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.rp-action .ic-eye{
    background: url(../images/ic-eye.png) no-repeat center !important;
    width:24px;
    height: 16px;
    background-size: 18px auto !important;
    margin: auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.mob-action .mob-gridview:hover,.rp-action .ic-tools:hover,.rp-action .ic-eye:hover{
    opacity: 0.78;
}
.main_data_box .rp-action div{
    display: inline-block;
}
.main_data_box .mob-action.w56{
    width: 56px;
}
.main_data_box .rp-action{
    display: none;
    width: 56px;
}
.main_data_box .tb_total{
    display: none;
    width: 35px;
    border-right: 0;
}


.details {
    margin-top: 50px;
    margin-bottom: 50px;
}
.field_bar{
    background: #606164;
    /*    font-size: 11px;*/
    font-weight: 400;
    width: 100%;
    color:#fff;
    /*    line-height: 22px;*/
    line-height: 16px;
    padding: 3px 0px;
}
.field_bar > .table > div {
    text-align: center;
    vertical-align: middle;
}
.field_bar > .table > div {
    border-bottom:0 !important;
    border-right:0 !important;
}

.field_bar2{
    /*    background: #606164;*/
    /*    font-size: 11px;*/
    font-weight: 400;
    width: 100%;
    color:#000;
    line-height: 22px;
    border-top: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    margin-bottom: 2px;
}
.field_bar2 > .table > div {
    text-align: center;
    vertical-align: middle;
}
.field_bar2 > .table > div {
    border-bottom:0 !important;
    border-right:0 !important;
    margin: 0 2px;
}

.rec:nth-child(2n+1) {
    background: #ffffff;
}
.rec:nth-child(2n) {
    background: #f2f2f2;
}
.table-sub {
    padding: 0 !important;
}
.rec:hover , .rec:hover  > div , .rec:hover > div.table-sub > .table > div {
    background:#fefde5 !important;
    cursor: default;
}
.rec {
    width: 100%;
}

.rec > div {
    color: #000;
    line-height: 16px;
    word-wrap: break-word;
    word-break: break-all;
}
.rec > div.dic {
    border-right:none !important;
    padding: 0 !important;
    width: 25px;
    text-align: center;
}
.rec > div.dic2 {
    border-right:none !important;
    padding: 0 6px!important;
    text-align: left;
}
.rec > div.dic-actions{
    border-right: none !important;
    text-align: left;
    margin: 0;
    padding: 0 !important;
    line-height: 8px;
}
.rec > div.dic-actions div{
    display: inline-block;
}

.rec > div.space {
    border-right:none !important;
    padding: 0 !important;
    width: 5px;
}
.rec > div:last-child , .rec > div.no_br {
    border-right:none !important;
}

.mrec {
    width: 100%;
}
.mrec > div {
    line-height: 22px;
    word-wrap: break-word;
    word-break: break-all;
}
.mrec > div:last-child , .rec > div.no_br {
    border-right:none !important;
}

.highlight , .highlight > div {
    background:#fbf7a8 !important;
}
.highlight_selected  {
    background:#95f2cf !important;
}
.text-highlight-green > div {
    color: green;
}
.text-highlight-red > div {
    color: red;
}
.text-highlight-blue > div {
    color: blue;
}

.nobr {
    border-right:none !important;
}
.nobb {
    border-bottom:none !important;
}
.nopad {
    padding: 0 !important;
    border-right:none !important;
}
.nopad > .table > div {
    border-bottom:none !important;
}

.sub_table > div {
    border-top:1px solid #adacac;
}
.sub_field {
    border-right:1px solid #adacac;
    border-bottom:1px solid #adacac;
}
/*.sub_table > div:last-child {border-right:none !important; padding:0 5px !important; }*/

.data_box .table > div {
    padding: 3px 5px;
    box-sizing: border-box;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    word-break:break-word;
}
/*.data_box .table > div{
        border-right: 1px solid #adacac;
    border-bottom: 1px solid #ebebeb;
}*/

.total_bar {
    background: #f2f2f2;
    width: 100%;
    text-align: right;
    font-weight: bold;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-all;
    border-top: 1px solid #ccc;
}
.total_bar .table > div {
    border-bottom:0;
}

.bf_bar {
    background: #eafbef;
    width: 100%;
    text-align: right;
    font-weight: bold;
    line-height: 22px;
    word-wrap: break-word;
    word-break: break-all;
}
.bf_bar .table > div {
    border-bottom:0;
}

.rec_return div {
    color: #BF1414;
}
.rec_return div.line_through{
    text-decoration: line-through;
}
/* --------------------------------------------- form box content (form) */
.form_box{
    /*    display: inline-block;*/
}
.form_title{
    color:#000;
    line-height: 22px;
}
.form_title > .table > div {
    text-align: center;
    vertical-align: middle;
}
.form_box .table {
    border-spacing: 2px 1px;
}
.form_box label {
    padding-left: 5px;
}

.form_title_single {
    padding: 10px 0 4px 15px;
}
.form_title_tbl {
    padding: 5px 0 5px 15px;
    border-bottom: 1px solid #adacac;
}

/*.form_detail > .scroll { padding-right: 50px;}*/

.form_detail .dic{
    padding-top: 5px;
}

.sub-table > div{
    background: none;
}


/* --------------------------------------------- table box content (display) */
.table_box{
    border: 1px solid #adacac;
    border-collapse: collapse;
}
.table_box td {
    border: 1px solid #adacac;
    border-collapse: collapse;
    padding: 10px 10px;
}
.table_box tr td:first-child {
    background: #cccccc;
}
.table_box tr td:nth-child(2) {
    font-weight: bold;
}

.table_box2 {
}
.table_box2 td{
    padding: 10px 10px;
}
.table_box2 tr:first-child td {
    background: #606164;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.table_box2 tr:nth-child(2) td {
    background: #cccccc;
}
.table_box2 tr:nth-child(3) td {
    padding: 0;
}

/* -------------------------------------------- view pdf */
.form_pdf{
    display: inline-block;
    background: url(../images/print_pdf.png) no-repeat;
    width: 100px;
    height: 100px;
}

/* --------------------------------------------- content bar */
.content_bar {
    padding: 10px 0 20px 0;
    color: #000;
}
.content_txt {
    padding-left: 50px;
}
.data {
    padding: 2px 0 2px 10px;
}
.panel {
    padding-bottom: 10px;
}

/* --------------------------------------------- button bar */
.button_bar {
    text-align: right;
    margin-top: 30px;
}
.ico_panel {
    padding: 0 0 60px 5px;
    vertical-align: bottom;
}
.ico_panel button {
    margin-left: 6px;
}


/* --------------------------------------------- div table */
.table {
    display: table;
    margin-bottom: 0;
}

.table > div {
    display: table-cell;
    vertical-align: top;
}
.table > div.mid {
    vertical-align: middle;
}
.table > div.total {
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
    line-height: 18px;
    padding: 8px 0 !important;
}
#dresults .table > div.total{
    padding: 3px 5px !important;
}

.table > div > button {
    margin:2px 2px;
}
.table > div > input[type=button].btn_black {
    margin:0;
}
.table > div > a {
    display:block;
}

.table-cell {
    display: table-cell;
}

.form_detail .table {
    display: flex;
}

/* --------------------------------------------- div scroll */
.scroll {
    width:100%;
    height:500px;
    overflow:auto;
}

.scroll_small {
    height:250px;
    overflow:auto;
}

.scroll_fix {
    min-height:250px;
}
.ic-dropdown{
    position: relative;
    cursor: pointer;
    /*    margin-bottom: 0 !important;
        margin-top: 0 !important;
        top: -3px;*/
}
.ic-dropdown a{
    color: #000;
}

/*.switcher-wrapper ul.actions-mob{
    list-style: none;
    padding: 0;
    margin: 0;
}
.switcher-wrapper ul.actions-mob li{
    list-style: outside none none;
    border-bottom: 1px #e5e5e5 solid;
    text-align: left;
    padding: 0px 5px 0px 20px;
    line-height: 36px;
    font-size: 12px;
    color: #000;
}
.switcher-wrapper ul.actions-mob a{
    color: #000;
}
.switcher-wrapper ul.actions-mob li:hover{
    background: #606164;
    color: #fff;
}
.switcher-wrapper ul.actions-mob a li:hover{
    color: #fff;
}*/
ul.actions-mob{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.actions-mob li{
    list-style: outside none none;
    border-bottom: 1px #e5e5e5 solid;
    text-align: left;
    padding: 0px 5px 0px 20px;
    line-height: 39px;
    font-size: 13px;
    color: #000;
}
ul.actions-mob a{
    color: #000;
}
ul.actions-mob li:hover{
    background: #606164;
    color: #fff;
}
ul.actions-mob a li:hover{
    color: #fff;
}

.ic-dropdown ul.ul-list{
    display: none;
    list-style: none;
    position: absolute;
    font-size: 11px;
    top: 17px;
    width: 100px;
    padding: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(62,57,107,.18);
    cursor: pointer;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.ic-dropdown.ic-print ul.ul-list{
    width: 150px;
}
.ic-dropdown.ic-person ul.ul-list{
    width: 130px;
}
.ic-dropdown ul.ul-list.w180{
    width: 180px !important;
}
.ic-dropdown ul.ul-list.w200{
    width: 200px !important;
}

/*.dic:hover .ic-dropdown ul.ul-list{
    display: block;
}*/
/*.dic-actions .ic-dropdown:hover ul.ul-list{
    display: block;
}*/
.dic-actions .ic-dropdown ul.ul-list.active{
    display: block;
}

.ic-dropdown ul.ul-list li{
    list-style: outside none none;
    border-bottom: 1px #e5e5e5 solid;
    text-align: left;
    padding: 0px 5px 0px 10px;
    line-height: 20px;
}
.ic-dropdown ul.ul-list li:last-child{
    border-bottom: 0;
}
.ic-dropdown ul.ul-list li:hover{
    background: #606164;
}
.ic-dropdown ul.ul-list li:hover a{
    color: #fff;
}

.ic-print{
    background: #cccccc url(../images/ic-print2.png) no-repeat 7px;
    background-size: 24px auto;
    height: 16px;
    width: 36px;
    border-radius: 5px;
    margin: 3px 5px;
}
.ic-dropdown.ic-print.active{
    background: #cccccc url(../images/ic-print2-hover.png) no-repeat 7px;
    background-size: 24px auto;
    height: 16px;
    width: 36px;
}
.ic-print2{
    background: url(../images/ic-print.png) no-repeat 3px;
    background-size: 16px auto;
    height: 18px;
    width: 24px;
    border-radius: 5px;
    margin: 3px 0px;
    display: inline-block;
    vertical-align: middle;
}

.ic-edit{
    background: #cccccc url(../images/ic-edit2.png) no-repeat 7px;
    background-size: 20px auto;
    height: 16px;
    width: 36px;
    border-radius: 5px;
    margin: 3px 5px;
}
.ic-dropdown.ic-edit.active{
    background: #cccccc url(../images/ic-edit2-hover.png) no-repeat 7px;
    background-size: 19px auto;
    height: 16px;
    width: 36px;
}

.ic-person{
    background: #cccccc url(../images/ic-person2.png) no-repeat 7px;
    background-size: 20px auto;
    height: 16px;
    width: 36px;
    border-radius: 5px;
    margin: 3px 2px;
}
.ic-dropdown.ic-person.active{
    background: #cccccc url(../images/ic-person2-hover.png) no-repeat 7px;
    background-size: 20px auto;
    height: 16px;
    width: 36px;
}

.ic-gear{
    background: #cccccc url(../images/ic-gear2.png) no-repeat 7px;
    background-size: 21px auto;
    height: 16px;
    width: 36px;
    border-radius: 5px;
    margin: 3px 5px;
}
.ic-dropdown.ic-gear.active{
    background: #cccccc url(../images/ic-gear2-hover.png) no-repeat 7px;
    background-size: 21px auto;
    height: 16px;
    width: 36px;
}

.ic-color{
    background: #cccccc url(../images/bulleted-list.png) no-repeat 7px  !important;
    background-size: 11px auto  !important;
    height: 16px;
    width: 24px;
    border-radius: 5px;
    margin: 3px 5px;
    cursor: pointer;
}

.ic-color2{
    background: #cccccc url(../images/ic-bulleted.png) no-repeat 7px;
    background-size: 22px auto;
    height: 16px;
    width: 36px;
    border-radius: 5px;
    border: 0;
    margin: 3px 2px;
    cursor: pointer;
}
.ic-dropdown.ic-color2.active{
    background: #cccccc url(../images/ic-bulleted-hover.png) no-repeat 7px;
    background-size: 22px auto;
    height: 16px;
    width: 36px;
}

.ic-comment{
    background: #cccccc url(../images/ic-comment2.png) no-repeat 7px;
    background-size: 20px auto;
    height: 16px;
    width: 36px;
    border-radius: 5px;
    margin: 3px 5px;
}
.ic-dropdown.ic-comment.active{
    background: #cccccc url(../images/ic-comment2-hover.png) no-repeat 7px;
    background-size: 20px auto;
    height: 16px;
    width: 36px;
}

.ic-attach{
    background: #cccccc url(../images/ic-attach2.png) no-repeat 7px;
    background-size: 22px auto;
    height: 16px;
    width: 36px;
    border-radius: 5px;
    margin: 3px 5px;
}
.ic-dropdown.ic-attach.active{
    background: #cccccc url(../images/ic-attach2-hover.png) no-repeat 7px;
    background-size: 22px auto;
    height: 16px;
    width: 36px;
}

.ic-info{
    background: #cccccc url(../images/ic-info.png) no-repeat 4px;
    background-size: 11px auto;
    height: 16px;
    width: 20px;
    border-radius: 5px;
    margin: 3px 2px !important;
}
.icon-search{
    display: none;
    background: url(../images/ic-search.png) no-repeat;
    background-size: 18px auto;
    height: 20px;
    width: 24px;
    float: right;
    /* padding-right: 15px; */
    margin-right: 15px;
}
button.ic-info{
    /*    background: #cccccc url(../images/ic-info.png) no-repeat 4px;
        background-size: 11px auto;
        height: 16px;
        width: 20px;
        border-radius: 5px;
        margin: 3px 5px;*/
    border: none;
    box-shadow: none;
    display: inline-block;
    padding: 0;
}
button.ic-info:hover{
    background: #cccccc url(../images/ic-info.png) no-repeat 4px;
    background-size: 11px auto;
    height: 16px;
    width: 20px;
}

.switcher-wrapper .bx-respone{
    margin-top: 5px;
}
.note-success {
    color: #04987B;
}
.note-danger {
    color: #ff0000;
}

.switcher-form.switcher-rolls.resp-scroll{
    overflow: auto;
}
.switcher-form.switcher-rolls .tform_title .table.d-flex,.switcher-form.switcher-rolls .tform_detail .table.d-flex{
    max-width: 340px;
    min-width: 340px;
    margin: auto;
}
.switcher-form.switcher-rolls .tform_detail .table.d-flex>div{
    padding: 0 2px;
}
.switcher-form.switcher-rolls .tform_detail .table.d-flex>div input{
    margin-bottom: 4px;
}
.form_detail .table>div{
    padding: 2px;
}


/* --------------------------------------------- select list */
.clist {
    cursor: pointer;
    background: rgb(205,247,239);
    background: linear-gradient(0deg, rgba(205,247,239,1) 0%, rgba(224,250,245,1) 100%);
}
.clist:hover , .clist:hover > div {
    background:#bae9ff !important;
}
.clist {
    width: 100%;
}
.clist > div {
    line-height: 22px;
    word-wrap: break-word;
    word-break: break-all;
}
.clist > div.dic {
    border-right:none !important;
    padding: 0 !important;
    width: 25px;
    text-align: center;
}
.clist > div.dic2 {
    border-right:none !important;
    padding: 0 6px!important;
    text-align: left;
}
.clist > div.space {
    border-right:none !important;
    padding: 0 !important;
    width: 5px;
}
.clist > div:last-child , .rec > div.no_br {
    border-right:none !important;
}

.clist_seleced {
    background:#feb331;
}


/* --------------------------------------------- slim */
.slim .slim-btn-group {
    background: none;
    padding: 1.5em 0;
}
.slim .slim-area {
    padding: 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    /*    max-width: 1800px;*/
    max-width: 750px;
}

.tbl-detail{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    line-height: 18pt;
}
.tbl-detail .col-12{
    padding: 3px 10px;
    border-bottom: 1px solid #000;
}
.tbl-detail .col-12:last-child{
    border-bottom: 0px solid #000;
}
.row.box-det{
    border-bottom: 1px solid #000;
}
/*.row.box-det:last-child{
    border-bottom: 0px solid #000;
}*/
.box-det .col-3,.box-det .col-6{
    padding-top: 10px;
    padding-bottom: 10px;
}
/* --------------------------------------------- @media screen */
/*@media (min-width: 1900px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
            max-width: 1800px;
        max-width: 1400px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .navbar>.container{
        max-width: 1190px;
    }
}*/

@media only screen and (max-width:1400px){
    .main_data_box,.main_responsive_box{
        overflow: auto;
    }
    .data_box,.responsive_box{
        min-width: 1400px;
    }
}
@media only screen and (max-width:1399px){
    .search_bar{
        display: none;
    }
    .icon-search {
        display: block;
    }
    .switcher-form .frm_search_mob div.col-auto.nopad{
        width: 100%;
    }
    .switcher-form .frm_search_mob .hide-mobile{
        display: none;
    }
    .switcher-form .frm_search_mob .mgt-20{
        margin-top: 0px !important;
    }
    .switcher-form .frm_search_mob .col-auto>label{
        width: 120px !important;
    }
    .switcher-form .frm_search_mob .input-group .input-group-addon-left, .switcher-form .frm_search_mob .input-group .input-group-addon-right{
        line-height: 30px;
    }
    .switcher-form .frm_search_mob input[type=text], .switcher-form .frm_search_mob select, .switcher-form .frm_search_mob select+span.select2{
        width: 200px !important;
    }
    .switcher-form .frm_search_mob .input-group input#SRangeDate{
        width: 200px !important;
        margin-left: 0px;
    }
    .switcher-form .frm_search_mob input[type=text] {
        margin-bottom: 0;
    }
    .switcher-form .frm_search_mob .select2.select2-container {
        margin-bottom: 0;
    }
    .switcher-form .frm_search_mob .ms-search input[type=text] {
        width: 192px !important;
    }
    .switcher-form .frm_search_mob .ms-choice {
        width: 200px !important;
    }
    .switcher-form .frm_search_mob .ms-drop {
        width: 200px !important;
    }
    .daterangepicker {
        z-index: 9999;
    }
}
@media only screen and (max-width:1199px){
    .main_data_box .mob-action{
        display:table-cell;
    }
    .main_data_box  .col-mob-hide{
        display: none;
    }
    .rp-action .ic-tools{
        display: table-cell;
    }
    .main_data_box .tb_total{
        display: table-cell;
    }
    .rp-action .ic-tools{
        display: inline-block !important;
    }
    .main_data_box .rp-action{
        display: table-cell;
    }
}
@media only screen and (max-width:550px){
    .switcher-wrapper{
        width: 100%;
    }
}
