html body {
    height: 100%;
    min-height: 100%;
    -ms-overflow-style: scrollbar;
}

.loading-page-container {
    display: none;
}

[ng-cloak].loading-page-container {
    display: block !important;
}

.warningcenter {
	min-height: 85%;
}
#footer {
	vertical-align:bottom;
}
.portal-body {
    display: none;
}
.map .container {
    max-width: 100%;
}
html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}
body {
    font: 13px/1.5 Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
    background: #eeeeee;
}
.portal-body {
    display: none;
}
.table {
    background: #fff;
}
.top-spacer {
    margin-top: 100px;
    clear: both;
}
.top-spacer.dashboard {
    margin-top: 108px;
}
.top-spacer.private-dashboard {
    margin-top: 108px;
}
.top-spacer.shared-dashboard {
    margin-top: 108px;
}
.top-spacer.map {
    margin-top: 98px;
}
.top-spacer.map-new, .top-spacer.map-experimental {
    margin-top: 98px;
}
.map .container {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
small {
    font-size: 12px;
}
#main_content_outer {
    width: 100%;
}
#main_content {
    margin: 0 0 0 0;
    min-height: 1px;
}
.main_section {
  margin-top: 0px;
  background: #fafafa;
  padding-bottom: 39px;
}

.main_section.map, .main_section.map-experimental {
  padding-bottom: 0;
}

.ie8-label {
    display:none;
}
.ng-hide {
    display: none !important;
}
.placeholder { color: red; }
.navbar-default .navbar-toggle {
    background: #3a3632;
    width: 40px;
    height: 35px;
    border-radius: 0px;
    border: 0px transparent;
    padding: 9px 7px;
    outline: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    border-radius: 0px;
    height: 3px;
    width: 25px;
}
::-ms-tooltip {
    display: none;
}
.navbar-default .navbar-toggle:hover {
    background-color: #4b4541;
}
.navbar-default .navbar-toggle:focus {
    background-color: #3a3632;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
}

.error {
    color: #ca0303;
}
body.side_fixed {
    padding-left: 40px;
    -webkit-transition: padding-left 200ms ease-out;
    -moz-transition: padding-left 200ms ease-out;
    -o-transition: padding-left 200ms ease-out;
    transition: padding-left 200ms ease-out;
}
#side_fixed_nav {
    display: none;
    position: fixed;
    background: #3a3632;
    width: 42px;
    left: 0;
    top: 98px;
    height: 100%;
    overflow: hidden;
    padding: 0;
    -webkit-transition: width 200ms ease-out;
    -moz-transition: width 200ms ease-out;
    -o-transition: width 200ms ease-out;
    transition: width 200ms ease-out;
    z-index: 102;
}

#text_nav_side_fixed {
    margin: 0;
    padding: 0;
    width: 280px
}
#text_nav_side_fixed li {
    list-style: none
}
#text_nav_side_fixed a {
    line-height: 36px;
    font-size: 16px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    color: #fff;
}
#text_nav_side_fixed > li > a {
    padding-right: 28px;
    color: #a8a8a8;
}
#text_nav_side_fixed > li > a > span {
    margin: 10px 18px 0 7px;
    font-size: 21px;
    color: #a8a8a8;
}
#text_nav_side_fixed a > i {
    position: absolute;
    right: 12px;
    top: 12px
}
#text_nav_side_fixed ul {
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 0px;
    background: #454545;
}
#text_nav_side_fixed ul a {
    text-indent: 14px;
    line-height: 22px;
    padding: 4px 0 2px;
    font-size: 12px
}
#text_nav_side_fixed ul a:hover {
    color: #fff;
    color: rgba(255, 255, 255, 0.9)
}
#text_nav_side_fixed ul a i {
    top: 7px
}
#text_nav_side_fixed > li {
    border-top: 1px solid rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
#text_nav_side_fixed > li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
#text_nav_side_fixed ul li + li {
    border-top: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}
#text_nav_side_fixed .link_active a {
    position: relative;
    color: rgba(255, 255, 255, 0.8)
}
#text_nav_side_fixed .link_active a:after {
    position: absolute;
    right: 0;
    top: 8px;
    border: 8px solid rgba(255, 255, 255, 0);
    border-right-color: #fff;
    content: '';
    width: 0;
    height: 0
}
#text_nav_side_fixed ul li ul li {
    background: #828282;
}
#content_nav_side_fixed {
    margin: 0;
    padding: 0;
    width: 280px;
}
#content_nav_side_fixed li {
    list-style: none
}
#content_nav_side_fixed a {
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
#content_nav_side_fixed > li > a {
    padding-right: 28px
}
#content_nav_side_fixed > li > a > span {
    margin: 0 18px 0 12px;
    font-size: 16px;
    color: #fff
}
#content_nav_side_fixed a > i {
    position: absolute;
    right: 12px;
    top: 12px
}
#content_nav_side_fixed ul {
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 0px;
}
#content_nav_side_fixed ul a {
    text-indent: 14px;
    line-height: 22px;
    padding: 4px 0 2px;
    font-size: 12px
}
#content_nav_side_fixed ul a:hover {
    color: #fff;
    color: rgba(255, 255, 255, 0.9)
}
#content_nav_side_fixed ul a i {
    top: 7px
}
#content_nav_side_fixed > li {
    border-top: 1px solid rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
#content_nav_side_fixed > li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
#content_nav_side_fixed ul li + li {
    border-top: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}
#content_nav_side_fixed .link_active a {
    position: relative;
    color: rgba(255, 255, 255, 0.8)
}
#content_nav_side_fixed .link_active a:after {
    position: absolute;
    right: 0;
    top: 8px;
    border: 8px solid rgba(255, 255, 255, 0);
    border-right-color: #fff;
    content: '';
    width: 0;
    height: 0
}
.skyguard_text_nav_side_fixed {
    margin: 0;
    padding: 0;
}
.skyguard_text_nav_side_fixed li {
    list-style: none
}
.skyguard_text_nav_side_fixed a {
    line-height: 24px;
    font-size: 16px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.skyguard_text_nav_side_fixed > li > a {
    padding-right: 28px;
    color: #a8a8a8;
    background-color: #3a3934;
}
.skyguard_text_nav_side_fixed > li > a > span {
    margin: 0 18px 0 7px;
    font-size: 21px;
    color: #a8a8a8;
}
.skyguard_text_nav_side_fixed a > i {
    position: absolute;
    right: 12px;
    top: 12px
}
.skyguard_text_nav_side_fixed div.panel-group {
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 0px;
    background: #3a3934;
}
.skyguard_text_nav_side_fixed div.panel {
    border: none;
    border-top: 1px solid #333;
    border-radius: 0;
    margin-top: 0px;
}
.skyguard_text_nav_side_fixed .panel + .panel {
    margin-top: 0px;
}
.skyguard_text_nav_side_fixed div.panel-group div.panel-heading {
    margin-top: 0px;
    background: #3a3934;
}
.skyguard_text_nav_side_fixed div.panel-group div.panel-heading h4.panel-title {
    margin-top: 0px;
}
.skyguard_text_nav_side_fixed div.panel-group div.panel-body {
    margin-top: 0px;
    background: #454545;
    padding: 0px;
}
.skyguard_text_nav_side_fixed div.panel-group div.panel-body ul {
    margin: 0;
    padding: 0px;
}
.skyguard_text_nav_side_fixed div.panel-group div.panel-body ul li a.btn {
    font-size: 12px;
}
.skyguard_text_nav_side_fixed .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #333;
}
.skyguard_text_nav_side_fixed ul a:hover {
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
}
.skyguard_text_nav_side_fixed ul a i {
    top: 7px
}
.skyguard_text_nav_side_fixed > li {
    border-top: 1px solid rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.skyguard_text_nav_side_fixed > li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
.skyguard_text_nav_side_fixed ul li + li {
    border-top: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}
.skyguard_text_nav_side_fixed .link_active a {
    position: relative;
    color: rgba(255, 255, 255, 0.8)
}
.skyguard_text_nav_side_fixed .link_active a:after {
    position: absolute;
    right: 0;
    top: 8px;
    border: 8px solid rgba(255, 255, 255, 0);
    border-right-color: #fff;
    content: '';
    width: 0;
    height: 0
}
.skyguard_text_nav_side_fixed ul li ul li {
    background: #828282;
}
.skyguard_text_nav_side_fixed ul li {
    color: #efefef;
    padding: 6px;
    margin-left: 10px;
}
.skyguard_text_nav_side_fixed .radar-layer-item label {
    margin-bottom: 0px;
    line-height: 24px;
}
.skyguard_text_nav_side_fixed .btn-radar-layer-settings  {
    width: 24px;
    margin-right: 6px;
    border: none;
    box-shadow: none;
}
.skyguard_text_nav_side_fixed .btn-radar-layer-settings span.fa:before {
    padding: 6px;
    font-size: 14px;
    background: none;
}
.skyguard_text_nav_side_fixed .radar-layer-title .mapicon-regular {
    height: 24px;
    margin-top: 6px;
    margin-right: 6px;
    float: left;
}
.skyguard_text_nav_side_fixed .radar-layer-title label {
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 0px;
}
.skyguard_text_nav_side_fixed .radar-legend-title label {
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 0px;
}
.skyguard_text_nav_side_fixed .radar-legend-title .mapicon-regular {
    height: 24px;
    margin-top: 6px;
    margin-right: 6px;
    float: left;
}
.skyguard_text_nav_side_fixed .radar-legend-update label {
    font-weight: normal;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 0px;
}
.skyguard_text_nav_side_fixed .radar-legend-update button {
    background: none;
    color: #FFFFFF;
    margin-top: 4px;
}
.skyguard_text_nav_side_fixed .fa-chevron-right {
    padding-top: 2px;
}
.skyguard-bar {
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px 0px 0px 0px;
    background-color: #eeeeee;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
    display: block;
    z-index: 104 !important;
    width: 100%;
}
.skyguard-bar h3 {
    font-size: 20px;
    margin: 0;
}
.skyguard-bar .col-sm-3 {
    padding-left: 5px;
    padding-right: 0px;
}
.skyguard-bar .col-sm-9 {
    padding-left: 5px;
}
.map-toolbar-icon {
    padding-bottom: 9px;
}
.radar-bar {
    width: 360px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #EEEEEE;
    border: 1px solid #CCC;
    position: absolute;
    bottom: 0px;
    height: 40px;
    z-index: 101;
    overflow: hidden;
    margin-left: 18px;
}
.radar-bar.col-sm-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.radarcontrols {
    width: 400px;
    margin: 0px auto 0px auto;
    margin-top: -8px;
}
.radarcontrols .radarbuttons {
    margin-top: 13px;
}
.radarcontrols .radarbuttons button.btn {
    background: #EEEEED;
    color: #333333;
    border: none;
    padding: 10px 10px !important;
}
.btn-play-radar {
    font-size: 24px !important;
}
body.side_fixed_open {
    padding-left: 280px
}
body.side_fixed_open #side_fixed_nav {
    width: 280px
}
body.side_fixed_open #text_nav_side_fixed ul {
    height: auto
}
body.side_fixed_open #content_nav_side_fixed ul {
    height: auto
}
body.side_fixed #side_fixed_nav {
    display: block
}
body.skyguard_side_fixed_open .skyguard_text_nav_side_fixed ul {
    height: auto
}
.navbar .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
    max-width: 100% !important;
}
.container {
    max-width: 100% !important;
}
.container.dashboard, .container.map, .container.map-experimental {
    padding-left: 0px;
    padding-right: 0px;
}
.container.private-dashboard, .container.map {
    padding-left: 0px;
    padding-right: 0px;
}
.container.shared-dashboard, .container.map {
    padding-left: 0px;
    padding-right: 0px;
}

.container.dashboard, .container.map-new {
    padding-left: 0px;
    padding-right: 0px;
}
.container.private-dashboard, .container.map-new {
    padding-left: 0px;
    padding-right: 0px;
}
.container.shared-dashboard, .container.map-new {
    padding-left: 0px;
    padding-right: 0px;
}

