﻿


/*COMPOSER WRAPPER*/

.composerWrapper {
    border: 2px solid #ebebeb;
    border-radius: 5px;
    position: relative;
    background-color: white;
    margin-bottom: 5px;
}

.pop {
    z-index: 1015;
}

.composerWrapper td {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.composerWrapper table {
    border-spacing: 0;
    border-collapse: collapse;
}

.commentComposerWrapper {
    background-color: white;
    padding: 5px;
    margin: 20px 5px 20px 5px;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.19)
}

.commentComposeTxt {
    padding: 10px;
    resize: vertical;
    line-height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    width: 100%;
    min-height: 100px;
    overflow-y: scroll;
    font-family: segoe ui;
    box-sizing: border-box;
}


/*COMPOSER HEADER*/

#composerHeader {
    background-color: #efefef;
    font-size: 14px;
    font-weight: bold;
}

    #composerHeader td {
        padding: 5px 0px 5px 0px;
        margin: 0 auto;
        border-right-style: solid;
        border-right-width: 1px;
        border-color: #c6c4c4;
        cursor: pointer;
    }

.specialBtn {
    background-color: red;
    color: white;
}

#composerHeader td:hover {
    background-color: #288bfc;
}

#composerHeader a {
    display: inline-block;
    padding: 0px 10px 0px 10px;
}

.composerSelectedMode {
    background-color: white;
}


/*COMPOSER BLOCK AND TEXT*/
.composerTable {
    display: flex;
    flex-flow: row;
    position: relative;
    margin-bottom: 10px;
}

.composerTableA {
    width: 10%;
    display: inline-block;
    min-width: 60px;
}

.composerTableB {
    width: 90%;
    display: inline-block;
    overflow: hidden;
}

.composerBlock {
    padding: 8px;
}

.composerInnerBlock {
    /*
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #e9e7e7;*/
}

.composerAuthorThumbnail {
    border-radius: 50%;
    margin: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #E9E7E7;
    display: inline-block;
    background-size: cover;
    background-position: center;
    width: 40px;
    height: 40px;
}

.composeTxt {
    margin-left: 5px;
    margin-right: 5px;
    outline: 0px solid transparent;
    padding: 5px 10px 15px 5px;
    resize: vertical;
    line-height: 20px;

}

.composeNotes {
    margin-left: 5px;
    margin-right: 5px;
    outline: 0px solid transparent;
    padding: 5px 10px 15px 5px;
    resize: vertical;
    font-family: "font-family: 'Lato'", sans-serif;
    line-height: 20px;

}


/*COMPOSE OPTIONS*/

.composeOptionWrapper {
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
}

    .composeOptionWrapper a {
        cursor: pointer;
        display: inline-block;
        padding: 5px 10px 5px 5px;
    }

        .composeOptionWrapper a:hover {
            cursor: pointer;
            background-color: #f4f4f4;
            border-radius: 5px;
        }

    .composeOptionWrapper img {
        vertical-align: middle;
        padding: 0px 3px 0px 3px;
    }

    .composeOptionWrapper span {
        vertical-align: middle;
        display: inline-block;
        font-size: 14px;
        padding: 3px 3px 0px 3px;
    }

.composePostButton {
    padding: 7px 20px 6px 20px;
    background-color: #0059e6;
    color: white;
    border-radius: 2px;
    border: none;
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: 5px;
    cursor:pointer;
}
    .composePostButton:hover {
        background-color: #0252d1;
    }
.composeOff {
    background-color: #a3c7ff !important;
}

/*COMPOSER PREVIEW*/

.imgPreviewWrapper {
    padding: 5px;
}

.imgNameSnip {
    position: absolute;
    display: block;
    top: 3px;
    right: 5px;
    background-color: azure;
    padding: 2px;
    font-size: 12px;
    line-height: 18px;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow-x: hidden;
}


#composerPreviewQuantity {
    padding: 8px;
    color: blue;
    font-weight: bold;
}

.imgCancelBtn {
    background-color: red;
    color: white;
    padding: 5px;
}


