/*Author:-DynawareSystems-(Ing-Ricardo-Salazar)----------------------->*/
/*bootstrap---------------------------------------------------*/
.container{
    margin: 0 auto;
}
/*html_3---------------------------------------------------*/
*{color:#000000;font-size:14px;}
body{background-color:#E0F1FB;}
/*-hidden--------------------------------------------------*/
#panel_sucess,#user_panel,
#masive_mail_panel,#search_panel,#student_edit_panel,#upload_panel,
#student_internal_pay_panel,#student_pay_panel,
#becas_panel{
	display:none;
}
#open-button{display:none;background:#51B4F5;border-radius:5px;}
#logout{margin-left: 85%;}
.hidden{display:none;}
/*-custom-input-styles-------------------------------------------*/
.active-student{background-color:#C2F9BC;}
.suspended-student{background-color:#E4D461;}
.inactive-student{background-color:#FF6C6C;}
/*
input[type="text"],textarea{background-color:#C2F9BC;}
E4D461 suspendido
F13A3A baja
*/
/*-custom-styles-------------------------------------------*/
h3,h2,h1{margin-left:20px;}
.header{font-size:26px;color:#00A7FA;margin-left:0px;}
.ld-overlay{width:100%;height:100%;display:block;z-index:999;background:#9AC8E6;}
/*-css-animation-------------------------------------------*/
.header-ani{
	margin-left:80px;
	-webkit-transition: margin-left ease-in-out .50s;
	transition: margin-left ease-in-out .50s;
}
.user-ani{
	padding-left:80px;
	-webkit-transition: padding-left ease-in-out .60s;
	transition: padding-left ease-in-out .60s;
}
/*-border--------------------------------------------------*/
div{border:1px solid #9EB6C5;background:#FAFAFA;}
.smoothness-1{border:1px solid #9EB6C5;background:#9AC8E6;}
.smoothness-2{border:1px solid #9EB6C5;background:#D2D0CD;}
.darkness-1{border:1px solid #9EB6C5;background:#000000;}
/*---------------------------------------------------------------------*/
/*Author:-DynawareSystems-(Ing-Ricardo-Salazar)-Footer---------------->*/