/* STYLING : LESS CSS */
/* green theme */
/*
@color-base: #3c3;
@color-sel2: #f80;
@color-range: lighten(@color-base, 20%);
*/
/* blue theme */
/*
@color-base: #4cf;
@color-sel2: #f6b;
@color-range: lighten(@color-base, 12%);
*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  font-family: 'Roboto', arial, helvetica, sans-serif;
}
body {
  background: #fafafa;
  font-size: 1.6rem;
  color: #333333;
}
#c {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  background: #f5f5f5;
}
i {
  font-style: normal;
}
h1 {
  margin-top: 0;
  font-size: 3.4rem;
  font-weight: 300;
}
h1 b {
  font-weight: 500;
}
input {
  padding: 5px 10px;
}
table {
  border-collapse: collapse;
  cursor: default;
  width: 100%;
}
table td {

  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
table td:hover i {
  background: #eee;
}
table td:active i {
  transition: none;
  transform: scale(0.95);
}
table td i {
  font-style: normal;
}
table td i {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  transition: all .2s ease;
}
table thead td {
  background: #f5f5f5;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 300;
}
.sel1,
.sel2,
.range {
  color: #fff;
}
table td.range i {
  background: #ff99d2;
}
table td.sel1 i {
  background: #fcbe4d;
}
table td.sel2 i {
  background: #fcbe4d;
}
.sel1 i,
.sel2 i {
  animation: bounce 0.2s ease-in-out 1;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
td.disabled,
td.notCurMonth {
  color: #cecece;
  font-size: 1.2rem;
}
td.toCurMonth {
  color: #2F9D27;
  font-weight: bold;
}
h1 {
  margin: 0 0 30px;
}
p.sub {
  margin: -20px 0 60px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 140%;
}
p.sub i {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #ff66bb;
  font-weight: 700;
  line-height: 140%;
}
#disp {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  font-size: 2.0rem;
  background: none;
  color: #8145d8;
  font-weight: 400;
  text-transform: uppercase;
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
  user-select: none;
  touch-callout: none;
}

#month {
  display: inline;
  font-weight: 300;
}
#disp .nav {
  color: #8145d8;
  float: right;
  width: 15%;
  cursor: pointer;
  font-size: 2.9rem;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
}
#disp #prev {
  float: left;
  margin-right: 0;
  margin-left: 10px;
}

#disp #next {
  margin-right: 0;
  margin-right: 10px;
}

#disp .nav:hover {
  background: rgba(255, 255, 255, 0.1);
}
#disp .nav:active {
  transform: scale(0.9);
}
.nav.disabled {
  opacity: .5;
}
#out1,
#out2 {
  color: #aaa;
  font-size: 1.3rem;
  text-transform: uppercase;
}
/* SELECT HELPER */
#calHelp {
  font-weight: 400;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  background:#fff;
  width:100%;
  border-bottom:1px solid #ddd;
}
#calHelp div {
  display: inline-block;
  width: 49.2%;
  background:#fff;
  text-align: left;
  margin: 1% 0;
}
#calHelp div.first {
  width: auto;
}
#calHelp b {
  font-weight: 800;
  font-size: 2.0rem;
  color: #4e2b8d;
}
#calHelp i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 3px 0 0;
  background: #333333;
  color: #ffffff;
  border-radius: 50%;
}
#calHelp .active i {
  background: #ff66bb;
}
#calHelp .disabled {
  width: auto;
}
.log h4 {
  margin: 20px 0 0;
  font-weight: 500;
}
.log {
  font-size: 1.2rem;
  line-height: 150%;
  color: #aaa;
  margin-top: 30px;
}
.log p {
  margin-top: 0;
}