.nav-side-message-center {} .nav-side-message-center-info {
    color: #fff;
    font-size: 0.82em;
    height: 90px;
    padding-top: 4px;
    margin: 0;
}
.nav-side-message-center-info .info-labels {
    width: 100px;
    padding: 4px;
    float: left;
    text-align: right;
}
.nav-side-message-center-info .info-data {
    padding: 4px;
    border-left: solid 1px #efefef;
    width: 135px;
    float: left;
}
.nav-side-message-center-info .info-buttons {
    float: left;
    padding: 4px;
    width: 20px;
    margin-top: 15px;
}
.nav-side-message-center-info .info-buttons a {
    text-indent: 0px !important;
    padding: 0px !important;
    width: 34px;
    /* changed to 34px from 28px because of radar icon */
    
    text-align: center;
}
.nav-side-message-center-info .info-buttons a:hover {
    color: #d3480d;
}
.nav-side-message-center-info .info-buttons span {
    margin-top: 5px;
}
.nav-side-message-center-legend {
    height: 32px;
    color: #fff;
    background: url(../img/overview_bg.jpg);
}
.nav-side-message-center-legend button {
    font-size: 11px;
}
.nav-side-message-center-messages {
    color: #fff;
    height: 400px;
    overflow-y: scroll;
    background: url(../img/messages_bg.jpg);
}
.nav-side-message-center-messages dl {
    border-bottom: solid 1px #efefef;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.nav-side-message-center-messages dl:hover {
    background: url(../img/messagecenter_bg.jpg);
    cursor: pointer;
}
.nav-side-message-center-messages dl dt {
    font-size: 0.85em;
}
.nav-side-message-center-messages dl dd {
    font-size: 0.8em;
}
.nav-side-message-center-messages dl dd p {
    font-size: 1em;
    margin: 0 0 3px;
}
.nav-side-message-center-messages .message-legend-icons {
    width: 10%;
    float: left;
}
.nav-side-message-center-messages .message-legend-icons span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 5px;
    padding: 0px;
    line-height: 16px;
}
.nav-side-message-center-messages .content {
    width: 90%;
    float: left;
}
.legend-buttons {
    width: 275px;
    margin: 5px auto 5px 5px;
}
.legend-buttons button .badge {
    font-size: 8px;
}
.parent_active {
    background: #454545;
}
.parent_active > a {
    background: #454545 !important;
    color: #fff !important;
}
.parent_active > a > span {
    color: #fff !important;
}
.parent_active > a:hover {
    text-decoration: none;
}
.side_nav_actions {
    width: 280px;
    overflow: hidden;
    height: 40px;
}
.side_nav_actions #side_fixed_nav_toggle {
    display: block;
    font-size: 16px;
    margin: 10px;
    padding: 8px 11px 0px;
    float: left;
    margin: 0;
}
#toggle_sidebar_preferences {
    float: right;
    margin: 12px 10px 0 0;
}
#toggle_sidebar_preferences a {} #toggle_sidebar_preferences a:hover {} .skyguard_locations {
    margin-bottom: 70px;
}
.skyguard_side_nav_actions {
    width: 385px;
    overflow: hidden;
    height: 40px;
}
#skyguard_toggle_sidebar_preferences {
    float: right;
    margin: 12px 10px 0 0;
}
#sidebar {
    width: 220px;
    float: left;
    margin: 0 0 0 -100%;
    position: relative
}
.sidebar_right #sidebar {
    float: right;
    margin: 0 0 0 -220px
}
.sidebar_right #main_content {
    margin: 0 240px 0 0
}
.sidebar_narrow #sidebar {
    width: 70px
}
.sidebar_narrow #main_content {
    margin: 0 0 0 90px
}
.sidebar_narrow.sidebar_right #sidebar {
    margin: 0 0 0 -70px
}
.sidebar_narrow.sidebar_right #main_content {
    margin: 0 90px 0 0
}
.panel .panel-heading {
    height: 36px;
    padding: 0 10px;
    position: relative;
}
.panel .panel-heading .panel-title {
    line-height: 35px;
}
.page-heading {
    font-size: 1.65em;
    padding-top: 0px;
    margin-top: 0px;
}
.current-place {
    margin-left: 33px;
}
.aes-place {
    margin: 5px 0 10px 0;
}
.aes-place .form-control {
    border-right: 0px;
    border-color: #e1e1e1;
    box-shadow: none;
}
.aes-place .btn {
    padding: 7px 10px;
    height: 34px;
    /*border-radius: 0px 4px 4px 0px;*/
    border-color: #e1e1e1;
}
.aes-place .btn:hover {
    border-color: #e1e1e1;
    background-color: #e1e1e1;
}
.aes-place .btn.btn-primary {
    border-color: #f05514;
    padding: 7px 10px 8px;
}
.aes-place .btn.btn-primary:hover {
    border-color: #ce460d;
    background-color: #ce460d;
}
.current-conditions .aes-place .form-control {
    border-right: 1px solid #e1e1e1;
}
.form-control.daily-hist-select {
    color: #F05514;
    font-weight: bold;
    background: #efefef;
}
.aes-place-map .aes-place {
    margin: 0px 0px 0px 0px;
}
.place-mobile-input {
    display: none;
}
.bordered-heading {
    border-bottom: 1px solid #333;
    margin: 5px;
}
.gmap {
    display: block;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.accu-warnings {
    display: inline-block;
    width: 70%;
}
.navbar-brand {
    width: 200px;
    padding: 4px 0px 0px 16px;
}
.navbar-brand img {
    width: 96%;
}
.navbar {
    font-size: 18px;
    border-bottom: none;
    font-weight: normal;
}

.navbar .navbar-collapse ul.nav {
	font-size: 14px;
}

.navbar-right > li > a {
    padding: 18px 10px 10px 10px;
}
.notifications-button {
    margin-top: 5px;
}
.search-button {
    background: none;
    color: #fff;
}
/* top messagebar */

.messagebar-collapse {
    height: 45px;
    display: block;
    background: #3a3632;
    margin-left: 0px;
    margin-right: 0px;
}
.messagebar-button {
    width: 100%;
    height: 3px;
    background: #000000;
    text-align: center;
}
.messagebar-button span {
    position: relative;
    top: -4px;
    color: #fff;
}
.navbar-default {
    height: 52px;
}
.message-dropdown {
/*    width: 100%;*/
    margin-bottom: 0px;
}
.message-dropdown-text {
    width: 300px;
    margin: 0 auto 0 auto;
}
.message-dropdown-text .hidden-mobile-text {
    min-width: 95px;
    display: inline-block;
}
.message-dropdown .navbar-default {
    min-height: 44px;
    height: 44px;
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 13px;
}

.notify-contains {
    background: #ca0303;
    -webkit-animation-name: throb;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count:infinite;
    animation-name: throb;
    animation-duration: 1s;
  /*animation-iteration-count: 5;*/
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes throb {
    from {background-color: #3A3632;}
    to {background-color: #CA0303;}
}

/* Standard syntax */
@keyframes throb {
    from {background-color: #3A3632;}
    to {background-color: #CA0303;}
}

.stop-animation {
  -webkit-animation-iteration-count:0;
  animation-iteration-count: 0;
}

.start-animation {
    -webkit-animation-name: throb; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count:infinite;
    animation-name: throb;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.notify-empty {
    background: #3a3632;
}
.message-dropdown .dropdown-menu {
    min-width: 350px;
}
.message-dropdown .navbar-default li a {
    padding-bottom: 30px;
}
.message-dropdown .navbar-default .dropdown {
    width: 100%;
}
.message-dropdown .navbar-default div {
    color: #ffffff;
}
.message-dropdown .badge {
    margin-left: 4px;
    margin-right: 4px;
}
.message-dropdown .yamm-content {
    padding: 5px 10px;
}
.message-dropdown .yamm-content .list-group {
    color: #333;
    margin-bottom: 0px;
}
.unread-notification-list {
    overflow-y: auto;
}
.read-notification {
    background: #efefef;
}
.notification-btn {
    text-align: center;
}
.message-dropdown .yamm-content .vbar {
    height: 50px;
}
.message-dropdown .yamm-content .text {
    color: #333;
    font-size: 12px;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
/*.message-dropdown-container .navbar {
    width: 100%;
}*/
.dropdown-menu {
    z-index: 2000;
}
.dropdown-menu > li > a {
    padding: 3px 15px;
}
.aes-place .dropdown-menu > li > a {
    padding: 3px 10px;
}
.dropdown-menu-wide {
    width: 200px;
    min-width: 200px;
    text-align: right;
}
.dropdown-header {
    padding: 3px 15px;
}
#aes-time {
    color: #fff;
    font-size: 0.65em;
    padding-top: 4px;
    margin: 0 auto 0 auto;
    width: 100%;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, .1), 1px 0 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, .1), 1px 0 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 0 0 rgba(255, 255, 255, .1), 1px 0 0 rgba(255, 255, 255, .1);
    margin-top: 2px;
}
#aes-messagecounts {
    float: left;
    margin-top: 6px;
}
.aes-message-count {
    background: none;
    color: #efefef;
    border-right: 1px solid rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, .1), 1px 0 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, .1), 1px 0 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 0 0 rgba(255, 255, 255, .1), 1px 0 0 rgba(255, 255, 255, .1);
}
.aes-message-count:hover {
    color: #fff;
}
.aes-warning {
    background: #ca0303 !important;
    color: #fff;
}
.aes-warning p {
    border: none;
    font-size: 18px;
    line-height: 1.5em;
    padding: 0px 0px 0px 0px;
    color: #fff;
}
.aes-greater {
    background: #320033 !important;
    color: #fff;
}
.aes-less {
    background: #337d00 !important;
    color: #fff;
}
.alert-sidebar-active {
    background: #ca0303 !important;
    color: #fff !important;
}
.alert-sidebar-active p {
    border: none;
    font-size: 18px;
    line-height: 1.5em;
    padding: 0px 0px 0px 0px;
    color: #fff;
}
.messagebar-right {
    float: right;
}

.chart-a {
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.chart-widget {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}
.chart-daily-temp {
    width: 97%;
    height: 200px;
    margin: 0 auto 20px auto;
}
.tabs-dark {
    background: #4c4f54;
    height: 40px;
    overflow-y: hidden;
}
.tabs-dark li a {
    background: #ffffff;
}
/* drag&drop widgets */

.dd_column {
    min-height: 500px;
    padding-bottom: 20px
}
.ui-sortable-placeholder {
    border: 1px dashed #ccc;
    visibility: visible !important;
    height: 200px !important;
    background: #f8f8f8
}
.ui-sortable-placeholder * {
    visibility: hidden;
}
.dd_widget.ui-sortable-helper:nth-child(1) + .dd_widget {
    margin-top: 0
}
.dd_widget {
    min-width: 220px;
    overflow: hidden;
}
.dd_allowoverflow {
    overflow: visible !important;
}
.dashwidget {
    height: 98%;
}
.thumbnail img {} .dd_widget .panel-heading {
    overflow: hidden;
    background: #4c4f54;
    color: #fff;
}
.dd_widget .panel-title {
    float: left;
    font-weight: normal;
    letter-spacing: .25px;
}
.panel .panel-default {
    border-color: #9f9f9f;
}
.panel .panel-heading {
    background: #4b4541;
    color: #fff;
}
.panel-modal-gray {
    margin-bottom: 0px;
}
.panel-modal-gray .panel-default {
    border-radius: 4px;
}
.panel-modal-gray .panel-heading {
    height: 28px;
    padding: 0 10px;
    background: none;
    color: #333;
    border: none;
}
.panel-modal-gray .panel-title {
    font-size: 13px;
}
.panel-modal-gray .panel-body {
    padding: 0px 10px 0px 10px;
}
.role-services {
    padding: 0 15px 0 15px;
}
.role-services input.level-1 {
    margin-top: 8px;
}
.role-services .level-2-title {
    font-weight: bold;
    font-size: 1em;
    line-height: 1em;
    display: block;
    padding-top: 10px;
}
.dd_widget .dd_actions {
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: default;
    height: 36px;
    line-height: 36px;
}
.packery-brick .dd_widget .dd_actions span.fa-gear {
    padding-right: 6px;
    position: relative;
}
.packery-brick .dd_widget .dd_actions span.fa-expand {
    padding-left: 6px;
}
.packery-brick .dd_widget .dd_actions span.fa-gear:after {
    content: " ";
    width: 1px;
    background-color: #888;
    height: 50%;
    position: absolute;
    right: 0px;
    top: 25%;
    display: block;
}
.dd_widget .dd_actions span {
    display: inline-block;
    padding: 11px 2px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}
.dd_widget .dd_actions span:hover {
    color: rgba(0, 0, 0, 1)
}
.dd_widget .dd_actionbuttons {
    float: left;
    padding: 0px 10px 0px 20px;
}
.dd_content {
    display: block;
    overflow: hidden;
    text-align: left;
}
#dd_column_01 .half-widget {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
}
#dd_column_02 .half-widget {
    width: 100%;
    clear: both;
}
.full-widget {
    clear: both;
}
.widget-caption {
    background: #ccc;
    padding: 5px;
    color: #000;
    font-weight: bold;
    padding-left: 32px;
}
.widget-pad {
    padding: 8px;
}
.breadcrumbs {
    clear: both;
    position: absolute;
    margin-top: 5px;
    z-index: 99;
}
.breadcrumbs ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0px;
}
.breadcrumbs ul li {
    float: left;
    padding: 0px 5px 0px 5px;
    font-size: 0.84em;
    border-right: 1px solid #ccc;
}
.accordion-toggle {
    line-height: 2.4em;
}
.accordion-toggle i {
    margin-top: 10px;
    margin-right: 5px;
}
.message-center-nav ul {
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.message-center-nav ul li a {
    text-align: left;
    color: #333;
    font-weight: bold;
    background: #efefef;
    padding: 8px 10px;
    white-space: normal;
}
.message-center-nav .badge {
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #fff;
}
.mailbox_content .badge {
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #fff;
}
.mailbox_content ul {
    list-style: none;
    padding-left: 0px;
}
.mailbox_content ul li {
    padding: 4px;
}
.msg-icon {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #888888;
}
.msg-changed {
    background: #fbd597;
}
.msg-severity {
    width: 120px;
}
.msg-all {
    background: #fff;
    color: #333 !important;
}
.alert-sidebar-default {
    background: #fff;
    color: #333 !important;
}
.msg-warnings {
    background: #dd5034;
}
.msg-alerts {
    background: #00639f;
    color: #333;
}
.msg-changes {
    background: #337842;
}
.msg-worst {
    background: #990066;
}
.msg-severe {
    background: #ff0000;
}
.msg-moderate {
    background: #ffff00;
}
.msg-low {
    background: #66ccff;
}
.msg-desirable {
    background: #6DAD18;
}
.msg-worst-text {
    color: #fe0000;
}
.msg-severe-text {
    color: #fba51a;
}
.msg-moderate-text {
    color: #fbed1a;
}
.msg-low-text {
    color: #0064a0;
}

.videoplayer-outer-container {
    position: relative;
    height: 0;
    padding-bottom: 66.25%;
}
.videoplayer-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-container {
    position: relative;
    padding-bottom: 45.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.map-container iframe,
.map-container object,
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.big-map-container {
    position: relative;
    height: 100%;
    height: 0;
}
.forecast-full .table-row .item {
    width: 75px;
    max-width: 75px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    position: relative;
    /* overflow: hidden; */
    
    text-overflow: ellipsis;
}
.forecast-full .table-row {
    border-bottom: 1px #ccc solid;
    clear: left;
    min-height: 35px;
    overflow: visible;
    height: 35px;
}
.forecast-full .table-row.dates {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    height: 53px;
}
.forecast-full .table-row.one-word-weather-font {
    min-height: 53px;
    height: 53px;
    overflow: hidden;
}
.forecast-full .table-row.one-word-weather-font.featuredVar {
    min-height: 57px;
    overflow: hidden;
}
.forecast-full .table-row.sky-icon {
    min-height: 38px;
    height: 38px;
}
.forecast-full .table-row.sky-icon.featuredVar {
    min-height: 57px;
    height: 57px;
}
.forecasts-full .item {
    padding-top: 0px;
}
.forecast-full .table-row.dates .item span {
    display: block;
    width: 73px;
    height: 21px;
    position: relative;
}
.forecast-full .table-row.dates .item {
    height: 100%;
}
.forecast-full .table-row.dates .item span.featured {
    display: block;
    height: 33px;
}
.forecast-full .temp-high {
    font-size: 28px;
    font-weight: bold;
}
.forecast-full .condition {} .forecast-full .past_time_a {
    background: url(../../img/past_bg_a.jpg) !important;
}
.forecast-full .past_time_b {
    background: url(../../img/past_bg_b.jpg)!important;
}
.forecast-full .current {
    background: #fed595 !important;
}
.forecast-left {
    width: 200px;
    float: left;
    margin-left: 15px;
    /* min-width: 150px; */
}
.forecast-left .rowtitle {
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: left;
}
.forecast-left .rowtitle span {
    display: block;
    width: 100px;
}
.forecast-right {
    float: left;
}
.forecast-full .odd {
    background: #efefef;
}
.dd_actionbuttons a.btn {
    background: #2e2a28;
    padding: 3px 8px 5px 0px;
    margin: 0;
}

.dd_actionbuttons a.btn, .current-conditions .dd_actionbuttons a.btn {
    border-right: solid 1px #000 !important;
}

.video-forecasts-wrapper .dd_actionbuttons a.btn { 
    line-height: 0px;
}

.video-forecasts-wrapper .dd_actionbuttons a.btn span { 
    top: -3px;
    position: relative;
}

.video-forecasts-wrapper .dd_actionbuttons a.btn i {
    top: 0px;
}

.dd_actionbuttons a.btn span, .dd_actionbuttons a i {
    color: #fff;
}

.dd_actionbuttons a.active i, .dd_actionbuttons a.active span {
    color: #2e2a28 !important;
}

.dd_actionbuttons a.btn i {
    font-size: 27px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    top: -.2em;
    position: relative;
}
.icon-temp,
.icon-precip {
    margin-right: -7px;
}
.icon-wind {
    margin-right: 1px;
}
.icon-sky {
    margin-right: 5px;
}
.dd_actionbuttons a.active {
    background: #fff;
    color: #2e2a28;
}

.dd_actionbuttons a.myweather {
    padding: 5px 8px 3px 2px;
    margin: -6px 0 0 0;
}
.dd_actionbuttons a.myweather span {
    vertical-align: top;
    line-height: 27px;
}
.skyguardtopbuttons button.btn {
    background: #2e2a28;
    color: #fff;
    font-size: 16px;
    padding: 5px 5px 1px 5px;
    margin: 0 0 0 4px;
    border: none;
}
.skyguardtopbuttons button.btn i {
    font-size: 22px;
    margin-top: 3px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.skyguardtopbuttons button.btn i.fa-fw {
    font-size: 22px;
}
.skyguardtopbuttons button.btn .caret {
    color: #fff;
    border-top-color: #fff;
}
.skyguardtopbuttons .btn-group > .btn:first-child {
    margin-left: 5px;
}
.skyguardtopbuttons .tool {
    padding: 6px 6px 6px 6px !important;
}
.skyguardtopbuttons .vdivider {
    background: #333;
    width: 2px;
    height: 32px;
    margin: 0px 0px 0px 4px;
    float: left;
}
.map-layer-indent {
    margin-left: 15px;
}
#dropdownMenu1 {
    padding: 8px 12px;
}
.variableunselected {
    background: #cccccc;
    color: #fff !important;
}
.toolselected {
    color: #ce460d !important;
}
.toolbuttonselected {
    background: #ce460d !important;
}
.radarbuttons {
    float: left;
}
.radarprogress {
    width: 250px;
    padding-top: 6px;
    float: left;
    margin-left: 4px;
}
.radarprogress .progressbar {
    margin-bottom: 0px !important;
}
/* chat */

.chat_app .table > tbody > tr > td {
    border: none;
    padding: 0
}
.chat_app .stat {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    margin-right: 10px;
    border: 2px solid #fff !important
}
.chat_app .stat_offline {
    background: #cb1111
}
.chat_app .stat_online {
    background: #5da423
}
.chat_app .stat_busy {
    background: #faa937
}
.chat_users a {
    display: block;
    line-height: 20px;
    color: #333;
    padding: 8px;
    position: relative
}
.chat_users a:hover {
    background: #eee
}
.chat_messages {
    min-height: 120px;
    max-height: 240px;
    overflow: auto;
    padding: 10px 14px 10px 10px;
    -webkit-overflow-scrolling: touch
}
.chat_message img {
    max-width: 48px;
    margin-right: 10px;
    border-color: #e3e3e3;
    float: left
}
.chat_message + .chat_message {
    margin-top: 20px
}
.chat_message_body {
    padding: 10px;
    border: 1px solid #e3e3e3;
    position: relative;
    overflow: hidden
}
.chat_message_body .chat_message_date {
    color: #999;
    font-size: 11px
}
.chat_message_body p {
    margin: 0;
    overflow: hidden
}
.chat_message_body p + p {
    margin-top: 5px
}
.chat_message.ch_right .chat_message_body {
    background: #f8f8f8;
    border-color: #e3e3e3
}
.chat_message.ch_right img {
    float: right;
    margin-right: 0;
    margin-left: 10px
}
.chat_toolbar {
    margin-bottom: 10px
}
#chat {
    bottom: 0px;
    position: fixed;
    right: 15px;
    width: 400px;
    z-index: 999;
    display: none;
}
#chat .modal-dialog {
    width: 400px !important;
    padding: 0px;
}
.current-location {
    width: 90%;
    margin: 0 auto 0 auto;
}
.current-location input {
    color: #333;
    background: #efefef;
}
.current-location button {
    color: #333;
    background: #c2c2c2;
}
/* table pagination */