/*REPORTS*/

.reportsWrapper input {
    padding: 5px;
    border: 2px solid #ebebeb;
    background-color: gainsboro;
    font-weight: bold;
}

.reportsWrapper {
    position: relative;
    padding: 5px;
}

.reportInfoLeft {
    width: 50%;
}

.reportInfoRight {
    width: 50%;
}

#reportsObservationTable {
    width: 100%;
}

    #reportsObservationTable td {
        width: 25%;
        /*border: 2px solid #ebebeb;*/
    }

    #reportsObservationTable a {
        position: relative;
        display: block;
        cursor: pointer;
        opacity: 0.3;
    }

    #reportsObservationTable div {
        width: 25%;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 80px;
    }

    #reportsObservationTable a span {
        display: none;
        position: absolute;
        font-size: 12px;
        color: white;
        bottom: 0px;
        width: 100%;
        text-align: center;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#727272+0,8e8e8e+100&0.8+1,0.8+100 */
        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%);
        /* FF3.6-15 */
        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%);
        /* Chrome10-25,Safari5.1-6 */
        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%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc727272', endColorstr='#cc8e8e8e', GradientType=0);
        /* IE6-9 */
    }

    #reportsObservationTable a:hover {
        opacity: 1.0;
    }

        #reportsObservationTable a:hover span,
        .selectedReportType span {
            display: block !important;
        }

.selectedReportType {
    opacity: 1.0 !important;
}

.reportInfoWrapper {
    padding: 8px;
    font-size: 16px;
    flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

#reportInfoTable td {
    padding: 2px 10px 2px 0px;
}

.reportInfoTitleCell {
    color: black;
        text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

#reportType {
    font-weight: Bold;
    line-height: 35px;
}

#reportTime {
    font-size: 12px;
}

.reportDisclaimer {
    font-size: 12px;
    padding: 2px 2px 2px 2px;
    width: 100%;
    line-height: 20px;
    color: darkslategray;
}


/*OTHER*/





.showMoreLess {
    padding-left: 10px;
}

    .showMoreLess a {
        color: dodgerblue;
        font-size: 12px;
        display: block;
        padding: 5px;
        cursor: pointer;
    }





.imgDivWrap {
    overflow-y: scroll;
    max-height: 100%;
    background-color: white;
}

.imgBlock {
    
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
        border-width: 2px;
    border-style: solid;
    border-color: lightgray;
    margin: 1px;
    width:100%;
}

    .imgBlock:hover {
        border-width: 2px;
        border-style: solid;
        background-color:lightblue;
        border-color: deepskyblue;
    }

.imgWrap {
    max-width: 600px;
    padding: 5px;
    white-space: pre-wrap;
    margin: 0 auto;
}

    .imgWrap img {
        width: 100%;
        display: Block;
    }

.imgCaption {
    -webkit-margin-start: 0px;
    padding: 4px;
    text-align: left;
    font-size: 10px;
    line-height: 12px;
    color: #b9b9b9;
    white-space: pre-wrap;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}

dt {
    display: block;
    margin: 0;
}

dd {
    
    text-decoration: none;
}

.imgHeightLink {
    margin: 2px;
    padding: 3px;
    font-size: 14px;
}

    .imgHeightLink:hover {
        margin: 2px;
        background-color: #dfdfdf;
        padding: 3px;
        font-size: 14px;
    }

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    height: 32px;
    margin-bottom: 3px;
    padding: 5px 0px 5px 0px;
    vertical-align: top;
    border-radius: 5px;
    width: 40px;
    font-size: 12px;
    text-align: center;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.postWindow {
    padding: 5px 0 5px 0;
    overflow: hidden;
    position: relative;
}

.txtDescrip {
    text-rendering: optimizeLegibility;
    font-family: "font-family: 'Lato'", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    padding: 30px 30px 10px 30px;
    line-height: 25px;
    /* height: 650px;*/
    background-color: #FFFFFF;
    white-space: pre-wrap;
    outline: none;
    overflow-y: auto;
    /*overflow-y: scroll;*/
}

    .txtDescrip::-webkit-scrollbar {
        display: none;
    }

