﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    /*font-family: 'Microsoft Sans Serif';*/
    /*font-family: Arial, Helvetica, sans-serif;*/
}
.ui-datepicker {
    background: white;
}
#mainDiv {
    width: 100%;
    height: 100%;
    /*margin: 0;*/
    /*position: relative;*/
    overflow: hidden;
    border: none;
}
#leftPane {
    /*width: 30%;*/
    /*width: 310px;*/ 
    /*background-color: aliceblue;*/
    /*background-color: #b5D9ee;*/
    /*background-color: #A4B0DA;*/
    background-color: #A4BCC2;
}
/*#rightPane {
    width: 80%;
}*/
#rightHeaderDiv {
    height: 80px;
    text-align: center; 
    line-height:50%; /*75%;*/ 
    font-size: medium; 
    /*font-weight: bold;*/ 
    color: blue;
}
#mapDiv {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
}
#tocPane {
    border: solid #97DCF2 1px;
}
#query {
    display: block;
    position: absolute;
    z-index: 2;
    top: 120px;
    left: 74px;
}
.esriPopup .titlePane {
    text-shadow: none;
}

.esriPopup .titleButton.next {
    right: 40px;
}

.esriPopup .titleButton.prev {
    right: 53px;
}

/* this line hide layers when out of scale for the inline TOC */
/*.agsjsTOCOutOfScale {
      display: none;
}*/
.divider{
    width:5px;
    height:auto;
    display:inline-block;
    min-height:1px;
}
.resizedDateTextbox {width:115px; height: 12px; font-size: 12px}
.resizedIDTextbox {width: 42px; 
height: 12px; font-size: 12px
}
.resizedTextbox {height: 16px; font-size: 12px;
    width: 31px;
}
.resizedSelect {height: 18px; font-size: 12px}
#divComments {
    z-index: 10;
}
#txtPWSID {
    width: 56px;
}
#txtSID {
    width: 21px;
}
#txtRelateID1 {
    width: 83px;
}
#selIsoDistMain {
    width: 60px;
}
#selMonNonCon {
    width: 60px;
}
#txtUserID {
    width: 98px;
}
#txtPassword {
    width: 98px;
}
#txtSampleIDSearch {
    width: 19px;
}
#txtPWSIDSearch {
    width: 57px;
}
#txtRelateIDSearch {
    width: 76px;
}
#selInspector_D {
    width: 98px;
}

.span-left1 {
    margin-left:20%;
    float:left;
}
.span-left2 {
    margin-left:18%;
    float:left;
}
.span-left3 {
    margin-left:10%;
    float:left;
}
ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}




/* BEGIN MODAL BOX */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
}

/* Modal Content */
.modal-content {
    position: relative;
    /*background-color: #fefefe;*/
    /*background-color: #edf4fc;*/
    /*background-color: #D3D9ED;*/
    background-color: #A4BCC2;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    height: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -moz-animation-name:animatetop;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

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

.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    /*background-color: #5cb85c;*/
    /*background-color: #3399cc;*/
    /*background-color: #383E62;*/
    background-color: #003865;
    color: white;
}

.modal-body {
    padding: 2px 16px;
    /*background-color: #D3D9ED;*/
    background-color: #A4BCC2;

}

.modal-footer {
    padding: 2px 16px;
    /*background-color: #5cb85c;*/
    /*background-color: #3399cc;*/
    /*background-color: #383E62;*/
    background-color: #003865;
    color: white;
}

.modal-right1 {
    margin-right:15%;
    float:right;
    /*background-color: #D3D9ED;*/
    background-color: #A4BCC2;

}
.modal-right2 {
    margin-right:30%;
    float:right;
    /*background-color: #D3D9ED;*/
    background-color: #A4BCC2;

}
.modal-right3 {
    margin-right:40%;
    float:right;
    /*background-color: #D3D9ED;*/
    background-color: #A4BCC2;

}

/* END MODAL BOX */

/* BEGIN POPUPS */
/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    /*width: 350px;*/
    width: 500px;
    /*background-color: #003399;*/
    background-color: #383E62;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px; /* 0;*/
    position: absolute;
    z-index: 1;
    /*bottom: 125%;*/
    left: 50%;
    /*margin-left: -80px;*/
    margin-left: -250px;
    font-size: 12px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
/* END POPUPS */