/*.main-header .navbar {
    background-color: #666 !important;
}*/
.main-header .logo {
    padding: 0 !important;
}
.login-logo {
    margin-bottom: 0 !important;
}
.grafer-login-logo {
    background: url('/img/grafernuevo.png') no-repeat;
    height: 70px;
    margin: 0 auto;
    width: 288px;
}
.logueo .submit {
    float: right;
    width: auto;
}
.logo-lg b {
    font-family: "Source Sans Pro",sans-serif;
}
.logochico {
    margin: 0 auto;
    width: 56px;
    height: 56px;
    background: url('/img/tecnoempresa-chico.png') no-repeat;
}
.error_msg {
    border-radius: 0 !important;
}
.success_msg {
    border-radius: 0 !important;
}
.box-title {
    font-size: 20px !important;
    font-weight: bold !important;
}
.box-title-chico {
    font-size: 20px !important;
    font-weight: normal !important;
}
.highlight {
    background: #f6ff7c !important;
}
.lab-sep label {
    margin-right: 5px !important;
}
.msj_aviso {
    width: 100%;
    /*background: #9BC7C2;*/
    /*background: #CCD890;*/
    background: #FCDB00;
    font-size: 14px;
    font-weight: bold;
    color: #454545;
    padding: 20px 10px;
}
.texto-comentario {
    resize: none !important;
    height: 60px !important;
    color: #999 !important;
}
.contenedor_comentarios {
    padding-top: 20px;
    width: 100%;
}
.com_indiv {
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px solid #aaa;
    padding-top: 10px;
}
.com_indiv .com_izq {
    float: left;
    width: 12%;
    margin-right: 3%;
    box-sizing: border-box;
    border-right: 1px solid;
}
.p-grande {
    float: left;
    width: 96%;
    height: auto;
    margin-bottom: 0px !important;
    text-align: right;
    font-weight: bold;
}
.p-chica {
    float: left;
    width: 96%;
    height: auto;
    margin-bottom: 0px !important;
    text-align: right;
    font-weight: normal;
}
.cont-com {
    width: 100%;
    overflow: hidden;
    margin: 0 0 35px;
}
.tareacomentario {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 5px;
    margin: 15px 0 0;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.cont_arriba h5 {
    margin-bottom: 20px !important;
    font-size: 16px !important;
    font-weight: bold;
}
.cont_abajo {
    background: #f3f3f3;
    padding: 5px;
    width: 100%;
    overflow: hidden;
}
.cont_abajo p {
    float: left;
    margin: 0 !important;
    width: auto;
}
.cont_abajo a {
    float: right;
}
.lineal label {
    margin-right: 5px;
}
.contador_arriba {
    float: left !important;
    width: auto !important;
    height: 50px !important;
    margin-right: 20px !important;
}
.cuadro_vencido {
    height:100%;
    width: auto;
    float: left;
    background: #b73b2d;
    font-weight: bold;
}
.cuadro_sin {
    height: 100%;
    width: auto;
    float: left;
    background: #ddd;
    font-weight: bold;
}
.cuadro_con {
    height: 100%;
    width: auto;
    float: left;
    background: #00773f;
    font-weight: bold;
}
.texto_cuadro {
    padding:5px 10px;
    font-size: 24px;
    width: auto;
    height: 100%;
    line-height: 50px;
    color: #fff;
}
.error-mesagge {
    background: #f26752;
    color: #fff;
    padding: 1px 5px;
    font-size: 12px;
}