html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 99%;
    margin: 0px!important;
    padding: 0px!important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 56px;
}

.container {
    background-color: #006699;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%!important;
}

::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}


/*Navbar and mini-menu*/

.navbar-default {
    background-color: #006699;
    border-color: #e7e7e7;
    color: #FFFFFF;
}

.navbar-default .navbar-brand {
    color: #FFFFFF;
}

.esriScalebar {
    padding: 20px 20px;
}

.esriScalebarLabel {
    color: #FFFFFF !important;
}

.esriScalebarLine {
    border-color: white;
}

.navbar-brand {
    font-size: 24px;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
    padding-left: 8px;
    padding-right: 4px;
    font-size: 14px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #006699;
    background-color: #edf4f7;
}

.panel-body {
    font-size: 14px;
    padding: 10px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #006699;
    background-color: #edf4f7;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.navbar-offset {
    margin-top: 50px;
}

#map .ol-zoom {
    font-size: 1.2em;
}

.zoom-top-opened-sidebar {
    margin-top: 5px;
}

.zoom-top-collapsed {
    margin-top: 45px;
}

.mini-submenu {
    display: none;
    color: #FFFFFF;
    background-color: rgba(76, 147, 183, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    padding: 9px;
    /*position: relative;*/
    width: 42px;
    text-align: center;
}

.mini-submenu-left {
    position: absolute;
    top: 60px;
    left: .5em;
    z-index: 40;
}

#map {
    z-index: 35;
}

.sidebar {
    z-index: 45;
}

.main-row {
    position: absolute;
    top: 52px;
    left: 3px;
    width: 100%;
    padding-top: 2px;
}

.mini-submenu:hover {
    cursor: pointer;
}

.slide-submenu {
    background-color: transparent;
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background-color: transparent;
    color: #FFFFFF;
}


/*Output Content*/

.panel-default>.panel-title {
    background-color: #006699;
    color: #FFFFFF;
    padding: 2px;
}

#accordion-left {
    background-color: #FFFFFF;
    border-radius: 4px;
}

.not-fancy-collapse-panel .panel-heading a {
    padding: 6px 35px 6px 15px!important;
    display: inline-block!important;
    width: 100%!important;
    background-color: #83b4cd!important;
    color: #ffffff!important;
    position: relative;
    text-decoration: none;
    font-size: 14px!important;
}

.not-fancy-collapse-panel .panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 10px!important;
    font-size: 18px!important;
    font-weight: 400!important;
    top: 50%;
    line-height: 1;
    margin-top: -10px;
}

.not-fancy-collapse-panel .panel-heading a.collapsed:after {
    content: "\f196";
}

.not-fancy-collapse-panel .panel-default>.panel-heading {
    padding: 0;
}

.fancy-collapse-panel .panel-default>.panel-heading {
    padding: 0;
}

.fancy-collapse-panel .panel-heading a {
    padding: 6px 35px 6px 15px!important;
    display: inline-block!important;
    width: 100%!important;
    background-color: #83b4cd!important;
    color: #ffffff!important;
    position: relative;
    text-decoration: none;
    font-size: 14px!important;
}

.fancy-collapse-panel .panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 10px!important;
    font-size: 18px!important;
    font-weight: 400!important;
    top: 50%;
    line-height: 1;
    margin-top: -10px;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
    content: "\f196";
}

.fa-info-circle {
    cursor: pointer;
}

#ContentText {
    font-size: 10px;
}

#beachTabContent {
    font-size: 14px;
}

.tabTitle {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 16px;
    margin-bottom: 0px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #000000;
}


/*Splash Screen Content*/

.divfullContainer {
    width: 100%;
    height: 100%;
}

#divSplashScreenContainer {
    top: 0px;
    left: 0px;
    background: rgb(0, 98, 155);
    -pie-background: rgb(0, 98, 155);
    background-image: url(../images/stormsurge.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    z-index: 9009;
    width: 100%;
    height: 100%;
    /* overflow:auto!important; */
    transition: background 0.5s ease;
}

#divSplashScreenContent {
    z-index: 9009;
    background: #006699;
    text-align: left;
    color: #FFFFFF!important;
    font-size: 14px;
    color: #000000;
    border: 0px;
    border-radius: 0px 4px 0px 0px;
    width: 60%;
    text-align: justify;
    bottom: 0px;
    left: 0px;
    position: absolute;
}

#divdheclogo {
    z-index: 9010;
    background: transparent;
    width: 10%;
    top: 20px;
    right: 20px;
    position: absolute;
}

#splashTitle {
    z-index: 9010;
    background: #006699;
    color: #FFFFFF;
    font-size: 38px;
    border-radius: 0px 4px 4px 0px;
    padding-left: 20px;
    padding-right: 20px;
    top: 20px;
    left: 0px;
    position: absolute;
}

#splashSubject {
    z-index: 9010;
    background: transparent;
    color: #FFFFFF;
    font-size: 70px;
    /*font-family: verdana;*/
    text-shadow: 2px 2px 12px #000000;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 260px;
    left: 20px;
    position: absolute;
}

#splashCriteria {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

#divSplashContainer {
    overflow: hidden;
    position: relative;
    margin-top: 0px;
}

#divSplashContent {
    padding: 10px;
    overflow: hidden;
}

#imagecredit {
    font-size: 10px;
    background-color: #FFFFFF;
    color: #006699;
    align: center;
    height: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 4px;
    border: 1px solid #006699;
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: middle;
    z-index: 9000;
}


/*Modals*/

h4 {
    color: #006699;
}

.modal-body {
    padding: 5px 15px;
}

.modal-header {
    padding: 8px 15px;
}

.close {
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-decoration: none;
}

.close:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}


/*Menus*/

.scrollable-menu {
    height: auto;
    max-height: 600px;
    overflow-y: auto;
}


/*Submenus*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    max-width: 160px;
    margin-top: -6px;
    margin-right: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:before {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-right-color: #999;
    margin-top: 5px;
    margin-right: 10px;
}

.dropdown-submenu:hover>a:after {
    border-right-color: #ffffff;
}

.dropdown-submenu.pull-right {
    float: none;
}

.dropdown-submenu.pull-right>.dropdown-menu {
    right: -100%;
    margin-right: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu>a.caret-left:after {
    border-left: 4px solid #000;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#search {
    display: none;
    position: absolute;
    z-index: 44;
    left: 50%;
}

#closeAdd {
    position: absolute;
    top: 3px;
    left: -16px;
    font-size: 20px;
    background-color: #FFFFFF;
    border-right: 1px solid #000000;
    border-radius: 0px 0px 0px 4px;
    cursor: pointer;
}

#moSSLogin {
    display: none;
}

#moSSData {
    display: none;
}