@charset "utf-8";
/* CSS Document */


body, html {
	width:100%;
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	font-size:12px;
	color:#6d6762;

}.buttonblue { 
width:100%; 
padding:10px;
box-sizing:border-box;
background-color:#4278bc;
border:0;
color:#fff;
cursor:pointer;
}

.marker_list {
border-bottom:1px solid #fff;
background-color:#eeeeee;
width:100%;
padding:20px;
box-sizing:border-box;
 cursor:pointer;
}

#map {
	width:70%; height:700px; float:left;
}

#sidebar {
	width:30%; min-height:700px; float:left; 
}

.buttongrey { 
padding:10px;
box-sizing:border-box;
background-color:#ccc;
border:0;
color:#000;
cursor:pointer;
}





.blanket {
position:fixed;
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
z-index: 970;
top:0;
left:0;
right:0;
bottom:0;
display:none;
}

.content_html {
position:absolute;
background-color:#fff;
z-index: 980;
top:100px;
padding:10px;
width:100%;
box-sizing:border-box;
max-width:800px;
margin:0 auto;
left:0;
right:0;
display:none;
}

@media all {
	.page-break	{ display: none; }
}

@media print {
	.page-break	{ display: block; page-break-before: always; }
}

img {
	border:0;
	max-width:100%;
	max-height:100%;
}

hr {
	border:0;
	border-bottom:1px solid #4278bc;
}


h3 {
	color:#000;
	font-size:16px;
}

.clear {
	clear:both;
}


a {
	color:#3b56a6;
	font-weight:Bold;
	text-decoration:none;
}

.col50 {
	position:relative;
	float:left;
	width:50%;
	padding:10px;
	box-sizing:border-box;
}

.col50 img {
	max-width:100%;
	max-height:100%;
}

a:hover {
	text-decoration:underline;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}



.home-login {
	width:100%;
	max-width:375px; 
	margin:30px auto;
	position:relative;
	-webkit-box-shadow: 0px 3px 35px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 35px -10px rgba(0,0,0,0.75);
box-shadow: 0px 3px 35px -10px rgba(0,0,0,0.75);
	box-sizing: border-box;
}


.home-login input[type="submit"] {
	background-color:#3398cc;
	border:0;
	margin:0;
	padding:5px 20px 5px 20px;
	cursor:pointer;
border-bottom:2px solid #ccc;
border-radius:2px;
color:#fff;	
-webkit-appearance: none;
}

@media screen and (max-width: 760px){ .home-login { max-width:300px; }}



.login-box {
	position:relative;
	width:100%;
	height:270px;
	padding-top:10px;
	background-color:#fff;
	max-width:375px;
}

.login-box input[type=text], .login-box input[type=password] {
	width:220px; 
	padding:10px; 
	background-color:#ebebeb; 
	border:0;
	box-sizing:border-box;
}

input[type=select] {
-webkit-appearance: none;
}


.login-box a {
	color:#9d9d9c; font-weight:normal;
}

.login-box .dv1 {
	position:absolute; left:48px; top:72px; background-image:url(../images/account-area/login-face.png); width:30px; height:29px;
}

.login-box .dv2 {
	position:absolute; left:80px; top:70px;
}
	
.login-box .dv3 {
	position:absolute; left:48px; top:122px; background-image:url(../images/account-area/login-padlock.png); width:30px; height:29px;
}
	
.login-box .dv4 {
	position:absolute; left:80px; top:120px;
}

.login-box .dv5 {
	position:absolute; left:60px; top:165px;
}
.login-box .dv6 {
	position:absolute; left:242px; top:210px;
}


@media screen and (max-width: 760px){
.login-box input[type=text], .login-box input[type=password] { width:170px; }
.login-box .dv1 { left:33px; }
.login-box .dv2 { left:65px; }
.login-box .dv3 { left:33px; }
.login-box .dv4 { left:65px; }
.login-box .dv5 { left:50px; }
.login-box .dv6 {left:110px; }
}

.login-box h2 {
	text-align:center;
	font-weight:ligher;
	text-transform:uppercase;
	font-size:18px;
}




.head_container {
	position:relative;
	width:100%;
	background-color:#fff;
}