.pagination-list {
    margin: -5px 0px 0px 0px;
    padding-left: 0px !important;
}
.pagination ul>li>a:hover {
    cursor: pointer;
}
/* Wizards */

.modal-wizard {
    display: block;
}
/* JSON EDITOR */

.mainView {
    margin: 30px auto;
    width: 700px;
}
textarea {
    width: 500px;
    height: 400px;
    resize: none;
}
ul.striped li {
    background: #fff;
    list-style: none;
    padding: 10px 20px;
}
ul.striped li:nth-child(odd) {
    background: #f3f6fa;
}
ul.striped li.selected {
    background: -webkit-gradient(linear, left top, left bottom, from(#007ae3), to(#004cea));
    background: -moz-linear-gradient(top, #007ae3, #004cea);
    color: white;
}

.modal-header .close {
    margin-top: 0px;
}

/* JSON VIEW */
/* striped background */

.jsonView {
    background-color: #f3f6fa;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 1) 50%, transparent 50%, transparent);
    background-size: 60px 60px;
    padding: 30px 0 0 5px;
}
/* inputs */

.jsonView select {
    margin: 0;
    padding: 0;
    width: 100px;
}
.jsonView input[type="text"] {
    margin: -1px 5px 0 -5px;
    border: 0;
    box-shadow: none;
    background: none;
}
.jsonView input.keyinput {
    font-weight: bold;
}
.jsonView input[type="text"].addItemKeyInput,
.jsonView input[type="text"].addItemValueInput {
    border: 1px solid #ccc;
    background: white;
    margin-left: 0;
}
.jsonView .addItemKeyInput {
    font-weight: bold;
}
/* chevrons */

.jsonView .icon-chevron-right,
.jsonView .icon-chevron-down {
    float: left;
    cursor: pointer;
    position: relative;
    top: 5px;
    right: 20px;
    margin-right: -15px;
}
.jsonView > .icon-chevron-down {
    display: none;
}
/* add and delete */

.jsonView .addObjectItemBtn {
    background-color: red;
    border-color: red;
    line-height: 10px;
}
.jsonView .deleteKeyBtn,
.jsonView .moveArrayItemBtn {
    float: right;
    margin-right: 10px;
    position: relative;
    top: 7px;
    z-index: 999999;
    cursor: pointer;
}
/* basic layout */

.jsonView .jsonObjectKey {
    font-weight: bold;
    cursor: default;
}
.jsonContents {
    margin-left: 25px;
}
.jsonView .block {
    display: block;
    line-height: 30px;
    min-height: 30px;
}
.jsonView .brace,
.jsonItemDesc {
    font-family: Georgia, serif;
    color: grey;
}
.jsonItemDesc {
    font-style: italic;
    cursor: default;
}
.jsonView .objectDesc {
    cursor: default;
}
/* first brace */

.jsonView > .jsonItemDesc {
    display: block;
    float: left;
    position: relative;
    bottom: 25px;
    height: 0;
    width: 0;
}
/* array numbering */

.jsonView ol.arrayOl {
    margin: 0 0 0 25px;
}
.jsonView ol.arrayOl > li > span > span > .icon-chevron-down,
.jsonView ol.arrayOl > li > span > span > .icon-chevron-right {
    left: -40px;
}
.jsonView li {
    color: grey;
    font-style: italic;
    font-family: Georgia, serif;
    margin: 0;
    line-height: 30px;
    list-style-type: decimal;
}
.jsonView li li {
    list-style-type: lower-roman;
}
.jsonView li li li {
    list-style-type: upper-roman;
}
.jsonView li li li li {
    list-style-type: lower-latin;
}
.jsonView li li li li li {
    list-style-type: upper-latin;
}
.jsonView li li li li li li {
    list-style-type: lower-greek;
}
.jsonView li li li li li li li {
    list-style-type: decimal;
}
.sortable-placeholder {
    height: 20px;
    display: block;
}
.glyphicon-white {
    color: white;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #cccccc;
}
.forecast-widget {
    background: #ffffff;
    padding-top: 0px;
}
.forecast-widget h5 {
    color: #4B4541;
    margin-top: 0;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}
.forecast-widget h5 .date {
    text-align: right;
    padding: 5px 25px 5px 0px;
}
.forecast-widget .panel {
    padding: 5px;
}
h5.forecast-top-heading {
    background: none repeat scroll 0 0 #eeeeee;
    border-color: #92A2A8;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
    margin: 0 0 0 0;
    padding: 5px;
}
h5.forecast-top-heading span.location {
    color: #4B4541;
    font-weight: bold;
    font-size: 18px;
}
h5.forecast-top-heading .x-icon {
    width: 16px;
    cursor: pointer;
    background: url('../img/x-16.png') no-repeat 0px 0px transparent;
    height: 16px;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
}
h5.forecast-top-heading .exclamation-icon {
    width: 16px;
    cursor: pointer;
    background: url('../img/exclamation-16.png') no-repeat 0px 0px transparent;
    height: 16px;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
}
.forecast-widget-top {
    padding: 10px;
}
.forecast-top-heading span.date {
    display: block;
    text-align: right;
    padding: 3px 5px 0px 0px;
    color: #4B4541;
    font-weight: bold;
}
.forecast-widget-content {
    padding: 3px;
}
.forecast-widget-content h5 {
    color: #333 !important;
    margin-top: 0;
}
.forecast-current-conditions {
    margin: 0 0 0 0;
    display: block;
    clear: both;
    width: 100%;
}
.forecast-current-conditions .message {
    width: 40%;
}
.forecast-current-conditions .message img {
    vertical-align: top;
}
.forecast-current-conditions .temp {
    color: #fff;
}
.forecast-current-conditions .big-temp {
    font-size: 32px;
}
.forecast-current-conditions .temp-realfeel {
    font-size: 12px;
}
.forecast-current-conditions tr td {
    border-right: 1px solid #ccc;
    padding: 0px 10px 0px 10px;
}
.forecast-current-conditions tr td.last {
    border-right: none;
}
.forecast-details {
    width: 100%;
}
.forecast-details tr {
    border-bottom: 2px solid #ccc;
}
.forecast-details tr td {
    padding: 5px 0px 0px 0px;
    border-right: 1px solid #ccc;
}
.forecast-details tr td.last {
    border-right: none;
}
.forecast-details tr.bottom {
    border-bottom: none;
}
.forecast-details .time {
    display: block;
    clear: both;
    font-size: 12px;
    text-align: center;
    color: #f05514;
    padding-bottom: 0px;
    line-height: 1.4em;
    font-weight: bold;
}
.forecast-details .datetime {
    display: block;
    clear: both;
    font-size: 14px;
    text-align: center;
    color: #635F5D;
    line-height: 20px;
}
.forecast-details .backgrd {
    line-height: 1.25;
    border-radius: 20px;
    border: 1px solid #ccc;
}
.forecast-details img {
    display: block;
    clear: both;
    margin: 0 auto 0 auto;
}
.forecast-details .temp {
    display: block;
    clear: both;
    font-size: 18px;
    text-align: center;
    color: #635F5D;
    font-weight: bold;
    padding-bottom: 1px;
}
.forecast-details .small-variable {
    list-style: none;
    padding: 0px;
    margin: 0 0 0 0;
}
.forecast-details .small-variable li {
    text-align: center;
    border-top: 1px solid #ccc;
    line-height: 15px;
    margin: 0 4px 0 4px;
    color: #635F5D;
    font-size: 14px;
    font-weight: normal;
}
.forecast-details .variable-value {
    color: #635F5D;
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding-bottom: 1px;
}
.forecast-details .featured-var-group span.one-word-weather-font {
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    max-width: 84px;
    height: 30px;
    max-height: 30px;
    word-wrap: break-word;
    line-height: 1.2;
    padding-left: 3px;
}
.forecast-details .standard-var-group span.one-word-weather-font {
    font-size: 11px;
    vertical-align: middle;
    overflow: hidden;
    max-width: 84px;
    height: 28px;
    max-height: 28px;
    word-wrap: break-word;
    line-height: 1.2;
}
.variable-title {
    color: #888888;
    display: block;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;
    word-wrap: normal;
}
.current-forecast-heading {
    background: none repeat scroll 0 0 #eeeeee;
    border-color: #92A2A8;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
    margin: 0 0 0 0;
    padding: 5px;
}
.current-forecast-heading span {
    color: #4B4541;
    font-weight: bold;
    font-size: 18px;
}
.current-forecast-heading .date {
    text-align: right;
    padding: 3px 20px 0px 0px;
    color: #4B4541;
    font-weight: bold;
}
.current-forecast-heading .x-icon {
    background: url('../img/x-16.png') no-repeat 0px 0px transparent;
}
.current-forecast-heading .exclamation-icon {
    background: url('../img/exclamation-16.png');
}
.current-forecast-body {
    padding: 3px;
    height: 100%;
}
.current-forecast-body .big-temp {
    font-size: 58px;
    color: #635D60;
    font-weight: 600;
    line-height: 1em;
}
.current-forecast-body .big-temp small {
    font-size: 35px;
    color: #635F5D;
}
.current-forecast-body .big-img {
    display: block;
    clear: both;
    font-size: 55px;
    line-height: 56px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}
.current-forecast-body i {
    display: block;
    clear: both;
    font-size: 8.3em;
    color: #635F5D;
    margin: 0 0 0 -8%;
}
.current-forecast-body p {
    font-weight: bold;
}
.current-forecast-body .medium-variables {
    border-top: 1px solid #CCCCCC;
}
.current-forecast-variables {
    width: 100%;
    border-top: 1px solid #CCCCCC;
}
.current-forecast-variables tr {
    border: none;
    padding: 4px;
}
.current-forecast-variables tr td {
    border: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75em;
    padding: 0px 0px 0px 10px;
    color: #635F5D;
    position: relative;
}
.current-forecast-variables tr td.first {} .current-forecast-small-variables {
    width: 100%;
    border-left: 1px solid #CCCCCC;
    /* margin-bottom: 5px; */
    
    height: 86px;
}
.current-forecast-small-variables tr {
    border: none;
    padding: 4px;
}
.current-forecast-small-variables tr td {
    border: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.75em;
    padding: 0px 0px 0px 10px;
    color: #635F5D;
}
.current-forecast-small-variables tr td.first {} .dash-brick-h2 .current-forecast-small-variables tr {
    border: none;
    padding: 4px;
}
.dash-brick-h2 .current-forecast-small-variables tr td {
    border: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6em;
    padding: 0px 0px 0px 10px;
    color: #635F5D;
}
.even {
    background: #efefef;
}
.current-forecast-variables .even {
    background: #efefef;
}
.current-forecast-body .col-xs-8 {
    border-right: 1px solid #CCCCCC;
    padding-right: 0px;
    color: #635F5D;
}
.current-forecast-body .col-xs-4 {
    padding-right: 0px;
}
.current-forecast-variables .row {
    border-bottom: 1px solid #CCCCCC;
}
.current-forecast-body .medium-variables {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    color: #635F5D;
    font-size: 13px;
}
.current-forecast-body .small-variables {
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
    color: #635F5D;
    text-align: center;
    padding-right: 15px;
    font-size: 13px;
}
i.featured-icon {
    display: block;
    margin: 0 auto 0 auto;
    font-size: 44px;
    text-align: center;
    color: #635F5D;
    line-height: 55px;
}
i.condition-icon {
    display: block;
    margin: 0 auto 0 auto;
    font-size: 44px;
    text-align: center;
    color: #635F5D;
    height: 47px;
}
i.variable-icon {
    display: block;
    margin: 0 auto 0 auto;
    font-size: 46px;
    text-align: center;
    color: #635F5D;
}
i.variable-icon.current-icon {
    display: inline;
    margin: 0 auto 0 -10px;
    font-size: 46px;
    text-align: center;
    color: #635F5D;
}
i.variable-icon:before {
    line-height: 1em;
}
/* queries module */

#queries_widget ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0px;
}
#queries_widget ul li {
    clear: both;
    margin: 0 0 0 0;
    padding: 0px;
}
#queries_widget ul li img {
    width: 20%;
}
#queries_widget ul li div {
    background: #dadada;
    border: 1px solid #ccc;
    width: 78%;
    margin: 1%;
    padding: 2% 2% 0px 2%;
}
#queries_widget ul li div p {
    margin-bottom: 5px;
}
/* ng-table */

