.lt-ie8 header,
.lt-ie8 main {
  display: none;
}
html {
  overflow-y: scroll;
}
.currency-list {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.btn {
  min-width: 90px !important;
}
footer {
  margin-bottom: 10px;
}
.actions {
  margin-bottom: 40px;
}
#calendar {
  text-align: center;
  background-color: #18bc9c;
  margin-left: 33px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 112px;
}
#calendar:hover {
  background-color: #13987e;
  cursor: pointer;
}
#day {
  font-weight: 700;
  color: #ffffff;
  line-height: 2.6em
}
#year {
  color: #000000;
  background-color: #ffffff;
  line-height: 1.7em
}
#date-picker {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 10;
  /*border: 1px solid #18bc9c;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  right: 15px;
  top: 70px;
}

.pika-single table tr td.is-disabled {
  text-decoration: line-through;
  color: #efefef !important;
}

.link,
.pika-single table tr td {
  color: #18bc9c;
}

#picker,
.pika-single {
  width: 250px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: none;
}
.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0;
}

@media (max-width: 590px) {
  .chart {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  #calendar {
    margin-left: 0px;
  }
  footer {
    margin-top: 30px;
  }
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
     margin: 0; 
}

input[type='number'] {
    -moz-appearance:textfield;
}

