/* lato-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/lato-v23-latin-300-0R_LDyz.eot"); /* IE9 Compat Modes */
    src: url("../fonts/lato-v23-latin-300-0R_LDyz.eot") format('embedded-opentype'), /* IE6-IE8 */
    url("../fonts/lato-v23-latin-300-kgbxK91.woff2") format('woff2'), /* Super Modern Browsers */
    url("../fonts/lato-v23-latin-300-yPJupsa.woff") format('woff'), /* Modern Browsers */
    url("../fonts/lato-v23-latin-300-oSljknQ.ttf") format('truetype'), /* Safari, Android, iOS */
    url("../fonts/lato-v23-latin-300-8w0kCic.svg") format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/lato-v23-latin-regular-loDYb25.eot"); /* IE9 Compat Modes */
    src: url("../fonts/lato-v23-latin-regular-loDYb25.eot") format('embedded-opentype'), /* IE6-IE8 */
    url("../fonts/lato-v23-latin-regular-CzNc_Ij.woff2") format('woff2'), /* Super Modern Browsers */
    url("../fonts/lato-v23-latin-regular-7N_NSKI.woff") format('woff'), /* Modern Browsers */
    url("../fonts/lato-v23-latin-regular-jnIN69L.ttf") format('truetype'), /* Safari, Android, iOS */
    url("../fonts/lato-v23-latin-regular-S_qBfDt.svg") format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/lato-v23-latin-700-ryYZwnL.eot"); /* IE9 Compat Modes */
    src: url("../fonts/lato-v23-latin-700-ryYZwnL.eot") format('embedded-opentype'), /* IE6-IE8 */
    url("../fonts/lato-v23-latin-700-5CmM-eX.woff2") format('woff2'), /* Super Modern Browsers */
    url("../fonts/lato-v23-latin-700-h9REQe3.woff") format('woff'), /* Modern Browsers */
    url("../fonts/lato-v23-latin-700-mXcLaP4.ttf") format('truetype'), /* Safari, Android, iOS */
    url("../fonts/lato-v23-latin-700-R_BHp5A.svg") format('svg'); /* Legacy iOS */
}


html,
body {
    height: 100%;
    text-transform: uppercase;
    background-image: url("../img/background-vlAG0Jh.jpg");
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #c8c6bc;
    font-family: Futura;
    font-size: 12px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    font-family: Lato;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.wrap > .container {
    padding: 70px 0px 0px;
    max-width:800px
}

.site-form {
    margin-top: 20px;
    padding: 30px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.42);
}

h1 {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 25px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {

    margin-top: 2px;
}

select option:disabled , select[disabled='disabled']::-ms-value, select[disabled='disabled']  { color: #aaa ; }

.footer {
    height: 60px;
    /*background-color: #f5f5f5;
    border-top: 1px solid #ddd;*/
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 20px;
}
.footer a {
    color: #000;
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.not-set {
    color: #c55;
    font-style: Futura;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
a.asc:after {
    content: "\e151";
}
a.desc:after {
    content: "\e152";
}
.sort-numerical a.asc:after {
    content: "\e153";
}
.sort-numerical a.desc:after {
    content: "\e154";
}
.sort-ordinal a.asc:after {
    content: "\e155";
}
.sort-ordinal a.desc:after {
    content: "\e156";
}
.grid-view th {
    white-space: nowrap;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.btn-primary {
    font-weight: bold;
    border-radius: 0px;
    color: #666;
    cursor: pointer;
    float: right;
    height: 36px;
    letter-spacing: .03em;
    line-height: 36px;
    padding: 0 22px;
    text-transform: uppercase;
    background-image: none;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #666;
    -moz-transition: background-color .25s ease-out 0s,color 250ms ease-out 0s;
    -webkit-transition: background-color .25s ease-out 0s,color 250ms ease-out 0s;
    -o-transition: background-color .25s ease-out 0s,color 250ms ease-out 0s;
    -ms-transition: background-color .25s ease-out 0s,color 250ms ease-out 0s;
    transition: background-color .25s ease-out 0s,color 250ms ease-out 0s;
}

.btn-primary:hover {
    background-color: #003063;
    color: #FFF;
    -moz-box-shadow: 0 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
.checkbox label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.alert {
    text-align: center;
    font-size: 22px;
}