@font-face{
    font-family: 'edelsanslight';
    src:url('../fonts/edelsans_ultralight.eot?') format('eot'),url('../fonts/edelsans_ultralight.woff') format('woff'),url('../fonts/edelsans_ultralight.ttf') format('truetype'),url('../fonts/edelsans_ultralight.svg#edelsans-UltraLight') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
  font-family: 'opensans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/opensans.woff) format('woff');
}

html, body{
    margin: 0px;
    padding: 0px;
    font-family: 'opensans';
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff
}

#logo{
	cursor:pointer;
}

body {
    background: url(../img/background.compressed.jpg) no-repeat center center fixed;
    background-color: #a89d87;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}



a{
    color:white;
}

::selection
{
    color: #fff;
    background-color: #30c6b5;
}
::-moz-selection
{
    color: #fff;
    background-color: #30c6b5;
}

#container{
    width: 100%;
    min-width: 1265px;
    margin: auto;
    margin-top: 80px;
    display: none
}

.laterale{
    float: left;
    text-align: center;
    width: 20%;
    min-width: 250px;
}

.centrale{
    float: left;
    text-align: center;
    width: 60%;
    min-width: 680px;
}


.light{
    font-family: 'edelsanslight'
}


#download{
    background: url(../img/icons.png) -80px -40px;
    margin-right: 30px;
}

#alert{
    background: url(../img/icons.png) -80px -72px;
}

#navlist a{
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: inline-block;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    outline: none
}

#navlist a:hover{
    opacity: 1;
    filter: alpha(opacity=100)
}

#noleggi, #gruppi, #videoguide, #media{
    float: left;
    text-align: left;
    margin: 5px;
    display: none;
}

#media, #grafico{
    clear: both
}

#fixed_center{
    width: 680px;
    margin: auto;
}

#statstable{
    background-image: url('../img/analyticstable.png');
    background-image: url('../img/analyticstable.png');
    background-repeat: no-repeat;
    width: 680px;
    height: 300px;
    position: relative;
}

#left{
    width: 200px;
    margin: auto;
    text-align: left;
}

.datebox{
    line-height: 30px;
    vertical-align: middle;
    font-size: 0.7em;
}

.datebox input{
    border: none;
    outline: none;
    background-color: rgba(255,255,255,0.2);
    width: 148px;
    height: 28px;
    margin-top: 20px;
    color: #fff;
    font-family: 'opensans';
    font-size: 1.6em;
    text-align: center;
    text-shadow: 0px 0px 7px #fff;
}

#cancelled_details img{
	position: absolute;
	top: 153px;
	right: 6px;
	width: 22px;
	height: 19px;
}

#groups_details img{
	position: absolute;
	top: 119px;
	right: 6px;
	width: 22px;
	height: 19px
}

.dots{
    background: url(../img/icons.png) -80px -124px;
    background-repeat: no-repeat;
    width: 6px;
    height: 33px;
    display: inline-block;
    position: relative;
    top: 10px;
}

#graph{
    display: none
}

#change{
    background: url(../img/icons.png) -117px -41px;
    height: 45px;
    width: 30px;
    display: inline-block;
    outline: 0;
    position: absolute;
    top: 39px;
	right: -50px;
}

#period{
    margin-top: 40px;
    text-align: right;
    position: relative;
}

.flip {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

#timebar{
    position: fixed;
    bottom: 20px;
    right: -40px;
    width: 310px;
    font-size: 12px;
}

#loginbox{
    width: 900px;
    height: 500px;
    border: 1.5px solid white;
    margin-left: auto;
    margin-right: auto;
}

#loginbox > div{
    margin: 60px 0px 0px 75px;
    text-transform: none !important;
    font-size: 3em;
    text-align: left;
}

#loginbox label{
    font-size: 20px;
}

#username, #password{
    border:none;
    border-bottom: 2px solid rgba(255,255,255,0.4);
    width: 300px;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 0.4em;
    width: 570px;
    text-transform: none;
}

#username:focus, #password:focus{
    border-bottom: 2px solid #30c6b5;
}

.field{
    margin-top: 55px;
}

#wasd {
    font-size: 0.35em;
    font-family: 'edelsanslight';
    position: relative;
    top: 75px;
}

#wasd input[type="submit"]{
    border: none;
    background-color: rgba(0,0,0,0.1);
    color: #fff;
    font-size: 1.3em;
    padding: 5px 35px;
    position: absolute;
    top: -10px;
    outline: 0;
    cursor:pointer;
    right: 380px;
}
#menubox{
    min-width: 310px;
    text-align: center;
}

