body{
    background-color: #eeeeee;
}


a:hover{
    text-decoration: none;
}

.formImage{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.center{
    width: 100%;
    text-align: center;
}

.formCenter{
    margin: 50px auto;
    float: none;
}

header{
    background-color: #1672B5;
    color: white;
    font-size: 16px;
    padding-top: 10px;
}

@media screen and (max-width: 1200px) {
    header{
        font-size: 14px !important; 
    }
}

#contenedor{
    padding-bottom: 30px;
}

.itemMenu{
    text-align: center;
}

.itemMenu a{
    color: white;
}

#table thead{
    background-color: #08589e;
}

#table tbody tr:hover{
    cursor: pointer;
}

#table tbody tr td i{
    color: #08589e;
}

.botonOpciones{
    font-size: 20px;
    text-align: center;
    margin-right: 15px;

}

.aceptarCancelar{
    display: none;
    text-align: right;
}

#aceptarCancelar{
    display: none;
}

#table_filter label input{
    color: #08589e !important;
}

#tabs{
    margin-bottom: 15px;
}

.ui-tabs-panel{
    overflow-y: auto;
}

.modal-body{
    overflow-y: auto;
}
#nuevoProductoLoading { 
    margin-left:10px;
}

#listaResultados{
    width: 100%;
    height: 200px;
    padding: 10px;
    /*border: 1px solid #e5e5e5;*/
    /*border-radius: 10px;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    float: left;
    min-height: 200px;
    max-height: 200px;
    margin-top: 15px;
}

#tableResultados{
    width: 100%;
    text-align: left;
}

#tableResultados tbody tr:hover{
    cursor: pointer;
}
#tableResultados tbody tr.resaltar{
    background-color: #abb9d3;
}

.modal-content{
    color: #555;
}

.action{
    padding:1px !important;
}

.tdCantidad div{
    position: relative;
    float: left;
    margin-right: 3%;
}

.tdCantidad input{
    width: 90px !important;
    position: relative;
    float: left;
}

.tdProducto div{
    position: relative;
    float: left;
    margin-right: 1%;
}

.tdProducto input{
    /*width: 70% !important;*/
    position: relative;
    float: left;
}

.tdPrecio{
    text-align: right;
}

.tdTotal{
    text-align: right;
}

.tdUnidad{
    text-align: right;
}

#sumaTotal,#base{
    text-align: right;
    position: relative;
    float: right;
    width: 15%;
    padding: 3px 10px;
}

.sumasTotales{
    text-align: right;
    position: relative;
    float: right;
    width: 15%;
    padding: 3px 10px;
}

.margin-bottom{
    margin-bottom: 10px;
}

.padding-top{
    padding-top: 5px;
}

.div100{
    position: relative;
    float: left;
    width: 100%;
}

.divTotal{
    text-align: right;
    font-weight: bold;
}

.separacion{
    margin-top: 20px;
}

.margin-left{
    margin-left: 10px;
    margin-bottom: 5px;
}

.opciones a{
    color: #1672B5 !important;
}

.opciones{
    color: #1672B5;
    min-width:130px;
}

#table_length label select option{
    color: #333 !important;
}

select{
    color: #333;
}
#form_usuarios input{
    width: 3%;
    margin-left: 1%;
    display: inline-block;
}
#form_usuarios label{
    width: 95%;
    display: inline-block;
}

textarea #form_descripcion{
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 150px;
    min-height: 150px;
    height: 150px;
}

.modal-dialog{
    width: 1000px;
}

.ui-front{
    z-index: 100000 !important;
}

.btn-success{
    color: white !important;
}

.tableAlbaranes{
    margin-bottom: 10px;
}

#stringMes{
    text-align: center;
    font-size: 18px;
    margin: 5px 0;
}

.tablaAgenda{
    width: 100%;
}

.tablaAgenda thead tr td{
    padding: 5px 0;
    width: 5%;
    text-align: center;
}

.tablaAgenda tbody tr td{
    padding: 5px;
    text-align: right;
    border: 1px solid #ccc;
    height: 90px;
    min-height: 90px;
    vertical-align: top;
}

#mesAnterior:hover{
    cursor: pointer;
}

#mesSiguiente:hover{
    cursor: pointer;
}

.flechas{
    font-size: 30px;
}

.hoverAgenda:hover{
    cursor: pointer;
}

.diaAgenda{
    width: 100%;
    text-align: right;
}

.horarioOcupado{
    background-color: #e4eff8;
    border-color: #9fc6e7;
}

.horarioLibre:hover{
    cursor: pointer;
}

.tablahorario{
    width: 60%;
    margin: 0 auto;
}

.tablahorario thead tr td{
    padding: 5px 0;
    width: 5%;
    text-align: center;
}

.tablahorario tbody tr td{
    padding: 5px;
    text-align: right;
    border: 1px solid #ccc;
}

.selected{
    background-color: #08589e;
}

.diaServicio{
    background-color:  #13C800;
    color: white;
}

.diaConOperarios{
    background-color: #F48F00;
    color: white;
}

.calendar{
    text-align: center;
    font-size: 50px;
}

.tablaDiasOperarios{
    width: 100%;
}

.tablaDiasOperarios thead tr td{
    padding: 5px 0;
    width: 5%;
    text-align: center;
}

.tablaDiasOperarios tbody tr td{
    padding: 5px;
    text-align: right;
    border: 1px solid #ccc;
    height: 20px;
    min-height: 90px;
    vertical-align: top;
}

.presupupuestoAceptado{
    width: 100%;
}

.textareaform{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    max-height: 150px;
    height: 150px;
}

.container{
    width: 94%;
    margin: 0 3%;
}

.mostrarModal{
    padding: 4px 6px;
}

.modalNuevo{
    padding: 4px 8px;
}

.ui-widget-content{
    overflow-y: auto
}

.margin-top{
    margin-top: 15px;
}

.cargaragendas{
    display: none;
}

.tablehorarios{
    width: 100%;
}

#visualizaragendas{
    margin-top: 20px;
}

.tablehorarios{
    margin-bottom: 20px;
}

.troculto{
    display: none;
}

.btn-primary a{
    color: white;
}

.divFiltros{
    width: 100%;
    margin: 10px 0;
}

.colorwhite{
    color: white;
}

.colorwhite:hover{
    color:white !important;
}

.tablainformes{
    width: 100%;
}

.textareadescrip{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
}
