﻿.headerMaster, .divBody, .menuPrincipal {
    background-color: white;
}

.headerMaster {
    height: 65px;
    background: linear-gradient(0deg, #e6e6e6,#dedede);
}

.imgLogoAyuntament {
    /*max-width: 295px !important;*/
    margin: 10px 0px 0px 20px;
    cursor: pointer;
    height: 40px;
    /*width:350px;*/
}

.imgLogoInstalacion {
    height: 55px;
    margin-right: 40px;
    margin-top: 5px;
    cursor:pointer;
}

.divIdioma {
    font-family: Arial;
}

.divIdiomaBusqueda {
    float: right;
    margin-right: 5px;
}

    .divIdiomaBusqueda > div {
        height: 33px;
        align-items: center;
    }

.lblIdioma {
    font-size: 10px;
    margin-right: 10px;
}

.lblIdiomaSeparador {
    color: lightgrey;
    height: 15px;
    border-left: 1px solid;
}

.lblIdiomaSub {
    color: #008888;
    cursor: pointer;
}

.txtBusqueda {
    width: 120px;
    height: 22px;
}

.iBusqueda {
    font-size: 18px;
    color: #008888;
    cursor: pointer;
}


.divMenu, .divMenuMarcado {
    float: left;
    color: #868686;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
    height: 100%;
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
    margin-left: 5px;
}

.divMenuMarcado {
    background-color: #ffd53a;
    color: #008888;
}

.divMenu:focus, .divMenu:hover, .divGrupServeisLinOpt:focus, .divGrupServeisLinOpt:hover, .divTitServei:focus, .divTitServei:hover {
    background-color: #cecfff;
}

.divBody {
    position: absolute;
    width: 100%;
    top: 100px;
    padding-top: 15px;
}

.modalMensaje {
    padding-top: 15%;
    overflow-y: visible;
}

.alert_div_alert {
    margin: 0px;
}

.lbl_alert {
    margin-right: 10px;
    width: 95%;
}

.menuPrincipal {
    height: 35px;
    min-height: 35px;
    margin: 0px;
    position: fixed;
    top: 65px;
    width: 100%;
    z-index: 1025;
    border-radius: 0px;
    background: linear-gradient(0deg, white,#e6e6e6);
    border-color: #bfbfbf;
}

.modalCargando {
    padding-top: 15%;
    overflow-y: visible;
    z-index: 1100;
}

.modalCargandoHeader {
    padding: 0px 15px 0px 15px;
    border: 0px;
}

    .modalCargandoHeader h4 {
        margin-bottom: 0px;
    }

.tituloModalCargando {
    margin: 0;
}

.piePagina {
    height: 35px;
    min-height: 35px;
    border-color: lightgray;
    background-color: rgba(235, 235, 235, 0.71);
}

.topnav {
    float: right;
    width: 100%;
    height: 100%;
}

    .topnav .icon {
        float: right;
        position: absolute;
        right: 10px;
        font-size: 20px;
        top: 0px;
        color: black;
    }


.divLeft {
    float: left;
}

.divRight {
    float: right;
}

@media (min-width: 943px) {

    .topnav .icon {
        display: none;
    }
}

@media (max-width: 800px) {

    .divMenu, .divMenuMarcado {
        font-size: 14px;
    }

    .imgLogoAyuntament {
        max-width: 250px !important;
    }

    .imgLogoInstalacion {
        height: 35px;
    }

    .divIdiomaBusqueda > div {
        height: 30px;
    }

    .headerMaster {
        height: 65px;
    }

    .menuPrincipal {
        top: 65px;
    }

    .divBody {
        top: 100px;
    }
}

@media (max-width: 700px) {

    .divMenu, .divMenuMarcado {
        font-size: 12px;
    }
}

@media (max-width: 942px) {
    .topnav > ul:not(:first-child), .topnav > .divUpdateCistella {
        display: none;
    }

    .topnav.responsive {
        position: relative;
        top: 19px;
        height: 70px;
        background: linear-gradient(0deg, #9a9a9a,#9a9a9a,#777777,#545454,#a0a0a0, white) !important;
    }

        .topnav.responsive > ul, .topnav.responsive > .divUpdateCistella {
            float: none;
            display: block;
            text-align: left;
        }

            .topnav.responsive > ul:not(:first-child), .topnav.responsive > .divUpdateCistella {
                float: right;
            }

    .topnav > ul > li > button, .topnav > .divUpdateCistella > ul > li > button {
        float: left !important;
    }

    .topnav.responsive .tituloPrincipalMaster {
        border-bottom: 1px solid gray;
    }
}


.modalImg {
    display: none;
    position: fixed;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}


/* Modal Content (image) */
.modal-contentImg {
    margin: auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90%;
    padding: 30px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-contentImg, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.closeImg {
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    top: 5px;
    right: 20px;
    position: absolute;
    opacity: 1;
}

    .closeImg:hover,
    .closeImg:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-contentImg {
        width: 100%;
    }
}
