@import url(http://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);

body{
	margin: 0;
	padding: 0;
	background: #fff;

	color: #fff;
	font-family: Arial;
	font-size: 12px;
	overflow-x:auto;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
#hcontent {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 0px;
	margin:0px;
}
#hcontent h1{
	font-family: 'Exo', sans-serif;
	font-size: 50px;
	font-weight: 200;
	margin-left: 20px;
}
.body{
	position: fixed;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background-image: url('images/sfondo.jpg');
	background-size: cover;
	/*-webkit-filter: blur(5px);*/
	z-index: 0;

}

.grad{
	position: fixed;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	z-index: 1;
	opacity: 0.7;
}

.header{
	position: absolute;
	top: calc(50% - 35px);
	left: 0;
	width:45%;
	display:inline-block;
	z-index: 2;
	text-align:right;
}

.header div{
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 50px;
	font-weight: 200;
	text-align:right;
	margin-right:20px;
}

.header div span{
	color: #a8387b !important;
}

.login{
	position: absolute;
	top: calc(50% - 90px);
	left: 45%;
	height: 150px;
	width: 250px;
	padding: 10px;
	z-index: 2;
}

.login input[type=text]{
	width: 250px;
	height: 40px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
}

.login input[type=password]{
	width: 250px;
	height: 40px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	margin-top: 10px;
}

.button input[type=submit]{
	width: 250px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
}

.button input[type=submit]:hover{
	opacity: 0.8;
}

.button input[type=submit]:active{
	opacity: 0.6;
}

.button input[type=text]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.button input[type=password]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.button input[type=submit]:focus{
	outline: none;
}

.box{
	position: absolute;
	height: 100%;
	font-family: 'Exo', sans-serif;
	font-size:20px;
	z-index: 2;
	margin-top:80px;
	padding-left: 160px;
	width: calc(100% - 170px);
	min-width: 1135px;
}

#wr{
	font-size: 30px;
}

#maps{
	    background: none;
	    border: none;
	    color: white;
	    text-decoration: underline;
	    cursor: pointer; 
	    margin: 0px;
	    text-align: left;
}

input[type=submit]#maps{
	width: auto;
	font-size: 20px;
	padding: 0px;
}

ul#menu {
	top: 80px;
	position: fixed;
	/*height: 100%;*/
	font-family: 'Exo', sans-serif;
	font-size:20px;
	z-index: 4;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #333;
	opacity:0.9;
	width:160px;
}
ul#menu li {
   	margin:0;
	padding:0;
	border-bottom: 1px solid #222;
}

ul#menu li a {
	background-color: #333;
	z-index: 5;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	display:block;
}

ul#menu li a:hover {
    background: #a8387b;
}

ul#menu li a.selected {
    background: #a8387b;
}

div#barrafissa {position:fixed;width:100%;
		font-family: 'Exo', sans-serif;
		font-size:20px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background-color: #333;
		opacity:0.8;
		z-index: 5;
		height: 65px;
}

#imageCS{
	float:left;
	margin-top: 15px;
	margin-left:15px;
	z-index: 7;
	position:fixed;
}

#imageCS div{
	float: left;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 30px;
	font-weight: 200;
	
}

#imageCS div span{
	color: #a8387b !important;
}

#mapbox{
	height: 30px;
	margin-bottom: 10px;
}

#mapbox div{
	display:inline;
	
}
#mapbox div form{
	display:inline;
	
}
.logout{
	margin:10px;
	float:right;
	z-index:6;
	position: relative;
	margin-right: 100px;
}

.logout input[type=submit]{
	background: #fff;
	border: 0px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-weight: 400;
	padding: 10px 16px;
	z-index: 3;
	position: fixed;
}

.logout form{
	padding:0px;
	margin:0px;
}

.station{
	position: relative;
	padding: 10px;
	z-index: 2;
}

.station input[type=text]{
	width: 250px;
	height: 37px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
}

.station input[type=submit]{
	width: 250px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
}

.station input[type=submit]:hover{
	opacity: 0.8;
}

.station input[type=submit]:active{
	opacity: 0.6;
}

.station input[type=text]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.station input[type=password]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.station input[type=submit]:focus{
	outline: none;
}

.station select{
	width: 250px;
	height: 37px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	overflow:hidden;
}

.station option{
	color: #000;
}



.num1,.num2 {
	padding-top:10px;
	background-image: url(images/grigio.png);
	background-size: 40px;
	background-repeat: no-repeat;
	
	display: inline-block;
	width: 45px;
	height: 40px;
	
	margin-left: 5px;
	margin-right: 5px;
	
	float: left;
}
.num1{	
	background-position: center left;
	clear: right;
	text-align:right;
}

