/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-oct-2015, 11:29:10
    Author     : m_perezma
*/

.vd_bd-red {
    border-color: #f85d2c !important;
    border-style: solid;
    border-width: 1px;
}

.main-footer{
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
    text-align: center;
}

.colorDisable {
    color: #BFBFBF !important;
}

.center{
    text-align: center;
}

.alert {
    margin-top: 10px !important;
}

label.error {
    color: red;
    font-style: italic;
}

/* Iconos menú */
i.iconoAlojamiento  {
    content: url("");
    background-image:url('/IntranetMunicipApp/img/icons/alojamiento.png')  !important;
    width: 18px; 
    height: 13px; 
    display: inline-block;
    background-position:center;
    background-size:cover;
    margin-right: 5px !important;
}
i.iconoGastronomia  {
    content: url("");
    background-image:url('/IntranetMunicipApp/img/icons/gastronomia.png')  !important;
    width: 18px; 
    height: 13px; 
    display: inline-block;
    background-position:center;
    background-size:cover;
    margin-right: 5px !important;
}
i.iconoDondecomer  {
    content: url("");
    background-image:url('/IntranetMunicipApp/img/icons/dondecomer.png')  !important;
    width: 18px; 
    height: 13px; 
    display: inline-block;
    background-position:center;
    background-size:cover;
    margin-right: 5px !important;
}
i.iconoTurismoActivo  {
    content: url("");
    background-image:url('/IntranetMunicipApp/img/icons/turismo_activo.png')  !important;
    width: 18px; 
    height: 13px; 
    display: inline-block;
    background-position:center;
    background-size:cover;
    margin-right: 5px !important;
}
i.iconoPatrimonio  {
    content: url("");
    background-image:url('/IntranetMunicipApp/img/icons/patrimonio.png')  !important;
    width: 18px; 
    height: 13px; 
    display: inline-block;
    background-position:center;
    background-size:cover;
    margin-right: 5px !important;
}
i.iconoFiestas  {
    content: url("");
    background-image:url('/IntranetMunicipApp/img/icons/fiestas.png')  !important;
    width: 18px; 
    height: 13px; 
    display: inline-block;
    background-position:center;
    background-size:cover;
    margin-right: 5px !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-file input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#rectAndroid{
    width:10px;
    height:10px;
    background:greenyellow;
}

.sizeBannerSubtitle{
    
    margin-left: 10% !important; 
    font-weight: normal;
    color:green;
}

.hover.icheckbox_minimal {
    margin-top:-5px !important;
    
}
