/**
 *    Document   : openweb.css
 *    Created on : 03/10/2013, 10:05:47 AM
 *    Updated on : 07/10/2023, 11:38:00 AM by Armando Q.
 *    Author     : Adamantium Software C.A. <adamantium@adamantium.com.ve>
 */

.brand {
    background: url(../images/logo.png) no-repeat left center;
    margin: 0px !important;
}

.navbar .brand {
     padding: 10px 45px !important;
}

/* Estilo para el widgets DetailView4Col*/
/* Tablas de detalles */
/*table.detail-view { border:1px solid #fff !important; }
table.detail-view tbody tr:nth-child(even) { background:#E5F1F4; border-color:#fff; }
table.detail-view tbody tr:nth-child(odd) { background:#F8F8F8;  border-color:#fff; }
table.detail-view tbody td { border-color:#fff; min-width:25%; }*/
table.detail-view tbody tr.header { background:#95C8D5; }
table.detail-view tbody tr.header th { text-align:left; min-width:20%; }

.errorMessage {
	color: #B94A48;
	font-size: 12px !important;
	/*margin-bottom: -20px;*/
}

.controlCruge{
	margin-bottom: -10px !important;
}

.errorMessageCruge {
	color: #B94A48;
	font-size: 12px !important;
	margin-bottom: -10px;
}

#materias-regulares-grid{
	padding: 0;
	padding-bottom: 15px;
}

#materias-modulares-grid{
	padding: 0;
}

.subtitulo {
	font-size: 17.5px;
}

.rowMateriaAplasada{
	background: #FBE3E4;
}

.rowMateriaSinInfo{
	background: #D1D0D0;
}

.rowVerde{
	background: #dff0d8;
}

.rowNormal{
	background: #f9f9f9;
}

.trans{
	opacity:0.7;
}

.trans:hover{
	opacity:1;
}

.espacio{
	margin-right: 1px;
}

.spaceIconButton{
	margin-right: 3px;
}

.materia{
	cursor: pointer;
}


.notificacion-menu {
	padding-bottom: 15px!important;
	padding-left: 5px!important;
	position: relative;
}

.notificacion-menu .date {
	display: block;
	position: absolute;
	right: 0;
	font-size: 10px;
	padding-right: 5px;
	color: lightgrey;
}

.noti-circle::after{
	content: attr(data-cantidad);
	width: 18px;
	height: 18px;
	background-color: red;
	color: white;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	margin-left: 5px;
	font-size: 10px;
	vertical-align: text-top;
	font-weight: bold
}