.num2{
	background-position: center right;
	clear: left;
	text-align:left;
}


#infoCB{
	
	z-index: 2;
	position:relative;
	padding-bottom: 10px;
	border:1px solid #666;
	transition: all linear 0.2s;
	text-align:center; 
	float:left; 
	display:table;
	padding:0px;
	width: 250px;
}

#infoCB_content { text-align:center;margin:auto;width:auto;display:inline-block;padding: 10px 5px 0px 5px;}

#infoCB_sfondo{
	position: absolute;
	height: 100%;
	background: #333;
	opacity: 0.7;
	z-index: -1;
	width:100%;
}

#infoCB:hover{
	border:1px solid #eee;
	transition: all linear 0.2s;
}

#infoCB img.device {margin:25px;}

#users_{
	
	z-index: 7;
	position:relative;
	padding-bottom: 10px;
	border:1px solid #666;
	transition: all linear 0.2s;
	text-align:center; 
	float:left; 
	display:inline-block;
	padding:0px;
	
}

#users_info{ 
	text-align:center;
	margin:auto;
	width:auto;
	display:inline-block;
	padding: 20px;
}

#users_sfondo{
	position: absolute;
	height: 100%;
	width:100%;
	background: #333;
	opacity: 0.7;
	z-index: -1;
}

.testo_rosa{
	color: #e950ab;
	font-weight:700;
}

.message{
	background: none;
	border: none;
	color: white;
	text-decoration: underline;
	cursor: pointer;
	margin: 5px;
	font-size: 16px;
}

#sez{
	background: none;
	border: none;
	color: white;
	text-decoration: underline;
	cursor: pointer;
	margin: 5px;
	font-size: 16px;
	width:20px;
}
.onoff{
	width: 70px;
	height: 30px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:5px;
	margin-right: 5px;
}

#invio_messaggi{
	position:relative;
	margin-left:15px;
	text-align:center; 
	float:left; 
	display:block;
	width: calc(100% - 275px);
	min-width: 675px;
}

#tabella{
	
	display:inline-block; 
	
	
	margin-top: 0px;
	width:100%; 
	
	
	z-index:2;
}

#tabella table {border:1px outset #eee; width:100%;border-collapse:collapse;margin:0px; padding:0px;}
#tabella table td {padding:2px; margin:0px; border:1px solid #666; transition:all linear 0.2s;}
#tabella table:hover td {border:1px solid #eee; transition:all linear 0.2s;}

#tabella_sfondo{

	position: absolute;
	height: 100%;
	background: #333;
	opacity: 0.7;
	z-index: -1;
	width: 100%;
}

#table_user_transaction {border:1px outset #eee; border-collapse:collapse;margin:0px; padding:0px;}
#table_user_transaction td {padding:2px; margin:0px; border:1px solid #666; transition:all linear 0.2s;}


.info_mes{
	height:60%; 
}

#log_old{
	width: 100%;
	height: 100%;
	background: #fff;
	border: 5px solid #333;
	color: #837256;
	font-family: 'Exo', sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 0px 20px 0px 20px;
	overflow:auto;
	resize:none;
}

#log{
	width: 100%;
	height: 85%;
	background: #fff;
	border: 5px solid #333;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: 700;
	padding: 10px;
	overflow: auto;
	resize: none;
	opacity: 0.7;
}

#log_p{
	margin:0px;
}

.button{
	width: 250px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
}

.button:hover{
	opacity: 0.8;
}

.button:active{
	opacity: 0.6;
}

.welcome{
	font-family: 'Exo', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin:50px;
}

.disabled{
    pointer-events:none; 
    opacity:0.2;         
}

.cb_button{
	background: #fff;
	border: 0px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-weight: 400;
	width: 200px;
	height: 150px;
	margin-top: 15px;
	margin-right: 15px;
}

#observer{
	margin:2%;
	height:70%;
}

#log_observer{
	margin-left: 2%;
	display: inline-block;
	height: 100%;
	width:70%;
}

#log_area{
	width: 100%;
	display: inline-block;
	height: 350px;
}

#download_log_file{
    	float: right;
}

.unlock{
	background: #fff;
	border: 0px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	padding: 2px;
}

.delete{
	width:15px; 
	height: 15px;
	margin: 5px;
	cursor: pointer;
	margin-top: 20px;
}

.delete_btn{
	width:10px; 
	height: 10px;
	margin-left: 5px;
	cursor: pointer;
}

::-webkit-input-placeholder{
   color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder{
   color: rgba(255,255,255,0.6);
}
