﻿




.reportBtnHolder {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.reportGroupWrapper {
    display: flex;
    flex-flow: row;
}

.reportGroupLeft {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border-right: 2px solid dimgray;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.35+0,0.35+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59000000', endColorstr='#59000000', GradientType=0);
    /* IE6-9 */
}

.reportGroupRight {
    display: block;
    align-self: flex-end;
    border-radius: 0px 10px 0px 0px;
}
.warm {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.70) 0%, rgba(255,99,71, 0.70) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.70) 0%, rgba(255,99,71, 0.70) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.70) 0%, rgba(255,99,71, 0.70) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59000000', endColorstr='#59000000', GradientType=0);
}
.cold {
    background: -moz-linear-gradient(top, rgba( 0,0,0, 0.70) 0%, rgba( 0,191,255, 0.70) 100%);
    background: -webkit-linear-gradient(top, rgba( 0,0,0, 0.70) 0%, rgba( 0,191,255, 0.70) 100%);
    background: linear-gradient(to bottom, rgba( 0,0,0, 0.70) 0%, rgba( 0,191,255, 0.70) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59000000', endColorstr='#59000000', GradientType=0);
}

.reportGroupSectionTitle {
    color: white;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
    text-shadow: 2px 2px 4px #000000;
}

.reportGroup,
.reportGroupPrimary {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.reportBlock {
    display: block;
    position: relative;
    margin: 5px 5px 0px 5px;
    vertical-align: center;
    min-height: 52px;
    min-width: 52px;
}

.reportBtnHolder img {
    object-fit: contain;
    display: block;
    vertical-align: middle;
    width: 45px;
    margin: auto;
}

    .reportBtnHolder img:hover {
        width: 52px;
    }

.reportBtnHolder a {
    cursor: pointer;
}

.reportGroupWrapper a span {
    position: absolute;
    display: none;
    font-size: 12px;
    color: white;
    bottom: 0px;
    min-width: 100%;
    padding: 2px;
    font-weight: bold;
    line-height: 14px;
    background-color: black;
    text-transform: uppercase;
    text-align: center;
    /*
    background: -moz-linear-gradient(top, rgba(114, 114, 114, 0.8) 0%, rgba(114, 114, 114, 0.8) 1%, rgba(142, 142, 142, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(114, 114, 114, 0.8) 0%, rgba(114, 114, 114, 0.8) 1%, rgba(142, 142, 142, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(114, 114, 114, 0.8) 0%, rgba(114, 114, 114, 0.8) 1%, rgba(142, 142, 142, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc727272', endColorstr='#cc8e8e8e', GradientType=0);*/
}


.reportGroupWrapper a:hover span {
    display: block;
}

.reportDetailsTable {
    margin: auto;
}

.tdA {
    text-align: right;
}

.reportSubTypeHolder {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
    font-size: 16px;
}

    .reportSubTypeHolder a {
        display: block;
        padding: 5px;
        border: 1px solid gray;
        cursor: pointer;
        height: 20px;
        line-height: 20px;
        white-space: nowrap;
        text-overflow: hidden;
        text-transform: uppercase;
    }
    .reportSubTypeHolder a:hover {
        background-color:gainsboro;
    }
        .selectedSubtype {
    background-color: gold;
    color: black;
    font-weight: bold;
}

/* REPORT WINDOW */
#reportWindowMask {
    position: fixed;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: black;
    opacity: 0.9;
    z-index: 10;
}

.reportWindow {
    position: absolute;
    margin: 0px auto;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    z-index: 11;
    border-radius: 10px;
    max-width: 500px;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.19);
}

.reportWindowWrapper {
    display: block;
}

#reportType {
    position: absolute;
    left: 95px;
    height: 30px;
    padding: 0px 5px 0px 5px;
    white-space: nowrap;
    top: 10px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
    background: rgba(0, 0, 0, 0.3);
    /* text-shadow:
		-2px -2px 0 #000,
		2px -2px 0 #000,
		-2px 2px 0 #000,
		2px 2px 0 #000;*/
}

#reportTypeDescription {
    padding: 0px 2px 0px 5px;
    position: absolute;
    top: 40px;
    left: 95px;
    height: 50px;
    right: 5px;
    font-size: 80%;
    text-align: left;
    color: white;
    overflow-y: hidden;
    text-overflow: hidden;
    text-shadow: 2px 2px 4px #000000;
    background: rgba(0, 0, 0, 0.3);
}

.reportWindowCloseBtn {
    position: absolute;
    width: 35px;
    height: 35px;
    font-size: 22px;
    text-align: center;
    line-height: 34px;
    right: 10px;
    top: 5px;
    display: block;
    color: white;
    border-radius: 5px;
    background-color: red;
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.50), 0 2px 5px 0 rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

#reportWindowCloseBtn:hover {
    background-color: white;
}

.reportWindowBanner {
    position: relative;
}

#imgReportBannerThumbnail {
    position: absolute;
    width: 80px;
    left: 10px;
    top: 10px;
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.50), 0 2px 5px 0 rgba(255, 255, 255, 0.35);
}

#imgReportBanner {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-color: lightgray;
    border-radius: 10px 10px 0px 0px;
}


.reportDetailsHolder {
    padding: 10px 10px 5px 10px;
    display: flex;
    flex-flow: row;
}

