/* 
    Document   : main
    Created on : Jan 3, 2017, 12:09:46 PM
    Author     : stefano
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.menutop {
    display: block;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    height: 40px;
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menutop:hover {
   background-color: rgba(245, 245, 245, 0.5);
}

.formrow {
    margin-top: 10px;
    margin-bottom: 10px;
}

.masterLbl {
    font-weight: bold;
}

.formcenter {
    text-align: center;
}

.menuCop {
    color: #9d9d9d;
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
}

.navbar-pers {
    height: 60px !important;
}

.back_link {
    font-size: 16px;
}

.cerchioRosso {
    background-color: red;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: 14px;
    height: 14px;
    cursor: auto;
    left: 50%;
    margin-left: -10px;
    margin-top: -7px;
    overflow: visible;
    position: absolute;
    top: 50%;
}

.cerchioVerde {
    background-color: green;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: 14px;
    height: 14px;
    cursor: auto;
    left: 50%;
    margin-left: -10px;
    margin-top: -7px;
    overflow: visible;
    position: absolute;
    top: 50%;
}

.pulsanteHeader {
    float: right;
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    margin-top: 20px;
}
