.datagrid
{
    padding: 0;
    margin: 0;
    font-size: 12px;
    width: 100%;
    overflow: auto;
    margin: auto;
    color: #37474f;
}
.datagrid table thead th ,.datagrid table tfoot th {
    font-size: 13px; 
    background-color: #263238;
    color:#eceff1;
} 
.datagrid table tbody td 
{ 
    font-size: 12px;
} 
.cont_btn{
    width: 40%;
    margin: auto;
}
.btn_exportar{
    width: 33.3%;
    float: left;
    overflow: auto;
}

.btn_exportar > a {
    display: block;
    padding: 10px;
    margin: 10px;
    background-color: #4caf50;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bolder;
    border: 1px solid #1b5e20;
    
}

.btn_exportar > a:hover {
     border-bottom: 3px solid #546e7a;
    
}


.expred > a {
    background-color: #f44336;
    color: white;
    border: 1px solid #b71c1c;
    
}
.expblue > a {
    background-color: #2196f3;
    color: white;
    border: 1px solid #0d47a1;
    
}
/*.datagrid table tbody td select
{ 
    display: block;
    font-size: .9em;
    padding: 5px;
    width: 100%;
    background-color: #03a9f4;
    color: white;
    border: 1px solid #0288d1;
    border-radius: 3px;
    cursor: pointer;
  *cursor: hand;
    
}
.datagrid table tbody td select option
{ 
    background-color: white;
    text-align: center;
    color:#37474f;
}
.datagrid table tbody td select option:hover
{ 
    background-color: #cfd8dc;
    text-align: center;
    color:#37474f;
}
.datagrid table tbody tr:hover 
{ 
    border: 1px solid #455a64;
}
*/
.cajas {
  
   border:1px solid #1976d2;
   overflow: hidden;
    border-radius: 3px;
    position: relative;
    font-size: 12px;
    color: white;
    width: 140px;
    
}
.cajas > select {
   border: none;
   font-size: 12px;
   height: 30px;
   padding: 5px;
    padding-right: 35px;
    color: white;
    font-weight: bold;
    background-color: #2196f3;
}
.cajas > select > option:hover {
    background-color: #cfd8dc;
}
.cajas > select >.option {
    background-color: #eceff1;
    color: #263238;
    padding: 5px;
}
.cajas > select >.option:hover {
    background-color: #cfd8dc;
}
.cajas > select >.none {
    background-color: #eceff1;
    color: #263238;
    display: none;
}
.cajas > select:focus{ outline: none;}

.cajas::after{
	content:"\025be";
	display:table-cell;
	padding-top:7px;
	text-align:center;
	width:30px;
	height:30px;
	background-color:#2196f3;
	position:absolute;
	top:0;
	right:0px;	
	pointer-events: none;
}

.BTN_TITLE{
    display: block;
    float: right;
    margin-right: 25px;
    padding: 10px;
    background-color: #607d8b;
    color: #eceff1;
    border-radius: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
}
.BTN_TITLE:hover{
    background-color: #b0bec5;
    color: #607d8b;
}

@media screen and (max-width:950px) {
}
@media screen and (max-width:900px) {
 .cont_btn{
     width: 80%;
    }
}
@media screen and (max-width:480px) {
        
 .cont_btn{
     width: 100%;
    }
    .btn_exportar{
      width:   98%;
    }
}