/* 
    FONTS HÄR
*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);*/



/* 
    Vanlig CSS-kod 
*/

body, html {
    /* Style about fonts / colors etc */
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1.52;
    /* Style about div / tag (width/float/margins) */
    padding: 0;
    margin: 0;
}


#fullFormHolder {
    /* Style about fonts / colors etc */
    background-color: #FFF;
    /* Style about div / tag (width/float/margins) */
    width: 100%;
    float: left;
    padding: 0 0 100px 0;
}

.formInformation {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.formContainer h3 {
    /* Style about fonts / colors etc */
    font-weight: 400;
    font-size: 2.25em !important;
    line-height: 1.52;
    /* Style about div / tag (width/float/margins) */
    float: left;
    width: 100%;
    margin: 5px 0 -5px 0;
    padding: 0;
}

.formContainer p {
    /* Style about fonts / colors etc */
    /* Style about div / tag (width/float/margins) */
    float: left;
    width: 100%;
    margin: 0 0 7px 0;
    padding: 0;
}

span.boldText {
    /* Style about fonts / colors etc */
    font-weight: 700;
    /* Style about div / tag (width/float/margins) */
    float: left;
    width: 100%;
    margin: 0 0 7px 0;
    padding: 0;
}

.inputClassContainer {
    position: relative;
}

.inputClass {
    float: left;
    width: 100%;
}

span.customMessage {
    /* Style about fonts / colors etc */
    color: #b55454;
    font-size: 0.75em !important;
    font-style: italic;
    font-weight: 500;
    text-align: left;
    /* Style about div / tag (width/float/margins) */
    position: absolute;
    bottom: -20px;
    left: 2px;
    right: auto;
    width: 90%;
}


/* Form-widths
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.formContainer {
    /* Style about fonts / colors etc */
    color: #333333;
    /* Style about div / tag (width/float/margins) */
    width: 100%;
    max-width: 550px;
    position: relative;
    margin: auto;
}

.half-width {
    float: left;
    width: 48%;
    margin: 0 0 20px 0;
}

.full-width {
    float: left;
    width: 100%;
}

.margin-right {
    margin-right: 2%;
}

.margin-left {
    margin-left: 2%;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.formHead {
    float: left;
    width: 100%;
    padding: 20px 0;
    margin: 0px 0;
}

    .formHead label {
        /* Style about fonts / colors etc */
        font-size: 1.13em !important;
        font-weight: 500 !important;
        color: #7ac546;
        /* Style about div / tag (width/float/margins) */
        float: left;
        padding: 0;
        margin: 0;
    }

    .formHead img {
        float: right;
        cursor: pointer;
        margin-top: 4px;
        transition: all 0.3s;
    }

.form-border {
    width: 100%;
    float: left;
    height: 1px;
    background-color: #e4e4e4;
}

.mutliselector .btn, .btn-group {
    border-radius: 0;
    width: 100%;
    float: left;
    text-align: left;
}

span.multiselect-selected-text {
    padding: 0 5px;
    float: left;
}

.dropdown-menu {
    min-width: 100%;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem !important;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    font-family: sans-serif;
}

    .dropdown-menu a {
        color: #4e565f;
        font-family: sans-serif;
        font-size: 0.88em !important;
    }

    .dropdown-menu ul li:focus, .dropdown-menu ul li .checkbox:focus {
        outline: 0 !important;
    }

.formContainer textarea {
    font-family: sans-serif;
    min-height: 125px;
    padding: 10px 9px 9px 13px;
}

.formContainer fieldset {
    padding: 0;
    border-width: 0;
}

.formContainer option[value=""][disabled] {
    display: none;
}

::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.full-check-row {
    float: left;
    width: 100%;
}

.checkLabel {
    float: left;
    width: 100%;
    font-size: 1.13em !important;
    font-weight: 500 !important;
    color: #7ac546;
}

.spanQuestion {
    font-weight: 500;
    width: auto !important;
}

.spanAnswer {
    font-weight: 400;
    width: auto !important;
    margin-left: 10px !important;
}

.goBackButton {
    float: left;
    width: auto !important;
    margin: 32px 0 0 15px !important;
    cursor: pointer;
}

.errorinformation {
    /* Style about fonts / colors etc */
    background-color: #FFF;
    /* Style about div / tag (width/float/margins) */
    float: left;
    width: 100%;
    padding: 25px 3% 30px 3%;
    border: 1px solid #e6e6e6;
    border-top: 4px solid #ac2828;
    margin: 40px 0 10px 0;
    display: none;
}

    .errorinformation p {
        margin: 0;
        padding: 0;
        float: left;
    }

    .errorinformation span {
        /* Style about fonts / colors etc */
        font-weight: 700;
        /* Style about div / tag (width/float/margins) */
        padding: 0;
        margin: 10px 0 12px 0;
        float: left;
    }

span.moveOnButton {
    float: left;
    margin: 11px 0 0 20px;
    cursor: pointer;
}

    span.moveOnButton:hover {
        text-decoration: underline;
    }

img.nationalFlags {
    max-height: 20px;
    float: right;
    margin-left: 5px;
    opacity: 0.25;
}

    img.nationalFlags.active {
        opacity: 1;
    }

.checkMyAnswers {
}

    .checkMyAnswers span {
        width: 100%;
        float: left;
        margin: 5px 0 0 0;
    }

    .checkMyAnswers ul li {
        float: left;
        width: 100%;
    }


.topMargin {
    float: left;
    width: 100%;
    margin-top: 40%;
}

.formSucced {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(/assets/send_bg.png);
    background-repeat: repeat;
    z-index: 999;
    overflow-y: scroll;
}

.formSuccedText {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.63em !important;
    margin: 30px 0 20px 0;
    line-height: 1.52;
}

.formSuccedNumber {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.63em !important;
    margin: 10px 0;
}

.formedSpan {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1em !important;
    margin: 3px 0;
}

#sendImg {
    width: 85px;
    display: block;
    margin: auto;
}

