/* Originated as Main STAR Stylesheet updated to make simpler version for GOES-East site 5/26/2017 */


/* now localized for ASPEN */

html {
    margin: 0;
    padding: 0;
    color: #000;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

#wrap {
    background: #fff;
    margin-top: 15px;
    /* margin: 1em auto 2em auto !important; */
    /* width: 96%; */
    /* padding-right: 100px; */
    /* max-width: 1800px !important; */
}

#main {
    padding: 0;
}


/* NOAA LOGO CSS */

.noaa-logo-header {
    position: absolute;
    max-width: 80px;
    margin: 20px 0px 0px 40px;
}

/* #footer {
    clear: both;
} */

#skipNav {
    position: absolute !important;
    top: 5.0em !important;
    left: 55em !important;
    margin: 0;
    padding: 0;
    width: 13em;
    height: 2em;
    font-weight: bold;
    display: block !important;
}

form {
    margin: 0;
    padding: 0;
}

a:link {
    color: #536BA8;
}


/*
a:visited {
    color: #616161;
}*/

a:focus,
a:hover,
a:active {
    color: #536BA8;
    text-decoration: none;
}

a img {
    border: 0;
}

td {
    vertical-align: middle;
}


/* 'un-classed' version of bullet style to ease implementation. */


/* marker for removal of un-styled ul li to protect bootstrap nav styling */

ol li {
    margin-top: 8px;
    line-height: 140%;
}

hr {
    padding: 0;
    border: 0;
    color: #666;
    background-color: #666;
    height: 1px;
    text-align: left;
}

ul.tighter li {
    margin: 0 0 5px 0;
}

ul.noMarker {
    margin: 5px 0 0 6px;
    padding: 0;
}

ul.noMarker li {
    margin-top: 6px;
    margin-right: 10px;
    list-style-type: none;
    padding-left: 6px;
    background-image: none;
}


/* presentation styles for footer content - removed for GOES16 - in local.css for this site */


/* end of presentation styles for the footer content */

p {
    font-size: 1.5rem;
    line-height: 150%;
    margin: 6px 0 6px 0;
}

h1 {
    color: #536BA8;
    margin-top: 2px;
    padding: 0;
    font-size: 1.45em;
    letter-spacing: -0.03em;
    font-weight: bold;
    text-align: left;
}

h2 {
    font-size: 120%;
    font-weight: bold;
    color: #282888;
    margin: 12px 0 0 0;
}

h3 {
    font-size: 110%;
    font-weight: bold;
    color: #000;
    margin: 16px 0 0 0;
}

h4 {
    font-size: 100%;
    font-weight: bold;
    color: #666;
    margin: 6px 0 0 0;
    text-align: left;
}

h5 {
    font-size: 100%;
    font-weight: bold;
    color: #000;
    margin: 8px 0 0 0;
    text-align: center;
}

div.clearing {
    clear: both;
    font-size: 0;
    padding: 0;
    margin: 0;
    height: 0 !important;
}

ul.breadcrumbs {
    padding: 0 2px 6px 2px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666;
}

ul.breadcrumbs li {
    list-style-type: disc;
    color: #536BA8;
    margin: 0;
    font-weight: bold;
    font-size: 0.9em;
    display: inline;
    padding: 1px;
    background-image: none;
}

img.bordered {
    border: 1px solid #666;
}

h3.noscriptWarning {
    padding: 6px;
    margin: 6px 2px 6px 2px;
    border: 1px solid red;
    color: red;
    background-color: #fff;
    font-size: 1em;
    line-height: 130%;
    text-align: center;
}


/* end of main.css */


/* start of local.css */

#main {
    /*	float: left;  */
    margin-left: 0 !important;
    /*	width: 950px !important; */
    max-width: 1800px !important;
}

#mainInner {
    padding: 10px !important;
}


/* end of fixed-width directives */


/* Styles local to your site */

h3 {
    color: #222;
}

ul li a:focus,
ul li a:hover,
ul li a:active {
    /*color: #93052a !important;*/
    text-decoration: underline;
}


/* animation button styles */

div#buttons {
    float: left;
    display: table-cell;
    margin: 0.5em 0;
    padding: 0;
    text-align: left;
    line-height: 2em;
}

div#buttons h2 {
    margin: 0;
    display: inline;
    font-size: 1em;
}

div#buttons a:link,
div#buttons a:visited {
    color: #fff;
    /* emptied in favor of using bootstrap buttons */
}


