*{
    
font-size:13px!important;
}

.error{
	width: 100%;
	height: 45px;
	position: absolute;
	top: 0;
	background-color: #ee2558;
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding-top: 10px;
	z-index: 88888889;
	display: none;
}
.bold{
	font-weight: 800;
}
.price{
	font-weight: bold;
	color: #04BE5B;
}
.error1{
	width: 100%;
	height: 45px;
	position: absolute;
	top: 0;
	background-color: #ee2558;
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding-top: 10px;
	z-index: 88888889;
	display: none;
}
.tma{
	font-size: 8px;
}
.notigi{
	background: #e47297;
	border-radius: 3px;
	padding: 2px 3px;
	color: #fff;
}
.colores{
	height: 0px;
	overflow: hidden;
}
.hand{
	cursor: pointer;
}
.tc{
	text-align: center;
}
.tl{
	text-align: left;
}
.tr{
	text-align: right;
}
.dis{
	display: none;
}
.mc{
	margin: auto;
}
.errop{
	display: none;
}
.peque{
	background-color: #46b6fe;
	padding: 4px;
	color: #fff;
	font-size: 10px;
	border-radius: 5px;
}
.green{
	background-color: #04BE5B;
	padding: 4px;
	color: #fff;
	font-size: 10px;
	border-radius: 5px;
}
.yellow{
	background-color: #FF9948;
	padding: 4px;
	color: #fff;
	font-size: 10px;
	border-radius: 5px;
}
.lila{
	background-color: #009688;
	padding: 4px;
	color: #fff;
	font-size: 10px;
	border-radius: 5px;
}
.red{
	background-color: #ee2558;
	padding: 4px;
	color: #fff;
	font-size: 10px;
	border-radius: 5px;
}
.pagado{
	background-color: #04BE5B;
	padding: 4px;
	color: #fff;
	font-size: 10px;
	border-radius: 5px;
}
.pendiente{
	background-color: #FF9948;
	padding: 4px;
	color: #fff;
	font-size: 10px;
	border-radius: 5px;
}
table.dataTable thead th{
	border-bottom: 0px; 
}

/*table.dataTable thead .sorting:after{
	display: none;
}
/*table.dataTable thead .sorting::before{
	display: none;
}
/*table.dataTable thead .sorting_asc:after{
	display: none;
}
/*table.dataTable thead .sorting_asc::before{
	display: none;
}*/



.modalmaster{
	height: 400px;
	margin-top: -0px!important;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 5px;
}
.sinbd{
	border: 0px;
	outline: none;
	cursor: default;
}
.sinbd:focus{
	border: 0px;
	outline: none;
}
.bg{
	background-color: red;
}
.bb{
	background-color: blue;
}
.borde{
	border: 1px solid #ccc;
}