.succedCenter {
    width: 180px;
    position: relative;
    margin: auto;
}

.succedButton {
    /* Style about fonts / colors etc */
    font-size: 0.88em !important;
    line-height: 1.57em;
    background-color: #008A00;
    color: #FFFFFF;
    /* Style about div / tag (width/float/margins) */
    width: 100%;
    float: left;
    margin: 35px 0 35px 0;
    padding: 13px 0;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: all .2s;
}

    .succedButton:hover {
        /* Style about fonts / colors etc */
        background-color: #76b726;
    }

/* Phones */
@media (max-width: 549px) {
    .formContainer {
        width: 90%;
    }

    .half-width {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .margin-right {
        margin-right: 0;
    }

    .margin-left {
        margin-left: 0;
    }

    .nationalFlags {
        max-height: 40px;
    }

    .topMargin {
        margin-top: 20%;
    }

    .goBackButton {
        width: 95% !important;
        margin: 0px 0 30px 5px !important;
    }
}

.formInformation p {
    margin: 10px 0;
    line-height: 1.52;
}

.formInformation a {
    float: left;
    margin: 0 0 10px 0;
    color: #4e565f;
    text-decoration: underline;
}

.manufacturer .half-width {
    margin: 1px 0;
}

#elevForm input[type="radio"], #elevForm input[type="checkbox"] {
    display: none;
}

    #elevForm input[type="radio"] + div + label,
    #elevForm input[type="checkbox"] + div + label,
    #elevForm input[type="radio"] + label,
    #elevForm input[type="checkbox"] + label {
        color: #000;
        font-size: 0.88em !important;
    }

        #elevForm input[type="radio"] + div + label span::before,
        #elevForm input[type="checkbox"] + div + label span::before,
        #elevForm input[type="radio"] + label span::before,
        #elevForm input[type="checkbox"] + label span::before {
            width: 24px;
            height: 24px;
            border: 3px solid;
            border-color: #008a00;
            border-radius: 50%;
            content: "";
            display: inline-block;
            vertical-align: -6px;
            box-shadow: inset 0 0px 0px #e6e6e6;
            margin-right: 0.5em;
            font-size: 1.25em;
            cursor: pointer;
            float: left;
        }

    #elevForm input[type="radio"]:checked + div + label span::before,
    #elevForm input[type="checkbox"]:checked + div + label span::before,
    #elevForm input[type="radio"]:checked + label span::before,
    #elevForm input[type="checkbox"]:checked + label span::before {
        background: #008a00;
    }

    #elevForm input[type="radio"]:checked + div + label span::after,
    #elevForm input[type="checkbox"]:checked + div + label span::after,
    #elevForm input[type="radio"]:checked + label span::after,
    #elevForm input[type="checkbox"]:checked + label span::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #FFF;
        top: 7px;
        left: 7px;
        border-radius: 50%;
        transform-origin: center;
        transition: background transform var(--radio-transition-50, 50ms) ease var(--radio-transition-50, 50ms);
        transform: scale(0.85);
    }

#elevForm p {
    width: auto;
    float: left;
    margin: 2px 0 0 5px;
    font-size: 1em;
    color: #333333;
}

p.elevFromText {
    float: left;
    width: 100%;
    margin: 5px 0 20px 0 !important;
    font-weight: 300;
}

#selectDamage {
    margin: 20px 0 0 0;
}

.no-margin {
    margin: 0;
}

.customMessage {
    width: 100%;
    float: left;
    padding: 4px 0 0 0;
    border-top: 1px solid #db1515;
    color: #db1515;
    font-style: italic;
    font-size: 0.75em !important;
    margin: -1px 0 0 0;
}

#elevForm input[type="radio"] + label::before {
    content: none;
}

#elevForm input[type="radio"] + label::after {
    content: none;
}

.form-group .fileupload span {
    position: relative;
    overflow: hidden;
    margin: 10px;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.52;
    color: #333333;
    padding-left: 25px;
}

    .form-group .fileupload span:before {
        background-image: url(/assets/icons/file.svg);
        background-repeat: no-repeat;
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 18px;
        left: 0;
    }

input#myfile {
    font-size: 6.25em;
    height: 52px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
}

.uploaded-files {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .uploaded-files ul {
        margin: 0;
        padding: 0;
    }

        .uploaded-files ul li {
            width: 100%;
            list-style-type: none;
            float: left;
        }

.uploaded-span {
    float: left;
    padding: 5px 0 11px 0px;
    max-width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 95%;
}

.uploaded-cross {
    float: right;
    width: 15px;
    cursor: pointer;
    margin-top: 8px;
}

    .uploaded-cross img {
        float: left;
        width: 100%;
        margin-top: 1px;
    }

.elevHeaderTextMargin {
    margin: 30px 0 0 0;
}

.damageReportMargin {
    margin-bottom: 0px;
}

.elevFromTextFontWeight {
    font-weight: 500;
}