


/*NEW*/
body {
  color: #000;
  background: #FFFFFF;
  /*font-family: Verdana, Helvetica, sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  margin: 0 0 0 0;
}

.text32 {
	font-size:32px; 
	font-weight:bold;
}
.text24 {
	font-size:24px; 
	font-weight:bold;
}
.gray  {
	color: #666;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.bold {
	font-weight: bold;
}
.red {
	color: red;
	font-weight:bold;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
div{ border: 0px solid red; }

#button {
	background-color: #ee7f00;
	width:200px;
	height:75px;
	font-size: 20px;
	font-weight:bold;
	text-align: center;
	vertical-align: center;
	line-height:75px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
}
#buttonR {
	padding-top: 15px;
	background-color: #ee7f00;
	width:200px;
	height:60px;
	font-size: 20px;
	font-weight:bold;
	text-align: center;
	vertical-align: center;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
}
#buttonR font {	
	font-size:10px;
}


select {
	width:100%;
   /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    margin: 5px 0;
    background: #fff;
    border: none;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
}

select.select25 {
	width:25%;
   /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    margin: 5px 0;
    background: #fff;
    border: 1px solid #ccc; 
    border-radius: 0px;
	padding: 2 2 2 2;
    font-size: 12px;
}


.hand {
	cursor:pointer;
}
#logo {
	width: 100%;
	height: 110px;
	position: relative;	
	background-image: url(../../../../resource/rittenmeester/logo.jpg);
	background-repeat: no-repeat;
	background-position: 30px 20px; 
	background-color:#fff;
	
	background-size: auto 76px;
	float: center;	
	
	border-bottom: 3px solid #ee7f00;
}
.back {
	/*background-image: url(../../../../resource/rittenmeester/back.jpg); 	
	background-size: 100% auto;
	background-position: center center;*/
	background-color:#fff;
	width: 100%;
	height: calc(100% - 113px);
}
#logo .block {
	border-radius: 10px;  
	float: right;
	border: 1px solid #1575bf; 
	min-width: 52px;
	max-width: 52px;
	min-height:48px;
	max-height:48px;
		
	text-align: center;
	font-size: 8px;	
	margin: 2 2 0 2;
	padding: 0 0 0 0;	
	display:block;
}

#logo .blockUser {
	border-radius: 10px;  
	float: right;
	border: 0px solid #fff; 
	min-width: 104px;
	max-width: 104px;
	min-height:48px;
	max-height:48px;
		
	text-align: center;
	font-size: 8px;	
	margin: 2 2 0 2;
	padding: 0 0 0 0;	
	display:block;
}
#logo .blockUser .title{
	color: #1575bf;
	width: 100%;
	text-align: center;
	display:block;
	font-size: 8px;
	padding: 4 0 2 0;
}
#logo .blockUser .info{
	color: #1575bf;
	width: 100%;
	text-align: center;
	display:block;
	font-size: 10px;
	font-weight: bold;
	padding: 4 0 2 0;
	overflow:hidden;
}

h1 {
	font-size: 18px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#logo .selected {
		background-color:#ffd9b0;
}

#logo .topmenu {
	display:block;
	
	min-height:52px;
	max-height:52px;	
	
}
#logo .topmenusub {
	display:block;
	margin: 3 0 0 0 ;
	min-height:52px;
	max-height:52px;
}
#logo .block .icon img{
	max-width:  100%;
    max-height: 100%;
}
#logo .block .title{
	color: #1575bf;
	width: 100%;
	text-align: center;
	display:block;
	font-size: 8px;
	padding: 2 0 2 0;
	height:14px;
	line-height: 1;
}
#logo  .block .icon{
	color: #0f7afd;
	width: 100%;
	height: 28px;
	overflow:hidden;
	margin-top: 0px;
}
#logo  .block .info{
	color: #1575bf;
	width: 100%;
	text-align: center;
	font-size: 8px;
	margin-top: -24px;
	padding-top: 0px;
	padding-bottom: 2px;
}

