tabla {
    background-color: rgba(0, 0, 0, 0);
    max-width: 100%;
}
th {
    text-align: left;
}
.tabla {
    margin-bottom: 20px;
    table-layout: fixed;
    width: 100%;
}

.lateral
	{
	border-right: 2px solid #CDCCCD;
	border-left: 2px solid #CDCCCD;
	}
.tabla > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #DDDDDD;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.tabla > thead > tr > th {
    border-bottom: 2px solid #DDDDDD;
    text-align: center;
    vertical-align: bottom;
}

.tabla > tbody + tbody {
    border-top: 2px solid #DDDDDD;	
}
.tabla .tabla {
    background-color: #FFFFFF;
}
tabla td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
}
.tablaMediana{
border-radius: 7px; 
overflow: hidden; 
background-color: #E6E6E6; 
margin-top:0;
}

.tablaMediana tr th:nth-child(1){
padding-left: 10px;
}
.tablaMediana tr th:nth-child(2){
text-align: center;
}

.tablaMediana tr th:nth-child(2){
text-align: center;
}
.tablaMediana tr th:nth-child(2) input{
width:246px !important;
display: inline; 
}
.tablaMediana tr th:nth-child(2) .btn-group{
margin-left: -123px;
}

.tablarespcentrada {
	float: center !important;
	margin: 0 auto;
	table-layout: auto;
	padding:0.1em !important; 
	/*overflow:auto;*/
	overflow-x:auto;
	overflow-y:hidden;
	
}

.tablarespcentrada .table{
	min-width: 500px !important; 
	table-layout:auto;
	width:99%;
}

.cellsep
	{
	border-right: 2px solid #FFFFFF;
	}

.cellsepg
	{
	border-left: 6px solid #cdcccd !important;
	border-right: 1px solid #cdcccd !important;
	}
.cellsepg_uno{
border-left: 2px solid #cdcccd ;
	border-right: 1px solid #cdcccd ;
}
.cellwhite
	{
	background-color: #FFF;
	color: #999999;
	}
	
.cellcap
	{
	background: none repeat scroll 0% 0% #3BBDF2 !important; 
	width: 100%; 
	display: table; 
	border-top-right-radius: 5px; 
	border-top-left-radius: 5px; 
	
	padding-top: 0.6em; 
	color: #fff;
	
	}

.cellcapspan {
	margin-top: 10px;
	margin-bottom: 2px;
	display: block;
	min-height: 25px;
}


.cellcapED
	{
	background: none repeat scroll 0% 0% #c1ebfe !important; 
	width: auto !important; 
	border-top-right-radius: 5px !important; 
	border-top-left-radius: 5px !important; 
	height: 30px; 
	
    margin-left: 8px !important;
    margin-right: 8px !important;
	display: table-cell;
	color: #000;
	text-shadow: 1px 1px 12px #CCC;
	}	

.cellPad
	{
	padding-left: 50px !important;
	}
	
.nopad
	{
    padding-bottom: 0 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    vertical-align: bottom !important;
	}
.CFRH
	{
	background-color: rgb(0, 117, 187);
	border-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
	color: #fff;
	}

.CFR1
	{
	background-color: #229dd6;
	border-color: #fbeed5;
	}

.CFR2
	{
	background-color: #cdcccd;
	border-color: #fbeed5;
	}

.CFR3
	{
	background-color: #fff;
	border-color: #fbeed5;
	}	
	.tablaScroll{
	overflow:auto; 
	float:none !important; 
	margin:0 auto !important;
	padding: 0.1em !important;
	position: static; /* para arreglar los problemas de los combos */
	}
	.tablaScrollCompras{
		overflow:auto; 
		float:none !important; 
		margin:0 auto !important;
		padding: 0.1em !important;
		position: static; /* para arreglar los problemas de los combos */
	}
	.scroll{
		overflow-x:auto;
		overflow-y:hidden;
		padding-left: 0px;
	}
	.distribucion-row-data .sorting_1{
	text-align:center;
	}
	.sorting_1{
	text-align:center;
	}
	.tablaPrecios_wrapper .dataTables_scrollHeadInner table{
	width:99%;
	}
.tablaSlider {
display:inline-block;
}
.slider_producto .slider-horizontal{
width:62% !important;
}
.slider_salarios .slider-horizontal{
width:50% !important;
}



.tablarespCentradaCostes .dataTable 
	{
	width:100% !important;
	overflow-x: hidden;
	}

	
	
.table-estudio thead{
	color:#FFF;	
}
.table-estudio tbody{
	color:#000;		
}
.table-estudio th{
	font-weight: 500;
}

.table-estudio thead th.fechas{
	background-color:#5eb640;
}	
	
.table-estudio th.fechas-detalle{
	background-color:#D4F2AD;

}

.table-estudio thead th.periodos, div.selector-periodos ul li.periodos a{
	background-color:#8C8D8E;
	color:#FFF;	
}
.table-estudio thead th.periodos .active, div.selector-periodos ul li.periodos.active a {
	background-color:#0369AC;
	color:#FFF;	
}
.table-estudio thead th.periodos-detalle{
	background-color:#65A3CC;
}	

.table-estudio th.totales-energia{
	background-color:#E4E4E4;
}
.table-estudio thead th.totales-energia{
	background-color:#000;
}
	
@media (max-width: 767px) 
	{
	.tabla-responsive 
		{
		border: 1px solid #DDDDDD;
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100%;
		}
	.tabla-responsive > .table 
		{
		margin-bottom: 0;
		}
	.tablarespCentradaPrecios{
		width:100%;
	}
	.tablarespCentradaCostes{
		width:100%;
	}
	
	
	
	
	}

@media screen and (max-width : 1280px) 
	{  
	.distribucion-row-data .input_responsive 
		{
			width: 7em !important;
		}
	
	}
#tablaEmpresas thead,#tablaMundos thead,#tablaTutores thead,#tablaAdministradores thead{
    border: medium hidden;
    height: 0px !important;
}
#Demanda input{
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
}

.tablaInternetExplorer .dataTables_scrollBody{
	
	overflow: visible!important;
}

.dataTables_scrollBody{
	min-height: 6em;
}