html {
    background: url(../images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background: transparent;
}

.mainContainer {
    border: 1px solid black;
    padding-bottom: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    background: white;
}

/** Header. */
.rowHeaderCede {
    background-color: #004494;
}

.rowHeaderPir {
    background-color: #c129b9;
}

.rowHeaderMilitary {
    background-color: #145a32;
}

.rowHeaderClinical {
    background-color: #ecc00d;
}

.colLogo {
    /*padding: 15px 23px;*/
    z-index: 1;
    background: white;
}

.title {
    color: white;
    font-size: 150%;
}

h1 {
    color: white;
}

img.logo {
    width: 100%;
    max-width: 200px;
    /*max-width: 100%;*/
}

.required-label:after {
    content: " *";
    color: red;
}

.checkboxText {
    font-weight: normal;
}

div.buttonParent {
    display: flex;
    justify-content: flex-end;
}

div.buttonWithMargin {
    margin-left: 5px;
}

div.disabledDiv {
    cursor: not-allowed;
}

.almostInvisible {
    opacity: 0.2 !important;
}

.description {
    padding-top: 0px;
    padding-bottom: 10px;
    font-style: italic;
}

.description-error {
    color: #d9534f;
}

/*------------------------------------------------ */
/* Fieldsets!                                      */
/*------------------------------------------------ */

fieldset.group-border {
    border: 1px groove lightgray !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 !important;
    -webkit-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
}

legend.group-border {
    font-size: 1.2em !important;
    font-weight: lighter !important;
    text-align: left !important;
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    margin-bottom: 0.5em;
    color: gray;
}

fieldset.group-border-top {
    border-top: 1px groove lightgray !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 1.0em 0 0 0 !important;
    -webkit-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

label.legend-info {
    font-weight: lighter !important;
    text-align: left !important;
    color: gray;
}

input.legend-info[type=checkbox]:after {
    border: 1px solid #999;
}

.collapsable:after {
    font-family: "Glyphicons Halflings";
    font-size: 90%;
    color: grey; /* #555; */
    content: "\e114";
    float: left;
    margin-right: 7px;
    /*float: right;*/
    /*margin-left: 7px;*/
}

.collapsable.collapsed:after {
    content: "\e080";
}

.collapsable {
    cursor: pointer;
}

@media (max-width: 600px) {
    div.buttonParent {
        flex-direction: column;
    }

    div.buttonWithMargin {
        margin: 5px;
    }

    a.fullWidth {
        width: 100%;
    }
}
