
input.mandatoryStyle, textarea.mandatoryStyle, select.mandatoryStyle, input.mandatory.datepicker, input.mandatory.datepicker.datepickerHasContent {
    background-color: #fcf8e3;
}
a.anchBackToTop {
	position: fixed;
	display: inline-block;
	padding-top: 9px;
	right: 8%;
	height: 40px;
	width: 45px;
	background: #222222;
	z-index: 100;
	font-size: 20px;
	border-radius: 5px;
	text-align: center;
	color: #ffffff;
	-moz-transition: all 0.28s ease;
					-o-transition: all 0.28s ease;
					-webkit-transition: all 0.28s ease;
					transition: all 0.28s ease;
}

a.anchBackToTop .top {
	font-size:13px;
	display:block;
	text-align:center;
}

a.anchBackToTop span.caretUp {
	display:block;
	line-height:10px;
	height:4px;
}

a.anchBackToTop.hiding {
	bottom: -50px;
}

a.anchBackToTop.showing {
	bottom:-4px;
}

a.anchBackToTop:hover {
	background:#001f35;
	color:#ffffff;
	text-decoration:none;
}

body {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}

html,body{height:100%;margin:0;padding:0;}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
}
::selection {
    background: #337ab7;
    color: white;
    text-shadow: none;
}

::-moz-selection {
    background: #337ab7;
    color: white;
    text-shadow: none;
}

h1 {
    font-size: 1.5em;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.Wrapper, .DashboardWrapper, .ContentWrapper {
    height: 100vh;
    max-height: 100%;
}
.container {
    max-width: 100%;
}
#main {
    background: white;
}
/*
#main .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
*/

.ContentWrapper {
    max-height: 100vh;
    overflow-y: auto;
}
.FooterCopyright {
    text-align: center;
    padding-top: 10px;
}
footer {
    border-top: 1px solid #ccc;
}
.bodyLoggedIn .supernav {
    margin-top: 48px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.DashboardWrapper {
    background: #464646;
    color: white;
    text-align: center;
}

.ButtonContainer .DashboardButton {
    display: inline-block;
    width: 32%;
}

.DashboardTop {
    /*height: 90vh;*/
    max-height: 95vh;
    overflow-y: auto;
    padding-bottom: 26px;
}
.DashboardTop.fullHeight {
    height: 100vh;
}

.DashboardBottom {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: #454545;
    /*height: 10vh;*/
    height: 5vh;
    border-bottom: 1px solid gray;
}

.DashboardBottomPadding {
    padding: 10px 0px;
}

.ExpandCollapseDashboardWrapper {
    float: left;
    background: #454545;
    border-right: 1px solid #333;
    height: 100vh;
    max-height: 100vh;
    z-index: 3;
    position: absolute;
    font-size: .25em;
    left: 25%;
    width: 2em;
    z-index: 111;
}

.DashboardArrowWrapper {
    position: absolute;
    top: 50%;
    background: #454545;
    border: 1px solid #333;
    color: white;
    text-shadow: 0px 1px 0px black;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: none;
}

.DashboardArrow {
    padding: 1em .5em;
}

.ExpandCollapseDashboardWrapper.triangle {
    left: 0px;
    background: #454545;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.5);
}
.ExpandCollapseDashboardWrapper .spanClickToHide {
    font-size: 3em;
    cursor: pointer;
    display: block;
}
.ExpandCollapseDashboardWrapper .spanClickToShow {
    font-size: 3em;
    cursor: pointer;
    display: none;
}

.ExpandCollapseDashboardWrapper .fa-expand {
    position: relative;
    z-index: 2;
}

.navbar-header {
    text-align: center;
    width: 100%;
}

.navbar-default {
    background: transparent;
    border: none;
}
.ToggleAdminButton {
    display: none;
}

.CategoriesIconWrapper {
    float: left;
}
ul.nav {
    border-left: 1px solid rgba(128,128,128,0.5);
}

.nav>li>a {
    border-left: .2em solid #464646;
    padding: .5em 1em .5em .5em;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

.nav-pills>li>a {
    border-radius: 0px;
    color: white;
}

.nav-stacked>li+li {
    margin-bottom: 2px;
}

.nav-pills>li.active>a, .nav-pills>li.active>span, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: transparent;

}

.nav-pills>li.active>a {
    color: white;
    border-left: .2em solid #001f35;
}


.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    border-left: .2em solid white;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
}

.nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    border-left: .2em solid #001f35;

}
.nav>li:after {
    content: " ";
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left,  rgba(128,128,128,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(128,128,128,0.5) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(128,128,128,0.5) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80808080', endColorstr='#00ffffff',GradientType=1 );
}

.nav>li:hover:after, .nav>li.active:after {
    /*background: transparent;
    filter: none;*/
}

.nav li.CustomizePage:after {
    background: transparent;
    filter: none;
}

input:focus, #ddlLegendPageSwap-button:focus, #ddlAdminPageSwap-button:focus, button:active, button:focus {
    outline: none;
}
.DashboardArrowMobile {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.DashboardWrapper .nav-stacked>li+li {
    margin-top: 0px;
    margin-bottom: 0px;
}

.DashboardWrapper nav ul {
    padding: 0px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: auto;
    float: none;
    height: auto;
    line-height: inherit;
    text-align: center;
}

.navbar-header {
    margin: 1em 0px;
}

.divStatusBarButtonWrapper input {
    float: right;
}

.divStatusBarButtonOuter {
    display: table;
    float: right;
    height: 3em;
    width: 100%;
}

.divStatusBarButtonInner {
    display: table-cell;
    vertical-align: middle;
}
nav ul {
    text-align: left;
    padding: 2px 6px;
}
nav li {
    list-style-type: none;
}
.AdminPageNav {
    background: white;
    padding: 5px 0px;
    border-bottom: 1px solid #cccccc;
}
#divCreatePageWrapper {
    margin-bottom: 1em;
}
.divRightAdminButtons {
    float: right;
}
@media (max-width:767px) {
	.bodyFEUserLoggedIn .ExpandCollapseDashboardWrapper.smallDashboard {
		top:130px;
	}
	.bodyFEUserLoggedIn .smallDashboard .DashboardTop.fullHeight {
		height:auto;
		padding-bottom:0;
		top:130px;
	}
	.bodyFEUserLoggedIn .DashboardWrapper.smallDashboard {
 		height:auto;
		padding-bottom:0;
		top:130px;
	}
	.bodyFEUserLoggedIn .ExpandCollapseDashboardWrapper.smallDashboard + .DashboardWrapper,
	.bodyFEUserLoggedIn .ExpandCollapseDashboardWrapper.smallDashboard + .DashboardWrapper .DashboardTop {
		max-height:100vh;
		height:100vh;
	}
	.bodyFEUserLoggedIn .ExpandCollapseDashboardWrapper.smallDashboard + .DashboardWrapper .DashboardTop .navbar-toggle,
	.bodyFEUserLoggedIn .ExpandCollapseDashboardWrapper.smallDashboard + .DashboardWrapper .DashboardTop .navbar-toggle:hover,
	.bodyFEUserLoggedIn .ExpandCollapseDashboardWrapper.smallDashboard + .DashboardWrapper .DashboardTop .navbar-toggle:focus {
		margin-top:0;
		background:#001f35;
    }
}
#popup {
    position:absolute;
    left: 50%;
    margin-left: -45%;
    width: 90%;
    top: 50px;
    height: 90%;
    background: #ffffff;
    padding: 10px 10px 5px 10px;
    color: black;
    border: 1px solid #cccccc;
    z-index: 112;
    opacity: 1;
    display: none;
    -webkit-box-shadow: 0px 6px 8px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 6px 8px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 6px 8px 0px rgba(50, 50, 50, 0.75);
    overflow-y: scroll;
}
#popupbg {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 5;
    display: none;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
}
.anchClosePopup {
    color: #d9534f;
    display: block;
    font-size: 20px;
    z-index: 7;
    position: absolute;
    right: 10px;
    top: 10px;
    background: white;
    padding: .2em .4em;
    border-radius: 1em;
    border: 2px solid #d9534f;
}
.anchClosePopup:hover {
    color: red;
    border-color: red;
}
input[type=text], input[type=password] {
    border: 1px solid #ccc;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-button:active {
    background-color: #001f35;
    border-color: #001f35;
}

button.SectionButton {
    color: #001f35;
    background: white;
    border: 1px solid #001f35;
}
button.SectionButton.InsertBlockButton, .BlockButton.InsertBlockButton, button.SectionButton.CreatePageButton {
    background: #337ab7;
    color: white;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    padding: 4px 8px;
    border-radius: 4px;
    background-clip: padding-box;
    border-color: #285f8e;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.5);
    font-size: 0.8em;
    position: relative;
    margin-bottom: 10px;
    border-width: 1px;
}

.InsertBlockButton .ButtonDescription, .CreatePageButton .ButtonDescription {
    opacity: 0.0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0%;
    top: 5px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    color: black;
    text-shadow: none;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #337ab7;
    font-weight: 700;
}

