﻿.PageMainText 
{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 21px;
    background-color: #fff;
}
.BoxLogin {
    border-radius: 10px;
    border: solid 3px #ddd;
    padding: 15px;
    margin-bottom:20px;
}

    .BoxLogin H2 {
        color: #bbb;
        text-align: center;
        font-weight: normal;
        margin-bottom:20px;
    }

    .BoxLogin H3 {
        color: #bbb;
        text-align: center;
        margin:0;
        padding:0;
        font-weight:normal;
    }


.BoxGray {
    background-color: #f3f3f3;
    border: solid 3px #f3f3f3;
}


.DivAvviso, .DivErrore {
    position: absolute !important;
    top: 30px;
    left: 10%;
    width: 80%;
    z-index: 2000;
    box-shadow: #bbb 2px 2px 3px
}




.Profile_divAccount {
    padding-left:30px;
}


.TextGray {
    color:#808080;
}



/************Boostrap extra styles */

.btn-20km {
    color: #000000;
    background-color: #FFD144;
    border-color: #FFD144;
}

    .btn-20km:hover,
    .btn-20km:focus,
    .btn-20km:active,
    .btn-20km.active,
    .open .dropdown-toggle.btn-20km {
        color: #000000;
        background-color: #FCBE05;
        border-color: #FFD144;
    }

    .btn-20km:active,
    .btn-20km.active,
    .open .dropdown-toggle.btn-20km {
        background-image: none;
    }

    .btn-20km.disabled,
    .btn-20km[disabled],
    fieldset[disabled] .btn-20km,
    .btn-20km.disabled:hover,
    .btn-20km[disabled]:hover,
    fieldset[disabled] .btn-20km:hover,
    .btn-20km.disabled:focus,
    .btn-20km[disabled]:focus,
    fieldset[disabled] .btn-20km:focus,
    .btn-20km.disabled:active,
    .btn-20km[disabled]:active,
    fieldset[disabled] .btn-20km:active,
    .btn-20km.disabled.active,
    .btn-20km[disabled].active,
    fieldset[disabled] .btn-20km.active {
        background-color: #FFD144;
        border-color: #FFD144;
    }

    .btn-20km .badge {
        color: #FFD144;
        background-color: #000000;
    }




.btn-20km-gray {
    color: #000000;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.btn-20km-gray:hover,
.btn-20km-gray:focus,
.btn-20km-gray:active,
.btn-20km-gray.active,
.open .dropdown-toggle.btn-20km-gray {
    color: #000000;
    background-color: #cbcbcb;
    border-color: #d9d9d9;
}

    .btn-20km-gray:active,
    .btn-20km-gray.active,
    .open .dropdown-toggle.btn-20km-gray {
        background-image: none;
    }

.btn-20km-gray.disabled,
.btn-20km-gray[disabled],
fieldset[disabled] .btn-20km-gray,
.btn-20km-gray.disabled:hover,
.btn-20km-gray[disabled]:hover,
fieldset[disabled] .btn-20km-gray:hover,
.btn-20km-gray.disabled:focus,
.btn-20km-gray[disabled]:focus,
fieldset[disabled] .btn-20km-gray:focus,
.btn-20km-gray.disabled:active,
.btn-20km-gray[disabled]:active,
fieldset[disabled] .btn-20km-gray:active,
.btn-20km-gray.disabled.active,
.btn-20km-gray[disabled].active,
fieldset[disabled] .btn-20km-gray.active {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.btn-20km-gray .badge {
    color: #d9d9d9;
    background-color: #000000;
}