/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/03/2017, 12:40:12
    Author     : ernesto
*/
html, body {position: relative}

.top-padding {
    min-height: 700px;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalLoading {
    display: block;
}                


.number{
    text-align: right;
}


table#tablaBloque1 thead tr th,
table#tablaBloque2 thead tr th,
table#tablaBloque3 thead tr th,
table#tablaBloque4 thead tr th{
    text-align: center;
}

.agregarBloque{
    text-align: center;
}
form button{
    float:none;
}

.btn-detalle{
    margin-top: 21px !important;
}

.datos_partida{
    display:none;
    background: lightgrey !important; 
    width: 270px !important;
    padding: 10px !important;
}

.alta_datos_grales_p2 label{
    display: inline !important;
}

.alta_datos_grales_p2 span{
    display: inline !important;
}

.notificacion_tipologia{    
    border: 0.5px solid black ; 
    box-sizing: border-box;    
    margin-left: 5px;
    margin-right: 2em;
    padding-left: 5px;    
}

.pop_error{
    color: red;
}

table.table-bordered>tbody>tr>td.accion{
    border-left-width: 0px!important;
    border-right-width: 0px!important;
    text-align:center;
}


.inline-block{
  display:inline-block
}

a { 
    cursor: pointer;
}


form fieldset {
     border: 1px solid #666!important; 
     padding: 5px!important; 
     margin: 0px 10px 10px 0 !important; 
}

.editar-anexo{
    line-height : 25px;
}
