html { /*height: 100%; */ }
body {
    background-color:#FFFFFF;
    font-family: monospace;
    font-size: 16px;
    height: 97.6%;
    margin: 0;
    padding: 0
}


label{
	font-size: 14px;
}

td{
	font-size: 12px;

}

input[type=button],input[type=select]{
	cursor: pointer;
}
label#displayLabel{
	float: left;
	position: relative;
	bottom: -5em;

}
#bottomCell{
    border-top: 1px solid white;
    position: absolute;
    color:white;
    bottom: 0px;
    position: fixed;
    width: 100%;
  	background-color:rgba(0, 0, 0, 0.7);
    z-index: 99;

}
#bottomCell_options{
    background-color: transparent;
    position: relative; 
    margin-bottom: 5px;
    margin-top: -23px;
    margin-left: 0px;
    margin-right: 10px;
    width: 26px;
}
#bottomCell1{
		float:left;
    position: relative; 
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;

    /*bottom: 31px;*/
}
#bottomCell2{
		float: left;
    border-top: 1px dashed white;
    position: relative; 
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    width: 100%;
     /*bottom: 15px;*/
}

input[type=button] {
	min-width: 140px;
	min-height: 20px;
	max-height: 20px;
	border: 1px solid red;
	padding: 1px 2px;
	-webkit-appearance:none;
	color: red;
	background-color:#000;
	border-radius:2px;	
}
input.restoreSubmit {
	min-width: 140px;
	min-height: 20px;
	max-height: 20px;
	border: 1px solid lightblue;
	padding: 1px 2px;
	-webkit-appearance:none;
	color: white;
	background-color:#000;
	border-radius:2px;	
}
#loginscreen{
    background-color: black;
    font-family: monospace;
    font-size: 16px;
    border: 1px green dashed;
    margin: 0.5em;
    border-radius: 0.5em;
}

table#logintable{
	width: 400px;
	min-width: 400px;
	max-width: 400px;
	height: 160px;
	min-height: 160px;
	max-height: 160px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:16%;
	margin-top:16%;
	border: 2px solid green;
	padding: 1px 2px;
	background-color:#FFF;
	text-align: center;
	border-radius:4px;	
}

/* This can be removed after nobody has an old page in cache */
table#logindiv{
	width: 400px;
	min-width: 400px;
	max-width: 400px;
	height: 160px;
	min-height: 160px;
	max-height: 160px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:16%;
	margin-top:16%;
	border: 2px solid green;
	padding: 1px 2px;
	background-color:#FFF;
	text-align: center;
	border-radius:4px;	
}


div#logindiv{
	width: 220px;
	min-width: 220px;
	max-width: 220px;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	margin:auto;
	border: 2px solid green;
	padding: 1px 2px;
	background-color:#EEE;
	text-align: center;
	border-radius:2px;	
}	

div#login_mdiv{
	width: 226px;
	min-width: 226px;
	max-width: 226px;
	height: 80px;
	min-height: 140px;
	max-height: 140px;
	margin:auto;
	border: 2px solid green;
	padding: 1px 2px;
	background-color:#EEE;
	text-align: center;
}	

input[type=button].login {
	cursor: pointer;
	margin-left:auto;
	margin-right:auto;
	margin-top: 6px;
	min-width: 80px;
	min-height: 20px;
	max-height: 20px;
	border: 2px solid green;
	padding: 1px 2px;
	-webkit-appearance:none;
	color: green;
	background-color:#DDDDDD;
}	
input[type=submit].logout {
	cursor: pointer;
	margin-left:auto;
	margin-right:auto;
	min-width: 60px;
	max-height: 16px;
	padding: 0px 2px;
	-webkit-appearance:none;
	color: white;
	background-color:#000;
	min-height: 20px;
	max-height: 20px;
	border: 1px solid red;
	padding: 1px 2px;
}	

.logintext[type=text] {
	margin-left:auto;
	margin-right:4px;
	margin-top: 2px;
	min-width: 136px;
	min-height: 20px;
	max-height: 20px;
	border: 2px solid green;
	padding: 1px 2px;
	-webkit-appearance:none;
	background-color:#FFF;
}	
.logintext[type=password] {
	margin-left:auto;
	margin-right:4px;
	margin-top: 2px;
	min-width: 136px;
	min-height: 20px;
	max-height: 20px;
	border: 2px solid green;
	padding: 1px 2px;
	-webkit-appearance:none;
	background-color:#FFF;
}	
select{
  color: white;
	min-width: 100px;
	min-height: 20px;
	max-height: 20px;
	border: 1.9px solid red;
	padding: 1px 2px;
	background-color:#000;
	cursor: pointer;
	border-radius:2px;
}

select.restoreSelect{
  color: white;
	min-width: 100px;
	min-height: 20px;
	max-height: 20px;
	border: 1.9px solid lightblue;
	padding: 1px 2px;
	background-color:#000;
	cursor: pointer;
	border-radius:2px;
}

select#client{
  color: white;
  float: left;
	min-width: 100px;
	min-height: 20px;
	max-height: 20px;
	border: 1.5px solid green;
	padding: 1px 2px;
	background-color:#000;
	cursor: pointer;
	border-radius:2px;
}