#menubox > div{
    background-size: contain;
    width: 310px;
    height: 169px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
}

#link_admin{
    background-image: url('../img/admin.png');
}

#link_analytics{
    background-image: url('../img/analytics.png');
}

#link_noleggi{
    background-image: url('../img/noleggi.png');
}

#link_disponibilita{
    background-image: url('../img/disponibilita.png');
}

#logoutbox{
    background-color: rgba(255,255,255,0.2);
    min-width: 180px;
    text-align: center;
    height: 45px;
    position: fixed;
    bottom: 0px;
    left: 35px;
    font-size: 12px;
}

#logoutbox span{
    position: relative;
    top: 11px;
}

#logoutbox b{
    font-family: opensans;
    font-weight: bold;
}


.navigator a{
    display: inline-block;
    background-repeat: no-repeat;
    height: 79px;
    width: 79px;
    outline: none;
}

#next{
    position: fixed;
    top: 350px;
    right: 50px;
}

#next a{
    background: url(../img/icons.png) 0 -79px;
}

#previus{
    position: fixed;
    top: 350px;
    left: 50px;
}

#previus a{
    background: url(../img/icons.png) 0 0;
}

.navigator .value{
    background-color: rgba(255,255,255,0.2);
    width: 130px;
    height: 20px;
    font-size: 0.8em;
    padding-top: 7px;
    letter-spacing: 1px;
    position: relative;
    top: 9px;
}

.navigator{
    width: 130px;
}


#logout{
    display: inline-block;
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    outline: none;
    background: url(../img/icons.png) -80px -104px;
    position: relative;
    top: 17px;
    left: 8px;
}

#noleggi .row1 .text{
    position: absolute;
    top: 42px;
    left: 14px;
    font-size: 17px;
}

#noleggi .row1 .value{
    position: absolute;
    right: 352px;
    top: 16px;
    font-size: 75px;
    letter-spacing: -3px;
}

#noleggi .row2 .text{
    position: absolute;
    top: 121px;
    left: 14px;
    font-size: 16px;
}

#noleggi .row2 .value{
    position: absolute;
    top: 118px;
    right: 355px;
    font-size: 20px;
}

#noleggi .row3 .text{
    position: absolute;
    top: 155px;
    left: 14px;
    font-size: 16px;
}

#noleggi .row3 .value{
    position: absolute;
    top: 155px;
    right: 355px;
    font-size: 16px;
}


#gruppi .row1 .text{
    position: absolute;
    top: 42px;
    left: 355px;
    font-size: 17px;
}

#gruppi .row1 .value{
    position: absolute;
    right: 8px;
    top: 16px;
    font-size: 75px;
    letter-spacing: -3px;
}

#gruppi .row2 .text{
    position: absolute;
    top: 121px;
    left: 355px;
    font-size: 16px;
}

#gruppi .row2 .value{
    position: absolute;
    top: 118px;
    right: 33px;
    font-size: 20px;
}

#gruppi .row3 .text{
    position: absolute;
    top: 155px;
    left: 355px;
    font-size: 16px;
}

#gruppi .row3 .value{
    position: absolute;
    top: 155px;
    right: 33px;
    font-size: 16px;
}

#videoguide .row1 .text{
    position: absolute;
    top: 200px;
    left: 355px;
    font-size: 17px;
}

#videoguide .row1 .value{
    position: absolute;
    right: 8px;
    top: 201px;
    font-size: 17px;
}

#videoguide .row2 .text{
    position: absolute;
    top: 241px;
    left: 355px;
    font-size: 16px;
}

#videoguide .row2 .value{
    position: absolute;
    top: 238px;
    right: 8px;
    font-size: 20px;
}

#videoguide .row3 .text{
    position: absolute;
    top: 275px;
    left: 355px;
    font-size: 16px;
}

#videoguide .row3 .value{
    position: absolute;
    top: 273px;
    right: 8px;
    font-size: 20px;
}

#media .row1 .text{
    position: absolute;
    top: 201px;
    left: 12px;
    font-size: 17px;
}

#media .row1 .value{
    position: absolute;
    top: 201px;
    right: 355px;
    font-size: 16px;
}

#interval {
	width: 183px;
	position: relative;
	top: 21px;
	margin-left: 38px;
	z-index: 2;
	cursor: pointer;
	left: -223px;
	display: none;
}

#interval div span{
    position: relative;
    top: 16px;

}

#interval_title span{
    top: 4px !important;
}

