/*Author:-DynawareSystems-(Ing-Ricardo-Salazar)----------------------->*/
/*html_3---------------------------------------------------*/
*{color:#000000;font-size:15px;}
body{background-color:#E0F1FB;}
strong{color:#FAFAFA;font-size:18px;}
/*-hidden--------------------------------------------------*/
#admin_panel,#logout_panel,#psichology_panel,#capture_panel_option,#prof_dating_button{
	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;
}
.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;}
tr:hover{background:#d8dee2;color:#E4FF00;-webkit-transition:background ease-in-out .10s;transition:background ease-in-out .10s;}
thead:hover tr{background:#FAFAFA;cursor:help;}
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,#modal_advice_5,#modal_advice_6{color:#E4FF00;}
#doc_header{font-size:40px;}
h3,h2,h1{margin-left:20px;color:#FFFFFF;}
table tr td{border:solid 1px #D7EBFB;}
.header{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:9999;}
/*---------------------------------------------------------------------*/
.b{font-weight:bold;}
.cl1{color:#C7B504;}/*gold*/
.cl2{color:#e44c4c;}/*red*/
.cl3{color:#C7B504;}/*yellow*/
.cl4{color:#1f75bf;}/*cobalto*/
.cl5{color:#08c33a;}/*green*/
.cl6{color:#e27501;}/*orange*/
.font-style-1{color:#fa0000;font-size:30px;}
.font-style-2{color:#00A7FA;font-size:30px;}
.font-style-3{color:#fa0000;font-size:18px;}
.border-1{border:solid 1px #c5cae8;border-radius:5px;padding:1px;}
.font-size-1{font-size:19px;}
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
#panel_sucess{background-color:#d8fafd;box-shadow:0px 0px 2px 2px #c4dfec;color:#5c82b1;font-size:25px;display:none;margin:30% auto;left:0px;width:100%;height:90px;padding-top:30px;position:fixed;
border-radius:8px;overflow:hidden;text-align:center;background-size:65px 65px;
text-shadow:1px 1px 2px #FFFFFF;z-index:9990;}/*background:url(../misc/menu17.png) no-repeat 10px 50% #FFF7D9;*/

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