.block-title-detail-page{
    background-image: url(../bot2023-images/bg-top-statistic-detail.jpg);
}

.hidden{
    display:none!important;
}

.v-align-middle{
    align-items: center;
    display: flex;
    justify-content: center;
}

select{
    font-size:16px!important;
    font-family: "Conv_Kanit-Regular"!important;
}

.btws-submit{     
        background-color: #003366;
        border-radius: 10px;
        -webkit-transition: .2s !important;
        transition: .2s !important;
        margin: 0 5px;
        padding: 10px;
        color: white;
}  

.block-table-btw-stat2{
    clear:both;
    padding-top:20px;
    padding-bottom:20px;
}
.block-table-btw-stat2>div{
    width:auto!important;
}
 

.table-btw-stat-print> tbody > tr.GridHeader > td{
    background-color: #003366!important;
    border:solid 1px #1c568e!important;
    color: white!important;
    text-align: unset!important;
}
 
.block-news-media-detail .block-statistic-detail .statistic-detail-inner .bizshr-compre-block .block-table-btw-stat table tbody tr td {
    text-align:unset!important;
}

 

@media only screen and (min-width: 290px) and (max-width: 767px){
    .block-news-media-detail .block-statistic-detail .statistic-detail-inner .bizshr-compre-block .block-date-month-day-filther-btw-stat {
        display: block; 
        margin-top:0;
    }    
    .topping{
        margin-top:0;
    }

    select[name=drpDatasetList] {
        width: auto!important;
        padding: 5px!important;
        margin: 10px!important;  
        position: relative!important; 
        right:0!important;      
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .block-news-media-detail .block-statistic-detail .statistic-detail-inner .bizshr-compre-block .block-date-month-day-filther-btw-stat {
           display: flex;
            font-size: 12px!important;
            flex-wrap: wrap;
            flex-direction: row;
    }
    .block-news-media-detail .block-statistic-detail .statistic-detail-inner .bizshr-compre-block .block-date-month-day-filther-btw-stat  select{
            
            font-size: 14px!important; 
            width:auto; 
            margin-right:0;
            margin-left:0;
    }
     
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .block-news-media-detail .block-statistic-detail .statistic-detail-inner .bizshr-compre-block .block-date-month-day-filther-btw-stat {
         display: flex;
            font-size: 12px!important;
            flex-wrap: wrap;
            flex-direction: row;
    }
    .block-news-media-detail .block-statistic-detail .statistic-detail-inner .bizshr-compre-block .block-date-month-day-filther-btw-stat  select{            
            font-size: 14px!important; 
            width:auto;
            margin-right:0;
            margin-left:0;
    }
     
}
  

.float-left{
    float:left;
}

.topping{
    margin-top:15px;
}

select[name=drpDatasetList]{   
    border: 1px solid gray;
    padding: 10px;
    border-radius: 5px;
    color: gray; 
    position: absolute;
    right:30px;
} 

#drpFromYear,#drpToYear{
    float:right;
}

.block-table-btw-stat2 table {
    width: 100%;
    border-radius: 10px;
    overflow:hidden;
  }

.block-table-btw-stat2 table thead tr th {
    color: white;
    padding: 10px;
    border: 1px solid white;
    text-align: center!important;
  }

.btws-table-header th{
    background-color: #003366!important;
    color: #fff!important;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center!important; 
    min-width:125px!important;
    border:solid 1px #1c568e!important;
    font-size:14px!important
}

table.grid td{
    font-size:14px!important
}
 

/*Spinner*/

.loader {
    width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.4;
  background-color: #fff;
  z-index: 999999;
  text-align: center;
}

.loader .loader-icon {
   border: 16px solid #f3f3f3; /* Light grey */
   border-top: 16px solid #3498db; /* Blue */
   border-radius: 50%;
   width: 120px;
   height: 120px;
   animation: spin 2s linear infinite;
   margin-top:200px;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
   background-color:#fff;
}

.spinner {
 border: 16px solid #f3f3f3; /* Light grey */
 border-top: 16px solid #3498db; /* Blue */
 border-radius: 50%;
 width: 120px;
 height: 120px;
 animation: spin 2s linear infinite;
 margin:auto;
 margin-top:100px;
}

@keyframes spin {
   0% { transform: rotate(0deg); }
   100% { transform: rotate(360deg); }
}

#lnbMetadata{
    font-size:16px!important;
    font-family: "Conv_Kanit-Regular"!important;
    font-weight: normal!important;
}