/*  ESTILOS PERSONALIZADOS QUE SOBREESCRIBEN LA PLANTILLA ORIGINAL*/

/* Cambio tamaño y posición del logo de las páginas de login. Para agrandarlo un poco respecto del original*/


#extr-page #header #logo img
{
    width: 246px;
}
#extr-page #header #logo 
{
    margin-top: 10px;
}


/* Cambio tamaño y posición del resto de páginas. Para agrandarlo un poco respecto del original*/

#logo img 
{
    width: 190px;
}

#logo 
{
    width: 185px;
    margin-top: 5px;
    margin-left: 0px; 
}


/* Posicion del nombre del usuario sobre el menú   */

.smart-style-1 .login-info a 
{
    margin-top: 10px;
}

.smart-style-1 .login-info a span 
{
    max-width: 185px;
}


/* tablas con menos padding para que quepan más datos */

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th
{
    padding: 5px;
}


/* efecto de parpadeo */

.parpadeo 
{
    animation: blinker 1s linear infinite;
}

@keyframes blinker 
{  
    50% 
    { 
        opacity: 0.0; 
    }
}


/* badge de comunicados*/

#avisos .badge
{
    color:#fb3c4a;
    background-color:#fff
}


/* para "apretar un poco los campos de los forms*/

.form-group 
{
    margin-bottom: 10px;
}


/* tamaño más reducido para los input standar*/

.form-control
{
    height: 28px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.5;
}

.control-label 
{
    text-align: right;
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 12px;
    /*color: #57889c!important;  /*labels en color azul*/
}

.dataTables_filter .input-group-addon
{
    width: 28px;
    margin-top: 0;
    float: left;
    height: 28px;
    padding-top: 6px;
    padding-left: 6px;
}

#btnoperaciones 
{
    margin-left:25px;
    margin-bottom:12px;
}

#btnoperaciones .dropdown-menu>li 
{
    padding: 3px 10px;
    line-height: 1.42857143;
}

#btnoperaciones .dropdown-menu>li>a
{
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
    white-space: nowrap;
}

#btnoperaciones .dropdown-menu>li>a
{
    border-radius: 4px;
    margin: 0px 0; 
}
input.clicable
{
    color: #3276b1;
    font-weight: 800;
}
   
.form-actions
{
        margin-top:5px;
}

.sinaltminima 
{
    min-height:0px!important;
}

.mayus
{
    text-transform:uppercase;
}

.form-horizontal .state-error + em 
{
    display:block;
    margin-top:6px;
    padding: 0 1px;
    font-style:normal;
    font-size:11px;
    line-height:15px;
    color:#D56161;
}

.form-horizontal .state-error input 
{
    border-color: #A90339;
}

em.invalid 
{
    color:red;
}


.btn-sbmt 
{
    height:32px !important;
    padding: 0 12px !Important;
}
.btn-sbmt .btn-label 
{
    display:inline !Important;
}


/* documento seleccionado*/

.docusel span 
{
    background-color: #DF8505;
    border: 1px solid #C67605;
    color: #fff;
}


/* barra de progreso dropzone*/

.dropzone .dz-preview .dz-progress 
{
    background: none !important;
}

.presentacion
{
    border:10px solid black;
    margin:10px;
    width:25%;
    cursor:pointer;
}

.presentacion_selected
{
    border: 10px solid lawngreen  !important;
}

.labelRol 
{
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0px;
    color: #926969;
}

.ui-dialog 
{
    position: fixed !important;
}

.rotate90
{
    transform: rotate(90deg);
}

.popover-title,
.popover-content 
{
    color: black !important;
}

.alert-secondary
{
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr
{
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link
{
    color: #202326;
}

@media (min-width: 600px) 
{
    .visible-md-table 
    {
        display: table !important;
    }
}

@media (min-width: 1200px) 
{
    .visible-lg-table 
    {
        display: table !important;
    }
}