/* see media query for button-group margin below */

div#buttons div.button-group {
    padding: 0 !important;
    vertical-align: middle !important;
    margin: 0 !important;
}

p#breadcrumbs {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 12px;
    width: 67%;
    font-weight: bold;
}

h1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

h1 span.note {
    font-weight: bold;
    color: #666 !important;
    font-size: 0.8em !important;
}

div#footer {
    border-top: 1px solid #666;
    background-color: #1995dc;
	background-color: #666;
    clear: both;
    display: block;
    min-height: 10em !important;
    width: 100%;
}

div.left {
    color: #fff;
    float: left;
    line-height: 135%;
    display: table-cell;
    margin: 1em !important;
}

h4#disclaimer {
    color: #fff !important;
    font-size: 0.9em;
    font-weight: normal !important;
    font-style: italic;
    text-align: left;
    margin: 0.3em 0 1em 0;
}

h4#disclaimer a:link,
h4#disclaimer a:visited {
    color: #fff !important;
    font-weight: bold;
}

h4#disclaimer a:focus,
h4#disclaimer a:hover,
h4#disclaimer a:active {
    /*color: #93052A !important;*/
    text-decoration: underline;
}

div#footerLinks a:link,
div#footerLinks a:visited {
    color: #fff !important;
    font-weight: bold;
}

div#footerLinks a:focus,
div#footerLinks a:hover,
div#footerLinks a:active {
    font-weight: bold;
    /*color: #93052a !important;*/
    text-decoration: underline;
}

.main-navigation.fancybox-margin {
    padding-right: 15px;
}

div.info {
    width: 55em;
}

div.container {
    /* outer container for thumbnail and links */
    /* float: left; */
    border-radius: 5px;
    width: 100%;
    margin: 5px 0 10px;
    padding: 1px !important;
    /* display: table-cell; */
    background-color: #6D6D6E;
}


/*div.container:hover {
    box-shadow: 0 0 21px 0 rgba(69, 112, 156, 1);
}*/


/* box to display GMT & EDT */


/* formatting #timeBlock in both cases */

div.panel.panel-default#timeBlock {
    padding: 0;
    margin-bottom: 3px;
}

div.panel.panel-default#timeBlock div.panel-body {
    padding: 6px;
}


/* 8/5/2019 this is to stick a bit of content to the bottom of the page above the footer */

.bottomDiv {
    position: relative;
}

.bottomDiv span {
    position: absolute;
    bottom: 10px;
    left: 3em;
}


/* end of local.css */

.btn-block {
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5) !important;
}

.panel {
    margin-bottom: 10px !important;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0 !important;
    font-size: 14px;
    color: inherit;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #f5f5f5 !important;
}

.multiselect-container {
    max-height: 250px;
    overflow: auto;
}


/* Reset Button */

.reset-button {
    width: 50%;
    font-size: 12px;
    float: right;
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5) !important;
    color: #ffffff !important;
}

.clicked-button:active {
    transform: scale(0.95);
}


/*  COST SLIDER VALUE */

.sensitivity-cost-value {
    display: block;
    float: right;
}

#generate-input {
    width: 100%;
    font-size: 12px;
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5) !important;
}

.half-width {
    width: 50% !important;
}


/* Tooltip text */

.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltiptext:hover {
    visibility: visible;
}


/* menu */

.menu-container {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin: 50px;
    z-index: 999;
}

.bar1 {
    width: 75px;
    height: 5px;
    background-color: #ffffff;
    transition: 0.4s;
}

.bar2,
.bar3 {
    width: 75px;
    height: 5px;
    background-color: #ffffff;
    margin: 10px 0;
    transition: 0.4s;
}

.main-menu-pop {
    /* display: none; */
    height: 100vh;
    background-color: #28287b;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 0%;
}

.menu-in {
    animation: slideIn 0.4s forwards;
}

.menu-out {
    animation: slideOut 0.4s forwards;
}

@keyframes slideIn {
    0% {
        width: 0%;
    }
    100% {
        width: 40%
    }
}

@keyframes slideOut {
    0% {
        width: 40%;
    }
    100% {
        width: 0%
    }
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-10px, -15px);
    transform: rotate(45deg) translate(-10px, -15px);
}


/* HEADER */

.header-text {
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 3rem;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
 /*   text-shadow: 3px 3px rgba(0, 0, 0, 0.508); */
    top: 40px;
    left: 140px;
}

