@import url("../uicore/uicore.css");

/* overrides uicore.css choices */

#homelink {
    background: url('icons/nimet.png') left no-repeat;
    background-size: 95%;
    opacity: 0.75;
}

#homelink select {
    max-width: 104px;
}


/*Selector de ID*/

#homelink:hover {
    background-size: 100% auto;
    color: blue;
    opacity: 1;
}

.optionsBar {
    background: url('icons/iri_nimet.png') right no-repeat;
    background-size: 128px;
    background-position: 100%;
}


/* Other css rules */
div {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}

p {
    text-align: justify;
}

.p1 {
    padding-left: 5px;
    padding-right: 20px;
    display: block;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #175e88;
}

a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #FF8C00;
}

.titre1 {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.dlauximg.bis {
    padding-left: 32px;
    width: 93%;
}

.buttonInstructions.bis {
    margin-left: -45px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.dlimage.withMap {
    margin-left: 20px;
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.dlimg.bis {
    width: 94%;
}

.regionwithinbbox.dlimage.bis {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-right: 30px;
    padding-bottom: 25px;
}