.ng-table {
    font-size: 0.9em;
}
.ng-table th {
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}
.ng-table th.sortable {
    cursor: pointer;
    background: none repeat scroll 0 0 #DDDDDD;
    border-color: #92A2A8;
    box-shaow: 0 -2px 0 rgba (0, 0, 0, 0.05) inset
}
.ng-table th.sortable div {
    padding-right: 18px;
    position: relative;
}
.ng-table th.sortable div:after,
.ng-table th.sortable div:before {
    content: "";
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: visible;
    right: 8px;
    top: 50%;
    position: absolute;
    opacity: .3;
    margin-top: -4px;
}
.ng-table th.sortable div:before {
    margin-top: 2px;
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
}
.ng-table th.sortable div:hover:after,
.ng-table th.sortable div:hover:before {
    opacity: 1;
    visibility: visible;
}
.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
    background-color: rgba(141, 192, 219, 0.25);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.ng-table th.sortable.sort-desc div:after,
.ng-table th.sortable.sort-asc div:after {
    margin-top: -2px;
}
.ng-table th.sortable.sort-desc div:before,
.ng-table th.sortable.sort-asc div:before {
    visibility: hidden;
}
.ng-table th.sortable.sort-asc div:after,
.ng-table th.sortable.sort-asc div:hover:after {
    visibility: visible;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.ng-table th.sortable.sort-desc div:after {
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.ng-table th.filter .input-filter {
    margin: 0;
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ng-table + .pagination {
    margin-top: 0;
}
.ng-table-pager .pagination {
    margin-top: 0px;
}

ul.typeahead {
    display: block;
    z-index: 99999 !important;
    overflow: scroll;
}
ul.typeahead li {
    background: #ffffff !important;
}
ul.typeahead li a {
    color: #000000 !important;
}
.btn {
    text-transform: capitalize;
    letter-spacing: .75px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0px;
    /*font-weight: normal;*/
    border-radius: 0px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    position: relative;
}

/*Created button class for portal resizing issue*/
.btn-sidebar {
    white-space: normal;
}

.btn span.fa:before {
	background-color: rgba(0,0,0,0.15);
	padding: 10px;
	box-sizing:border-box;
	position: absolute;
	top:0px;
	bottom:0px;
    left: 0px;
}

.btn span.custom-icon:before {
	background-color: rgba(0,0,0,0.15);
	padding: 5px 0px 5px 0px;
    width: 35px;
	box-sizing:border-box;
	position: absolute;
	top:0px;
	bottom:0px;
    left: -5px;
}

.panel-heading .dd_actions .fa-arrow-circle-right:before {
    right: 0px !important;
    left: auto !important;
    max-width: 33px;
}

.panel-heading .dd_actions .fa-arrow-circle-left:before {
    left: 0px;
}

.panel-heading .dd_actions .btn-has-icon-right, .panel-heading .dd_actions .btn-has-icon {
    line-height: 30px !important;
}

.btn.btn-has-icon {
	padding-left:40px;
}
.btn.btn-has-icon-right {
	padding-right:40px;
}
.btn.btn-lg span.fa:before {
	padding-top:13px;
}
/* .btn-xs {
	padding:5px 10px;
} */
.btn.btn-has-icon.btn-xs {
	padding:5px 10px 5px 43px;
}
.btn-lg {
	padding:10px 16px;
}
.btn.btn-has-icon.btn-lg {
	padding:10px 16px 10px 47px;
}
.btn.btn-has-icon-right.btn-xs {
	padding:5px 43px 5px 10px;
}
.btn.btn-has-icon-right.btn-lg {
	padding:10px 47px 10px 16px;
}
.btn.btn-is-icon.btn-xs {
	padding:5px 10px 5px 10px;
        line-height: 22px;
}
.btn .badge {
    top: -2px;
}
.panel {
    border-radius: 2px;
}
.badge {
    line-height: 1em;
    border-radius: 14px;
}
.panel-heading {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
.panel-title {
    margin-top: -4px;
    font-size: 18px;
}
.thumbnail {
    border: none;
}
.module-icon {
    font-size: 26px;
    position: relative;
    margin-left: -14px;
    top: 4px;
    padding-right: 5px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.module-icon[class^="icon-"]:before,
.module-icon[class*=" icon-"]:before {
    margin: 0.2em;
}
.page-icon {
    font-size: 26px;
    position: relative;
    left: -10px;
    top: 4px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.page-icon[class^="icon-"]:before,
.page-icon[class*=" icon-"]:before {
    margin: 0.2em;
}
.button-icon {
    font-size: 22px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.button-icon[class^="icon-"]:before,
.page-icon[class*=" icon-"]:before {
    margin: 0.1em;
}
/* multiselect directive */

.multiSelect {
    overflow: auto;
}
.multiSelect .select {
    margin-right: 20px;
    float: left;
}
.multiSelect .select select {
    height: 200px;
    width: 225px;
}
.multiSelect .control-label {
    display: block;
    clear: both;
}
.multiSelect .text {
    clear: both;
    font-size: 11px;
}
.multiSelect label::after {
    content: ":";
}
.btn.mover {
    display: block;
    margin-top: 25px;
    vertical-align: top;
}
.btn.mover.left {
    padding: 3px 8px 2px 6px;
}
.btn.mover.right {
    margin-top: 24px;
    padding: 3px 7px 2px;
}
.btn.mover i {
    margin: 0;
}
.col-xs-11 {
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
    width: 100%;
}
.mini-switch {
    height: 18px;
    margin-bottom: 5px;
}
.lead {
    font-size: 18px;
}
.newsfeed {
    border-collapse: separate;
    border-spacing: 0px 20px;
    margin-top: -15px;
}
.newsfeed .item {
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    padding-top: 1px;
    padding-left: 15px;
    font-size: 18px;
    padding-bottom: 20px;
}
.newsfeed .item td {
    padding-bottom: 20px;
}
.newsfeed .item td.first {
    padding-left: 20px;
}
.newsfeed .ng-scope {
    border-spacing: 0 0px;
}
.newsfeed-date {
    padding-top: 1px;
    font-size: 15px;
}
.newsfeed h3 {
    font-weight: bold;
    padding-right: 10px;
    margin-top: 10px;
}
.newsfeed-p {
    padding-right: 20px;
}
.videofeed-date {
    padding-top: 1px;
    font-size: 15px;
    border-left: 1px solid #ddd;
}
.videofeed h3 {
    font-weight: bold;
    padding-right: 10px;
    margin-top: 5px;
}
.video-player-dialog .modal-dialog {
    min-width: 765px;
}
.img-responsive {
    margin-top: 6px;
}
/* MinuteCast */

.timeline {
    text-align: center;
    position: relative;
    padding-top: 35px;
    width: 720px;
    min-width: 360px;
    margin: -15px 0 0 0;
}
.slidebox-timeline .timeline {
    width: 100%;
}
.timeline ul {
    width: 100%;
    font-size: 11px;
    height: 30px;
    background: #fff;
    margin-bottom: 35px;
    border: 1px solid #ccc;
    zoom: 1;
    padding-left: 0px;
    list-style: none;
}
.timeline ul:before,
.timeline ul:after {
    display: table
}
.timeline ul:after {
    clear: both
}
.timeline ul li {
    width: 59px;
    height: 16px;
    position: relative;
    margin-top: 6px;
    z-index: 5;
    float: left;
    border-left: 1px solid #000
}
.timeline ul li span {
    display: block;
    text-indent: -9999em;
}
.timeline ul li b {
    position: absolute;
    left: -14px;
    top: 30px;
    font-weight: normal
}
.timeline .graphic {
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 36px;
    height: 30px;
    left: 1px;
    display: block;
    overflow: hidden;
}
.timeline .graphic span {
    display: block;
    overflow: hidden;
    height: 30px;
    position: absolute;
    font-size: 0
}
.timeline .graphic span b {
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    top: -25px;
    display: none;
    left: -12px
}
.timeline .graphic span b i {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #a1a1a1;
    top: 18px;
    left: 6px
}
.timeline .graphic span.light {
    background-color: #41b34f
}
.timeline .graphic span.moderate {
    background-color: #085c30
}
.timeline .graphic span.heavy {
    background-color: #ffef2e
}
.timeline .graphic span.first b,
.timeline .graphic span.last b {
    display: block
}
.timeline .bt-update i {
    display: inline-block;
    vertical-align: middle
}
.timeline .bt-update i {
    font-size: 24px
}
.timeline .graphic span.first._00 b,
.timeline .graphic span.first._01 b {
    text-indent: 7px
}
.timeline .graphic span.first._02 b {
    text-indent: -2px
}
.timeline .graphic span.last._118 b {
    text-indent: -8px
}
.timeline .graphic span.last._119 b {
    text-indent: -9px
}
.timeline .graphic span.last._120 b {
    text-indent: -11px
}
.timeline .graphic span.last._58 b,
.timeline .graphic span.last._59 b,
.timeline .graphic span.first._58 b,
.timeline .graphic span.first._59 b {
    text-indent: -7px
}
.timeline .graphic span.first b {
    text-indent: -11px
}
.timeline .graphic span.last b {
    text-indent: 11px;
    left: -7px
}
.timeline ul li.now {
    border-color: transparent
}
.timeline ul li.thick {
    border-left-width: 2px
}
.timeline ul li.now b {
    left: 2px
}
.timeline ul li.last b {
    left: -14px
}
.spanwith {
    width: 6px;
    float: left;
    position: relative !important
}
/* alerts */

.group-conditions {
    margin-left: 5%;
}
.group-conditions .row {
    margin-top: 1%;
    margin-bottom: 1%;
}
.group-conditions .alert-condition-input {
    width: 20%;
    margin-right: 1%;
    float: left;
}
.alert-group {
    border: #ccc solid 1px;
    margin-top: 1%;
}
/* map layout */

#skyguard_tabset > ul li {
    border-right: 1px solid #ccc;
}
#skyguard_tabset > ul li a {
    background-color: #25241f;
    border: none;
    border-radius: 0 0 0 0;
    border-top: 1px solid #25241f;
    color: #fff;
}
#skyguard_tabset > ul li.active a {
    background-color: #3a3934;
    border: none;
    border-radius: 0 0 0 0;
    border-top: 1px solid #f05514;
    color: #fff;
}
#skyguard_tabset > ul li a:hover {
    border: none;
    background-color: #333;
    border-radius: 0 0 0 0;
    border-top: 1px solid #ccc;
    color: #fff;
}
#skyguard_tabset {
    display: none;
    margin-top: -41px;
    background-color: #25241f;
}
#skyguard_tabset ul li {
    cursor: pointer;
}
#skyguard_tabset .nav-tabs {
    border-bottom: none;
}
.map-layer-modal {
    width: 300px;
}
.map-layers-indent {
    margin-top: 2%;
    margin-left: 5%;
}
.skyguard_side_nav_actions a {
    color: #fff;
    background-color: #25241f;
}
.btn-tool {
    margin: 4px 0px 2px 5px;
}
.btn-tool button {
    color: #fff;
    background-color: #3a3934;
    border: none;
    height: 35px;
}
.btn-tool button span.caret {
    border-top-color: #fff;
}
.legend-color-orange {
    color: #f05514 !important;
}
.legend-color-red {
    color: #ca0303 !important;
}
.legend-color-blue {
    color: #0198E1 !important;
}
.selectlayers {
    margin-top: 12px !important;
    margin-right: 4px !important;
}
.radarslider {
    width: 250px;
}
.alert-condition-input .ng-invalid {
    background-color: #ca0303;
    color: #fff;
    opacity: 0.4;
}
.map-status {
    line-height: 35px;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
}
.dashboard-bar {
    padding-top: 4px;
    padding-bottom: 3px;
    margin-top: -11px;
    background-color: #eeeeee;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
    display: block;
    margin-bottom: 5px;
    z-index: 104;
    width: 100%;
    margin-left: 0px;
}
.dashboard-bar div {
    margin-right: 10px;
}
.dashboard-bar h4 {
    font-size: 18px;
    line-height: 28px;
    color: #4b4541;
    margin-left: 20px;
    margin-top: 4px;
}
.dashboard-bar .btn-has-icon {
    line-height: 22px;
}
.dashboard-bar .dashboard-logo {
    height: 28px;
    margin-left: 15px;
}

