﻿#modalPopup_C {
    overflow: hidden !important;
}


html, body {
    height: 100%;
    font-family: 'Roboto', Sans-serif;
    font-size: 13px;
}

body {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    color: #999;
    font-family: 'Roboto', Sans-serif;
    background-image: url('../baseimg/ROBOT-UOMO-rosso-2.png');
    background-repeat: no-repeat;
    background-position: center 200px;
    background-size: cover;
}


.barra_sopra
{
    background-color:red;
    width:100%;
    height:35px;
}

.barra_sopra_wrapper
{
    width:1000px;
    color:#fff;
    margin:0 auto;
    background-color:red;
}

.barra_testi
{
    float:left;
    margin-top:8px;
}

.barra_testi a
{
    text-decoration:none;
    color:#999;
}


.testata {
    background-color: #fff;
    width: 100%;
    height: 120px;
    background-image: url('../baseimg/logo_new.png');
    background-repeat: no-repeat;
    background-position: 100px;
    background-size: auto 100px;

}

.testata_wrapper {
    width: 1000px;
    color: #D9010E;
    margin: 0 auto;
    font-family: 'Roboto', Sans-serif;
    font-weight: 600;
    font-size: 18pt;
    background-color: transparent;
    text-align: center;
    margin-top: 30px;
}

.menu{
    width:100%;
    height:55px;
    background-color:#fff;
    box-shadow: 0px 0px 5px #898989;
}

.menu_wrapper {
    width:1000px;
    color:#fff;
    margin:0 auto;
}

.menu_voce {
    background-image: url('../baseimg/sep_dw.jpg');
    background-position:right;
    background-repeat:no-repeat;
    float: right;
    margin-top: 18px;
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
    padding-right:10px;
}

.menu_voce a
{
    text-decoration:none;
    color:#999;
}
.menu_voce:hover {
    background-image: url('../baseimg/sep_up.jpg');
}

.menu_bottone {
    float: right;
    background: #f57d2e none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    margin: 10px 0 10px 10px;
    padding: 0 10px;
    height:27px;
    padding-top:9px;
    cursor:pointer;
}

.pagina_wrapper
{
    width:1000px;
    color:#d0d0d0;
    background-color:#fff;
    margin:0 auto;
}

.col_sx
{
    width:20%;
    float:left;
}

.col_dx
{
    width:78%;
    float:left;
    margin-left:10px;
}

.titolo_agente
{
    width:100%;
    font-size:12pt;
    color:#333333;
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
    text-decoration:none;

}

.titolo_agente a
{
    text-decoration:none;
    color:#333333;
}

.messaggio_allerta
{
    color:red;
    margin-top:10px;
}

.menu_torna 
{
    margin: 0 auto;
    padding-top:55px;
    font-family: 'Roboto', Sans-serif;
    text-align: center;
    width: 120px;
    height: 60px;
    background-color: transparent;
    border-bottom: 3px solid transparent;
    color:#000;
}

.menu_torna:hover {
    border-bottom: 5px solid #D9010E;
    cursor: pointer;
    color: #D9010E;
}