@media (min-width: 1000px) {
    body {
        padding-top: 70px;
    }
}

@media (min-width: 768px) {
    .mainContainer {
        margin-top: 10px;
    }
}

strong {
    font-weight: 700 !important;
}

.sfondo {
    background: url("img/logosacrocuore.png") no-repeat center center;
    background-size: auto;
    background-size: cover;
}

#message, #messageQuestIBDQ, #messageQuestAffaticamento, #messageQuestCompromiss, #messageQuestEQ5D {
    position: fixed;
    top: 34px;
    left: 0;
    width: 100%;
}

.containerStyle {
    /*height:1300px; */
    /*max-width:1280px;*/
    border: 0;
}

.footerStyle {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    /*height: 60px;*/
    /*line-height: 60px;*/
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.visibleFalse
{
    display: none;
    visibility:hidden;
}

.visibleTrue {
    display: block;
    visibility: visible;
}

.visibleTrueInline {
    display: inline-block;
    visibility: visible;
}

.largeInputText {
    font-size: 2em;
    color: #33b5e5;
    font-weight: bold;
    text-transform:uppercase;
}

.mediumInputText {
    font-size: 1.3em;
    color: #33b5e5;
    font-weight: bold;
}

.textUpper {
    text-transform: uppercase;
}

.textCenter {
    text-align: center;
}

.partitionedInput {
    padding-left: 5px;
    letter-spacing: 28px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 295px;
}

/*spazio per il menu in testa*/
.mainContainer{
    padding-bottom: 60px;
}

.active {
    border-radius: 8px!important;
}

/*textarea e scrollbar*/
.textArea {
    overflow: auto !important;
}

textarea::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.fileContainer {
    max-width: 640px;
}

.fileRow {
    margin-bottom: -5px;
}

/*progress bar*/
.progressbar{
    width: 100%;
    height: 30px;
    padding-top: 10px;
}

textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: #3f51b5;
}

/*file download*/
.fileDownload {
    font-size: 0.8rem!important;
    cursor: pointer;
    line-height: 22px;
    padding-left: 24px;
    background: url("img/fileDownload.png") no-repeat scroll 0 0 transparent;
}

.fileDownload:hover {
    font-size: 0.9rem !important;
    font-weight: bold !important;
}

.fileRemove{
    font-size: 0.8rem!important;
    cursor: pointer;
    line-height: 22px;
    padding-left: 24px;
    background: url("img/fileRemove.png") no-repeat scroll 0 0 transparent;
    margin-left: 40px;
}

.fileRemove:hover {
    font-size: 0.9rem !important;
    font-weight: bold !important;
}

.noteFile {
    position: inherit;
}

.md-form .noteFile {
    position: inherit;
    cursor: pointer;
}

.accordionHeader {
    background-color: #3f51b5;
}

.accordionHeaderButton, .accordionHeaderButton:visited, .accordionHeaderButton:hover, .accordionHeaderButton:active, .accordionHeaderButton:link, .accordionHeaderButton:focus {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
}

.accordionSubTitle {
    color: #3f51b5;
}

.questionarioContainer {
    padding-top: 10px;
    max-width: 640px;
}

.questionarioTitolo {
    font-size: 1.1rem!important;
}

.questionarioRow {
    margin-bottom: 40px;
}

.questionarioRadioGroup {
    margin-top: -15px;
}

.esito {
    font-weight: bold !important;
    font-size: 1.35em !important;
}

.esitoLieve {
    color: #00A130 !important;
}

.esitoModerato {
    color: #3f51b5 !important;
}

.esitoGrave {
    color: #CB0000 !important;
}

/*MODALE*/
.modalChiudi {
    /*padding: 0.4rem;
    margin-top: 0px !important;
    margin-bottom: 0px !important;*/
    position: absolute;
    right: 0px;
    /*border: solid 2px #FFF;*/
}

.alert-top {
    position: fixed;
    top: 65px;
    left: 2%;
    width: 96%;
    z-index: 100;
}

.indigo {
    background-color: #203e77 !important;
}

.btn-indigo {
    background-color: #203e77 !important;
}

.accordionHeader {
    background-color: #203e77 !important;
}

.navbar-nav {
    font-size: .80em;
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 0px;
    }

    .visibleTrue {
        padding-top: 10px;
    }

    .largeInputText {
        font-size: 1.7em;
    }

    .mediumInputText {
        font-size: 1em;
    }
}