﻿.mainHeaderBoxL {
    background-image: url('../images/blue.png');
    margin-right: 0px;
    color: white;
    text-align: right;
    background-repeat: no-repeat;
    background-position: right;
}

    .mainHeaderBoxL h2, .mainHeaderBoxL_big h2 {
        font-family: asapbold;
        font-size: 22px;
        text-align: right;
        color: #fff;
        margin-top: 15px;
        width: 90%;
        padding-right: 15px;
    }

.mainHeaderBoxL_round
{
    background-image:url('../images/blue_round.png');
    background-repeat: no-repeat;
    background-position: right;
    margin-left:0px;
    }

.mainHeaderBoxR_round {
    background-image: url('../images/green_round.png');
    background-repeat: no-repeat;
    background-position: left;
    margin-right: 0px;
}

.mainHeaderBoxR {
    /*background-image: url('../images/green.png');
    background-repeat: no-repeat;
    background-position: left;*/
    background-color: #009e61;
    margin-right: 0px;
    color: white;
}

    .mainHeaderBoxR h2, .mainHeaderBoxR_big h2 {
        font-family: asapbold;
        font-size: 22px;
        color: #fff;
        margin-top: 15px;
        width: 90%;
        margin-left: 40px;
    }

.modificaPrenotazione {
    padding: 10px;
    text-decoration: none;
    border-bottom: 4px solid #fff;
    font-family: asapbold;
    font-size: 16px;
    color: #434343;
}

    .modificaPrenotazione:hover {
        border-bottom: 4px solid #0051BA;
        text-decoration: none;
        color: #434343;
    }

img {
    vertical-align: inherit;
}

/*.mainBody_blue
{
    margin:0;
    border:3px solid #0051BA;
}*/

.modalBackground {
            background-color:Gray;
            filter:alpha(opacity=70);
            opacity:0.7;
        }
