/*	
*	############################################################################################
*	
*	Estilos customizados para APS
*	---------------------------------------------------------------------
*
*	Version: 	1.0
*	Author: 	The Develovers
*	Website: 	http://www.aps.aim.edu.mx
*	Copyright: 	Copyright 2017 The Develovers
*	
*	############################################################################################
*/
/********************
 * GENERAL STYLES
 ********************/
.cls_loading{
	background: url(../assets/img/fancybox_loading@2x.gif) center center no-repeat;
	display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 20px 20px;
    vertical-align: middle;
}

.scrollable-table{
	overflow-x: auto;
}

@media (max-width: 900px) {
	.scrollable-table
	{
		overflow-x: auto;
	}
}

/* Arrow near to download-excel icon */
.cls_arrow_export{
	position: relative;
    right: 6px;
}

/* Label error message */
.cls_label_error{
	padding-left: 15px;
	color:red;
	font-size:12px;
}

/* Icono de File Search - View */
.cls_file_search{
	position: relative; 
	right: 20px; 
	top: 0px;
}

/* Boton solo imagen */
.btnImg{
	background-color: Transparent;
}