﻿#filtros {
    margin-left: 50px;
}
#filtros .row div {
    margin-bottom: 5px;
}

#resultados, #hospitales {
    margin-left: 0px;
    
}
#resultados #grid {
    margin-bottom: 10px;    
    }

.footer {
        margin-left: 20px;
}
.cabecera {
     margin-left: 20px;
}

.form-titulo {
    padding-left: 10px;
}

.footer .row {
    margin-left: 10%;  
}

.alert {
    margin-top: 5px;
}

.btnConsultar {
    text-align:center;
}

#errorBanner {
    margin-left: 50px;
    margin-right: 50px;
}

/*modal de datos de medico*/
.datosMD {
    background-color:#C8D6DB;
    color:#0B4B61;
}
.catMD {
        color:#0B4B61;
}
.tituloMD {
    font-family:Cambria;
    color: #125D78;
    font-weight:bold;
}


#MDBody div {
    border-bottom-style:solid;
    border-bottom-width:thin;
    border-bottom-color: white;
}


.modal-dialog {
    width: 400px !important;
}


.ui-jqgrid tr.jqgrow td {font-size:14px}

/*Estilo para permitir wrapping en query*/
/*tomado de: http://stackoverflow.com/questions/6510144/jqgrid-long-text-wrapping*/
.ui-jqgrid tr.jqgrow td  {
        word-wrap: break-word; /* IE 5.5+ and CSS3 */
        white-space: pre-wrap; /* CSS3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        overflow: hidden;
        height: auto;
        vertical-align: middle;
        padding-top: 3px;
        padding-bottom: 3px
    }

.ui-jqgrid .ui-jqgrid-bdiv {
  position: relative; 
  margin: 0em; 
  padding:0; 
  /*overflow: auto;*/ 
  overflow-x:hidden; 
  overflow-y:auto; 
  text-align:left;
} 

/*Logo de carga*/
.loading_gif {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 82px; /* width of the spinner gif */
    height: 82px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.ui-row-ltr { 
    cursor : pointer; 

}