﻿.trail {
    background-color: #F4F3EF;
    height: 24px;
    margin: 24px 0px 0px 0px;
}

h1 {
    font-size: 28px !important;
    font-weight: bold !important;
    color: #333D4D !important;
    margin: 6px 0px !important;
}

h2 {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #333D4D !important;
    margin: 6px 0px !important;
}

h4 {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #333D4D !important;
    margin: 6px 0px !important;
}

.validator {
    color: red;
    font-size: 0.8em;
}

.validator-text {
    color: red;
}

.validation-message {
    border: 1px solid red;
    border-radius: 12px;
    font-size: 0.85em;
    padding: 12px;
    margin: 6px 6px 24px 6px;
    display: block;
}

.form-row {
    margin: 12px 0px 12px 0px;
}

.travellist {
    /*border: 1px solid red;*/
    margin: 12px 6px;
}

.section-indent {
    margin: 0px 12px;
}

.vaccine-indent {
    margin: 12px 24px;
}

.checkbox-single {
    margin: 0px 12px;
}

.checkbox-indent {
    margin: 12px 12px;
}

.risk-factor-indent {
    margin: 0px 12px 24px 12px;
    /*border:1px solid red;*/
}

.checkbox-left label {
    margin-left: 8px;
}

.checkbox-inline label {
    font-weight: normal;
    margin-left: 8px;
}

.checkbox-list {
    margin: 4px 12px;
}

    .checkbox-list td {
        padding: 0px 0px;
    }

        .checkbox-list td label {
            font-weight: normal;
            margin-left: 8px;
        }

.checkbox-no-indent {
    padding: 0px !important;
}

table.drop-list {
}

    table.drop-list td {
        padding: 2px 20px;
        line-height: 16px;
    }

    table.drop-list label {
        font-weight: normal;
        margin-left: 4px;
    }

@media screen and (min-width:992px ) {
    .width-xs {
        width: 100px;
    }

    .width-sm {
        width: 150px;
    }

    .width-md {
        width: 300px;
    }

    .seperator {
        height: 12px;
    }

    ul.rad-extra {
        margin: 1px 4px 12px 4px;
        padding: 0px;
   
    }

        ul.rad-extra li {
        }
}

@media screen and (max-width:991px) {
    .seperator {
        height: 24px;
    }
}