#interval div{
    width: 185px;
    height: 50px;
    font-size: 19px;
    text-align: center;
    color: #000;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    box-shadow: 0px 7px 20px rgba(10,10,10,0.1);
}

#interval div:hover{
    background-color: #fcfcfc;
    z-index: 2;
}

#ui-datepicker-div{
	z-index: 3 !important;
}

#interval div#current{
    background-color: #fcfcfc !important;
}

#interval #format{
	display: none;
}

#interval_title{
    height: 21px !important;
    font-size: 0.8em !important;
    text-align: center;
    vertical-align: middle;
    background-color: #3b3e42 !important;
    color: #fff !important;
    top: -21px;
}

#h{
    top: 0px;
}

#w{
    top: 50px;
}

#m{
    top: 100px;
}

#y{
    top: 150px;
}

#stock{
    top: 200px;
}

.disabled_type{
    color: #808080
}

#centerbox{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 310px;
    height: 170px;
    line-height: 90px;
    text-align: center;
    margin-top: -205px;
    margin-left: -648.5px;
}

#riservata{
    font-weight: bold;
    font-size: 30px;
}


#popup{
	position: fixed;
	top: 50%;
	left: 50%;
	color: black;
	width: 500px;
	height: 500px;
	margin-top: -250px;
	margin-left: -250px;
	display: none;

	background-color: rgba(0,0,0,0.3);
}

.deviceslist{
	display: none;
}

.largepopup{
	width: 630px !important;
	margin-left: -315px !important;
}

#popup .title{
	background-color: #202328;
	height: 35px;
	color: white;
}

#popup *{
	color: white;
}

.grouptitle, .grouptitle *{
	font-weight: bold;
	margin-top: 10px;
}

#exceded_busy{
	position: relative;
	left: -14px;
	text-shadow: -2px 0px 6px #000000;
	top: 2px;
}

#popup table td{
	padding: 3px 0px 3px 15px;
}

#popup a.close{
	display: inline-block;
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	outline: none;
	background: url(../img/icons.png) -80px -104px;
	position: absolute;
	right: 11px;
	top: 8px;
}


#popup  .title .text{
	position: absolute;
	color: white;
	top: 9px;
	left: 14px;
}

#popup table{
	width: 100%;
}

#popup .grouptitle:not(:first-child) {
	border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.date_title{
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
	padding-top: 10px;
}

.imgexpand{
	cursor: pointer
}

.largepopup  td{
	padding: 3px 0px 3px 44px !important;
}

.date_title td{
	padding-left: 10px !important;
}

.deviceslist td{
	padding: 9px 0px 32px 72px !important;
}

#popup .grouptitle:not(:first-child) td{
	padding-top: 30px;
}

#dispositivi_stats{
	background-image: url('../img/dispositivi.png');
	background-repeat: repeat-x;
	width: 728px;
	height: 582px;
	position: relative;
}

#dispositivi_stats #usage{
	width: 100%;
	text-align: left;
	font-size: 24px;
}

#dispositivi_stats tr:not(:first-child){
	border-top: 2px solid rgba(255, 255, 255, 0.3);
}

#dispositivi_stats td{
	padding-top: 28px;
	padding-bottom: 2px;
}

#dispositivi_stats td.id{
	width: 280px;
	padding-left: 42px;
}

#usage_container{
	overflow-y: auto;
	height: 434px;
	overflow-x: hidden;
	position: relative;
	top: 147px;
}

/*
#usage_container .value{
	width: 53%;
}*/

#usage_container .value span.bar{
	background-color: white;
	display: inline-block;
	position: relative;
	top: -3px;
	height:  12px;
	left: 13px;
}

#usageasc{
	position: absolute;
	top: 120px;
	left: 323px;
}

#nameasc{
	position: absolute;
	top: 120px;
	left: 11px;
}

#t_1{
	position: absolute;
	top: 119px;
	left: 41px;
	font-size: 20px;
}

#t_2{
	position: absolute;
	top: 119px;
	left: 458px;
	font-size: 20px;
}

#dispositivi_riga_1{
	font-size: 20px;
	position: absolute;
	top: 14px;
	left: 11px;
	width: 100%;
	text-align: left;
}


#dispositivi_riga_2{
	font-size: 20px;
	position: absolute;
	top: 51px;
	left: 11px;
	width: 100%;
	text-align: left;
}

#popupname{
	position: relative;
	top: -50px;
	height: 29px;
	margin-bottom: -29px;
	font-size: 22px;
	text-transform: capitalize !important;
}

#loadingicon {
	display:none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
}