select#requestDate{
    color: white;
	min-width: 100px;
	min-height: 60px;
	max-height: 60px;
	border: 1.5px solid green;
	padding: 1px 2px;
	background-color:#000;
	cursor: pointer;
	border-radius:2px;
}

input#rapButton {
	cursor: pointer;
	min-width: 120px;
	min-height: 20px;
	max-height: 20px;
	border: 1.3px solid red;
	padding: 1px 2px;
	-webkit-appearance:none;
	color: #FFF;
	background-color:#000;
}	

input{
	font-size: 12px;
	max-width: 16px;
	-webkit-appearance:none;
	}
input, textarea{
	padding: 1px;
	border: 1px solid #666;
	border-radius:2px;	
	-webkit-border-radius: 2px;
	-webkit-appearance:none;
	}

/****** Download form ******/	

div.downloadForm{

	margin:10px;
}

select.downloadForm{

	margin-right:10px;
	border: 1px solid #666;
}

input.downloadForm{

	
    margin-right:10px;
	border: 1px solid #666;
	color: #ffffff;
    
}

input.downloadForm[type=text]{

	border: 1px solid #666;
	color: #06C;
	margin-left:auto;
	margin-right:10px;
	margin-top: 2px;
	min-width: 320px;
	min-height: 20px;
	max-height: 20px;
	padding: 1px 2px;
	-webkit-appearance:none;
	background-color:#FFF;

}

td.downloadForm{

	padding:12px;
}
	
/****** Points table ********/

#TZframe{
    
    position: absolute;
    float:left; 
    height: auto;
    max-height: 100%;
    margin-right: -50px;
    -webkit-overflow-scrolling: touch;
    overflow:hidden;
    overflow-y:auto;
	overflow-x:hidden;
    top:0px;
    width: 480px;
    z-index: 1
}

#dataTable{
	resize:none;
}


#MZframe{
 
    position: absolute;
	float:right;
    left: 0px;
    overflow:hidden;
    top:0px;
    height:100%;
    width:100%;
    -webkit-overflow-scrolling: touch;
    z-index: 0;

}

#devider{
    background-color:rgba(0, 0, 0, 0.6);
    width:10px;
	position: fixed;
    bottom:50px;
	top: 0px;
	left: 39%;
	display: none;
    z-index: 99;
}


input#dloadjsonlink{
    font-size:8px;
	padding: 1px;
	border: 1px solid #666;
	border-radius:2px;	
	-webkit-border-radius: 2px;
	-webkit-appearance:none;
	min-width: 240px;
}

/*  datatable.php */


table{
    background-color: rgba(255, 255, 255, 0.8);
    table-layout:fixed;
}
tr{
    background-color:#FFFFFF;
}
td.headcell{
    background-color:rgba(000, 000, 000, 0.6);
    border:1px solid grey;
    font-family:monospace;
    overflow:hidden;
    padding:2px;
    /*width:75px;*/
    white-space:nowrap;
    font-size:70%;
    color:white;
}
td.bodycell_left{
    background-color:rgba(000, 000, 000, 0.6);
    border:1px solid grey;
    color:white;
    font-family:monospace;
    font-size:70%;
    padding:2px;
    overflow:show;
}
td.bodycell{
    /*background-color:#FFFFFF; Do not use */
    border-collapse:collapse;
    table-layout:fixed;
    border-bottom:1px solid grey;
    border-right:1px solid grey;
    font-family:monospace;
    font-size:60%;
    overflow:visible;
    padding:2px;
    width:75px;
    word-wrap:break-word;
    white-space:wrap;
}
.body_cell_link{
    word-wrap:break-word;
    white-space:wrap;

}

input[type=checkbox]{
    width: 12px;
    height:12px;
	-webkit-appearance: checkbox;
    margin: 1px;
}

/* datamap.php */

div.infoBoxActionLink{

	color: blue;
	cursor: pointer;
	text-decoration: underline;
	font-weight: 600;

}

div.infoBoxActionLinkMarkedRemoved{

	color: red;
	cursor: auto;
	text-decoration: line-through;
	font-weight: 300;

}

.helolabels {
   color: red;
   background-color: white;
   font-family: "Lucida Grande", "Arial", sans-serif;
   font-size: 8px;
   font-weight: bold;
   text-align: center;
   width: 30px;     
   border: 2px solid black;
   white-space: nowrap;
}




#bottom_box_button_tab, #bottom_box_button_tab a{
    background-color: rgba(0,0,0,0.7);
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-top-right-radius: 3px;
    color: white;
    position: relative;
    text-indent: 6px;
    width: 25px;
    z-index: 999;
}

#bottom_box_button_tab a{
    color: white;
    background-color: transparent;
    cursor: pointer;
    width: 40px;
    z-index: 999;
    border-left: none;
    border-top: none;
    border-right: none;
    text-decoration: none;
    font-size: 120%
}

.displayOps {
    border: 1px solid white;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    height: 10px;
    width: 10px;
    position: relative;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
            
}

