﻿@charset "utf-8";

/* MENU */
img.logo {
    width: 34%;
    position: fixed;
    top: 18%;
    left: 30%;
}


/* AULAS COTIZADAS */
.aulasCotizadas
{
    font-weight:bold;
}
    
.aulasCotizadas.amortizado
{
    color:#99d78e;
}
    
.aulasCotizadas.renovado
{
    color:Orange;
}
    
.aulasCotizadas.nuevo
{
    color:Blue;
}
    
.aulasCotizadas.afuturo
{
    color:#ffcb6d;
}



/* GLYPHICON REMOVE */
.glyph_remove
{
   font-size: 18px; 
   color:red;
}
.glyph_remove:hover
{
   color:#b71c1c;
}


/* NRO SERIE */
.nroserieError
{
    background-color: #FFEBEE;
    font-weight: bold;
    border-color: red;
    border-style: solid;
}
.nroserieCorrecto
{
    background-color: #DCEDC8;
    border-color: #4caf50;
    border-style: solid;
    font-weight: normal;
}


/* TAMAÑO CHECKBOX */
.chk-medium {
    width: 15px !important;
    height: 15px !important;
}
.chk-align {
    float: left !important;
    margin-right: 5px !important;
}



/* VALIDATION SUMMARY */
.validation-summary-errors {
    width: 100% !important;   
}

.validation-summary-errors ul{
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 20px !important;    
    color: red !important;
    font-weight: bold !important;
    list-style-type: none !important;
    list-style: none !important;
}

.validation-summary-errors ul li {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* OCULTAR */
.ocultar {
    display:none;
}

/* MOSTRAR */
.mostrar {
    display: block;
}
