@font-face {
  font-family: Proxima Nova;
  src: url('Proxima Nova Reg.eot'),
       url('Proxima Nova Reg.woff') format('woff'),
       url('Proxima Nova Reg.ttf')  format('truetype')
}
body {
  font-family: Proxima Nova;
}

.mainPage{
	background-color: #001b4c;
}
.full{
	height: 100%;
}
/*HEADER PRINCIPALE*/
.headerdiv{
	height: 35px; /*Image dimension*/
	border-bottom: 1px solid #4c5f81;
	padding-bottom: 5px;
}
.deviceName{
	float: right;
	width: 10%;
}
.imageStyle{
	float: left;
}

.timeArea{
	float: left;
	width: 20%;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 2%;
}
.space{
	float: left;
	width: 50%;
	height: 1px;
}

/*SOTTOHEADER PER INSERIMENTO DATI*/
.subHeaderdiv{
	height: 2%;
	border-bottom: 1px solid #4c5f81;
	margin-top: 10px;
	padding-bottom: 10px
}
.inputStyle{
	background-color: #1a325e;
	color: #ffffff;
	border: none;
	width: 90%;
}
.buttonStyle{
  background-color: #001b4c;
	color: #ffffff;
	border: 1px solid #4c5f81;
	width: 90%;
}
.insert{
	float: left;
	width: 10%;
}

/*AREA ZONA PRIMOWAX*/
.videoAndRight{
    overflow:hidden;
    background-color: #000d26;
}
.videoArea{
  height: 800px;
}
.primoWaxArea{
  width: 95%;
  height: 100%;
  min-width: 560px;
  max-height:800px;
  min-height: 600px;
}

/*BARRA LATERALE SINISTRA*/
.leftBar{
	float: left;
	max-width: 25%;
  min-width: 210px;
	border-right: 1px solid #4c5f81;
	min-height: 800px;
}

/*BARRA LATERALE DESTRA*/
.rightBar{
	float: right;
	max-width: 20%;
	min-height: 800px;
  visibility: hidden;
  width: 0px;
}

.drawArea{
  padding-top: 10px;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 480px;
  width:25px;
}
.tableTime{
  float: left;
  color: #ffffff;
  height: 540px;
}
.tableTimeBody{
  vertical-align: top;
}

/*ZONA LIVE*/
.liveTitle{
	color: #ffffff;
	font-weight: bold;
	padding-top: 8%;
	margin: auto;
}
.liveButtonArea{
	margin: auto;
}
.liveRowStyle{
	height: 20px; /*Portare a 40 per avere i tasti quadrati*/
}
.liveButtonStyle{
	width: 45px;
	height: 25px; /*Portare a 40 per avere i tasti quadrati*/
  background-color: #001b4c;
	color: #ffffff;
	border: 1px solid #4c5f81;
}
.disabledLiveButtonStyle{
	width: 45px;
	height: 25px; /*Portare a 40 per avere i tasti quadrati*/
	background-color: #1a325e;
	color: #a8adba;
	border: none;
}
.liveModeStyle{
	width: 62px;
	height: 25px;
	background-color: #001b4c;
	color: #ffffff;
  border: 1px solid #4c5f81;
}
.liveEndArea{
	border-bottom: 1px solid #4c5f81;
}

/* ZONA POPUP */
.popDiv{
	visibility: hidden;
	width: 70%;
	margin: auto;
	padding-bottom: 1%;
}
.popTable{
	background-color: #1a325e;
	color: #a8adba;
	border: 1px solid #4c5f81;
	width: 85%
}
.popHeader{
	color: #ffffff;
	background-color: #7f8da5;
}
.popCell{
	color: #001b4c;
	background-color: #ffffff;
}
.releIco{
	width: : 15px;
	height: 15px;
}

/*Gestione switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
	margin-right: 5%;
	margin-left: 5%;
	top: 7px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #001b4c;
  -webkit-transition: .4s;
  transition: .4s;
}
.inputSwitch {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
	margin-right: 5%;
	margin-left: 5%;
	bottom: 3px;
}
.inputSlider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #001b4c;
}
input:checked + .slider {
  background-color: #ec3c3d
}

/*	ZONA PRESET*/
/* ZONA TOUR*/
.tourSpecialButtonStyle{
	width: 80px;
	height: 20px;
  background-color: #001b4c;
	color: #ffffff;
  border: 1px solid #4c5f81;
}
.tourHideButtonStyle{
	width: 40px;
	height: 20px;
	background-color: #001b4c;
	border: none;
}

/* END ZONE*/
.multipleMenuContainer{
	padding-bottom: 3%;
}
.downloadButtonStyle{
  background-color: #001b4c;
	color: #ffffff;
	border: 1px solid #4c5f81;
	width: 160px;
	height: 20px;
}
select{
	width: 160px;
	height: 20px;
	background-color: #1a325e;
	color: #a8adba;
	border: none;
}
select::-ms-expand {
    display: none;
}
.downloadMenuStyle{
	background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
	140px 50%, 145px 50%,80%;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

/*PLAY ZONE*/
.playArea{
	float: left;
	background-color: #000d26;
  width:10px;
}
.playButton{
  float: left;
  background-color: #000d26;
  color: #ffffff;
  border: none;
  height: 20px;
  margin-top: 2%;
}
.speedButton{
  float: left;
  background-color: #000d26;
  color: #ffffff;
  border: 1px solid #4c5f81;
  height: 20px;
  margin-top: 2%;
  margin-right: 3px;
}
.speedTable{
	background-color: #1a325e;
	color: #ffffff;
	border: 1px solid #4c5f81;
	width: 60px;
	height: 20px;
  float: left;
  margin-top: 2%;
}
.speedBarOn{
  background-color: #ffffff;
}
.speedBarOff{
  background-color: #a8adba;
}

/*PLAY POPUP*/
.liveButton{
  width: 20%;
	background-color: #1a325e;
	color: #a8adba;
	border: none;
  float: right;
  right:5%;
}
.previousPlayButton{
  width: 20%;
	background-color: #1a325e;
	color: #a8adba;
	border: none;
  float: left;
}
.listItem{
  list-style: none;
  color: #ffffff;
}

/*CALENDAR ZONE*/
.wrapper {
    background-color: #001b4c;
    color: #a8adba;
}
.container-calendar {
    padding: 15px;
}
.button-container-calendar button {
    background: #1a325e;
    color: #ffffff;
    border: 1px solid #000d26;
    padding: 5px 10px;
}
.table-calendar td /*, .table-calendar th*/ {
    text-align: center;
    background-color: #1a325e;
}
.table-calendar th{
  text-align: center;
  color: #ffffff;
  width: 30px;
}
h3 {
  color: #ffffff;
}
.calendarHeader{
  display: inline-block;
}
.left{
  float: left;
}
.right {
  float: right;
}
.center {
    text-align: center;
    margin-top: 0;
}
.date-picker.selected {
    background: #ffffff;
		color: #001b4c;
}
