
body {
    padding-top: 70px;
    padding-bottom: 30px;
    font-family: "jaf-bernino-sans", "Segoe UI", "Myriad Pro", Arial, sans-serif;
    background: #fff url('/images/groovepaper.png') left top;
}

h1, h2, h3, h4 {
    font-family: "jaf-bernino-sans-condensed", "Segoe UI", "Myriad Pro", Arial, sans-serif;
    font-weight: bold;
}

.navbar-default {
    background: #fff;
}

.navbar-default .navbar-brand {
    color: #0069b4;
    font-weight: bold;
}

.project-logo {
    float: left;
    margin: -7px 1em 0 0;
}

.project-logo img {
        height: 30px;
}

li.userName {
    color: #777;
    padding:15px;
}
.panel-title {
    display: inline-block;
    font-size: 2em;
}

.stampa {
    float: right;
    padding-top: 10px;
    color:#555;
}

.stampa:hover {
    text-decoration: none;
}

.codice {
    display: none;
    color:#0069b4;
    font-weight: 500;
    margin-left: 1em;
}

.answers {
    /*border: 1px solid #0069b4;*/
    margin: 3em 0;
    border: 5px solid #f5f5f5;
    border-radius: 4px;
    padding: 0 15px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    background-color: #eee;
}

.answers h1 {
    color:#0069b4;
    border-bottom: 1px dotted #0069b4;
}

.answers .alert:first-of-type {
    margin-top: 2em;
    /*border-top: 1px solid #ccc;*/
    /*padding-top: 2em;*/
}


.alert {
    padding: 12px 12px 12px 50px;
    margin-bottom: 10px;
}

.diagnosi {
    margin: 50px 0 20px 0;
    padding: 30px 30px 30px 80px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.alert:before {
        font-family: "Glyphicons Halflings";
        line-height: 1;
        margin: -.1em 0 0 -40px;
        display: inline-block;
        font-size: 1.5em;
        float: left;
}

.diagnosi:before {
    margin-left:-65px;
    font-size: 2.3em;
}

.diagnosi.alert-success:before {
    content: "\e013";
}

.alert-info:before {
    content: "\e086";
}

.alert-warning:before {
    content: "\e209";
}

.alert-danger:before {
    content: "\e101";
}

.specialista {
    padding-bottom: 1em;
}

.specialista  span:before {
    margin-right: 10px;
    position:relative;
    top:1px;
}

.modal-vertical-centered {
    transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important; /* IE 9 */
    -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

.modal-vertical-centered .modal-header {
    border-bottom: 1px solid rgba(0,105,180,0.4);


}

.modal-vertical-centered .modal-title {
    color:rgb(0,105,180);
    font-size: 20px;
}

.modal-vertical-centered .modal-title span:before {
    margin-right:5px;
    font-size: 16px;
}
/* SMALL SCREENS */
@media (max-width: 767px) {
    #jsThanks btn {
        display: block;
        width: 100%;
    }
    .navbar-header {
        float:left;
    }
    ul.nav.navbar-nav.navbar-right {
        float:right;
    }
    ul.nav.navbar-nav.navbar-right li {
        float:left;
    }
}
