﻿* {
    font-family: Questrial, Tahoma;
    font-weight: 400;
}

body {
    position: relative;
}

@media (max-width: 767px) {
    body {
        /*font-size: 12px;*/
    }

    .topContent {
        margin-top: 0;
    }

    .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        /*font-size: 14px;*/
    }

    .topContent {
        margin-top: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body {
        /*font-size: 14px;*/
    }

    .topContent {
        margin-top: 75px;
    }
}

@media (min-width: 1200px) {
    body {
        /*font-size: 14px;*/
    }

    .topContent {
        margin-top: 75px;
    }
}

.logo-container {
    margin: auto;
    margin-bottom: 10px;
    margin-top: 50px;
    height: 100px;
    background-image: url('../images/logo1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#logo_big {
    height: 100px;
    background-image: url(../images/logo_euro_2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginTop50 {
    margin-top: 50px;
}

.marginTop60 {
    margin-top: 60px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginBottom40 {
    margin-bottom: 40px;
}

.marginBottom50 {
    margin-bottom: 50px;
}

.marginBottom60 {
    margin-bottom: 60px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginRight30 {
    margin-right: 30px;
}

.marginRight40 {
    margin-right: 40px;
}

.marginRight50 {
    margin-right: 50px;
}

.marginRight60 {
    margin-right: 60px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft30 {
    margin-left: 30px;
}

.marginLeft40 {
    margin-left: 40px;
}

.marginLeft50 {
    margin-left: 50px;
}

.marginLeft60 {
    margin-left: 60px;
}

/* dimensione automatica immagine nella barra di navigazione */
.navbar-brand > img {
    height: 30px;
}

/* lista incarichi */
.profile_view {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
}

    .profile_view:hover {
        -webkit-box-shadow: 0 14px 12px 0 rgba(0,0,0,0.17),0 20px 40px 0 rgba(0,0,0,0.3);
        box-shadow: 0 14px 12px 0 rgba(0,0,0,0.17),0 20px 40px 0 rgba(0,0,0,0.3);
    }

.well.profile_view {
    padding: 10px 0 0;
}

    .well.profile_view .divider {
        border-top: 1px solid #e5e5e5;
        padding-top: 5px;
        margin-top: 5px;
    }

    .well.profile_view .ratings {
        margin-bottom: 0;
    }

.pagination.pagination-split li {
    display: inline-block;
    margin-right: 3px;
}

    .pagination.pagination-split li a {
        border-radius: 4px;
        color: #768399;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.well.profile_view {
    background: #fff;
}

    .well.profile_view .bottom {
        margin-top: -20px;
        background: #F2F5F7;
        padding: 9px 0;
        border-top: 1px solid #E6E9ED;
    }

    .well.profile_view .left {
        margin-top: 20px;
    }

        .well.profile_view .left p {
            margin-bottom: 3px;
        }

    .well.profile_view .right {
        margin-top: 0px;
        padding: 10px;
    }

    .well.profile_view .img-circle {
        border: 1px solid #E6E9ED;
        padding: 2px;
    }

    .well.profile_view h2 {
        margin: 5px 0;
        font-size: 14px;
        font-weight: bold;
    }

    .well.profile_view .ratings {
        text-align: left;
        font-size: 16px;
    }

    .well.profile_view .brief {
        margin: 0;
        font-weight: 300;
    }

.profile_left {
    background: white;
}

/* pagina incarico */
.nav-tabs > li > a {
    border: none;
}

.nav.nav-tabs-custom-colored > li.active > a,
.nav.nav-tabs-custom-colored > li.active > a:hover,
.nav.nav-tabs-custom-colored > li.active > a:focus {
    background-color: white; /*#296EAA;*/
    color: #2d2d2d;
    cursor: pointer;
    border: solid 1px #2d2d2d;
}

.nav.nav-tabs-custom-colored > li > a {
    background-color: #2d2d2d; /*#296EAA;*/
    color: #fff;
    cursor: pointer;
    border-radius: 0;
}

.tab-content.profile-page {
    padding: 35px 15px;
    background-color: #ececec;
}

.profile .user-info-left {
    text-align: center;
}

.profile .user-info-left,
.profile .user-info-right {
    padding: 10px 0;
}

    .profile .user-info-left img {
        border: 3px solid #fff;
    }

    .profile .user-info-left h2 {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.3em;
        margin-bottom: 20px;
    }

.user-info-left .btn {
    border-radius: 0px;
}

.profile .user-info-left ul.social a {
    font-size: 20px;
    color: #b9b9b9;
}

.profile .user-info-right {
    border-left: 1px solid #ddd;
    padding-left: 30px;
}

.profile h3, .activity h3, .settings h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 20px;
}

i.glyphicon {
    margin-right: 4px;
}

.data-row .data-name, .data-row .data-value {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}

.simple-value {
    width: 50px;
}

.data-row .data-name {
    width: 12em;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-size: 0.9em;
    vertical-align: top;
}

ul.activity-list > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

ul.activity-list > li {
    padding: 15px;
}

    ul.activity-list > li .activity-icon {
        display: inline-block;
        vertical-align: middle;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        width: 34px;
        height: 34px;
        background-color: #e4e4e4;
        font-size: 16px;
        color: #656565;
        line-height: 34px;
        text-align: center;
        margin-right: 10px;
    }

fieldset {
    margin-bottom: 40px;
}

hr {
    border-top-color: #ddd;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-control, .input-group .form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control label {
        margin-right: 10px;
    }

.badge-notify {
    /*background: red;*/
    position: relative;
    top: -20px;
    /*left: -35px;*/
}

.badge-primary {
    background-color: #337ab7;
}

.badge-danger {
    background-color: #d43f3a;
}

.badge-warning {
    background-color: #d58512;
}

.badge-success {
    background-color: #398439;
}

.badge-info {
    background-color: #269abc;
}

.badge-inverse {
    background-color: #333333;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}


/* RADIO */
.regular-radio input {
    display: none;
}

    .regular-radio input + label {
        width: 20px;
        height: 20px;
        background-image: url(../images/bullet_ball_yellow.png);
        background-size: 20px;
        margin-right: 2px;
    }

    .regular-radio input:checked + label:after {
        content: ' ';
        width: 20px;
        height: 20px;
        position: absolute;
        text-shadow: 0px;
    }

.radio-green input:checked + label:after {
    background-image: url(../images/bullet_ball_green.png);
    background-size: 20px;
}

.radio-yellow input:checked + label:after {
    background-image: url(../images/bullet_ball_orange.png);
    background-size: 20px;
}

.radio-blue input:checked + label:after {
    background-image: url(../images/bullet_ball_blue.png);
    background-size: 20px;
}

.radio-grey input:checked + label:after {
    background-image: url(../images/bullet_ball_grey.png);
    background-size: 20px;
}

.radio-red input:checked + label:after {
    background-image: url(../images/bullet_ball_red.png);
    background-size: 20px;
}



.label-notify {
    position: absolute;
    right: -5px !important;
    top: -7px !important;
    color: white;
    z-index: 999;
}

.menu .label-notify {
    position: absolute;
    right: 0px;
    top: 0px;
}

.just {
    display: flex;
    flex-flow: row nowrap;
}

    .just > li {
        flex: 1 auto;
        text-align: center;
        white-space: nowrap;
    }

.menu a {
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 40px;
}

.menu_home a {
    background-image: url(/images/menu_home_off.png);
}

    .menu_home a.active {
        background-image: url(/images/menu_home_on.png);
    }

.menu_casa a {
    background-image: url(/images/menu_casa_off.png);
}

    .menu_casa a.active {
        background-image: url(/images/menu_casa_on.png);
    }

.menu_immobiliare a {
    background-image: url(/images/menu_immobiliare_off.png);
}

    .menu_immobiliare a.active {
        background-image: url(/images/menu_immobiliare_on.png);
    }

.menu_attivita a {
    background-image: url(/images/menu_attivita_off.png);
}

    .menu_attivita a.active {
        background-image: url(/images/menu_attivita_on.png);
    }

.menu_campana a {
    background-image: url(/images/menu_campana_off.png);
}

    .menu_campana a.active {
        background-image: url(/images/menu_campana_on.png);
    }


.menu_dati a {
    background-image: url(/images/menu_dati_off.png);
}

    .menu_dati a.active {
        background-image: url(/images/menu_dati_on.png);
    }

/*only form Safari*/
/*@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    @media {*/
        input.invalid, select.invalid, textarea.invalid
        , input:invalid, select:invalid, textarea:invalid {
            border-color: #ff0000;
            /*background-image: url('../img/required.png');*/
            background-position: right top;
            background-repeat: no-repeat;
            -moz-box-shadow: none;
        }

        input:required:valid, textarea:required:valid, select:required:valid {
            border: 1px solid #cccccc;
            background-image: none;
        }

        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
   /* }
}*/