#composeDiv {
    padding: 5px 8px 10px 8px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    min-height: 400px;
    /* height: 650px;*/
}

.divImageDrop {
    overflow: hidden;
    padding: 10px;
    white-space: pre-wrap;
    outline: none;
    overflow-y: scroll;
}

.titleBox {
    font-size: 18px;
    padding: 8px;
    width: 95%;
}

    .titleBox:focus {
        font-size: 18px;
        padding: 8px;
        width: 95%;
        outline: thin !important;
    }

.summaryBox {
    line-height: 16px;
    font-size: 16px;
    padding: 8px 8px 8px 8px;
    height: 42px;
    width: 95%;
}

.box {
    padding: 5px 0px 5px 0px;
    position: relative;
}

#btnDiv {
    padding: 10px 10px 10px 10px;
    background: #ccc;
    margin-top: 2px;
    font-size: 0px;
    min-height: 30px;
    z-index: 10000;
}

    #btnDiv button {
        border: none;
        display: inline-block;
        vertical-align: top;
        margin: 1px;
        background-color: #FCFCFC;
        font-size: small;
        cursor:pointer;
    }

        #btnDiv button:hover {
            background-color: #dfdfdf;
        }

.stuck {
    position: fixed;
    width: auto;
    display: block;
    z-index: 10000;
    top: 0px;
}

.fileUpload {
    margin: 5px;
}


.composerWrap {
    margin-bottom: 10px;
    margin: 0px 5px 10px 5px;
    font-size: 14px;
    box-shadow: 1px 1px 1px #b9b9b9;
}

.composerChoose {
    border-bottom: 2px solid gainsboro;
}

    .composerChoose ul {
        text-decoration: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px -1px 0px;
        list-style: none;
    }

    .composerChoose li {
    white-space: nowrap;
    text-decoration: none;
    padding: 0px 0px 3px 0px;
    margin: 0px -3px 0px 0px;
    list-style: none;
    color: black;
    display: inline-block;
    vertical-align: bottom;
    background-color: #F9F9F9;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    cursor: pointer;
    border: 1px;
    border-color: #dfdfdf;
    border-style: solid;
    border-bottom: none;
    font-weight: bold;
    text-transform: uppercase;
}

        .composerChoose li:hover {
            background-color: gold;
        }


    .composerChoose .liActive {
        color: black;
        background-color: gold;
        border: 1px;
        border-color: black;
        border-style: solid;
        border-bottom: none;
    }


.composeInnerWrap {
    border: 1px solid #e9e7e7;
    padding: 20px 10px 10px 10px;
    background-color: white;
    position: relative;
    top: 0px;
    left: 0px;
    border-left-color: #e9e7e7;
    border-right-color: #e9e7e7;
    border-bottom-color: #e9e7e7;
}


.composeTxt::-webkit-scrollbar {
    display: none;
}

.composeNotes::-webkit-scrollbar {
    display: none;
}


/*FILE UPLOADER*/
.inputWrapper {
    overflow: hidden;
    position: relative;
    cursor: pointer; /*Using a background color, but you can use a background image to represent a button*/
    ;
    background-color: #FFFFFF;
}

.fileInput {
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: 5px;
    width: 120px;
    left: 0px;
}

.hidden {
    /*Opacity settings for all browsers*/
    opacity: 0;
    right: 46px;
}


.imgPreviewBlock {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    height:120px;
    overflow:hidden;
}
    .imgPreviewBlock img {
        object-fit: cover;
        width: 100%;
    }

    .imgCancelBtnBlock {
        padding: 10px;
    }

/*Dynamic styles*/


.inputWrapper.clicked {
    background-color: #e9e7e7;
}


.imgPreviewWrapper {
    padding: 8px;
}

.composerConfirm {
    padding-top: 7px;
    position: relative;
    height: 30px;
}

.confirmPostBtn {
    font-size: 14px;
    background-color: blue;
    color: white;
    padding: 5px 8px 5px 8px;
    display: block;
    border-radius: 5px 5px 5px 5px;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}


