/*@font-face {    
    font-family: "sitoFontFuturaPTMedium";
    src: url("../../../fonts/FTN55.ttf") format("opentype");    
}
@font-face {    
    font-family: "sitoFontFuturaPTBook";
    src: url("../../../fonts/FTN45.ttf") format("opentype");
}
@font-face {    
    font-family: "sitoFontNunitoRegular";
    src: url("../../../fonts/nunito/Nunito-Regular.ttf") format("opentype");
}

body {
    font-family: "sitoFontNunitoRegular";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
label{
@import "../../../../../__sviluppo/medWeb/sito/themes/med/css/theme.css";
    font-weight: normal  !important;
    font-family: "sitoFontFuturaPTMedium" !important;
}
button, button:hover, button:focus, button:active,
input[type="button"], input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active,
input[type="submit"], input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    outline: none !important;
    font-family: "sitoFontFuturaPTMedium" !important;
}*/
label{
    font-weight: normal;
}
.fake-input-div{
    height: 30px;
    border-radius: 4px !important;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 1em;
    line-height: 1.5;
    background-color: #eee;
    opacity: 1;
    cursor: not-allowed;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.home-link{
    width: 32px;
    height: 32px;
    display: inline-block;
    background:url('../../../imm/glyphicons-b-w/w/home-7-128.png') no-repeat 50% 6px / 24px auto transparent !important;
    background:url('../../../imm/glyphicons-b-w/w/house-128.png') no-repeat 50% 6px / 24px auto transparent !important;
}
a.home-link :visited,a.home-link :hover, a.home-link :link{
    color:white;
}
a.home-link{
    width: 32px;
    height: 32px;
    display: inline-block;
    color:white;
    padding-top: 10px;
    border: 0px solid;
}
.popup-form-title{
    color: white !important;
}