@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
    font-family: 'Roboto', sans-serif !important;
}
body.index{
    background-color:  #C6C9CC;
    color: black;
}

body{
    padding-top: 70px;
    padding-bottom: 40px;
}

.container-fluid-adapted{
    padding: 0px 50px !important;
}
body.resetPass{
    padding-top: 70px;
}

.btn{
    padding: .2rem .4rem;
    font-size: 0.9rem;
}
.form-group {
    margin-bottom: 0.6rem;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}

.form-control{
    font-size: 0.8rem !important;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.header_bar{
    height: 50px;
    background-color: #20409A;
}

.button_size_1{
    width: 70px;
}

.image_box{
    height: 85%;
}

.imagen_size_1{
    max-width: 100px;
}
.imagen_size_2{
    max-width: 300px;
}

#previewing{
    max-width: 300px;
    max-height: 300px;

}

.initial{
    display:inline-block;
}
.text-error{
    font-size: 0.8em;
    color: #ff2717;
}

.btn-primary, .btn-outline-primary.active {
    color: #fff;
    background-color: #20409A!important;
    border-color: #20409A!important;
}

.form-pass,.btn_fecha_prevision_inicio,.btn_fecha_prevision_final,.btn_fecha_real_inicio,.btn_fecha_real_final{
    cursor: pointer;
}

.logo_box{
    background-color: #666666;
    height: 100%;
    padding: 10px 10px 5px 10px;
    margin-right: 10px;
}

.logo_interno{
    padding: 10px 10px 5px 10px;
    margin-right: 10px;
    width: 125px;
}
.logo_small{
     max-width: 30px;
     max-height: 30px;
 }

.logo_list{
    max-width: 40px;
    max-height: 40px;
}
.breadcrumb{
    background-color: #ffffff;
}

.line_height_small{
    line-height: 0.2;
}
.titulo_azul{
    color: #145ee9;
    font-weight: 900;
    font-size: 1.2rem;
    padding-bottom: 5px;
}
.titulo_negro{
    color: #000000;
    font-weight: 900;
    font-size: 1.8rem;
    padding-bottom: 5px;
}
.fa-map-marker-alt{
    color: #b4221d;
}


.hidden{
    visibility: hidden;
}

#fecha_nueva_prevision{
    width: 98px;
}

.inline_block {
    display: inline-block;
}
.icon_desplegable {
    font-size: 19px;
    color:#79b51c;

}

.flecha_prevision_izquierda, .flecha_prevision_derecha, .flecha_coste_izquierda, .flecha_coste_derecha, .flecha_coste_externo_izquierda, .flecha_coste_externo_derecha {
    font-size: 25px;
    color: #0e3083;
}

.loader {
    z-index: 1;
    top: 50%;
    left: 50%;
    position: fixed;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #1960e7;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

table{
    width: 100%;
    border-left: 2px solid #dee2e6;
    border-right: 2px solid #dee2e6;
}

.cabecera_tablas_gris{
    background-color: #f2f4f5;
}



.carousel-inner {
    overflow: unset;
}

hr{
    width: 95%;
}
th {
    font-size: 0.8em;
}

td {
    font-size: 0.8em;
}

.nombre_usuarios,.numero_oferta,.nombre_corto,.oficina,.fecha_real_inicio, .fecha_prevista_final,
.estado, .margenBrutoField,.fechaAsignacion{
    width: fit-content;
}

.usuarios .email, .usuarios .logo_list,.usuarios .nombre,.usuarios .apellido,
.usuarios .especialidad,.usuarios .telefono{
    width: fit-content;
}

.personal_previsto .por_ciento, .personal_coste .por_ciento, .personal_coste_externo .por_ciento{
    width: 25px;
    text-align: center;
}

.plantilla_ano_meses_produccion .valor_produccion,
.plantilla_ano_meses_facturacion .valor_facturacion,
.plantilla_ano_meses_produccion_prevista .valor_produccion_prevista{
    width: 50px;
    text-align: center;
}

.personal_previsto .input_valor, .personal_previsto .valor_prevision, .personal_coste .input_valor, .personal_coste .valor_coste, .personal_coste_externo .input_valor, .personal_coste_externo .valor_coste_externo {
    width: 70px;
}


.proyecto_id{
    font-size: 0.9em;
    font-weight: 800;
}

.menu div:first-child{
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
}

.menu div{
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
}

.menu{
    box-shadow: 2px 2px black;
}

.progress {
    border-style: solid;
    border-width: 2px;
    height: 1.2rem;
}

.colum_importe{
    min-width: 130px;
}

.progress-bar{
    color: #191717;
}
.progress-bar-redBackground {
    background-color: red;
}

/* sidebar */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #20409A;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 140px;
    border-right: 1px solid;
    box-shadow: 10px 10px 10px #7f7d88;
}
.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: rgba(190, 255, 248, 0.49) !important;
}

.header_bar a:hover, .header_bar a:focus, .header_bar a:active{
    text-decoration: none!important;
    background-color: #20409A!important;
    line-height:0!important;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}

a.boton_cerrar_menu {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

a.cerrar_sesion{
    font-size: 15px;
}

.icono_menu_box{
    padding-left: 15px;
    height: 50px;
    border-right: 1px solid #ffffff;
}
.fa-bars{
    margin-left: 15px;
    margin-right: 15px;
}
.fa-arrow-alt-circle-up{
    font-size: 25px;
    color: #79b51c;
}
.icono_logo_box{
    height: 100%;
    padding: 8px;
}

.logo_blanco{
    height: 100%;
}
.icono_abrir_menu{
    font-size: 30px;
    cursor: pointer;
    background-color: #20409A;
    color: white;
    height: 100%;

}

.titulo_menu{
    font-size: 20px;
    cursor: pointer;
    background-color: #20409A;
    color: white;
    padding: 10px 15px;
    border: none;
}

.titulo_seccion{
    color: #8cb335;
}


.boton_abrir_menu:hover {
    background-color: #444;
}

.nombre_usuario, .fa-user{
    color:#fff;
}

.user_name_box{
    position: absolute;
    right: 40px;
    margin-top: 14px;
}
body, .header_bar {
    transition: margin-left .5s;
}
.colProd{
    display: inline;
    width: 100%;
    padding: unset;
}
.dia_incompleto{
 /*   background-color: #79150e; */

}
.dia_incompleto .ui-state-default{
    background: #ff2614 !important;
}

.btn_activar{
    width: 82px;
}

.fa-check{
    color: #42cb96;
}

.fa-times{
    color: red;
}

.fecha_efectiva_baja{
    width: 150px !important;
}