/* ===== FAIL SAFE TECHNOLOGIES API KEY UTILITY STYLE SHEET ===== */

hr.hrRed {
    border: 0; 
    height: 3px;
    background-image: linear-gradient(to right, rgba(202, 24, 24, 0), rgba(202, 24, 24, 0.75), rgba(202, 24, 24, 0));
}

.banner_collapse_container label {
    background-color: rgba(0,0,0,0.1);
    text-align:center;
    color:#ca1818;
    border-radius:10px;
    padding:8px;
    border: 4px solid #ca1818;
    display: block;
    
}
.banner_collapse_container label:hover {
    text-decoration: underline;
}
.banner_collapse_container input {
    position: absolute;
    left: -999em;
}

.banner_inner {
    position: relative;
    overflow: hidden;
}

.banner_hide_container {
    clear: both;
    opacity: 1;
    overflow: hidden;
    transform: translateY(0);
    margin: 0;
    transition: all 1.5s ease-out, margin 0s ease-out 0s;
}


.banner_collapse_container input[type="checkbox"]:checked + .banner_inner .banner_hide_container {
    opacity: 0;
    transform: translateY(-100%);
    margin-bottom: -999em;
    transition: all 1.5s ease-out, margin 0s ease-out 1.5s;
}

table.disaster-reporter {
    text-align: left;
    position: relative;
    border-collapse: collapse;
    width:100%;
    color:#fff;
}

.disaster-reporter th, td {
    padding: 0.25rem;
}

.disaster-reporter td a {
    text-decoration:none;
}

tr.purple th {
    background: #243B7F;
    color: white;
}

.disaster-reporter tbody tr:nth-child(odd) {
    background-color: #4c004c;
}

.disaster-reporter tbody tr:nth-child(even) {
    background-color: #660066;
}

.disaster-reporter th {
    background: white;
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.mainPageBackground {
  position: relative;
  opacity: 1.0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:48px 0;
  background-image: url("/library/images/AdvanceRavenMap.png");
  height: 100%;
}

.captionBackground {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.75); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 10px solid #ca1818;
  position: relative;
  z-index: 2;
  width: 75%;
  margin:0 auto;
  padding: 30px;
  text-align: center;
  border:5px solid #ca1818;
  font-size:1.35em;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
	/* For desktop: */
    .captionBackground {
        font-size:2.75em;
        margin:80px auto 0 auto;
    }
}

.captionBackground span.border {
  background-color: #ca1818;
  color: #fff;
  padding: 5px;
  font-size: 20px;
  letter-spacing: 8px;
}

 /* The Modal (background) */
.FST_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top:64px;
}

.FST_modal header {display:block;}

.FST_modal .flex-icon {
    color:#000;
    font-size:1.25em!important;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35)!important;
    vertical-align:middle!important;
    display:inline-block!important;
    margin-left:3px;
}

.FST_modal .flex-icon:hover {
	color:#ff9800;
	box-sizing: border-box;
    padding: 1px;
	border:1px solid #ff9800;
}

/* Modal Content/Box */
.FST-modal-content {
  background-color: #fefefe;
  margin: 2.5% auto; /* 2.5% from the top and centered */
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
  height:200px;overflow:auto;background-color:rgba(0,0,0,.1);padding:4px;border-radius:10px;
  
}

@media (max-width:600px){.FST-AR-modal-content{margin:0 10px;width:auto!important}.FST_modal{padding-top:30px}}
@media (max-width:768px){.FST-AR-modal-content{width:75%}.FST_modal{padding-top:50px}}
@media (min-width:993px){.FST-AR-modal-content{width:85%}}

.FST-card {
    box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.FST-animate-zoom {
    animation:animatezoom 0.6s
}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

.FST-container {
    padding:0.01em 16px;
}
.FST-container:after,.FST-container:before {content:"";display:table;clear:both}

.FST-black {color:#fff!important;background-color:#000!important}

.FST-red {color:#fff!important;background-color:#ca1818!important}

.FST-button {
    border:none;
    display:inline-block;
    padding:8px 16px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    background-color:inherit;
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
}

.FST-xlarge{font-size:24px!important}

.FST-button:hover{color:#000!important;background-color:#ccc!important}

.FST-bar .FST-button{white-space:normal}

.FST-display-topright{position:absolute;right:0;top:0}

.FST-bar{width:100%;overflow:hidden}

.FST-bar .FST-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}

.FST-border-bottom{border-bottom:1px solid #ccc!important}

.FST-light-grey {color:#000!important;background-color:#f1f1f1!important}

.FST-white {color:#000!important;background-color:#fff!important}

.FST-padding{padding:8px 16px!important}

.FST-right{float:right!important}

.FST-border{border:1px solid #ccc!important}

/* The Close Button */
.FST-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.FST-close:hover,
.FST-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

.contab {display:none}

.storagecontab {display:none}

.FST-AR-modal-content{
    margin:auto;
    background-color:#fff;
    position:relative;
    padding:0;
    outline:0;
    width:85%;
    border:5px solid #18ca18; border-radius:2px;
}

.alert {
    border: 3px solid #000000;
    padding:8px;
    margin:4px;
    background:rgba(0,0,0,0.35);
    font-weight:bold;
    font-size:1.25em;
	color:#000000;
    text-align:center;
    vertical-align:middle;
}

.alert-success {
    border: 3px solid #006009;
    background:rgba(208,255,212,0.95);
}

.alert-danger {
    border: 3px solid #ca1818;
    background:rgba(255,235,233,0.95);
}

.alert-warning {
    border: 3px solid #eed202 ;
    background:rgba(249,252,156,0.95);
}

.alert-info {
    border: 3px solid #31708f ;
    background:rgba(217,237,247,0.95);
}