.dashboard-bar-orange {
    padding-top: 4px;
    padding-bottom: 3px;
    margin-top: -11px;
    background-color: #d3480d;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
    display: block;
    margin-bottom: 5px;
    z-index: 104;
    width: 100%;
    margin-left: 0px;
}
.dashboard-bar-orange div {
    margin-right: 10px;
}
.dashboard-bar-orange h4 {
    font-size: 18px;
    line-height: 28px;
    color: #4b4541;
    margin-left: 20px;
    margin-top: 4px;
}
.dashboard-bar-orange .btn-has-icon {
    line-height: 22px;
}
.dashboard-bar-orange .dashboard-logo {
    height: 40px;
    margin-left: 15px;
}

.btn-dashboard-types {
    padding-top: 4px;
}
.module-catalog-dialog .modal-dialog {
    width: 80%;
}
.modules-list .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.indent-legend {
    margin-left: 15px;
}
.indent-legend img {
    margin-left: 10px;
}
.legend-icon {
    width: 22px;
    height: 22px;
}
.badge {
    background-color: #fff;
    color: #ca0303;
}
.dashboard-wizard-dialog .modal-dialog {
    width: 90%;
}
.page-wizard-dialog .modal-dialog {} .dashboard-wizard-packery {
    margin-left: 15px;
}
.dashboard-wizard-packery .panel-heading {
    cursor: move;
}
.dashboard-wizard-packery .panel-heading label {
    cursor: move;
}
.dashboard-wizard-pagination {
    margin-top: 20px;
}
.manage-dashboards-button {
    margin-left: 2px;
}

/* ----- BEGIN MAP SETTINGS MODAL ----- */

.btn.basemap {
    font-size: 24px;
    position: relative;
    height: 100%;
    min-width: 50px;
    padding: 0px 12px;
}
.btn.basemap.labels:after {
    content: '';
    display: block;
    position: absolute;
    background: #F05514;
    border: 2px solid #fff;
    top: 13px;
    left: 27px;
    border-radius: 2px;
    width: 16px;
    height: 8px;
}
.btn.basemap:active,
.btn.basemap.active,
.btn.basemap:focus {
    border-left-color: #fff;
    border-right-color: #fff;
}
.btn.basemap:hover .map-tab-label-wrapper {
    display: block;
}
.map-tabs-wrapper {
    display: inline-block;
    height: 35px;
}
.map-tab-label-wrapper {
    position: absolute;
    bottom: -29px;
    left: 0px;
    width: 100%;
    display: none;
}
.map-tab-label {
    position: relative;
    left: 50%;
    float: left;
}
.map-tab-label-txt {
    position: relative;
    left: -50%;
    background: #fff;
    color: #000;
    font-weight: normal;
    font-size: 11px;
    padding: 1px 10px;
    display: block;
    border: 1px solid #ccc;
}
.map-tab-label-txt:after,
.map-tab-label-txt:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.map-tab-label-txt:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -8px;
}
.map-tab-label-txt:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ccc;
    border-width: 8px;
    margin-left: -10px;
}
.map-type {
    display: block;
}
.map-preview-wrapper {
    margin-top: 25px;
}
.map-preview {
    text-align: center;
}
/* ----- END MAP SETTINGS MODAL ----- */
/* ----- BEGIN MAPVIEWER ----- */