#logo  .block .newmsg{
	width:  16px;
	height: 16px;
	border-radius: 8px;
	background-color: #1575bf;
	text-align: center;
	margin: 0 0 0 32;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
#logoff {
	background-color: #467D28;
	width:250px;
	height:100px;
	font-size: 40px;
	font-weight:bold;
	text-align: center;
	vertical-align: center;
	line-height:100px;
	font-family: 'Montserrat', sans-serif;
	z-index:14;
	float:left;
	margin-left:20px;
	display: block;
	color:#fff;
}


#loginContent {
	font-size: 16px;	
	text-align:center;
}

#loginInput {
	font-size: 16px;
	text-align:center;
}
.LoginInputText {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-align:right;
}
input.InputLogin{
	font-size: 16px;	
	width:100%;
	margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;	
}

#report input{
	font-size: 12px;	
}

input{
	font-size: 5vw;	
}
input.checkbox{
	font-size: 5vw;	
	width:200px;
}

#banner {
	z-index:1;
	width: 100%; 	
	overflow:hidden;
	height: auto; 
	padding-top:0px;
	
}

#map {
	z-index:1;
	width: calc(100% - 366px); 	
	/*height: 100%;*/
	position: absolute;
	left:66px;
	top: 113px; /* Header Height */
    bottom: 0px; /* Footer Height */
}


.small {
	font-size: 2vw;
	padding: 0;
	margin: 0;
}



.hidden {
	display: none;
}


.nooverflow {
		text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}



textarea {
	resize: none;
}
textarea.mailText { 	
	border: 1px solid #AAA;	
	width:100%; 
	height: 100px; 
	resize:none;
}
INPUT.input{
	font-size: 14px;	
	width:100%;
	
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	padding: 6 6 6 6;
	margin: 0 0 0 0;
    
}
INPUT.inputDate{
	font-size: 12px;	
	width:100%;
	
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	padding: 6 6 6 6;
	margin: 0 0 0 0;
    
}
INPUT.inputDateDrive{
	font-size: 12px;	
	width:100%;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	padding: 6 6 6 6;
	margin: 0 0 0 0;
    
}
INPUT.inputSmall{
	font-size: 12px;	
	width:80%;
	margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;	
}

td.input {	
	font-size: 14px;
}
td.empty {	
	font-size: 8px;
	/*height: 0px;*/
	margin: 0 0 0 0;
	padding:  2 2 2 2;
}
td.input img{
	max-width:24px;
	max-height:24px;
}	
span.tiny {
	font-size: 10px;
}

.listSmall {
	font-size:10px;
}


.whiteButton, .whiteButtoneven{
	background-color: #fff;
	margin-left:0px;
	border-radius: 10px;  
	float: left;	
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color:#000;
}
.whiteButton:hover, .whiteButtoneven:hover{
	background-color: #ccc;
	margin-left:0px;
	border-radius: 10px;  
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color:#fff;
}
.whiteButtonodd{
	background-color: #ccc;
	margin-left:0px;
	border-radius: 10px;  
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color:#fff;
}
.whiteButtonodd:hover{
	background-color: #fff;
	margin-left:0px;
	border-radius: 10px;  
	float: left;	
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color:#000;
}



.copyButton{
	margin: auto;
	background-color: #fff;
	margin-left:0px;
	border-radius: 10px;  
	float: left;	
	width: 90%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color:#000;
}
.copyButton:hover{
	background-color: #ccc;
	margin-left:0px;
	border-radius: 10px;  
	float: left;
	width: 90%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color:#fff;
}



.whiteButtonRed, .whiteButtonevenRed{
	background-color: #fff;
	margin-left:0px;
	border-radius: 10px;  
	float: left;	
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color: red;
	font-weight: bold;
}
.whiteButtonRed:hover, .whiteButtonevenRed:hover{
	background-color: #ccc;
	margin-left:0px;
	border-radius: 10px;  
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color: red;
	font-weight: bold;
}
.whiteButtonoddRed{
	background-color: #ccc;
	margin-left:0px;
	border-radius: 10px;  
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color: red;
	font-weight: bold;
}
.whiteButtonoddRed:hover{
	background-color: #fff;
	margin-left:0px;
	border-radius: 10px;  
	float: left;	
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color: red;
	font-weight: bold;
}


