.containerDivTabla{
	position: absolute;
}


.color{
	background-color: green;
}

.blockDiv {
	position: relative;
}

.backgroundDark{

	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0%;
	margin:0;
	background-color: black;
	opacity: 80%; 
	z-index: 91;
}

.sort-by-asc {
	float: right;
	left: 3px;
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 5px transparent;
	margin: 4px 4px 0 3px;
	background: transparent;
	border-bottom: solid 7px white;
	border-top-width: 0;
}

.sort-by-desc {
	float: right;
	left: 3px;
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 5px transparent;
	margin: 4px 4px 0 3px;
	background: transparent;
	border-top: solid 7px white;
	border-bottom-width: 0;
}

.divCerrarFacturacion {
	position:fixed;
	padding: 20px; 
	width: 500px;
	height: 250px;
	background-color: white;
	top: 50%;
	left: 50%; 
	transform: translate(-50%, -50%);
	z-index: 91;
}

.divError {
	position:fixed;
	padding: 20px; 
	width: 500px;
	height: 180px;
	background-color: white;
	top: 50%;
	left: 50%; 
	transform: translate(-50%, -50%);
	z-index: 91;
}

.positionDiv {
	padding-bottom: 15px;
	position: absolute; 
	top: 100px; 
	left: 49.25%; 
	transform: translate(-50%, -50%); 
	background-color: white;  
	width: 80%;
	max-width: 90%;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid black;
}

.blockDivTable {
	position: relative;
	height: 100%; 
	width: 75%;
	top: 50%;
	left: 12%; 

}

.positionDivTable{
	width: wrap-content;
	background-color: white; 
	margin-top: 100px;
	padding: 20px; 

	border: 1px solid black;

}

.contadorAltasBajas{
	font-size: 90%;
	background-color: white; 
	top: 107px;
	right: 1.5%; 
	position:fixed;
	width: 200px;
	height: 260px;
	border: 1px solid black;
	padding: 0px;
	text-align: left;
}



.divAltas{
	background-color: #A2FF26; 
	top: 20px;
	left: 20px; 
	position:relative;
	width: 20px;
	height: 20px;
	border: 1px solid black;
}

.divBajas{
	background-color: #FF5151; 
	top: 20px;
	left: 20px; 
	position:relative;
	width: 20px;
	height: 20px;
	border: 1px solid black;
}

.divMatricula{
	background-color: #F0F04E; 
	top: 20px;
	left: 20px; 
	position:relative;
	width: 20px;
	height: 20px;
	border: 1px solid black;
}

.divIMEI{
	background-color: #F0BC4E; 
	top: 20px;
	left: 20px; 
	position:relative;
	width: 20px;
	height: 20px;
	border: 1px solid black;
}

.divCuenta{
	background-color: #4DF3DF; 
	top: 20px;
	left: 20px; 
	position:relative;
	width: 20px;
	height: 20px;
	border: 1px solid black;
}

.divTarifa{
	background-color: #D300FF; 
	top: 20px;
	left: 20px; 
	position:relative;
	width: 20px;
	height: 20px;
	border: 1px solid black;
}

.aFormat {  
	padding-left: 2%;
	padding-right: 2%;
	color: inherit; 
	text-decoration: inherit;
	text-transform: uppercase;
	color: #283645;

}

.aFormat:hover {  
	padding-left: 2%;
	padding-right: 2%;
	color: inherit; 
	text-decoration: underline;
	text-transform: uppercase;
	color: #283645;
}

.aSelected {
	font-weight: 700;

}

.aSelected:hover{
	font-weight: 700;
}


table {
	border-collapse: collapse;
}

th {
	padding: 8px;
	font-size: 100%; 
	background-color:#4d5a66; 
	color:white;
	border: 1px solid black;
	border-right:  1px solid white;
	align-content: left;
	height: 30px;
}

table td{
	border: 1px solid black; 
	padding:10px;
}

.backgroundDark{

	visibility: visible;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0%;
	left:0%;
	margin:0;
	background-color: black;
	opacity: 80%; 
	z-index: 91; /*Tiene que ser 91 porque sino se pone el Resizable por encima (tiene 90)*/
}


.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	white-space: nowrap;
	padding: 3px 12px;
	font-size: 14px;
	line-height: 24px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 0;
	padding: 0 8px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.btn-primary{
	color: #fff;
	background-color: #0081c9;
	border-color: #2e6da4;
}

.btn-default{
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	color: #283645;
	background-color: #fafafa;
	border-color: #a2a8af;
	border-right-color: rgb(162, 168, 175);
}

.normal {
	color: #0081c9;
	background: #fff;
	border-color: #0081c9;
}

#divDescripcion{

	position: fixed;
	width:400px;
	height: 100px;
	background-color: #E3FFFF;
	z-index: 90;
	padding:15px;
	visibility: hidden;
	border: 1px solid black;


}

.positionExportarExcel{
	position:relative;
	padding: 1px; 
	width: 25px;
	background-color: #0081c9;
	margin-left: 30px;

}

.divBusqueda{

	position:fixed;
	left: 12.35%;
	top:35px;
	z-index: 90;

}

.botonMostrarRegistrados{

	display: table;
	top: 35px;
	right: 1.5%;
	position:fixed;

}

.botonMostrarRegistrados input{

	display: table-cell;
	width:230px; 
	height: 35px; 
	font-size: 90%; 
	font-weight: bold; 
	border: 1px solid white;

}

.cerrarFacturacion{


	top: 400px;
	right: 1.5%;
	position:fixed;

}

.cerrarFacturacion input{

	width:200px; 
	height: 35px; 
	font-size: 90%; 
	font-weight: bold; 
	border: 1px solid white;

}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	visibility: hidden; /* Hidden by default. Visible on click */
	min-width: 250px; /* Set a default minimum width */
	margin-left: -125px; /* Divide value of min-width by 2 */
	background-color: #333; /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 2px; /* Rounded borders */
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 1; /* Add a z-index if needed */
	left: 50%; /* Center the snackbar */
	bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
	visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
} 