﻿body {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: x-small;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse {
    background-color: #A4A4A4;
    border-color: #FFFFFF;
}

    .navbar-inverse .navbar-brand {
        /*color: #8e080e;*/
        color: #FF0000 ;
    }

        .navbar-inverse .navbar-brand a {
            /*color: #8e080e;*/
            color: #FF0000 ;
        }

            .navbar-inverse .navbar-brand a:hover {
                color: #000000;
            }

    .navbar-inverse .navbar-nav > li > a {
        /*color: #8e080e;*/
        color: #FF0000 ;
        font-weight: bolder;
        font-size:20px;
        text-transform: uppercase;
    }

        .navbar-inverse .navbar-nav > li > a:active {
            /*color: #8e080e;*/
            color: #b20000 ;
            border-bottom: 1px solid #000000;
        }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #000000;
        }

a {
    color: #8e080e;
}

    a:hover {
        color: #000000 !important;
    }

select {
    width: 100%;
    max-width: 450px;
}

label {
    margin-right: 2%;
    font-size: small;
}
.site-logo-img {
    max-width: none;
    max-height: none !important;
    width: auto !important;
    height: auto !important;
}


.panel-title {
    font-family: 'Raleway', sans-serif !important;
    color: #000 !important;
    font-size: 30px !important;
}

.btn_submit {
    color: #ffffff;
    background-color: #0086e0;
    border-color: #0086e0;
}

.ancho_completo {
    width: 100% !important;
}

.coste_alta {
    font-weight: bolder !important;
    font-size: 20px !important;
}

.Titulo {
    text-align: center;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 26px;
    color:#FFFFFF;
}

.subtitulo {
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}

.columna {
    margin-bottom: 10px;
    width: 29%;
    float: left;
    margin-left: 4%;
}

.sexo {
    border: 2px solid #ccc;
    padding: 5px;
    margin-top: 16px;
}

.input_text {
    display: inline-block;
    /*text-align: start;*/
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    width: 100%;
    height: 30px;
    padding: 2px;
    border: 1px solid #aabbcc;
    color: #4e4e4e;
    background-color: #fff;
}

.Tipo_Contrato, .tipo_vehiculo {
    display: -webkit-flex;
    display: flex;
}

.negrita {
    font-weight: bolder;
}

.sombra {
    box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
}

.coste {
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
}
.infoVehiculo {
    vertical-align: middle;
    text-align: left; 
    font-weight: bold;
    font-size: 16px;
    padding: 3px;
}
.datosVehiculo {
    vertical-align: middle; 
    text-align: left;
    padding: 3px;
}

.nombreVehiculo {
    text-align: center;
    font-weight: bolder;
    font-size: 14px;
    background: linear-gradient(to right, #FF0000 0%, #b20000 100%) !important;
    color: #ffffff;
    padding: 3px;
    width: 100%;
}
h2, h3, h4 {
    text-align: center;
    font-weight: bolder;
    background: linear-gradient(to right, #FF0000 0%, #b20000 100%) !important;
    color: #ffffff;
    /*border-radius: 10em;*/
    padding: 3px;
    width: 100%;
}

input[type=submit]:enabled {
    background: linear-gradient(to right, #FF0000 0%, #b20000 100%) !important;
    color: #fff;
}

input[type=submit]:disabled {
    background: #cccccc !important;
    color: #666666;
}  

.bt_alta_contrato {
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    /*border-radius: 10em;*/
    margin-left: 25%;
    width: 50%;
    text-transform: uppercase;
    text-align: center !important;
} 

.bt_alta_usuario { 
    padding: 15px 50px 15px 50px;
    /*border-radius: 10em;*/
    font-size: 16px;
    text-transform: uppercase;
}

input[type=text], input[type=email], input[type=password], input[type=date] {
    font-size: 14px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #000;
    /*border-radius: 50px;*/
    padding: 10px 25px;
    width: 100%;
    color: #444444;
    margin-bottom: 15px;
}

    input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=date]:focus {
        border-color: blue;
        box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075)inset, 0 0 8px rgba(255,144,0,0.6);
        outline: 0 none;
    }

.formato {
    /*background: linear-gradient(to right, #b20000  0%, #b20000  100%) !important;*/
    background: linear-gradient(to right, #A4A4A4 0%, #b20000  100%) !important;
    padding: 5px !important;
    font-family: 'Raleway', sans-serif !important;
    border: 1px solid #dddddd;
}

.labelContrato {
    text-align: left;
    font-weight: bolder;
    font-size: 16px;
    background: linear-gradient(to right, #FF0000 0%, #b20000 100%) !important;
    color: #ffffff;
    padding: 3px;
    width: 100%;
}
.datoContrato {
    text-align: left;
    font-weight: bolder;
    font-size: 16px; 
    color: #000000;
    padding: 3px;
    width: 100%;
}
/*********************MAPA*****************/
a-extender-trigger.a-extender{
    padding-top: 2px;
    text-decoration: none;
    display: block
}

a-expander-prompt{
    word-wrap: break-word
}

a:hover{
    text-decoration: underline;
    cursor: pointer;
    color: #c45500
}


#dvDatosPuestos {
    display: table;
    border: 1px solid #dddddd;
}

.cabecera {
    display: table-caption;
    color: #BDBDBD;
    background: #f5f5f5;
    vertical-align: middle;
}

.rowPar {
    display: table-row;
    color: #0086e0;
    background: #f5f5f5;
    vertical-align: middle;
}

.rowInpar {
    display: table-row;
    /*color: #B40404;*/
    color: #b20000 ;
    background: #FFFFFF;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}