﻿@font-face {
  font-family: 'RudaBold';
  src: url('../../fonts/RudaBold/Ruda-Bold.ttf') format('truetype');
}

body{
  font-family: 'RudaBold' !important;
}

.contenedor-principal {
    margin-top: 2px !important;
}

label {
    font-size: 13px;
    font-weight: normal !important;
}


input, textarea {
    font-weight: bold;
    color: black !important;
    padding-left: 3px !important;
}

    input[type=submit] {
        font-weight: initial;
        color: initial !important;
        padding-left: initial !important;
    }

.form-control {
    border-radius: 3px !important;
}

.btn.btn-app {
    padding: 1px 5px;
}

.btn_busqueda {
    color: #666666;
    border: 0px;
    box-shadow: none;
    padding: 0px 0px 0px 10px;
    font-size: 16px;
    float: left;
    margin-top: -3px;
}

.btn_FemBarbera {
    border: 0px;
}

    .btn_FemBarbera:hover {
        color: black;
    }


.btn_FemBarbera, .btn_FemBarbera_modal {
    box-shadow: none;
    color: #666666;
    width: 40px;
    transition: all 0.5s ease;
    font-size: 25px;
    margin-right: 2px;
    height: 40px;
    padding: 4px;
}

.btn_FemBarbera {
    border: 0px;
}

    .btn_FemBarbera:hover {
        color: black;
    }


.btn_FemBarbera_modal {
    border: 1px solid #b5b3b3 !important;
}

.btn_FemBarbera_calendar {
    border: 1px solid #b5b3b3;
    color: #666666;
    width: 40px;
    transition: all 0.5s ease;
    font-size: 20px;
    height: 35px;
    padding: 6px;
}

    .btn_FemBarbera_calendar:hover {
        border: 1px solid black;
        color: black;
    }

.icon_calendar {
    border: 1px solid #b5b3b3;
    color: #666666;
    width: 40px;
    transition: all 0.5s ease;
    font-size: 18px;
    height: 26px;
    padding: 2px;
    margin-top: -1px;
}

.margin_auto {
    margin-left: auto;
    margin-right: auto;
}

.btn_guardar_contrasenya {
    border: 1px solid #b5b3b3;
    color: #666666 !important;
    background-color: transparent;
    margin-top: 6px;
    transition: all 0.5s ease;
    font-size: 15px;
    width: 150px !important;
    height: 38px;
    padding: 6px;
    margin-left: 15px;
}

.btn_guardar_imagen > input {
    display: block !important;
    height: 35px !important;
    opacity: 0 !important;
    position: relative;
    top: -26px;
    cursor: pointer;
    left: -9px;
    width: 150px !important;
}

#Txt_Texto, #DDL_Campos {
    height: 25px;
}

#Lbl_Titulo {
    width: 160px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
    font-weight: bold !important;
}

.lblInfo {
    text-decoration: underline;
    font-weight: bold !important;
    margin-left: 10px;
    font-size: 17px;
}

.centrar_btn_grd {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    padding: 0px !important;
}

.span_importe_miles {
    font-size: 10px;
    color: grey;
    margin-top: 12px;
    float: left;
    margin-left: 10px;
}

.flexbox {
    /*FIREFOX*/
    display: -moz-box;
    display: flex;
    /*IE*/
    display: -ms-flexbox;
    /*CHROME - SAFARI*/
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}

.flexbox_item_vertical {
    /*FIREFOX*/
    -moz-box-align: center;
    /*IE*/
    -ms-flex-align: center;
    /*CHROME - SAFARI*/
    -webkit-align-items: center;
    -webkit-box-align: center;
    /*ESTILOS GENERALES*/
    align-items: center;
}


.flexbox_item_horizontal {
    /*FIREFOX*/
    -moz-box-pack: center;
    /*IE*/
    -ms-flex-pack: center;
    /*CHROME - SAFARI*/
    -webkit-box-pack: center;
    /*ESTILOS GENERALES*/
    justify-content: center;
}


.flexbox_item_left {
    /*FIREFOX*/
    -moz-box-align: start;
    /*IE*/
    -ms-flex-align: start;
    /*CHROME - SAFARI*/
    -webkit-align-items: start;
    -webkit-box-align: start;
    /*ESTILOS GENERALES*/
    align-items: flex-start;
}

.flexbox_item_right {
    /*FIREFOX*/
    -moz-box-align: end;
    /*IE*/
    -ms-flex-align: end;
    /*CHROME - SAFARI*/
    -webkit-align-items: end;
    -webkit-box-align: end;
    /*ESTILOS GENERALES*/
    align-items: flex-end;
}


.flexbox_item_justify_between {
    /*FIREFOX*/
    -moz-box-pack: justify;
    /*IE*/
    -ms-flex-pack: distribute;
    /*CHROME - SAFARI*/
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    /*ESTILOS GENERALES*/
    justify-content: space-between;
}
.flexbox_item_justify_around {
    /*FIREFOX*/
    -moz-box-pack: justify;
    /*IE*/
    -ms-flex-pack: distribute;
    /*CHROME - SAFARI*/
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    /*ESTILOS GENERALES*/
    justify-content: space-around;
}
.flexbox_item_end {
    /*FIREFOX*/
    -moz-box-pack: end;
    /*IE*/
    -ms-flex-pack: end;
    /*CHROME - SAFARI*/
    -webkit-box-pack: end;
    -webkit-box-align: end;
    /*ESTILOS GENERALES*/
    justify-content: flex-end;
}


.fichaTitulo {
    padding: 5px 10px 0px 20px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
    text-align: left;
    margin-top: 0px;
}
