﻿.info-text {
    color: #C00000;
}
.drop-panel
{
    display:none;
}

a
{
    text-decoration:underline !important;
}

h4, h5 {
    color: #c00000;
}
.custom-inline
{
   
}
.custom-inline label {
    font-weight:normal;
    margin:0px 24px 0px 0px;
}
.custom-inline input
{
    padding:42px;
    margin:0px 6px 0px 0px;
}
.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-inline label
{
    font-weight:normal;
    margin-left:8px;
}

.checkbox-no-indent{

  padding:0px !important;
}



@media screen and (min-width:992px ) {
    .width-xs
    {
        width:100px;
       
    }
    .width-sm
    {
        width:150px;
    }
    .width-md
    {
        width:300px;
    }
    .seperator {
        height: 12px;
    }

}

@media screen and (max-width:991px) {
    .seperator {
        height: 24px;
    }
}