.reportTimeLocation {
    text-align: center;
    padding: 0px 5px 8px 5px;
    margin-bottom: 8px;
    font-size: 16px;
    color: gray;
    border-bottom: 1px solid gainsboro;
}

.reportInfo {
    width: 100%;
    position: relative;
    line-height: 22px;
}

.reportTypeWindow {
    position: relative;
    width: 100%;
}




.reportSubmitHolder {
 
   
    border-radius: 0px 0px 10px 10px;
}

.reportOptions {
    position: absolute;
    background-color: white;
    width: 150px;
    bottom: 75px;
    left: 0px;
    right: 0px;
    margin: auto;
}

    .reportOptions a {
        cursor: pointer;
        display: block;
        padding: 2px 2px 2px 2px;
        margin: 0 auto;
        width: 150px;
    }

    .reportOptions img,
    span {
        vertical-align: middle;
        padding: 0px 3px 0px 3px;
        cursor: pointer;
    }

.fileInput {
    cursor: pointer;
    height: 35px;
    position: absolute;
    top: 0px;
    width: 120px;
    left: 25px;
    opacity: 0;
    right: 46px;
}

.reportSubmitButton {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    width: 60%;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    background-color: gainsboro;
    cursor: pointer;
    font-family: segoe ui;
}

.ready {
    background-color: gold;
    color: black;
}

.reportInfo select {
    padding: 5px;
    font-weight: bold;
    background-color: gold;
    color: black;
    border: 1px solid black;
    font-size: 18px;
}

    .reportInfo select option {
        padding: 5px;
        font-weight: bold;
        background-color: gold;
        color: black;
    }

.reportInfoSnip {
    font-size: 80%;
    color: gray;
}

.reportCommentsHolder {
 
}

.reportComposeTxt {
    padding: 5px 10px 5px 10px;
    resize: vertical;
    line-height: 18px;
    border-style: solid;
    border-width: 1px;
    min-height:60px;
    border-color: lightgray;
    overflow-y: hidden;
    font-family: segoe ui;
    font-size: 16px;
}

.reportOtherTxtBox, .reportPrimaryTxtBox {
    width: 50px;
    padding: 3px;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid gray;
    cursor:pointer; 
}
.reportPrimaryTxtBox {
}

/*VERIFY WINDOW*/
.verifyWindowWrapper {
    padding: 10px;
    text-align: center;
    position: relative;
}

.verifyWindowSectionTitle {
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.verifyWindowAction {
    padding: 10px;
}

/*THANK YOU WINDOW*/
#thankYouWindow {
    position: fixed;
    /* margin: 10px auto; */
    padding: 5px;
    top: 0px;
    font-size: 14px;
    /* bottom: 0; */
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 12;
    /* border-radius: 10px; */
    /* max-width: 500px; */
    background-color: limegreen;
    color: white;
}



/*LOADING SCREEN*/
#mask, #mask2 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 1000;
    opacity: .6;
    /*background:linear-gradient(rgba(0, 0, 0, 0.7));*/
}

#mask3 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 1000;
    opacity: .9;
    /*background:linear-gradient(rgba(0, 0, 0, 0.7));*/
}

#mask3_Window {
    width: 500px;
    overflow: hidden;
    margin-left: -250px;
    margin-top: -125px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100305;
    color: #FFFFFF;
    text-align: center;
}


/*CHASE MAP ELEMENTS*/
#ticker {
    text-align: center;
}

#divTime {
    background-color: #FFFFFF;
}

.rTimeWrapper {
    padding: 5px;
    position: relative;
    z-index: 10;
}

.mapContainer {
    top: 0px;
    bottom: 0px;
    position: fixed;
    right: 0px;
    left: 0px;
}

.overlays {
    top: 5px;
    left: 65px;
    border-radius: 2px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    color: white;
}
    .overlays select {
        background-color: transparent;
        color: white;
        padding:5px;
    }
    .overlays select option {
        color: black;
        padding: 5px;
    }
    .overlays div{
        padding:5px;
    }

.timerOverlay {
    top: 5px;
    right: 5px;
    border-radius: 2px;
    position: absolute;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    color: white;
}
.memberUsernameOverlay {
    top: 50px;
    right: 5px;
    border-radius: 2px;
    position: absolute;
    padding: 0px 5px 0px 10px;
    padding-right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    color: white;
}
.mapLink {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-family: calibri;
    display: block;
    max-width: 300px;
    position: Relative;
    /* background-color: black;*/
}
.logoOverlay {
    top: 5px;
    left: 5px;
    border-radius: 2px;
    position: absolute;
    padding: 5px;
    z-index: 10;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
}


.overlayHeader {
    padding: 10px 10px 5px 10px;
    display: block;
    cursor: pointer;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59000000', endColorstr='#59000000', GradientType=0);
}

    .overlayHeader:hover {
        background-color: dimgray;
    }

.overlayOptions {
    padding: 5px;
    border-top: 1px solid lightgray;
}

.reportOriginalHolder {
    padding: 0px 5px 5px 10px;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    font-size: 12px;
    line-height: 14px;
}

/*MOBILE RULES*/
@media only screen and (max-width: 500px) {
    .reportGroupRight{
        border-radius:0px;
        width:100%;
    }
}