.page-title.mapviewer {
    margin: 0px 15px 6px;
    padding: 10px 0px;
    font-size: 20px;
    border-bottom: 1px solid #000;
}
.panel-default.mapviewer {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default.mapviewer.mapcol {
    border-color: #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-default.mapviewer.selects {
    margin-bottom: 0px;
}
.mapviewer .panel-title {
    margin-top: 0px;
}
.mapviewer .dd_content {
    padding: 10px 12px;
}
.mapviewer .dd_content img {
    width: 100%;
    height: auto;
}
.mapviewer .panel-body {
    padding: 5px 0px 0px;
}
.panel.map-options {
    background: #f7f7f7;
    border-color: #dddddd;
    margin-bottom: 10px;
    min-height: 78px;
}
.panel.map-options .panel-heading {
    background: transparent;
    color: #e95800;
}
.panel.map-options h4 {
    font-weight: 600;
    margin: 5px 0px 0px;
}
.mapviewer .btn {
    border-radius: 3px;
    width: 100%;
    text-align: left;
    /* replace with bootstrap mixin */
    
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #f6f6f6 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #dedede 100%);
    background: -o-linear-gradient(top, #f6f6f6 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0%, #dedede 100%);
    background: linear-gradient(to bottom, #f6f6f6 0%, #dedede 100%);
    filter: progId:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dedede', GradientType=0);
    /* replace with bootstrap mixin */
    
    font-size: 17.5px;
    padding: 4px 12px;
    position: relative;
}
.mapviewer .dropdown-menu {
    width: 100%;
}
.map-options .caret {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #797d80;
    border-right: 0px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}
.map-variations .btn {
    margin-bottom: 5px;
    color: #635f5d;
    font-weight: 500;
}
.map-variations .btn-default:hover {
    color: #e95800;
}
.btn.getmap {
    /* replace with bootstrap mixin */
    
    background: #feb240;
    background: -moz-linear-gradient(top, #feb240 0%, #fe8f2e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feb240), color-stop(100%, #fe8f2e));
    background: -webkit-linear-gradient(top, #feb240 0%, #fe8f2e 100%);
    background: -o-linear-gradient(top, #feb240 0%, #fe8f2e 100%);
    background: -ms-linear-gradient(top, #feb240 0%, #fe8f2e 100%);
    background: linear-gradient(to bottom, #feb240 0%, #fe8f2e 100%);
    filter: progId:DXImageTransform.Microsoft.gradient( startColorstr='#feb240', endColorstr='#fe8f2e', GradientType=0);
    /* replace with bootstrap mixin */
    
    border-radius: 3px;
    font-size: 18px;
    font-weight: normal;
    padding: 3px 8px;
}
/* ----- END MAPVIEWER ----- */

.slick-content {
    display: none;
}
/* Slider */

.slick-slider {
    margin-bottom: 0px;
    width: 95%;
    height: 50px;
    color: #fff;
    position: relative;
    display: none;
    padding-left: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}
.slick-buttons {
    color: #ffffff;
    border: none;
    background: transparent;
    position: absolute;
    display: block;
    height: 20px;
    width: 35px;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    outline: none;
    text-align: center;
}
.slick-custom-prev {
    left: 0px;
}
.slick-custom-next {
    right: -35px;
}
.slick-custom-item {
    height: 50px;
    overflow: hidden;
}
.slick-custom-item div {
    font-size: 10px;
    text-align: center;
    overflow: hidden;
}
.slick-custom-item .number {
    font-size: 10px;
}
.slick-custom-item a {
    color: #ffffff;
}
.slick-custom-item a:active {
    color: #ffffff;
}
.slick-custom-item-bar {
    margin-top: 2px;
    width: 98%;
    height: 6px;
}


.slick-text-navigation .slick-center {
    color: #f05514 !important;
}

.slick-text-navigation .slick-slide {
    text-align: center;
}

slider {
    display: block;
    position: relative;
    height: 30px;
    width: 400px;
}
slider span.bar {
    height: 50%;
    z-index: 0;
    background: #ccc;
    left: 0;
    top: 20px;
    cursor: pointer;
}
slider span.pointer {
    cursor: pointer;
    width: 15px;
    top: 15px;
    height: 25px;
    bottom: 0;
    background-color: #555;
}
slider span.pointer:hover {} slider span.pointer.active {} .list-group-horizontal li {
    display: inline;
}
.list-group-nobottom {
    margin-bottom: 0px;
}
.warning-read {
    background: #efefef;
}
.warning-unread {
    font-weight: bold;
}
.warning-expired {
     opacity:0.75;
     font-style:italic;
}
/* Begin Daily/Hourly Forecast Graph */

.row.forecast-full {
    padding: 0px 15px;
    visibility: hidden;
}
.forecast-left {
    width: 12%;
    margin: 0px;
}
.forecast-left .inner {
    padding-right: 50px;
}
.forecast-left table {
    width: 100%;
}
.forecast-right {
    width: 88%;
    margin: 0px;
}
.rowtitle {
    position: relative;
    border-bottom: 1px #ccc solid;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    min-height: 33px;
    min-width: 100px;
}
.rowtitle.featuredText {
    min-height: 43px;
}
.rowtitle.dates {
    min-height: 53px;
}
.rowtitle.dates .title-text {
    padding-top: 10px;
}
.var-row-top:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    content: ".";
}
.general-clear:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    content: ".";
}
.row.search-date-holder {
    margin-right: 0px;
}
.var-row-top .title-text {
    float: left;
    width: 65%;
    line-height: 1;
}
.var-row-top .icons-container {
    float: right;
}
.var-row-top .graph-icon {
    width: 30px;
    cursor: pointer;
    background: url('../img/graph-btn-sprite.png') no-repeat 0px 0px transparent;
    height: 16px;
    margin-bottom: 8px;
}
.forecast-tab:after,
.conditions-tab:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
}
.forecast-tab span,
.conditions-tab span {
    display: block;
    float: left;
    padding-top: 5px;
}
.forecast-tab i,
.conditions-tab i {
    display: block;
    float: left;
}
.var-row-top .graph-icon.opened {
    background-position: 0px -16px;
}
.var-row-top .x-icon {
    float: right;
    width: 16px;
    cursor: pointer;
    background: url('../img/x-16.png') no-repeat 0px 0px transparent;
    height: 16px;
}
.var-row-top .x-icon-large {
    float: right;
    width: 32px;
    cursor: pointer;
    background: url('../img/x-128.png') no-repeat 0px 0px transparent;
    height: 32px;
}
.panel-body .x-icon-large {
    display: inline-block;
    width: 32px;
    cursor: pointer;
    height: 32px;
}
.panel-body .x-icon-large img {
    width: 100%;
    height: auto;
}
div.graph-icon {
    width: 30px;
    cursor: pointer;
    background: url('../img/graph-btn-sprite.png') no-repeat 0px 0px transparent;
    height: 16px;
}
.var-row-top .exclamation-icon {
    margin-right: 2px;
    width: 16px;
    cursor: pointer;
    background: url('../img/exclamation-16.png') no-repeat 0px 0px transparent;
    height: 16px;
}
.panel-body .exclamation-icon-large {
    display: inline-block;
    width: 32px;
    cursor: pointer;
    height: 32px;
}
.panel-body .exclamation-icon-large img {
    width: 100%;
    height: auto;
}
.panel-body .genErrorMsg {
    margin-bottom: 10px;
    font-weight: bold;
}
.var-row-top .button-group {
    float: right;
}
/*Current Conditions Module & Display*/
/*Icons*/

.var-row-top .exclamation-icon-large {
    float: right;
    width: 32px;
    cursor: pointer;
    background: url('../img/exclamation-128.png') no-repeat 0px 0px transparent;
    height: 32px;
}
.var-table .exclamation-icon {
    width: 16px;
    cursor: pointer;
    background: url('../img/exclamation-16.png') no-repeat 0px 0px transparent;
    height: 16px;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
    margin-left: 4px;
}
.var-table .x-icon {
    width: 16px;
    cursor: pointer;
    background: url('../img/x-16.png') no-repeat 0px 0px transparent;
    height: 16px;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
}
.current-forecast-body .indicator-icon {
    width: 16px;
    cursor: pointer;
    height: 16px;
    margin-top: 6px;
    margin-right: 8px;
    position: absolute;
    top: 0px;
    left: 2px;
}
.current-forecast-body .x-icon {
    background: url('../img/x-16.png') no-repeat 0px 0px transparent;
}
.current-forecast-body .exclamation-icon {
    background: url('../img/exclamation-16.png') no-repeat 0px 0px transparent;
}
.has-error-warning td.first {
    padding-left: 20px;
}
.current-forecast-body .col-xs-5.has-error-warning {
    padding-left: 30px;
}
.current-forecast-body .col-xs-5.has-error-warning .indicator-icon {
    left: 12px;
}
.current-forecast-heading .col-xs-8 .x-icon {
    width: 16px;
    cursor: pointer;
    background: url('../img/x-16.png') no-repeat 0px 0px transparent;
    height: 16px;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
}
.current-forecast-heading .col-xs-8 .exclamation-icon {
    width: 16px;
    cursor: pointer;
    background: url('../img/exclamation-16.png') no-repeat 0px 0px transparent;
    height: 16px;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
}
/*Display - Specific layer 1 var styles*/
/*TODO DAC - Selectors below should target what might need tweaks*/

.current-forecast-small-variables .current-ceiling-font {} .current-forecast-small-variables .wind-font {} .current-forecast-small-variables .temp-featured-font {} .current-forecast-small-variables .visibility-font {} .current-forecast-small-variables .one-word-weather-font {} .current-forecast-small-variables .current-cloud-cover {} .current-forecast-small-variables .current-humidity {}
/*Module - Specific layer 2 var styles*/

.current-forecast-variables .current-ceiling-font {} .current-forecast-variables .wind-font {} .current-forecast-variables .temp-featured-font {} .current-forecast-variables .visibility-font {} .current-forecast-variables .one-word-weather-font {} .current-forecast-variables .current-cloud-cover {} .current-forecast-variables .current-humidity {} .col-xs-12.current-forecast-variables {
    padding-left: 10px;
    padding-right: 0px;
}
/*Module - Specific featured var styles*/

.current-forecast-body .col-xs-5 .current-ceiling-font {} .current-forecast-body .col-xs-5 .current-ceiling-font small {} .current-forecast-body .col-xs-5 .wind-font {} .current-forecast-body .col-xs-5 .wind-font small {} .current-forecast-body .col-xs-5 .temp-featured-font {} .current-forecast-body .col-xs-5 .temp-featured-font small {} .current-forecast-body .col-xs-5 .visibility-font {} .current-forecast-body .col-xs-5 .visibility-font small {} .current-forecast-body .col-xs-5 .one-word-weather-font {} .current-forecast-body .col-xs-5 .one-word-weather-font small {} .current-forecast-body .col-xs-5 .current-cloud-cover {} .current-forecast-body .col-xs-5 .current-cloud-cover small {} .current-forecast-body .col-xs-5 .current-humidity {} .current-forecast-body .col-xs-5 .current-humidity small {}
/*Display - Specific var styles*/

.curr-display-table .current-cond-row .current-ceiling-font {} .curr-display-table .current-cond-row .wind-font {} .curr-display-table .current-cond-row .temp-featured-font {} .curr-display-table .current-cond-row .visibility-font {} .curr-display-table .current-cond-row .one-word-weather-font {} .curr-display-table .current-cond-row current-cloud-cover {} .curr-display-table .current-cond-row current-humidity {}
/*Display - General var importance styles*/
/*Featured*/

/* Resolves #652  */
.curr-display-table{margin-bottom:0px;}
.curr-display-table tr:last-child {border-bottom: 1px solid #dddddd;}

.curr-display-table .current-cond-row .featuredVar {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.curr-display-table .current-cond-row .featuredVar.complete-var-value {
    font-weight: bold;
    font-size: 20px;
}
/*Level1*/
.curr-display-table .current-cond-row .level1Var {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.curr-display-table .current-cond-row .level1Var.complete-var-value {
    font-weight: bold;
    font-size: 18px;
}
/*level2Var*/

.curr-display-table .current-cond-row .level2Var {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.curr-display-table .current-cond-row .level2Var.complete-var-value {
    font-weight: normal;
    font-size: 18px;
}
/*Display - Variables from module */
/*Featured Variable from module*/

.curr-display-table .current-cond-row .featuredModuleVar .currVarName {
    background-color: #E0E0E0;
    border: 1px solid black;
    border-radius: 3px;
    padding: 3px;
    margin: 0 0 0 -4px;
    font-weight: bold;
    font-size: 14px;
}
.curr-display-table .current-cond-row .featuredModuleVar.complete-var-value {
    font-weight: bold;
}
/*level 1 Variable from module*/

.curr-display-table .current-cond-row .level1Var.moduleVar .currVarName {
    background-color: #E0E0E0;
    padding: 2px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    margin: 0 0 0 -4px;
}
/*level 2 Variable from module*/

.curr-display-table .current-cond-row .level2Var.moduleVar .currVarName {
    background-color: #E0E0E0;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    padding: 2px;
    margin: 0 0 0 -4px;
}
/*

***END Current Conditions Module & Display

*/

.panel-body .genErrorMsg {
    text-align: center;
}
.y-axis-static-container {
    position: absolute;
    right: -50px;
}
.y-axis-static-container tspan {
    display: block;
    margin-bottom: 14px;
    font-weight: normal;
}
.forecast-right .gridContainer svg {
    margin-left: -28px;
}
.forecast-full .weekend {
    background: #7B797C !important;
    color: #FFFFFF;
    line-height: 1.3;
}
.forecast-details .weekend {
    background: #7B797C !important;
    color: #FFFFFF;
}
.forecast-top-heading .row .weekend {
    background: #7B797C !important;
    color: #FFFFFF;
    padding: 2px 5px;
}
.forecast-top-heading .x-icon {
    background: url('../img/x-16.png') no-repeat 0px 0px transparent;
}
.forecast-top-heading .exclamation-icon {
    background: url('../img/exclamation-16.png') no-repeat 0px 0px transparent;
}
.forecast-full .warning {
    background: #C20000 !important;
    color: #FFFFFF;
}
.forecast-full .severe {
    background: #6c0327 !important;
    color: #FFFFFF;
}
.opened .severe:after {
    width: 100%;
    height: 317px;
    background: #6c0327;
    position: absolute;
    top: 32px;
    left: 0px;
    content: '';
    display: block;
}
.forecast-full .good {
    background: #45ce0e !important;
    color: #FFFFFF;
}
.opened .good:after {
    width: 100%;
    height: 317px;
    background: #45ce0e;
    position: absolute;
    top: 32px;
    left: 0px;
    content: '';
    display: block;
}
.forecast-full table tr td {
    position: relative;
}
.gridContainer {
    background: transparent !important;
    padding-bottom: 0px;
}
.opened .warning:after {
    width: 100%;
    height: 302px;
    background: #c20000;
    position: absolute;
    top: 43px;
    left: 0px;
    content: '';
    display: block;
}
.dates .warning:after {
    display: none;
}
/*Can this be removed and just rename temp-high to featuredVar?*/

.forecast-full .featuredVar {
    font-size: 25px !important;
    font-weight: bold;
    /* overflow: hidden; */
    
    text-overflow: ellipsis;
}
.forecast-full .featuredVar span.var-unit {
    font-weight: bold;
    font-size: 20px;
    margin-left: -8px;
}
.var-unit {
    font-size: 15px;
    /*margin-left: -4px;*/
}
.featuredVar span.time-font {
    font-size: 19px !important;
    letter-spacing: -1px;
}
.forecast-full .featuredVar span.var-unit.time-font {
    font-size: 16px !important;
    letter-spacing: -1px;
    margin-left: -4px;
}
.featuredVar span.wind-font {
    font-size: 22px !important;
}
.featuredVar span.var-unit.wind-font {
    font-size: 15px !important;
    left: 1px;
}
.featuredVar span.inches-font {
    font-size: 22px !important;
}
.featuredVar span.var-unit.inches-font {
    font-size: 18px !important;
    margin-left: -6px;
}
.featuredVar span.visibility-font {
    font-size: 20px !important;
}
.featuredVar span.var-unit.visibility-font {
    font-size: 18px !important;
    margin-left: -6px;
}
.forecast-full .table-row .featuredVar.sky-icon.item {
    min-height: 56px;
}
.forecast-full .featuredVar.time-font .item {
    min-height: 42px;
}
.forecast-full .featuredVar.inches-font .item {
    min-height: 42px;
}
.forecast-full .featuredVar.wind-font .item {
    min-height: 42px;
}
.forecast-full .featuredVar.one-word-weather-font .item {
    min-height: 63px;
}
.forecast-full .featuredVar.visibility-font .item {
    min-height: 42px;
}
.forecast-full .featuredVar.temp-featured-font .item {
    min-height: 42px;
}
.forecast-full .featuredVar .item {
    min-height: 42px;
}
/* use this style for past days -- change .current to be the new class for past days */
/*.daily-forecast-full .current {

	background: repeating-linear-gradient(

		45deg,

		#FFF,

		#FFF 5px,

		#E6E6E6 5px,

		#E6E6E6 10px

	) !important;

}*/
/* end past days style */
/* if height for graph is changed you must also change height for filler-class to match */

.forecast-full .gridContainerOuter {
    height: 300px;
}
.gridContainerOuter .gridContainer {
    height: inherit;
}
.filler-class {
    height: 310px;
    width: 0px;
}
.dd_actionbuttons a .fa.fa-anchor {
    font-size: 22px;
    padding: 3px 5px 0 0;
}
.graphable-var {
    color: #F87D42;
}
.forecast-right td span:before {
    font-size: 50px;
}
span.one-word-weather {
    font-size: 10px;
    text-align: center;
}
.forecast-full .var-container .item span.one-word-weather-font {
    font-size: 14px;
    display: block;
    vertical-align: middle;
    word-wrap: break-word;
    width: 74px;
    line-height: 1.2;
    text-overflow: ellipsis;
}
.forecast-full .var-container .item.featuredVar span.one-word-weather-font {
    font-weight: bold;
    font-size: 15px;
}
#row_t5_0 .item-inner span.icon {
    font-size: 50px !important;
    position: absolute !important;
    top: -8px;
    left: 4px;
}
#row_t5_1 .item-inner span.icon {
    font-size: 34px;
    position: absolute !important;
    top: -4px !important;
    left: 50% !important;
    margin-left: -23px !important;
}
.minutecast-list {
    margin-top: 10px;
}
.minutecast-list li h4 {
    font-size: 18px;
    color: #fb6f22;
    margin-top: 5px;
    margin-bottom: 2px;
}
.minutecast-list li p {
    font-size: 14px;
    color: #838385;
}
.minutecast-extended .minutecast-list .list-group-item {
    padding: 2px 15px;
}

.minutecast-extended .tab-row {
    margin-left: -5px;
    margin-right: -5px;
}

.minutecast-icon {
    padding-right: 10px;
    height: 50px;
}
.minutecast-extended .minutecast-icon {
    margin-left: -10px;
    margin-right: 5px;
}
.minutecast-phrase {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 3px;
}
/* TABLE TO DIV CONVERSION */

.forecast-full .forecast-center {
    float: left;
    margin-left: -50px;
}
.forecast-full .slidebox-content.slidebox-content {
    width: 500000px;
}
.forecast-full .slidebox-controls {
    height: 100%;
}
.forecast-full .table-row:after {
    clear: both;
    content: '.';
    visibility: hidden;
    display: block;
    height: 0px;
}
.forecast-full .item {
    float: left;
    width: 75px;
    max-width: 75px;
    display: table;
    min-height: 34px;
}
.forecast-full .table-row .one-word-weather-font.item {
    min-height: 52px;
}
.forecast-full .table-row .three-line-name.item {
    min-height: 46px;
}
.forecast-full .table-row .sky-icon.item {
    min-height: 37px;
}
.forecast-full .dates .item {
    /*display: block;*/
}
.forecast-full .item .item-inner {
    overflow: visible;
    display: table-cell;
    vertical-align: middle;
    max-width: 73px;
}
.forecast-full .item.odd {
    background: #efefef;
}
/*.forecast-full .item.odd:before {

	width:100%;

	height:100%;

	position:absolute;

	top:0px;

	left:0px;

	content:'';

	background:#efefef;

	display: block;

}*/

.forecast-full .item.odd.past_time_b:before {
    background: transparent;
}
.forecast-full .item.even {
    background: transparent;
}
.forecast-full .item span {
    display: block;
    text-align: center;
}
.forecast-full .var-container .item span {
    display: inline;
    position: relative;
}
.forecast-full .table-row.axis-graph-wrapper {
    position: relative;
}
.forecast-full .y-axis-test {
    position: absolute;
    top: 0px;
    left: 25px;
}
.forecast-center .featuredVar {
    min-height: 43px;
}
.forecast-right {
    position: relative;
}
.forecast-full .table-row.dates .date-placeholder.item span {
    width: 1px;
}
.forecast-full .table-row .item.date-placeholder {
    width: 1px;
}
.forecast-full .forecast-center .table-row {
    border-bottom: 0px;
}
.forecast-center .gridContainer {
    position: relative;
}
.one-word-weather-font.item {
    display: table;
    min-height: 50px;
}
.forecast-full .alert-after {
    display: none;
}
.forecast-full .opened span.alert-after {
    height: 300px;
    width: 100%;
    position: absolute;
    top: 32px;
    left: 0px;
    content: '';
    display: block;
    opacity: 0.6;
}
/*------------------------------------------------------ */

.hurricane-module-content {
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.hurricane-module-content h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 8px;
}

.hurricane-module-content hr {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #cccccc;
}

.hurricane-module-content pre {
  overflow: visible;
  white-space: pre-wrap;
}

.hurricane-module-body {
    padding: 2px;
}
.hurricane-module {
    padding-right: 0px;
}
.hurricane-module .btn-xs {
    font-size: 9px;
    white-space: normal;
    line-height: 1.4;
    letter-spacing: .75px;
    margin: 0 auto 0 auto;
    width: 94%;
    margin-left: 5px;
}
/*------------------------------------------------------ */

.video-module-content {
    padding-left: 5px;
}
.video-module-content h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 5px;
}
.video-module-content hr {
    margin-top: 3px;
    margin-bottom: 3px;
    color: #cccccc;
}
.video-module-forecast img {
    max-height: 90px;
}
.video-module-content .expert {
    font-size: 10px;
}
.video-module-body {
    padding: 2px;
}
.video-module-forecast {
    padding-right: 0px;
}
.video-module-forecast .btn-xs {
    font-size: 9px;
    white-space: normal;
    line-height: 1.4;
    letter-spacing: .75px;
    margin: 0 auto 0 auto;
    width: 94%;
    margin-left: 5px;
}
/*** MODULE TO DISPLAY CSS START ***/

.rowtitle .moduleVar {
    padding: 3px 0px 5px 0px;
}
.var-row-top.moduleVar {
    border: 1px solid #ccc;
    padding: 2px 2px;
    border-radius: 3px;
    background: #efefef;
}
.rowtitle .var-row-top.featuredModuleVar {
    border-color: #635F5D;
}
/*** MODULE TO DISPLAY CSS END ***/

table.monitored_locs div.loc-column.center div.mon_loc_disabled {
    color: rgb(200, 200, 200);
}
/*** NG-TABLE CSS FOR LOCATION SETS ***/

td div.loc-column.left,
td div.loc-column.center,
td div.loc-column.right {
    float: left;
}
td div.loc-column.right {
    width: 8%;
    min-width: 53px;
}
td div.loc-column.left {
    width: 5%;
}
td div.loc-column.center {
    border-left: #ddd 1px solid;
    border-right: #ddd 1px solid;
    width: 87%;
    padding-left: 5px;
}
td div.loc-column.center.list {
    width: 90%;
}
td div.loc-column.right.list {
    width: 10%;
}
th div.loc-header,
td div.loc-column.center {
    font-size: medium;
}
th div.loc-header {
    font-weight: bold;
}
th div.loc-header.right {
    float: right;
}
th div.loc-header.left {
    display: inline-block;
}
.table td.loc-row {
    padding: 0px;
}
.table .inner {
    padding: 5px 0px 5px;
}
.table .loc-column {
    height: 100%;
}
.table .loc-column.left.checkbox {
    min-width: 30px;
    padding: 0px;
}
.table .loc-column.left .inner {
    width: 13px;
    margin: 0px auto;
}
.table .loc-column.left.checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0px;
}
.table td.loc-row:after {
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
    content: '';
}
.table td .loc-column.right .inner a {
    width: 36px;
    margin: 0px auto;
    display: block;
}
.table td .loc-column.right .inner.subloc a {
    width: 54px;
}
/*** END NG-TABLE CSS FOR LOCATION SETS ***/

div.featuredVar div.item-inner span.temp-featured-font {
    font-size: 22px;
}
div.featuredVar div.item-inner span.var-unit.temp-featured-font {
    font-size: 18px;
}
.forecast-top-heading div.row .col-xs-3 span.date {
    float: right;
}
.forecast-top-heading div.row .col-xs-9 span.location {
    white-space: nowrap;
}
.btn-nav-module {
    padding: 0px 6px;
}
.nav.navbar-nav.navbar-right.navbar-wider.wider {
    display: block !important;
}
.autowwa-loc-header {
    background-color: #eeeeee;
    color: #f05514;
    font-weight: bold;
    border: 1px solid #ddd;
}
.autowwa-table {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
/*** ---------- CURRENT CONDITIONS DASHBOARD MODULE ---------- ***/

.current-forecast-body .col-xs-5 {
    text-align: center;
    padding: 5px 0px 5px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dash-brick-h2 .current-forecast-body .col-xs-5 {
    text-align: center;
    padding: 10px 0px 20px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.current-forecast-body .col-xs-7 {
    padding-left: 0px;
    padding-right: 0px;
}
.current-forecast-body .col-xs-5 > span {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
}
.current-forecast-body .col-xs-5 small {
    font-size: 15px;
    font-weight: 100;
}
.current-forecast-body .col-xs-5 > span.one-word {
    font-size: 20px;
}
.current-forecast-body .col-xs-5 > span.bar-pressure-trend {
    font-size: 28px;
}
.current-forecast-body .col-xs-5 .featured-text.label {
    text-transform: none;
}
.current-forecast-body .col-xs-7 i.variable-icon {
    font-size: 22px;
    text-align: left;
}
.current-forecast-body .col-xs-12 i.variable-icon {
    font-size: 26px;
    text-align: left;
}
.current-forecast-small-variables tr td {
    position: relative;
}
.history-date-box {
    margin: 5px 0px 10px 0px;
}
.history-date-multi {
    float:left;
    margin-right:15px;
}
/*.history-date-multi:nth-child(n+2) {
    margin-left:15px;
}*/

.input-group.date-box {
    float: left;
    width: 20%;
}
.input-group.date-box select {
    width: 50% !important;
}
.available-weather-variables {
    overflow-y: scroll;
    height: 315px;
    background: #efefef;
    padding: 4px;
    border: 1px solid #ccc;
}
.available-weather-variables .list-group-item {
    padding: 4px;
}
.weather-variables-item {
    padding: 4px;
}
.available-weather-variables .btn-add {
    margin-top: 0px;
    padding: 0px 5px;
}
.selected-weather-variables {
    background: #efefef;
    padding: 4px;
    border: 1px solid #ccc;
    overflow-y: auto;
}
.selected-weather-variables .list-group-item {
    padding: 4px;
}
.selected-weather-variables .btn-remove {
    margin-top: 0px;
    padding: 0px 5px;
}
.drag-handle, .drag-handle h4, .drag-handle label {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grabbing;
}
.is-dragging {
    background: #ffffff;
    z-index: 9999;
}
.drag-item {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grabbing;
}
.drag-ghost {
    opacity: 0.4;
}
.available-item-disabled {
    color: #ccc;
    cursor: not-allowed;
    display:none;
}
.help-cursor {
    cursor: help;
}
.modal-body {
    padding-bottom: 0px;
}
form {
    margin-bottom: 0px;
}
.form-group-nomargin {
    margin-bottom: 0px;
}
.no-vertical-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}
.moderate {
    background-color: #F6EB13;
}
.severe {
    background-color: #FF0000;
}
.low {
    background-color: #66CCFF;
}

/* remove once severity is in backend */
.worst {
    background-color: #990066;
}

.critical {
    background-color: #990066;
}
.notify-severity-bar {
    padding-left: 0px;
    padding-right: 0px;
    height: 46px;
    width: 5px;
    float: left;
    margin-right: 5px;
}
.notify-row {
    padding: 0 0 5px 0;
    cursor: pointer;
}
.slick-item-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.password-change {
    padding-bottom: 60px;
}
.hide-display {
    display: none;
}
.sb-date-select-select {
    display: inline-block;
    width: 90px;
    margin-right: 5px;
}
.sb-date-select-month {
    width: 120px;
}
.story {
    padding: 10px 0 10px 0;
    background-color: white;
}
.no-bullets {
    list-style: none;
}
.btm-story-spacing {
    margin-bottom: 5px;
}
.alert-summary-module-body .color-bar {
    float: left;
    width: 10px;
    height: 56px;
}
.alert-summary-module-body .color-bar-content {
    float: left;
    margin: 5px;
    width: 90%;
}
.alert-summary-module-body .alert-row {
    display: block;
    border-bottom: 1px solid #ccc;
    color: #333;
}
.alert-summary-module-body .alert-row:hover {
    background: #eeeeee;
}
.alert-summary-module-body .alert-heading {
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
    display: block;
    clear: both;
}
.alert-summary-module-body .alert-place {
    font-weight: bold;
    font-size: 11px;
    display: block;
    clear: both;
}
.alert-summary-module-body .alert-date {
    font-weight: bold;
    font-size: 11px;
    display: block;
    clear: both;
}
.alert-monitor-module-body .color-bar {
    display: block;
    padding: 5px;
    color: #fff;
}
.alert-monitor-module-body .color-bar:hover {
    text-decoration: none;
}
.alert-monitor-module-body .alert-heading {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 2px;
    display: block;
    clear: both;
}
.alert-monitor-module-body .alert-content {
    height: 240px;
}
.alert-monitor-module-body .alert-place {
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    display: block;
    clear: both;
}
.alert-monitor-module-body .alert-date {
    font-weight: bold;
    font-size: 11px;
    display: block;
    clear: both;
    background: #eeeeee;
    border-color: #92A2A8;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
    margin: 0 0 0 0;
    padding: 5px;
}
.alert-monitor-module-body .alert-message {
    font-weight: bold;
    font-size: 14px;
    display: block;
    clear: both;
    padding: 10px;
    min-height: 60px;
}
.alert-monitor-module-body .alert-procedure {
    border-top: 1px solid #eeeeee;
    font-weight: bold;
    font-size: 14px;
    display: block;
    clear: both;
    padding: 10px;
}
.alert-monitor-module-body .alert-procedure-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    display: block;
    color: #ccc;
}

/*Alert Pages */
form[name ='builderForm'] .panel {
    padding-top: 20px;
}
.alertModal .modal-dialog {
    width: 725px;
}
.bold-text {
    font-weight: bold;
}
.btn-alert-margin {
    margin-right: 10px;    
}
.btn-alert-add {
    margin-bottom: 20px;
}
.alert-radio-label {
    margin-left: 2%;
    margin-right: 4%;
}
.contact-list{
        font-size:14px;
        font-weight:bold;
}
.contact-background{
    background-color: #DDDDDD; 
    padding-right: 0px;    
}
.severity-row{
    height: 100px;
    border: 1px solid grey;
    padding:0 5px 0 5px; 
    text-transform: capitalize;
}
.severity-row-good{
    height: 100px;
    border: 1px solid grey;
    margin:0 0 0 20px;
    padding-left:5px;
    padding-right:5px;
    display:inline-block;
}
.severity-block{
    display:inline-block;
    height:70px; 
    margin-top:5px;
    width: 24%;
}
.severity-block-bad{
    width: 24%; 
}
.severity-block-good{
    width:100%;
}
.severity-block-good > .severity-label {
    width: 90%;
}
.severity-label{
    position:absolute;
    top:50px;
    text-align:center;
    background-color:white;
    width: 24%;
}
.severity-input{
    top:75px;
    position:relative;
    margin:auto;
    display:block;
}
.severity-block > input.severity-input{
    margin:auto;
}
.custom-criteria-block{
    background-color: #c8c8c8;
}
.alert-textarea{
    width:400px;
    height:100px;
}
.alert-no-message {
    background-color:yellow;
}
.conditional div.aes-place, .conditional label.control-label.ng-binding {
        margin: 0 0 0 0;
}
.conditional input.form-control.ng-pristine.ng-valid, .conditional input.form-control.ng-valid.ng-dirty.ng-valid-editable, .conditional input.form-control.ng-valid.ng-dirty{
        height: 25px;
        padding:0 0 0 0;
        border-color:rgb(169, 169, 169);
        border-radius: 0;
}
	
.dx-icon-export-excel-button{height:15px;}
.dx-datagrid-export-button{height:50px;}
.place-pin-rotate {
    -webkit-transform: rotate(33deg);     /* Chrome and other webkit browsers */
    -moz-transform: rotate(33deg);        /* FF */
    -o-transform: rotate(33deg);          /* Opera */
    -ms-transform: rotate(33deg);         /* IE9 */
    transform: rotate(33deg);             /* W3C compliant browsers */

    /* IE8 and below */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

.layer-opacity-slider {
    width: 100%;
    margin-bottom: 10px; 
    background: #efefef;
}

#footer {
  width: 100%;
  background-color: #eeeeee;
  box-shadow: 0 0 -2px rgba(0, 0, 0, 0.05) inset;
  display: block;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  position: fixed;
  bottom: 0;
  z-index: 1001;
}

#footer a {
  padding: 5px;
}

@media (max-width: 767px) {
  #footer {
    padding: 6px 0;
  }

  #footer > * {
    padding: 5px;
  }
}

.expired-body {
    color: white;
    background: #F05513;
}

/*CX Trading*/
.probability-scale-under20{background-color:purple;color:#ffffff; }
.probability-scale-under40{background-color:green;color:#ffffff; }
.probability-scale-under60{background-color:yellow}
.probability-scale-under80{background-color:orange;color:#ffffff; }
.probability-scale-over80{background-color:red;color:#ffffff; }

/*CX Trading snowfall depths*/
.snowfall-0-inch{background-color: transparent;  }
.snowfall-1-inch{background-color: #f5f5f5; }
.snowfall-2-inch{background-color: #a1b9ef; }
.snowfall-3-inch{background-color: #0405fe; color:#ffffff; }
.snowfall-4-inch{background-color: #000066; color:#ffffff;}
.snowfall-5-inch{background-color: #ff9bcc; }
.snowfall-6-inch{background-color: #ff2a90; }
.snowfall-7-inch{background-color: #a2004a; color:#ffffff;}
.snowfall-8-inch{background-color: #5b002a; color:#ffffff;}
.snowfall-9-inch{background-color: #9dffff; }
.snowfall-10-inch{background-color: #006464; color:#ffffff;}
.snowfall-11-inch{background-color: #ffeb3c; }
.snowfall-12-inch{background-color: #ff9600; }
.snowfall-over-12-inch{background-color: #ff0000; color:#ffffff}


.datepicker-widget {
    width: 100px;
}

/* CX Trading Grid Styles */
.cx_grid_header{
    font-size: 14px;
    font-weight: bold;
    color: #f05514;
}
.precip-maps-nav .navBg {background-color: #fff;width:36px;}
.precip-maps-nav .slick-content{padding:5px 0px 5px 0px;}
.precip-maps-nav .slick-active.slick-center {font-weight:bold;}
.precip-maps-nav .slick-track{background-color:#eeeeee;}
.precip-maps-nav .dateList{color:#000;cursor:pointer;}
.cxMapSlick{padding-left:0px;}
.cxMap{width:90%}
.precip-maps-module-body .row{text-align:center;}

/* Dashboard Dropdown */
.quick-change-dashboards-button ul {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
.quick-change-menu{
    min-width:100px;
    max-width:150px; 
}
div.quick-change-dashboards-button{
   margin-right:0px;
}

/* Language Specific Adjustments */

/* German */
.language-de-de .message-dropdown-text {
    width: 300px !important;
}

/* Arabic */
.language-ar-jo .dd_widget .panel-title {
    float: right;
}
.language-ar-jo .dd_widget .panel-title label {
    float: left;
    padding-top: 4px;
    padding-right: 8px;
}
.language-ar-jo .dd_widget .dd_actions {
    left: 5px;
}
.client-search {
    margin: 50px 0 20px 0;
}
ul.affectedLoc{padding-left:10px;}
ul.affectedLoc li{
    list-style:disc;
    padding:0px;
}
.affectedLocTimes{
    border-bottom: 1px solid #dddddd;
    display:inline-block;
}

.deactivatedSms {
    background-color: red !important;
}

.deactivatedSmsLabel {
    color: white;
}

.nonActivatedSms {
    background-color: yellow !important;
}

.nonActivatedSmsLabel {
    color: black;
}

.activatedSms {
    background-color: green !important;
}

.activatedSmsLabel {
    color: white;
}
.pointerCell{
    cursor: pointer;
}
 .currentWeatherPage {
   color: #4b4541;
   pointer-events: none;
   cursor: default;
 }
 .gaf-widget-weather-toggle-button-container{
    width:100%;
    text-align:center;
}
.gaf-widget-aesplace{
    width:100%;
    padding:0px 5px;
}
.gaf-widget-aesplace > .aes-place{
    margin:-10px 0px 0px 0px;
}
.gaf-widget-left-chart{
    float:left;width:65%;height:220px;margin-left:1%;
}
.gaf-widget-right-chart{
    float:right;width:33%;height:220px;margin-right:1%;border-left: 1px solid #c8c8c8
}
.gafImage {
    width:55px;
}

/*Follow Up Time Span */
.timeSpan {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}
.gaf-map-legend{
    padding:0;
    margin:0;
    position:absolute;
    top:0;
    right:0;
    height:308px;
    width:25px;
}

/*Button controls*/
.button-controls {
    margin-top:20px
}

.no-bottom-border {
    border-bottom: none;
    margin-bottom: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.no-top-border {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-criteria {
    margin: 20px 0 0 0;
}

.custom-criteria-dialog .modal-dialog {
    min-width: 500px;
}

.btn-filled-out {
    background-color: green;
    color: white;
}

.disabled-severity {
    background-color: #c8c8c8;
}

.active-tab {
    background: #ebebeb;
}

.non-active-tab {
    background: white;
}

.place-scrollbar {
   height:auto; 
   overflow: auto; 
   max-height:300px;
}
.met-thumbnail {
  max-height: 100px;
  width: auto;
}

.sop-title {
  font-size: 18pt;
}

.sop-page {
  padding: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
}

#sop-content > h1 {
  font-size: 2em
}

#sop-content > h2 {
  font-size: 1.5em;
}

#sop-content > h3 {
  font-size: 1.17em;
}

#sop-content > h4 {
  font-size: 1.12em;
}

#sop-content > h4 {
  font-size: 0.83em;
}

#sop-content > h5 {
  font-size: 0.75em;
}

.priority-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.priority-header {
  flex-basis: 80;
}
.p-toggle-buttons {
  display: flex;
  flex-direction: column;
}

.bold {
  font-weight: bold;
}

/* Austins Spinners */
.sp-spinner {
  /*margin: 100px auto 0;*/
  width: 70px;
  text-align: center;

}

.sp-spinner > div {
  width: 18px;
  height: 18px;
  background: #f05514;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.sp-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sp-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.spin-screen {
  height: 75vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#sop-content > table {
  border: 1px solid #222;
}

#sop-content > table > tbody {
  border: 1px solid #222;
}

#sop-content > table > tbody > tr {
  border: 1px solid #222;
}

#sop-content > table > tbody > tr > td {
  padding: 8px;
  border: 1px solid #aaa;
}

#sop-content > table > thead {
  border: 1px solid #aaa;
}

#sop-content > table > thead > tr {
  background: #aaa;
  border: 1px solid #aaa;
}

#sop-content > table > thead > tr > th {
  text-align: center;
  border: 1px solid #aaa;
}

#editor {
  font-family: monospace;
}

.padding-md {
  padding: 8px;
}

.margin-md {
  margin: 8px;
}

.readable-p {
  font-size: 16px;
}

.cursor-pointer {
  cursor: pointer;
}

.product-severity-body,
.product-timeout-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-severity-list,
.product-timeout-list {
  max-width: 600px;
}

.product-severity-product-name,
.product-timeout-product-name {
  min-width: 150px;
}

.product-severity-options,
.product-timeout-options {
  display: flex;
  align-items: center;
}
.product-severity-value,
.product-timeout-duration {
  padding-right: 16px;
}
