﻿
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

body {
    font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
}

strong {
    font-weight: 700;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    line-height: 1.1;
    color: #135c9b;
}


hr {
    border-top: 1px solid #CCC;
}

.logoHeader {
    margin-left: -15px;
}

.giust {
    margin-right: -15px;
}

.well {
    background-color: #E5E5E5;
}

.form-horizontal .control-label {
    padding-top: 0;
    margin-bottom: 5px;
}

    .form-horizontal .control-label.text-left {
        text-align: left;
        font-weight: 300;
    }

.form-control {
    margin-top: 7px;
}

.checkbox2 {
    margin-top: 13px;
}

.jumbotron {
    padding: 10px;
    margin-bottom: 10px;
    color: inherit;
    /*background-color: #fff;*/
    border-bottom: 2px solid #E5E5E5;
}

.banner-login {
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    border-bottom: 1px solid #CCC;
}

.banner-header {
    margin: 0;
    padding: 0;
    padding-top: 60px;
    border-bottom: 1px solid #CCC;
}

.title-banner-login,
.title-banner-header {
    color: #727272;
}

#leftCol {
    padding-top: 24px;
}

.navbar-default {
    background-color: #E5E5E5;
    border-color: transparent;
}

    .navbar-default .navbar-brand {
        color: #135c9b;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #2a6496;
        }

    .navbar-default .navbar-nav > li > a {
        color: #135c9b;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: transparent;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #135c9b;
        }

.nav-pills > li.active > a > .list-group-item-heading {
    color: #fff;
}

.panel-primary {
    border-color: #135c9b;
    background: #135c9b;
}

    .panel-primary:hover,
    .panel-primary:focus {
        border-color: #2a6496;
        background: #2a6496;
    }

    .panel-primary a {
        color: #FFF;
    }

        .panel-primary a:hover,
        .panel-primary a:focus {
            color: #FFF;
            text-decoration: none;
        }

.form-signin .form-control {
    margin-top: 5px;
    margin-bottom: 5px;
}

label {
    margin-top: 15px;
}

.btn {
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn-link {
    padding: 0;
    white-space: normal;
}

/*CSS per iframe*/
.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 25%;
    }

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
        /*border: 0 none;*/
        border: 1px solid #C0C0C0;
        bottom: 0; /*height: 50%;*/
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

/*CSS STEP*/
.hiddenStepInfo {
    display: none;
}

.activeStepInfo {
    display: block !important;
}

.underline {
    text-decoration: underline;
}

.step {
    margin-top: 27px;
}

.progress {
    position: relative;
    height: 25px;
}

    .progress > .progress-type {
        position: absolute;
        left: 0px;
        font-weight: 800;
        padding: 3px 30px 2px 10px;
        color: rgb(255, 255, 255);
        background-color: rgba(25, 25, 25, 0.2);
    }

    .progress > .progress-completed {
        position: absolute;
        right: 0px;
        font-weight: 800;
        padding: 3px 10px 2px;
    }

.step {
    text-align: center;
}

    .step .col-md-2 {
        background-color: #fff;
        border: 1px solid #C0C0C0;
        border-right: none;
    }

        .step .col-md-2:last-child {
            border: 1px solid #C0C0C0;
        }

        .step .col-md-2:first-child {
            border-radius: 5px 0 0 5px;
        }

        .step .col-md-2:last-child {
            border-radius: 0 5px 5px 0;
        }

        .step .col-md-2:hover {
            color: #F58723;
            cursor: pointer;
        }

    .step .col-md-4 {
        background-color: #fff;
        border: 1px solid #C0C0C0;
        border-right: none;
    }

        .step .col-md-4:last-child {
            border: 1px solid #C0C0C0;
        }

        .step .col-md-4:first-child {
            border-radius: 5px 0 0 5px;
        }

        .step .col-md-4:last-child {
            border-radius: 0 5px 5px 0;
        }

        .step .col-md-4:hover {
            color: #F58723;
            cursor: pointer;
        }

    .step .activestep {
        color: #F58723;
        height: 100px;
        margin-top: -7px;
        padding-top: 7px;
        border-left: 6px solid #5CB85C !important;
        border-right: 6px solid #5CB85C !important;
        border-top: 3px solid #5CB85C !important;
        border-bottom: 3px solid #5CB85C !important;
        vertical-align: central;
    }

    .step .fa {
        padding-top: 15px;
        font-size: 40px;
    }

    .step .btninput {
        padding-top: 15px;
        font-size: 21px;
    }


.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #F58723;
    background-color: #fff;
}

.input-recaptcha {
    width: 172px;
}

.highlight {
    background-color: #ffff00;
}

.table th a:hover {
    color: white;
}

.table td a.danger {
    color: red !important;
}

.table td a.default {
    color: #3498DB !important;
}

.btnMilano {
    float: right;
}

@media (max-width: 767px) {
    .btnMilano {
        float: none;
        white-space: normal;
    }
}