.grayButton{
	background-color: #eee;
	margin-left:0px;
	border-radius: 10px;  
	float: left;	
	width: calc(100% - 2px);
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color:#000;
	font-weight:bold;
	border: 1px solid #ccc;
}
.grayButton:hover {
	background-color: #ccc;
	margin-left:0px;
	border-radius: 10px;  
	float: left;
	width: calc(100% - 2px);
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color:#000;
	font-weight:bold;
	border: 1px solid #ccc;		
}
.darkgrayButton{
	background-color: #bbb;
	border-radius: 10px;  
	width: calc(50%);
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer; 
	color:#000;
	font-weight:bold;
	border: 1px solid #ccc;
	display: table;
	margin: 0 auto;
}
.darkgrayButton:hover {
	background-color: #ccc;
	border-radius: 10px;  
	width: calc(50%);
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer; 
	color:#000;
	font-weight:bold;
	border: 1px solid #ccc;
	display: table;
	margin: 0 auto;
}
.backButton{
	background-color: #eee;
 
	border-radius: 10px;  
	float: left;	
	width: 95%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin: 2 0 2 5;
	color:#000;
	font-weight:bold;
	border: 1px solid #ccc;
}
.backButton:hover {
	background-color: #ccc;
 
	border-radius: 10px;  
	float: left;
	width: 95%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
margin: 2 0 2 5;
	color:#000;
	font-weight:bold;
	border: 1px solid #ccc;
}


/* MAP LAYER OPTIONS */
#layers {
	height: 50px; 
	width: calc(100% - 366px);
	border-top:   0px solid #fff; 
	bottom: 0px; 
	background-color: #666; 
	z-index:999; 	
	position: absolute; 
	left: 66px; 
	opacity: 0.8;  			
}
#layerBtn {
	padding-left: 0px;
	margin-left: 0px;
	border-radius: 5px 5px 0px 0px;
	border-left:  0px solid #fff; 
	border-right: 0px solid #fff; 
	border-top:   0px solid #fff; 
	color: #fff; 
	position: absolute; 
	font-size: 8px; 
	bottom: 0px; 
	left: 76px;  
	background-color: #666; 
	width: 72px; 
	height: 32px; 
	z-index:999; 
	text-align: center; 
	opacity: 0.8;     					
	padding-top: 5px;	
}
#layerOption {
	border-radius: 5px; 
	border: 1px solid #fff; 
	color: #fff; 
	position: absolute; 
	font-size: 8px; 
	bottom: 5px;
	background-color: #45a1bf; 
	width: 64px; 
	height: 32px; 
	z-index:999; 
	text-align: center; 
	padding-top: 0px; 	
	cursor:hand;
	overflow: hidden;
}
#layerOption.option1 {
	left: 14px; 
}
#layerOption.option2 {
	left: 90px; 
}
#layerOption.option3 {
	left: 166px; 
}
#layerOption.option4 {
	left: 242px; 
}
#layerOption.option5 {
	left: 318px; 
}
#layerOption.option6 {
	left: 394px; 
}
#layerOption.option7 {
	left: 470px; 
}
#layerOption.option8 {
	left: 546px; 
}
#layerOption.option9 {
	left: 622px; 
}
#layerOption.option10 {
	left: 698px; 
}
#layerOption.option11 {
	left: 774px; 
}

.popup {
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 200px;
	background-color: #eee;
	z-index: 999;
	border: 1px solid #ccc;
	margin-left: -250px;
	margin-top: -250px;
	padding: 15 5 5 5;
	font-size: 12px;
	text-align: center;
}
.popup span {
	font-size: 24px;
	font-weight:bold;
}