html, body
{
    height: 100%;
}

body
{
    background-color: white;
    margin: 0;
}

.cuerpo-login
{
    padding: 0;
    background-color: #DDDDDD;
    background-image: url('../images/fondo-login.jpg');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
}

.login-box
{
    border: solid #0F4091 1px;
    border-radius: 5px;
    margin: 80px auto;
    padding: 0;
    background-color: white;
}

.top-login
{
    background-color: #0F4091;
    color: white;
    padding: 5px 0;
}

.top-login img
{
    max-width: 100%;
}

.top-login p
{
    text-align: right;
    padding-top: 10px;
}

.login-box form
{
    padding: 10px;
    padding-top: 90px;
}

.login-box .legal
{
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}

.navbar-inverse, .side-nav
{
    background-color: #0F4091;
    color: white;
}

.container-fluid
{
    padding-top: 12px;
}

.top-nav>li>a, .navbar-inverse .navbar-brand
{
    color: white;
}

.navbar-brand img
{
    max-height: 24px;
    float: left;
}

.navbar-brand span
{
    float: left;
    position: relative;
    top: 1px;
    left: 10px;
}

.navbar-inverse .navbar-nav>li>a
{
    color: white;
}

.enlaces-inicio
{
    margin-bottom: 20px;
}

.enlaces-inicio a
{
    background-color: #f5f5f5;
    display: block;
    padding: 20px 5px;
    border-radius: 5px;
}

.enlaces-inicio span
{
    font-size: 36px;
}

.enlaces-inicio h3
{
    margin: 0;
    color: #d9534f;
}

.enlaces-inicio p
{
    margin-top: 10px;
}

.busqueda
{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.busqueda .form-group
{
    margin-right: 20px;
}

.fecha
{
    cursor: pointer;
}

.opcion-eliminar
{
    color: #BF1410;
    font-weight: bold;
    cursor: pointer;
}

.porta-tabla-actividad
{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

table a
{
    cursor: pointer;
}

.aviso-error
{
    border-radius: 5px;
    padding: 10px;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; cursor: pointer; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.subtitular
{
    padding: 5px;
    background-color: #d9534f;
    color: white;
    border-radius: 3px;
}

.etiqueta
{
    color: #39B7AC;
    font-weight: bold;
    text-align: right;
}

.titularpopup
{
    background-color: #39B7AC;
    color: white;
    text-align: center;
    margin: 10px 0;
    padding: 5px;
    border-radius: 3px;
}

.cabecera-puntoop
{
    padding: 5px;
    background: #5cb85c;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}

.cabecera-puntoop:hover
{
    background-color: #4cae4c;
}

.seleccionado
{
    display: none;
}

.confirmador-punto
{
    padding: 10px 5px;
    border: solid gray 1px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: right;
}

.puntopicker
{
    border: solid gray 1px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}