body {
    background-color: #edf1f5 !important;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.top-banner {
    height: 140px;
    background: url('../images/top-banner.jpg') 63% top no-repeat;
    background-size: cover;
}
.panel-border {
    border: 1px solid #eee;
    box-shadow: 1px 1px 1px #DDD;
}
/*.panel-body {*/
/*    padding: 15px 0px !important;*/
/*}*/

#map {
    font-family: 'sukhumvit' !important;
    width: 100%;
    height: 500px;
}
.info {
    font-family: 'sukhumvit' !important;
    padding: 6px 8px;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.info h4 {
    font-family: 'sukhumvit' !important;
    margin: 0 0 5px;
    color: #777;
}
.legend {
    font-family: 'sukhumvit' !important;
    text-align: left;
    line-height: 18px;
    color: #555;
}
.legend i {
    font-family: 'sukhumvit' !important;
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.panel-title {
    font-family: sukhumvit;
    font-weight: 600;
    font-size: 1em !important;
}
h4.text-right.subtitle-update {
    margin: 0px;
    font-weight: bold;
}
.remark {
    margin-top: 30px;
    font-family: sukhumvit_settext;
    font-size: 0.8em;
    line-height: 1.9;
}
h1.text-right.title-update {
    font-weight: bold;
    /* margin: 0px auto; */
    font-size: 2.8em !important;
}
.fix-high-400 {
    /*height: 400px;*/
    /*overflow-y: scroll;*/
    padding: 0px 15px;
}

.fixed_header{
    width: 300px;
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 5px;
}
.fixed_header th, .fixed_header td {
    padding: 5px 20px;
    width: 150px;
    border: 1px solid #CCCCCC;
}

.fixed_header tbody{
    display:block;
    width: 100%;
    overflow: auto;
    height: 300px;
}

.fixed_header thead tr {
    display: block;
}

.fixed_header thead {
    background: #3A6D75;
    color:#fff;
}



.th-thheader {
    font-family: sukhumvit;
    font-size: 0.9em;
    background-color: #3A6D75;
    color: #FFF;
}
.td-thdetail {
    font-family: sukhumvit;
    font-size: 0.9em;
    text-align: left;
    padding: 5px 20px !important;
}
.td-thtotal {
    font-family: sukhumvit;
    font-size: 0.9em;
    text-align: right;
    padding: 5px 20px !important;
}

.fix-height400 {
    margin-top: 15px;
    height: 400px;
    overflow-y: scroll;
}
.fix-height400 table th {
    position: sticky;
    top: -5px;
}

/* width */
.fixed_header tbody::-webkit-scrollbar, .fix-height400::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.fixed_header tbody::-webkit-scrollbar-track, .fix-height400::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.fixed_header tbody::-webkit-scrollbar-thumb, .fix-height400::-webkit-scrollbar-thumb {
    background: #4e9098;
}

/* Handle on hover */
.fixed_header tbody::-webkit-scrollbar-thumb:hover, .fix-height400::-webkit-scrollbar-thumb:hover {
    background: #3A6D75;
}

.th-header-title {
    font-family: sukhumvit;
    font-size: 1em;
    font-weight: 700;
    color: #3A6D75;
    line-height: 1.7em;
}
.th-header-subtitle {
    font-family: sukhumvit;
    font-size: 0.8em;
    color: #666;
    line-height: 1.7em;
    margin-bottom: 20px;
}

/*#world-table {*/
/*    max-width: 1200px !important;*/
/*}*/
#world-table th, #world-table td {
    font-family: sukhumvit !important;
    font-size: 0.7em !important;
}
#world-table td {
    padding: 5px 20px !important;
}

.dt-buttons {
    /*display: none;*/
}

div#zone {
    float: left !important;
    margin: 10px 0;
}
div.dt-buttons {
    float: right !important;
    margin: 10px 0;
}
button.btn-custom-excel {
    background-color: #FFF;
    border: 1px solid #0c5460;
    color: #0c5460;
    text-transform: initial !important;
}
button.btn-custom-excel:hover {
    background-color: #0c5460;
    border: 1px solid #0c5460;
    color: #FFF;
    border-radius: 0;
    text-decoration: none !important;
}
button.btn-custom-excel::before, button.btn-custom-excel::after {
    background: none;
    border-radius: 0px;
    transition: none !important;
    /*margin: 10px 0;*/
}


table.dataTable thead .sorting:after {
    opacity: 0.4 !important;
}
table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc:after {
    opacity: 0.8 !important;
}


#world-table_wrapper .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
    font-family: sukhumvit !important;
    font-size: 0.7em;
    height: 40px;
}
.select2-container--default .select2-results__option {
    font-family: sukhumvit !important;
    font-size: 0.8em;
}
#world-table_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .table-resp {
        overflow-x: scroll;
    }
    h1.text-right.title-update {
        font-weight: bold;
        /* margin: 0px auto; */
        font-size: 2.5em !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
    .top-banner {
        height: 190px;
        background: url("../images/top-banner.jpg") center top no-repeat;
        background-size: cover;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .top-banner {
        height: 190px;
        background: url("../images/top-banner.jpg") 59% top no-repeat;
        background-size: cover;
    }


}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .top-banner {
        height: 210px;
        background: url("../images/top-banner.jpg") center top no-repeat;
        background-size: cover;
    }
    .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    h1.text-right.title-update {
        font-weight: bold;
        font-size: 1.7em !important;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /*.fixed_header{*/
    /*    width: 400px;*/
    /*}*/
    .fixed_header th, .fixed_header td {
        width: 200px;
    }
    .container-fluid {
        max-width: 1720px;
    }
    h1.text-right.title-update {
        font-weight: bold;
        font-size: 2.3em !important;
    }
}

@media only screen and (min-width: 1440px) {

}

@media only screen and (min-width: 1800px) {
}

@media only screen and (min-width: 2500px) {

}