#bottomCell3 {
    width: 98%;
    height: 20px;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
    /*background-color:black;*/
    padding-bottom: 0px;
    padding-top: 5px;
    z-index: 999;
    
    
}

.displayOps_space {
    float: left;
    font-size: 80%;
}

div.gmnoprint{
 
    /* display:none;*/
}

div#maptype.gmnoprint{
 
    display:block;
}
.manager_blocks1 {
		float:left;
    display: inline;
    white-space: nowrap;
}

.manager_blocks2 {
		float:left;
    /*position:fixed;*/
    display: inline;
    white-space: nowrap;
    margin-left: 5px;
    margin-top: 5px;
    line-height: 20pt;
}
.manager_blocks3 {
		float: left;
    display: inline;
    white-space: nowrap;
}

.manager_blocks4 {
		float: left;
    display: inline;
    white-space: nowrap;
}

#select_date_submit {
    background-color: black;
    border: 2px solid green;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
    height: 55px;
    line-height: 10px;
    margin-left: -8px;
    margin-top: 0px;
    
    padding-top: 1px;
    text-align: center;
    
    vertical-align: top;
    width: 20px;
    
    
}


.manager.copyright{
    display: inline-block;
    float: right;
    font-size: 80%;
    
}

#jsondownload {
    color: white;
	min-width: 100px;
	min-height: 60px;
	max-height: 60px;
	border: 1.5px solid green;
	padding: 1px 2px;
	background-color:#000;
	cursor: pointer;
	border-radius:2px;	
}

#logins {
    
}

select#rap_download {
    color: white;
	min-width: 100px;
	min-height: 60px;
	max-height: 60px;
	border: 1.5px solid green;
	padding: 1px 2px;
	background-color:#000;
	cursor: pointer;
	border-radius:2px;	
}

#managerButton {
	cursor: pointer;
	min-width: 150px;
	min-height: 20px;
	max-height: 20px;
	border: 1.3px solid red;
	padding: 1px 2px;
	-webkit-appearance:none;
	color: #FFF;
	background-color:#000;
	    
}

/***** managers ******/

.back_to_manager {
    float:left;
    font-size:12pt;
    width:180pt;
}

/**** User register ****/

#userregister{
    background-color: black;
    font-family: monospace;
    font-size: 16px;
    border: 1px green dashed;
    margin: 0.5em;
    border-radius: 0.5em;
}

div#pagelabelcontainer{
	color: white;
	margin-left:auto;
	margin-right:auto;
    margin-top: 0em;
}

div#pagelabelinner{
	border: 1px silver solid;
    border-radius: 0.3em;
	position: relative;
	top: 4em;
	color: silver;
	width: 50%;
	min-width: 400px;
	max-width: 500px;
	margin-left:auto;
	margin-right:auto;
    text-align: center;
}


div#childbox_wrapper{
	border-radius: 4px;
    width: 50%;
    min-width: 400px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    margin-top: 10%;
    border: 2px solid green;
    background-color: #FFF;
    text-align: center;
}	

div.user_register{
    margin-top: 0.1em;
	text-align: left;
    width: 100%;
    height: 1.6em;
}

div#childbox{
	width: 16em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    border: 2px solid green;
    background-color: #EEE;
    text-align: center;
    padding: 1em;
}	

div.user_register_submit{
    width: 100%;
    margin-top: 0.2em;
    min-height: 20px;
    max-height: 20px;
    padding: 1px 2px;
}

select.user_register{
	color: white;
    float: right;
 	height: 100%;   
 	min-width: 156px;
    margin-right: 0.3em;
    border: 1px solid;
    background-color: #000;
    cursor: pointer;
    border-radius: 2px;
}

.user_register[type=text] {
    float: right;
	margin-left:auto;
	margin-right: 0.3em;
	min-width: 152px;
	min-height: 20px;
	max-height: 20px;
	border: 2px solid green;
	-webkit-appearance:none;
	background-color:#FFF;
}	
.user_register[type=password] {
    float: right;
	margin-left:auto;
	margin-right: 0.3em;
	min-width: 138px;
	min-height: 20px;
	max-height: 20px;
	border: 2px solid green;
	padding: 1px 2px;
	-webkit-appearance:none;
	background-color:#FFF;
}	

input[type=button].user_register {

	cursor: pointer;
	margin-left:auto;
	margin-right:auto;
	margin-top: 6px;
	min-width: 80px;
	min-height: 20px;
	max-height: 20px;
	border: 2px solid green;
	padding: 1px 2px;
	-webkit-appearance:none;
	color: green;
	background-color:#DDDDDD;
}

div.breadcrum{
	float: left;
	color: white;
	margin-left:auto; 
	margin-right:auto;
	text-align: center;
	width:100%;
}

a.breadcrum{
	color: white;
}

div#copyright{
	position: absolute;
	bottom: 0.8em;
	color: white;
	margin-bottom: 0.5em;
	margin-left:auto; 
	margin-right:auto;
	font-family:monospace;
	text-align:center;
	width: 100%;
}

.logout_message_box{
	margin-top:1.5em;
	margin-bottom: 0.5em;
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
	width: 100%;
}

.logout_message{
	color: red;
	font-family:monospace;
}








