/*Author:-DynawareSystems-(Ing-Ricardo-Salazar)----------------------->*/
/*html_3---------------------------------------------------*/
*{color:#000000;font-size:15px;}
body{background-color:#E0F1FB;}
strong{color:#FFF700;font-size:18px;}
/*-hidden--------------------------------------------------*/
#admin_panel,#logout_panel{
	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
*/
/*-css-animation-------------------------------------------*/
.header-ani{
	margin-left:80px;
	-webkit-transition: margin-left ease-in-out .50s;
	transition: margin-left ease-in-out .50s;
}
h4{ text-align: center}
.user-ani{
	padding-left:80px;
	-webkit-transition: padding-left ease-in-out .60s;
	transition: padding-left ease-in-out .60s;
}
/*-custom-border--------------------------------------------------*/
.imgbtn{border:solid 1px #FB971B;border-radius:5px;}
.imgbtn:hover{background:#FFEDAD;cursor:pointer;-webkit-transition:background ease-in-out .40s;transition:background ease-in-out .40s;}
div{border:1px solid #FAFAFA;background:#FAFAFA;} /* 9EB6C5 */
.smoothness-1{border:1px solid #9EB6C5;background:#9AC8E6;}
.smoothness-2{border:1px solid #9EB6C5;background:#D2D0CD;}
.darkness-1{border:1px solid #9EB6C5;background:#000000;}
/*-custom-styles-------------------------------------------*/
#modal_advice{color:#E4FF00;}
h3,h2,h1{margin-left:20px;color:#FFFFFF;}
table tr td{border:solid 1px #D7EBFB;}
#Xdoc_header{background-image: url(../img/escudo.png);background-size:80px 100px;background-position:50% 50%;background-repeat:no-repeat;}
.header{font-size:30px;color:#00A7FA;}
.ld-overlay{width:100%;height:100%;display:block;z-index:999;background:#9AC8E6;}
#open-button{display:none;background:#51B4F5;border-radius:5px;}
#logout{margin-left: 85%;float:right;display:inline-block;}
.hidden{display:none;}
#Xlogin_panel{margin:0 auto;}
#curtain{background:#2b5e8b;margin:0 auto;left:0px;width:100%;height:100%;position:fixed;
background-image: url(../img/escudo.png);background-size:180px 220px;background-position:50% 50%;background-repeat:no-repeat;z-index:999;}
/*---------------------------------------------------------------------*/
.cl1{color:#C7B504;}
.cl2{color:green;}/*green*/
.cl3{color:red;}/*red*/
.bg-color-1{background-color:#d2d2d2;}/*light gray*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
#panel_sucess{background-color:#B5F1FF;box-shadow:0px 0px 2px 2px #1CA5E7;color:#C7B504;font-size:20px;display:none;margin:20% auto;left:0px;width:100%;height:50px;position:fixed;
border-radius:8px;overflow:hidden;text-align:center;background-size:65px 65px;
text-shadow:1px 1px 2px #FFFFFF;z-index:90;}/*background:url(../misc/menu17.png) no-repeat 10px 50% #FFF7D9;*/

/*Author:-DynawareSystems-(Ing-Ricardo-Salazar)-Footer---------------->*/