.header-img {
    width: 100%;
}


/* TITLE BLOCK CSS */

.title-block {
    width: 60%;
    height: 40px;
    background-color: #28287b;
    margin-top: -20px;
    position: relative;
    border-radius: 0px 12px 12px 0px;
    border: solid #000000 1px;
}

.title-page-text {
    color: #ffffff;
    margin: -32px 0px 0px 40px;
    position: relative;
}


/* NAVBAR */

.navbar-links {
    margin-top: 80px;
    list-style: none;
}

.navbar-li {
    font-size: 2rem;
    font-weight: bold;
}

.navbar-li>.navbar-a {
    color: #ffffff;
}

.navbar-a:hover {
    text-decoration: none;
}

.navbar-icons {
    width: 15%;
    margin: 20px;
}


/* END OF NAVBAR */

.pages-icon {
    width: 150px;
    border-radius: 12px;
    background-color: #28287b;
    padding: 30px;
    margin: 20px;
}

.div-align-items-right {
    text-align: right;
}

.click-below-text {
    text-align: end;
    margin-right: 30px;
}

.p-right-100 {
    padding-right: 100px;
}

.pages-container {
    padding: 10px 30px;
}

.page-main-content {
    width: 95vw;
    margin: 20px auto;
}

.standard-text-size {
    font-size: 1.7rem;
}

.slider-title {
    text-align: center;
    margin: 30px auto;
}

.sat-tables-header {
    background-image: url('../images/black-unsorted.gif');
    background-repeat: no-repeat;
    background-position: center right;
    padding: 4px 18px 4px 4px;
    white-space: normal;
    cursor: pointer;
}

.sat-table-cells {
    border: #cdcdcd 1px solid;
}


/* TAB Related Styles */


/* ADDED FOR TABS!  */


/*----- Tabs -----*/

.members-table {
    width: 90%;
    display: block;
    margin: 0 auto 20px auto;
    z-index: 100;
    position: relative;
}


/*----- Tab Links -----*/

.tab-links {
    padding-left: 8px !important;
}


/* Clearfix */

.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0 3px;
    float: left;
    list-style: none;
    background-image: none;
}

.tab-links a {
    padding: 6px 9px;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    background: #efefef;
    font-size: 12px !important;
    font-weight: 700;
    color: #555;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    transition: all linear 0.15s;
    text-decoration: none !important;
}

.tab-links a:hover {
    background: #a9bae2;
    text-decoration: none;
    color: #93052A;
}

li.active a,
li.active a:hover {
    background: #fff;
    color: #282888;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 0 solid #fff !important;
}

li.active a:hover {
    color: #93052A;
}

th.ctr {
    text-align: center !important;
    border-right: 1px solid #f1c52b !important;
}


/*----- Content of Tabs -----*/

.tab-content {
    padding: 8px;
    border-radius: 6px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    background: #fff;
    border: 1px solid #666;
    margin-top: -11px !important;
    min-height: 800px !important;
    /* background: url(images/Band13/Band13_background3.jpg) center center no-repeat; */
}

.tab {
    display: none;
    padding: 12px;
}

.tab.active {
    display: block;
}

div.floaterItems {
    margin-top: 0.6em;
    clear: both !important;
}

div.floaterItemsInner {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em;
    font-size: 1em;
    clear: both !important;
}

dl.stormDet {
    float: left;
    margin-left: 33px;
}

dl.stormDet dt {
    width: 11em;
    clear: both;
    margin-top: 1em !important;
}

dl.stormDet dd {
    float: left;
    margin-bottom: 0.5em;
}

div.stormItemInner {
    border-top: 1px solid #666;
    padding-top: 0.5em;
    clear: both;
}

div.stormItemInner img {
    float: right;
    margin: 0 0 1em 1em;
}

.mesoScroll h2,
.mesoScroll hr {
    clear: both !important;
}

div.boxCntr h3 {
    margin-top: 3px !important;
    padding-top: 0 !important;
    padding-left: 33px;
}


/* mobile sizing adjustments */

@media screen and (max-width: 1000px) {
    dl.stormDet dd {
        width: 100%;
        margin-top: 0.3em;
    }
    div.stormItemInner img {
        float: left !important;
        clear: both;
        margin: 0 1em 1em 0;
    }
    div.boxCntr h3 {
        clear: both;
        margin-top: 5px !important;
    }
}


/* END of TAB Related Styles */

li.memberTab {
    text-align: center;
}