html,
body {
    height: 100%;
    overflow-x: hidden;
    padding: 0;
    background: rgba(0, 0, 0, 0) url("/images/bg.jpg") no-repeat fixed center center / cover ;
    position: relative;
}


/* 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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.header {
    position: relative;
}

#block-block-1 {
    color: white;
    text-align: center;
}
p:last-child {
    margin-bottom: 0;
}

.rtecenter {
    text-align: center;
}

#navbar {
    background: rgba(214, 111, 83, 0.6) none repeat scroll 0 0;
    border: medium none;
    padding-bottom: 10px;
    padding-top: 10px;
}

footer.footer {
    background: black none repeat scroll 0 0;
    margin: 0;
}
.footer {
    border-top: 1px solid #e5e5e5;
    padding-bottom: 36px;
    padding-top: 35px;
}


#block-block-4 {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    color: #ffffff;
    padding: 12px;
    text-shadow: 0 0 8px #000000;
}

.main-container .col-md-6 {
    min-height: 145px;
}

.front-item {
    padding-bottom: 16px;
    padding-top: 10px;
}

.main-container {
    max-width: 1500px;
    width: 100%;
}

#block-webform-client-block-2, #block-webform-client-block-4, #block-webform-client-block-9 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #ffffff;
    min-height: 400px;
    padding: 15px;
    text-align: center;
/*    text-shadow: 1px 1px 2px #000000;*/
}

.element-invisible {
    margin: 0;
    padding: 0;
    width: 1px;
}
.element-invisible {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
}

.webform-submit {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #207cca 1%, #1e5799 100%) repeat scroll 0 0;
    border: 2px solid #1f78c3;
    box-shadow: 0 0 5px #520013;
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 40px;
    max-width: 500px;
    text-shadow: 1px 1px 2px #000000;
    width: 100%;
}

.form-control {
    
    margin: auto;
    max-width: 100%;
    padding: 7px 22px;
    text-align: center;
    
}
.select2-container {
    margin: 0 auto;
}
label {
    font-weight: normal !important;
}