﻿.modalGlass {
    position: fixed;
    z-index: 2999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 170, 170, 170, .5 ) url('../img/progress-indicator.gif') 50% 50% no-repeat;
}

.posizioneLatitudoExPosizione {
    width: 90%;
    font-size: 11px;
    color: #707173;
    margin: 5px 0px 5px 5px;
}

body {
    background-image: none; /*override dell'immagine di forndo del css*/
    background-repeat: repeat-x;
    margin: 0px 0px 0px 0px;
    background-color: white;
    font-family: StepFont;
    color: #002776;
}

select {
    height:20px !important;
    border-radius:4px;
}

/*input {
    height:25px ;
    border-radius:4px;
}*/


.headerLogo
{
    float: left;
    position: fixed;
    width: 100%;
    left:0;
    height: 60px;
    margin-left:10px;
}

@font-face {
    font-family: StepFont;
    src: url(./fonts/ProximaNova-Regular.otf);
}

@font-face {
    font-family: StepFont;
    src: url(./fonts/ProximaNova-Bold.otf);
    font-weight:bold;
}
