﻿body {
}

label {
    font-weight: 700;
}

legend {
    font-weight: 700;
}

.form-control {
    border-color: #737373;
}

.row {
    margin-top: 34px;
}

.inputDescription {
    font-size: 15px;
    color:#737373;
}

.requiredAsterisk {
    color: #AD0000;
}

.form-group--subject {

}

input[type=checkbox] {
    margin-left: 7px;
    margin-right: 7px;
    transform: scale(1.5);
}

.checkboxLabel {
    font-weight: normal !important;
}

.checkboxLeftContainer {
    float: left
}

.checkboxRightContainer {
    overflow: hidden;
}

.errorCheckboxSpan {
    border: 2px solid #dc3545!important;
}


#formSentSuccessText {
    font-size: 28px;
    font-weight: bold;
    color: #008505;
    margin-left: 23px;
}

.radioSpan {
    letter-spacing: 0px;
}

.radioLabel {
    font-weight: normal !important;
    font-size: 16px;
    width: 100%;
}

fieldset.position-relative > input[type="radio"] + .control-label {
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 1px;
    line-height: 24px;
    position: relative;
}

fieldset.position-relative > input[type="radio"] {
    opacity: 0;
    display: inline-block;
    height: 0;
    width: 0;
    overflow: hidden;
}

    fieldset.position-relative > input[type="radio"] + .control-label span {
        display: inline-block;
    }

    fieldset.position-relative > input[type="radio"] + .control-label:before {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        display: block;
        float: left;
        padding: 0;
        margin-right: 10px;
        width: 22px;
        height: 22px;
        border: 1px solid #737373;
        border-radius: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    fieldset.position-relative > input[type="radio"] + .control-label-error:before {
        border: 1px solid #dc3545 !important;
    }

    fieldset.position-relative > input[type="radio"]:hover + .control-label:before {
        border: 1px solid #015497;
    }

    fieldset.position-relative > input[type="radio"]:hover + .control-label {
        cursor: pointer;
    }

    fieldset.position-relative > input[type="radio"] + .control-label:after {
        content: '';
        position: absolute;
        top: 7px;
        left: 7px;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background: #015497;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        opacity: .08;
        pointer-events: none;
    }

    fieldset.position-relative > input[type="radio"] + .control-label span {
        display: inline-block;
        padding-left: 32px;
        position: relative;
        top: 1.5px;
    }

.disabled {
    background-color: lightgray;
}

.errorTitle {
    font-size: 18px;
    padding-top: 5px;
    margin-bottom: 10px !important;
}

.imageButton {
    border: none;
    background-color: transparent;
    padding: 0px;
}

.iconCol {
    max-width: 10px;
    padding: 0;
}

.errorContainer {
    border: 5px #dc3545 solid;
    border-radius: 5px;
    padding: 20px;
    margin: 0px;
    max-width: 888px;
}

.inputValidation {
    border-bottom: 3px #dc3545 solid !important;
}

.inputValidationLabel {
    color: #dc3545;
    margin-top: 3px;
    position: relative;
    bottom: 2px;
}

.cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
}

    .cbx:not(:last-child) {
        margin-right: 6px;
    }

    .cbx span {
        float: left;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
        width:95%;
    }

        .cbx span:first-child {
            position: relative;
            width: 24px;
            height: 24px;
            transform: scale(1);
            border: 1.4px solid #737373;
            border-radius: 4px;
            box-shadow: 0 1px 1px rgba(0,16,75,0.05);
        }

            .cbx span:first-child svg {
                position: absolute;
                top: 3px;
                left: 3px;
                padding-bottom: 3px;
                fill: none;
                stroke: #fff;
                stroke-width: 2.5px;
                stroke-dasharray: 16px;
            }


        .cbx span:last-child {
            padding-top: 3px;
            padding-left: 8px;
            line-height: 18px;
        }

    .cbx .checkboxSpan:hover {
        border: 1.4px solid rgb(1, 84, 151);
    }


.inp-cbx:checked + .cbx span:first-child {
    background: rgb(1, 84, 151);
    border-color: rgb(1, 84, 151);
    animation: wave 0.4s ease;
}

    .inp-cbx:checked + .cbx span:first-child svg {
        stroke-dashoffset: 0;
        height: 16px;
        width: 16px;
    }


@media only screen and (max-width: 600px) {


    #formSentSuccessText {
        font-size: 23px;
        margin-top: 10px;
    }

}

@media only screen and (max-width: 560px) {


    #formSentSuccessText {
        font-size: 18px;
    }
}

.disabledCombobox {
    background-color: #e5e5e5 !important;
    color: black !important;
    pointer-events: none;
}

.pointerEventsAll {
    pointer-events: all;
}

@media only screen and (min-width: 647px) {


    #formSentSuccessText {
        margin-top: 10px;
    }
}

.sr-only {
    max-width: 5%;
}