

/* Agrego Leo */
.unread{font-weight:600;}

.read{font-weight:normal;}

.aprobado{background-color:#ADF1AD;}

.desaprobado{background-color:#EFA9AF;}

.error{background-color:#F9B7B7; background-position: left center; background-image:url('error.png'); background-repeat:no-repeat; border:dotted 1px #990000; color:#990000; padding-left:25px; width:100%; height:35px; font-family:verdana; font-size:12px;}
.ok{background-color:#ABF6A3; background-position: left center;  background-image:url('ok.png'); background-repeat:no-repeat; padding-left:25px; border:dotted 1px #0D701E; color:#0D701E; height:35px; font-family:verdana; font-size:12px;}

.form-control4, .form-control5 {
font-family: 'Open Sans', sans-serif;
display: block;
margin-top:5px;
width: 100%;
height:41px;
padding: 0px 10px;
font-size: 11px;
color: #312c29;
background-color: #fafafa;
background-image: none;
border: 1px solid #dad9d8;
border-radius: 0px;
-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
box-shadow: inset 0 0px 0px rgba(0,0,0,0);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control5 {
font-family: 'Open Sans', sans-serif;
display: block;
margin-top:5px;
width: 100%;
height:80px;
padding: 0px 10px;
font-size: 11px;
color: #312c29;
background-color: #fafafa;
background-image: none;
border: 1px solid #dad9d8;
border-radius: 0px;
-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
box-shadow: inset 0 0px 0px rgba(0,0,0,0);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* ------------------ */


@media only screen and (max-width: 767px) {
.form-rol .form-control {
height: 26px;
margin-top: 4px;
}
}


