[v-cloak] {
  display: none;
}

body {
  padding: 0px;
  margin: 0px;
  font: 13px Helvetica, Arial, sans-serif;
}

input {
  padding: 8px 0px;
  font-size: 13px;
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  outline: none;
}

.vdp-datepicker__calendar {
  border-radius: 5px;
  margin-top: 5px;
}

.vdp-datepicker__calendar .cell.selected{
  background: rgb(255,210,10) !important;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid rgb(255,210,10) !important;
}

.container {
  position: absolute;
  top: calc(50%);
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  width: 600px;;
  background: #333;
  border-radius: 10px;
}

.container-padding {
  padding: 30px;
}

.header {
  width: 100%;
  text-align: center;
}

.logo img{
  width: 200px;
}

.title {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 1px dashed;
  margin-bottom: 26px;
  padding-bottom: 5px;
}

.container .body{
  padding: 70px 20px;
}

.count, .actions {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 50%;
}

.count .label {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.count .loader {
  color: rgb(255,210,10);
  font-size: 30px;
  margin-top: 35px;
  margin-bottom: 25px;
}

.count .value {
  color: rgb(255,210,10);
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  display: inline-block;
  height: 80px;
  margin-top: 10px;
}


.actions button {
  background: #fff;
  border: solid 4px #fff;
  color: #333;
  padding: 7px 14px;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  min-width: 200px;
  margin-bottom: 10px;
}

.actions button:disabled,
.actionsbutton[disabled]{
  border: none;
  cursor: default;
  border: solid 4px #fff !important;
  color: #999;
}

.actions button:hover {
  border: solid 4px rgb(255,210,10);
}

.actions button.download {
  font-weight: bold;
}

.actions button i {
  margin-left: 5px;
}

.actions a, .actions a:visited {
  text-decoration: none;
  display: block;
  color: #fff;
  cursor: pointer;
}

.actions a:hover {
  text-decoration: underline;
}

.corrispettivi {
  margin-top: 25px;
}

.corrispettivi-form .date {
  display: inline-block;
  width: 25%;
}

.corrispettivi-form .date input {
  width: 90%;
}

.corrispettivi .actions {
  width: 50%;
}

.corrispettivi .error{
  font-weight: bold;
  color: #ff4d37;
  margin-top: 7px;
  height: 20px;
}