/*TAGS*/
.tagPreviewWrap {
    height: 1px;
    font-size: large;
}

    .tagPreviewWrap ul {
        padding: 5px 0px 5px 0px;
        margin: 0px 0px 0px 0px;
        list-style: none;
        position: relative;
        text-decoration: none;
        left: 0px;
        display: inline-block;
    }

    .tagPreviewWrap li {
        background-color: white;
        z-index: 1000;
        position: relative;
        text-align: left;
        width: 300px;
        min-height: 20px;
    }

        .tagPreviewWrap li a {
            padding: 10px;
            display: block;
            position: relative;
            text-align: left;
            cursor: pointer;
        }

            .tagPreviewWrap li a:hover {
                background-color: #EFEEEF;
                padding: 10px;
                display: block;
                position: relative;
                text-align: left;
                cursor: pointer;
            }





/*HYPERLINK WINDOW*/
#link_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: .6;
    z-index: 1000;
}

#link_window {
    background-color: white;
    width: 500px;
    height: 250px;
    overflow: hidden;
    margin-left: -250px;
    margin-top: -125px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100105;
}

/*Media Window*/
/*
#media_Mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 1000;
    opacity: .95;
    /*background:linear-gradient(rgba(0, 0, 0, 0.7));*/
}
    /*

#media_Window {
    top: 0px;
  color: white;
  display: block;
  position: fixed;
  z-index: 100105;
  left: 0px;
  right: 0px;
  bottom: 0px;
 cursor: default;
 -webkit-overflow-scrolling: touch;
}


.mediaWindowContentWrapper {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
}

.mediaWindowLeft{
  position: relative;
  width: 70%;
  margin: 0 auto;
  display: block;
}

.mediaWindowRight{
  position: relative;
  color: black;
  background-color: white;
  width: 30%;
  padding: 5px;
  overflow-y: scroll;
}
*/
.mediaWindowImportLeft {
  position: relative;
  color: black;
  background-color: white;
  width: 20%;
  padding: 5px;
  overflow-y: scroll;
}

.mediaWindowImportRight {
   position: relative;
   color: black;
  background-color: white;
  width: 80%;
  margin: 0 auto;
  display: block;
}

#infoWrap{
 
  position: relative;
  font-size: 16px;
  display:block;

}

.mediaDiv {
  
    display: block; 
    height: 100%;
}
/*
    #media_Window::-webkit-scrollbar {
        display: none;
    }
    */
.mediaSnip {
    font-size: 12px;
    color: #808080;
    padding-left: 5px;
}

.infoWrap a {
    text-decoration: none;
}


#upload_window {
    background-color: white;
    width: 500px;
    overflow: hidden;
    margin-left: -250px;
    margin-top: -125px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100305;
    box-shadow: 1px 1px 2px black;
}

#upload_mask {
    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));*/
}

.btnChoices {
    width: 75px;
    padding: 5px;
    margin-left: 2px;
    font-weight: 600;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}


#saveChanges_Window {
    background-color: white;
    width: 500px;
    overflow: hidden;
    margin-left: -250px;
    margin-top: -125px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100305;
    box-shadow: 1px 1px 2px black;
}

#saveChanges_Mask {
    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));*/
}

#version_window {
    background-color: white;
    width: 500px;
    overflow: hidden;
    margin-left: -250px;
    margin-top: -125px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100305;
    box-shadow: 1px 1px 2px black;
}

#version_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 1000;
    opacity: .8;
    /*background:linear-gradient(rgba(0, 0, 0, 0.7));*/
}
.ddlStyle {
    padding: 5px;
    min-width: 100px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}

.keyword {
    min-width: 200px;
}



#featureImgDiv {
    padding: 5px;
    display: inline-block;
}

#previewDiv {
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    max-width: 500px;
    text-align: left;
}


#contentFrame {
    width: 100%;
    border: none;
    min-height: 400px;
}

.timePickerBoxes {
    padding: 3px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}


