/*********** FONTS /theme/fonts.less **********/
@font-face {
    font-family: 'gillsansregular';
    src: url('../fonts/gill-sans/ps_13872-webfont.eot');
    src: url('../fonts/gill-sans/ps_13872-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gill-sans/ps_13872-webfont.woff2') format('woff2'), url('../fonts/gill-sans/ps_13872-webfont.woff') format('woff'), url('../fonts/gill-sans/ps_13872-webfont.ttf') format('truetype'), url('../fonts/gill-sans/ps_13872-webfont.svg#gillsansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gillsansbold';
    src: url('../fonts/gill-sans/ps_13874-webfont.eot');
    src: url('../fonts/gill-sans/ps_13874-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gill-sans/ps_13874-webfont.woff2') format('woff2'), url('../fonts/gill-sans/ps_13874-webfont.woff') format('woff'), url('../fonts/gill-sans/ps_13874-webfont.ttf') format('truetype'), url('../fonts/gill-sans/ps_13874-webfont.svg#gillsansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gillsans_lightregular';
    src: url('../fonts/gill-sans/ps_13870-webfont.eot');
    src: url('../fonts/gill-sans/ps_13870-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gill-sans/ps_13870-webfont.woff2') format('woff2'), url('../fonts/gill-sans/ps_13870-webfont.woff') format('woff'), url('../fonts/gill-sans/ps_13870-webfont.ttf') format('truetype'), url('../fonts/gill-sans/ps_13870-webfont.svg#gillsans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

hr {
    margin-top: 0px;
}

body {
    font-family: gillsans_lightregular, Helvetica, Arial, sans-serif !important;
}

h1, h2, h3, h4, strong {
    font-family: gillsansregular, Helvetica, Arial, sans-serif !important;
}

.calendar-popover{
    font-family: gillsans_lightregular, Helvetica, Arial, sans-serif !important;
    min-width: 500px;
    max-width: 800px;

}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

textarea.form-control {
    height: 200px;
}

.inactive a{
    background-color: white !important;
}

.inactive-grey a{
    background-color: rgb(248, 248, 248) !important;
}

.alert-default {
    color: black;
    background-color: white;
    border-color: #DDD;
}

.alert-fvs{
    padding: 3px 10px !important;
}

.btn-link-list{
    padding: 0px 5px;
}

.datepicker{
    max-width: 100px;
}

.label-primary{
    background-color: #DF603A;
}