.head_content {
	position:relative;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	background-color:#fff;
	color:#000;
	text-align:left;
	font-size:12px;
	box-sizing: border-box; 
}


.head_left {
	float:left;
	width:50%;
}

.head_right {
	float:left;
	width:50%;
	text-align:center;
	padding-top:50px;
	
}

.head_content img, .head_left img, .head_right img {
	max-width:auto;
	max-height:50px;
}



.global_container {
	position:relative;
	width:100%;
	background-color:#fff;
}

.global_content {
	position:relative;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	background-color:#fff;
	color:#000;
	min-height:700px;
	padding:10px;
	text-align:left;
	font-size:12px;
	box-sizing: border-box; 
}



.inputbox {
	position:relative;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	color:#000;
	margin-bottom:10px;
	background-color:#9cd4e8;
	color:#000;
}


.inputbox2 {
	position:relative;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	color:#000;
	margin-bottom:10px;
	background-color:#d3c4e3; /*8eafd7*/
	color:#000;
}

.inputbox_production {
	position:relative;
	width:100%;
	/*padding:1px;*/
	box-sizing:border-box;
	color:#000;
	/*margin-bottom:3px;*/
	background-color:#9cd4e8;
	color:#000;
}

.inputbox_production_active {
	position:relative;
	width:100%;
	/*padding:1px;*/
	box-sizing:border-box;
	color:#000;
	/*margin-bottom:3px; */
	background-color:#db5461;
	color:#000;
}

.inputbox_production_comp {
	position:relative;
	width:100%;
	/*padding:1px;*/
	box-sizing:border-box;
	color:#000;
	/*margin-bottom:3px;*/
	background-color:#8fdc97;
	color:#000;
}

 input[type="text"], input[type="password"],select,textarea, input[type="email"], input[type="url"] {
	width:100%;
	padding:5px;
	border:1px solid #ccc;
	box-sizing:border-box;
}

input[type="submit"] {
cursor:pointer;
-webkit-appearance: none;
}


.c1 {
	float:left;
	width:40%;
	padding:4px;
	box-sizing:border-box;
}


.c2 {
	float:left;
	width:60%;
	padding:4px;
	box-sizing:border-box;
}

.c3 {
	float:left;

	padding:4px;
	box-sizing:border-box;
}

.c4 {
	float:left;

	padding:4px;
	box-sizing:border-box;
	display:block;
}

.col4 {
	width:25%;
	padding:5px;
	box-sizing:border-box;
	float:left;
}

.c20 {
	float:left;
	width:20%;
	padding:4px;
	box-sizing:border-box;
}

.c10 {
	float:left;
	width:10%;
	padding:4px;
	box-sizing:border-box;
}


.c50 {
	float:left;
	width:50%;
	padding:4px;
	box-sizing:border-box;
}

.c49 {
	float:left;
	width:49%;
	padding:4px;
	box-sizing:border-box;
}

.c25 {
	float:left;
	width:25%;
	padding:4px;
	box-sizing:border-box;
}

.back_button {
	background-color:#4278bc;
	color: #fff;
	padding: 5px;
	font-size: 13px;
	border: none;
	text-decoration: none;
	float:right;
	
}

.back_button:hover {
    background-color: #25b6ea; 
	color: #fff;
}


i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.c30 {
	float:left;
	width:30%;
	padding:4px;
	box-sizing:border-box;
}

.c100 {
	float:left;
	width:100%;
	padding:4px;
	box-sizing:border-box;
}

.c80 {
	float:left;
	width:80%;
	padding:4px;
	box-sizing:border-box;
}

.dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
}

.white_box{
	padding:5px;
	border:1px solid #ccc;
	box-sizing:border-box;
	background-color:#fff;
}

/* Map Key */
.map_key_item{
width:40%; 
display:inline-block;	
}

@media screen and (max-width: 760px){
.map_key_item{
width:100%; 
display:inline-block;	
}

}


.map_key_item_cars{
width:20%; 
display:inline-block;	
}

@media screen and (max-width: 760px){
.map_key_item_cars{
width:45%; 
display:inline-block;	
}

}


 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  background-color: white;
  display: none;
  overflow: hidden;
} 