/*REPORTS STYLE*/
.composerChoose a {
    padding: 5px 15px 0px 10px;
    display: block;
    cursor: pointer;
}

.composerChoose div {
    padding: 5px 15px 0px 10px;
    display: block;
    cursor: pointer;
}

.reportsWrapper {
    position: relative;
}

.reportsMapWrapper {
    /*display: inline-block;*/
    /* float: left;*/
    /*width: 50%;*/
}

.reportsWrapper td {
    /*padding: 3px;*/
}

.reportsInfoWrapper input {
    padding: 5px;
    border: 1px;
    border-color: #f3f3f3;
    font-weight: bold;
    background-color: #f3f3f3;
}

.ddlReportType {
    padding: 10px 5px 10px 3px;
    border-color: #8e8e8e;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

    .ddlReportType option {
        padding: 10px;
        border-color: #8e8e8e;
        font-weight: bold;
        cursor: pointer;
        font-size: 16px;
    }

.ddlPhaseon {
    padding: 10px;
    border-color: #8e8e8e;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

.ddlPhase select {
    padding: 5px;
    border-color: #8e8e8e;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}

.timeTxt {
    width: 35px;
    cursor: pointer;
}

.dateTxt {
    width: 80px;
    cursor: pointer;
}

.latLonTxt {
    width: 55px;
    cursor: pointer;
}

.locationTxt {
    width: 90%;
    text-align: left;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px;
    border-color: #f3f3f3;
    font-weight: bold;
    cursor: pointer;
}

.reportsMagnitude {
    font-size: 14px;
    cursor: pointer;
}

.reportDescription {
    padding: 5px;
    background-color: #F6F6F6;
    min-height: 45px;
}


/*-------------------------------------MOBILE STYLES------------------------------------------*/
@media only screen and (max-width: 900px) {
    .mediaWindowImportLeft {
        width: 30%;
    }

    .mediaWindowImportRight {
        width: 70%;
    }
}

/*-------------------------------------MOBILE STYLES------------------------------------------*/
@media only screen and (max-width: 720px) {

    .imgWrap {
        display: Block;
    }

        .imgWrap img {
            max-width: 100%;
            max-height: 100%;
            display: Block;
        }


   #media_Window {
    top: 0px;
    left:0px;
    bottom: 0%;
    color: white;
    display: block;
    position: fixed;
    height:100%;
    width:100%;
   
  }
  .mediaWindowContentWrapper {
display:block;
 
    position: relative;
     overflow-y: auto;
    overflow-x:hidden;
  }
  .mediaWindowLeft,.mediaWindowImportLeft {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .mediaWindowRight,.mediaWindowImportRight {
    position: relative;
    color: black;
    background-color: white;
    width: 100%;
  }

    .reportsInfoWrapper {
        display: block;
        width: 100%;
    }

    .reportsMapWrapper {
        display: block;
        width: 100%;
    }


    .txtDescrip {
        text-rendering: optimizeLegibility;
        font-family: "font-family: 'Lato'", sans-serif;
        font-size: 16px;
        line-height: 1.2;
        padding: 10px;
        line-height: 25px;
        /*height: 550px;*/
        background-color: #FFFFFF;
        white-space: pre-wrap;
        outline: none;
        /*overflow-y: scroll;*/
    }

    #contentFrame {
        width: 100%;
        border: none;
        /*height: 550px;*/
    }

    .reportInfoWrapper {
        flex-direction: column;
        margin-top: 10px;
    }


    .reportInfoLeft {
        width: 100%;
    }

    .reportInfoRight {
        width: 100%;
    }

    #upload_window {
        background-color: white;
        overflow: hidden;
        left: 0px;
        right: 0px;
         margin-left: 0px;
    margin-top: 0px;
        width: 100%;
        position: fixed;
        top: 30%;
        z-index: 100305;
        box-shadow: 1px 1px 2px black;

        
    }
    #version_window {
        background-color: white;
        overflow: hidden;
        left: 0px;
        right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        width: 100%;
        position: fixed;
        top: 30%;
        z-index: 100305;
        box-shadow: 1px 1px 2px black;
    }
}
