/*######################### CSS by Federico Ferri #########################*/
/*roboto font*/
@import url(roboto.css);

/*menu icons font*/


body {
  background: url(/media/wallpaper-22705.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
}

/*######################### BOX #########################*/
.standard {
  width: 274px;
}

.large {
  width: 822px;
}

.shadow{
  margin: 0 auto 10px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-card {
  padding: 40px;
  background-color: #F7F7F7;
  overflow: hidden;
}

.login-card h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}

.login-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.login-card input[type=text], input[type=password], input[type=number]{
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card textarea{
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type=date]{
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type=file]{
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  /* border-radius: 2px; */
  padding: 0 8px;
}

.login-card select{
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type=radio]{
	margin-bottom: 12px;
	background: #fff;
}

.login-card input[type=text]:hover, input[type=password]:hover, select:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.login-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a{
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  /*opacity: 0.6;
  transition: opacity ease 0.5s;*/
}

.login-card p{
  text-decoration: none;
  color: #000;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  /*opacity: 0.6;
  transition: opacity ease 0.5s;*/
}

.login-card  input[type='checkbox']{
  padding-top: 10px;
}


.login-card a:hover {
  opacity: 1;
}

.login-help {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.textContainer{
	width: 692px;
	margin-left:20px; 
	margin-top: 20px;
	float: left;
}

.center{
	margin-left: auto;
	margin-right: auto;
}

.usersDisplay{
	width: 620px;
	height: 180px;
	resize: vertical;
	overflow:auto;
	margin-bottom: 20px;
}

.same-line{
	display: inline;
}
/*######################### FULLSCREEN #########################*/
#expand.fullscreen{
    z-index: 9999; 
    width: 100vw; 
    height: 100vh; 
    position: absolute; 
    top: 0; 
    left: 0;
	right: 0; 
	bottom: 0;
	background-color: #fff;
	margin: 0px;
	overflow: scroll; 
 }
  
 #expand.fullscreen .textContainer{
	margin: 20px;
 }
 /*######################### SALES #########################*/
 #expand table#sales{ 
	table-layout: auto;
	text-align: left;
 }
  
 .hide-button{
	border:none;
	background-color:#fff;
 }
  
 .imp_hide.hide{
	display:none;
 }
 
 #top-bar{
	overflow: hidden;
	display: inline-block;
	min-width: 100%;
 }
 
 #event-desc{
	display:inline;
	margin-right: 0px;
 }
 
 #counter-desc{
	margin-right: 5px;
 }
 
 #top-bar a{
	color: #000;
 }
 
 #button{
	display:inline;
 }
 
 #top-bar input[type=submit]{
	width: 100px;
	display:inline;
	margin-right: 0px;
	margin-left: 0px;
 }
 
 .form-status-holder{
	display:inline;
	margin-right: 0px;
	margin-left: 0px;
 }
 
 #report{
	overflow: hidden;
	display: inline-block;
	min-width: 100%;
 }
 
 #sales {
    border-collapse: collapse;
    border-style: hidden;
	font-size: 10px;
}

 #sales td{
	border: solid 1px #ccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
	vertical-align: middle;
 }
 
 #sales textarea{
	font-size: 14px !important;
 }
 
 #sales-large {
    border-collapse: collapse;
    border-style: hidden;
	font-size: 12px;
}

 #sales-large td{
	border: solid 1px #ccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
	vertical-align: middle;
 }
 
 #sales-large textarea{
	font-size: 14px !important;
 }
 
 #report input[type=text], #report input[type=number], #report input[type=date]{
  height: auto;
  font-family: 'Roboto', sans-serif;
  font-size: inherit;
  width: 100%;
  margin-bottom: initial;
  -webkit-appearance: none;
  background: inherit;
  border: 0px;
  padding: initial;
  box-sizing: initial;
  -moz-box-sizing: initial;
}

#report-large input[type=text], #report-large input[type=number], #report-large input[type=date]{
  height: auto;
  font-family: 'Roboto', sans-serif;
  font-size: inherit;
  width: 100%;
  margin-bottom: initial;
  -webkit-appearance: none;
  background: inherit;
  border: 0px;
  padding: initial;
  box-sizing: initial;
  -moz-box-sizing: initial;
}

#report input[type=date]{
	max-width: 70px;
}

#report-large input[type=date]{
	max-width: 100%;
}

#report select{
  height: auto;
  font-family: 'Roboto', sans-serif;
  font-size: inherit;
  width: 100%;
  margin-bottom: initial;
  background: inherit;
  border: 0px;
  padding: initial;
  box-sizing: initial;
  -moz-box-sizing: initial;
}

#report-large select{
  height: auto;
  font-family: 'Roboto', sans-serif;
  font-size: inherit;
  width: 100%;
  margin-bottom: initial;
  background: inherit;
  border: 0px;
  padding: initial;
  box-sizing: initial;
  -moz-box-sizing: initial;
}

#report-large textarea{
	max-width: 100%;
}
/*######################### LOADER ########################*/

#overlay {
        color: #9fbfdf;
        height: 100%;
        width: 100%;
        z-index: 5000;
        top: 0;
        left: 0;
        float: left;
        text-align: center;
        padding-top: 5%;
}

.spinner {
  width: 80px;
  height: 80px;
  background-color: #9fbfdf;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*######################### ARROW #########################*/
/* Select arrow remover */
 
.ui-select{width: 100%}
/* This is to remove the arrow of select element in IE */
select::-ms-expand {	display: none; }
select{
    -webkit-appearance: none;
    appearance: none;
}
@-moz-document url-prefix(){
	.ui-select{border: 1px solid #CCC; border-radius: 4px; box-sizing: border-box; position: relative; overflow: hidden;}
  .ui-select select { width: 110%; background-position: right 30px center !important; border: none !important;}
}

/*######################### NAMES #########################*/
.success_blue a{
	color: #5050FF;
	text-decoration: none;
}

.success_purple a{
	color: #A600FF;
	text-decoration: none;
}

.success_red a, #red_down{
	color: #FF5050;
	text-decoration: none;
}

.success_green a, #green_up{
	color: #50FF50;
	text-decoration: none;
}

.success_orange a, #orange_equal{
	color: #FF8203;
	text-decoration: none;
}

.date_green {
	background-color: #50FF50;
}
 
/*######################### POPUP #########################*/
.white-popup {
  position: relative;
  background: #F7F7F7;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.white-popup-xl {
  position: relative;
  background: #F7F7F7;
  padding: 20px;
  width: auto;
  max-width: 822px; /* 822px */
  margin: 20px auto;
}
/*######################### MENU+ #########################*/
.menuContainer{
	width: 80px;
	margin-left:0px; 
	float: left;
}

.menu{
	position: relative;
	overflow: hidden;
	top: 0;
	left: -30px;
	width: 50px;
	font-size: 100%;
	height: 350px;
	list-style: none;
	background: #f7f7f7;
	}

.icon{
	font-size: 40px;
	margin-left: 5px;
    margin-right: 5px;
	padding-bottom: 10px;
}
