﻿h1 {
    margin-bottom: 0.5em;
}

.label {
    font-size: 13px;
    font-weight: normal;
}

#header .middle {
    padding: 53px 0 17px;
}

.block_form_1 .field input {
    height: auto;
}

.block_form_1 .field {
    margin-bottom: 1em;
}

.styledButton {
    border: 0;
}

.general_button_type_3:hover {
    scolor: #fff;
}

.buttonDisabled, .buttonDisabled:hover {
    background-color: #a3b2bf;
}

ul#roadblockActions {
}

.w_margin_1.block_general_title_1 {
    ppadding-top: 0;
}

#header .middle {
    margin-top: 23px;
    padding-top: 0;
}

.logo_container {
    background-color: #CBD;
}

div.block_secondary_menu {
    background-color: #CBD;
}

    div.block_secondary_menu li a {
        color: #fff;
    }

div.block_secondary_menu ul > li.active a {
    color: #B05;
    text-decoration: underline;
}

ul#roadblockActions li {
    display: inline-block;
    margin-left: 2em;
    margin-right: 2em;
}

/*
ul#roadblockActions li a#enterButton {
    background-color: green;
}

ul#roadblockActions li a#leaveButton {
    background-color: red;
}
*/

.main_content_left p {
    text-align: left;
}


/*
End Of LightBox
*/
/* custom styling of the directional arrows */
.ekko-lightbox-container {
    position: relative;
}

.ekko-lightbox-nav-overlay {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .ekko-lightbox-nav-overlay a {
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
        color: #fff;
        font-size: 30px;
        height: 100%;
        width: 49%;
        display: block;
        padding-top: 45%;
        text-shadow: 2px 2px 4px #000;
        filter: dropshadow(color=#000, offx=2, offy=2);
        z-index: 100;
    }

        .ekko-lightbox-nav-overlay a:empty {
            width: 49%; /* removes glyphicons :empty { width:1em } */
        }

.ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none;
}

.ekko-lightbox .glyphicon-chevron-left {
    padding-left: 15px;
    float: left;
    left: 0;
    text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
    padding-right: 15px;
    float: right;
    right: 0;
    text-align: right;
}


/* use this to get your footer text left aligned - bootstraps modal default aligns them right */
.ekko-lightbox .modal-footer {
    text-align: left;
}


/* the rest of this css is custom styling for this page, you can ignore it */
/* i like padding */
div.row > div > div.row {
    margin-bottom: 15px;
}


body {
    padding-bottom: 50px;
}


div.top-header {
    margin-bottom: 100px;
}


h3.page-header {
    margin-top: 50px;
}


figure {
    position: relative;
}


    figure figcaption {
        font-size: 22px;
        color: #fff;
        text-decoration: none;
        bottom: 10px;
        right: 20px;
        position: absolute;
        background-color: #000;
    }
/*
End Of LightBox
*/




ul#galleryAZList {
}

    ul#galleryAZList li {
        display: inline-block;
        padding-left: 0.25em;
        padding-right: 0.25em;
    }

        ul#galleryAZList li.galleryAZListItem_selected a {
            text-decoration: underline;
        }


a.downloadLink
{
    float: right;
    margin-top: 3px;
}

.scrollableCheckboxList {
    min-height: 800px;
    width: 100% !important;
    overflow: auto !important;
}

.scrollableCheckboxList ul li {
    display: inline-block;
}

.styledCheckbox {
    display: inline-block;
}

    .styledCheckbox input[type=checkbox] {
        display: none;
    }

        .styledCheckbox input[type=checkbox] ~ label {
            display: inline-block;
            cursor: pointer;
            font-weight: bold;
            font-size: 12px;
            border: 2px solid transparent;
            padding: 5px;
            text-align: center;
        }

        .styledCheckbox input[type=checkbox]:checked ~ label {
            border: 2px solid red;
        }