.InsertBlockButton:hover .ButtonDescription, .CreatePageButton:hover .ButtonDescription {
    opacity: 1.0;
    filter: alpha(opacity=100);
    top: 5px;
    left: 100%;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

button.SectionButton.InsertBlockButton:active, button.SectionButton.InsertBlockButton:focus {
    border-color: #285f8e;
    background: #285f8e;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.5);
    color: #ffffff;
}

button span.ButtonText {
    font-size: 1.3em;
    margin-left: .5em;
}

input[type='submit'].btnAdd, input[type='button'].btnAdd  {
    background: #00704a;
}
.ButtonContainer {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding: 5px 0px;
    background: rgba(255, 255, 255, 0.5);
}
.AuthorContainer {
    clear: both;
    margin: 1em 0px .5em 0px
}


img.SlideImage {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-height: auto;
    min-width: auto;
}
.slideshowsitewidth .slideshowpicture, .slideshowpicture {
    display: block;
    width: 100%;
    height: 585px;
}

.slideshowsitewidth .slideshowfigure, .slideshowfigure {
    display: block;
    clear: both;
    height: 585px;
}
.divMainCalloutWrapper .swiper-pagination {
    /*width: 100%;*/
    position: relative;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px 2px;
}

.MainCalloutTextCenterOuter {
    display: table;
    float: right;
    width: 100%;
    height: 100%;
}

.MainCalloutTextCenterInner {
    display: table-cell;
    vertical-align: middle;
}

.swiper-slide, .MainCalloutFloatImage {
    overflow: hidden;
}

.swiper-slide img {
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    left: 50%;
    position: absolute;
}

.slideshowfullwidth .swiper-slide img {
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
}

.divMainCalloutImage .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23337ab7'%2F%3E%3C%2Fsvg%3E")
}
.divMainCalloutImage .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23337ab7'%2F%3E%3C%2Fsvg%3E");
}
.divMainCalloutImage .swiper-button-next:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2323527c'%2F%3E%3C%2Fsvg%3E")
}
.divMainCalloutImage .swiper-button-prev:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2323527c'%2F%3E%3C%2Fsvg%3E");
}

.divMainCalloutText {
    z-index: 3;
    position: relative;
}




@media (max-width: 800px) {
    .Wrapper, .ContentWrapper {
        height: auto;
        max-height: 100vh;
    }
}
@media (max-width: 400px) {
    .DashboardTop {
        height: auto;
        max-height: 50vh;
        overflow-y: auto;
    }
    .DashboardBottom {
        height: auto;
    }
    .ToggleAdminButton {
        display: inline-block;
    }
    #ddlLegendPageSwap-button.ui-selectmenu-button.ui-button {
        width: 12em;
    }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
    .ToggleAdminButton {
        display: inline-block;
    }
}

@media (max-width: 1400px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (min-width: 400px) and (max-width: 767px) {
    .DashboardTop {
        height: auto;
        max-height: 50vh;
        overflow-y: scroll;
    }
    .DashboardBottom {
        width: 100%;
        position: absolute;
        bottom: 0px;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .DashboardTop {
        height: auto;
        max-height: 50vh;
        overflow-y: auto;
        padding-bottom: 40px;
    }
    .DashboardWrapper {
        height: auto;
        max-height: 50vh;
        overflow-y: auto;
    }
}

@media screen and (min-width: 767px) {
    .DashboardBottom {
        border: none;
    }
}

@media only screen and (max-width: 768px){
    .ExpandCollapseDashboardWrapper {
        left: 0px;
        position: relative;
        height: auto;
    }
}



.divErrorMessage {
    background: #ea6864;
    color: white;
    text-shadow: 0px 1px 0px #d9534f;
    border: 1px solid #d9534f;
    text-align: center;
    border-radius: 4px;
    padding: 1em 0em;
}
.divErrorMessage.divErrorMessageInternal {
    margin: 1em;
}
.body .divErrorMessage {
    margin-bottom: 2em;
}
.divSuccessMessage {
    padding: 5px 10px;
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
}
.divNoticeMessage {
    padding: 5px 10px;
    color: #77773c;
    background-color: #efefd7;
    border: 1px solid #eaeac8;
    border-radius: 4px;
    margin: 10px 0px;
}
.divLogoutWarning {
    position:absolute;
    top: 40%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    background: #fff;
    padding: 10px 10px 5px 10px;
    color: black;
    border: 1px solid ;
    z-index: 3;
    display: none;
	text-align:center;
    -webkit-box-shadow: 0px 6px 8px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 6px 8px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 6px 8px 0px rgba(50, 50, 50, 0.75);
}
.divLogoutWarning p {
	float:left;
	display:block;
    color: black;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
}

.btnStayLoggedIn {
    display: inline-block;
    cursor: pointer;
    float: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #001f35;
    color: #001f35;
    padding: 8px 10px;
    width: 200px;
    height: 60px;
	margin:auto;
    margin-bottom: 5px;
    height: auto;
    text-align: center;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btnStayLoggedIn:hover {
    text-decoration: none;
    background-color: #001f35;
    color: #ffffff;
}
html, body, .ContentWrapper, #divSiteWrapper {
	height: auto !important;
	-webkit-overflow-scrolling: touch;
}