.box-bordered{
  border:1px solid #dadada;
  padding:10px;
  float: left;
}

.special-bordered{
  border:1px solid #aaa;
}

.full{
  width:100%
}

.topless-bordered{
  border-top:none;
}

.product{
  cursor: pointer;
  width:160px;
  margin:3px;
  float:left;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.product h3{
  font-size:17px;
  color:#0C4061;
}

.product:hover{
  border:1px solid #212121;
}

.img-area{
  background: #f0f0f0;
  border-bottom:2px solid #f0f0f0;
}

.rightpos{
  margin:10px;
  float: right;
}

.imp{
  font-size:17px;
}

.blue{
  background: #BBDEFB;
}
.red{
  background: #e38690;
}

#absensi{
  margin:auto;
  float: none;
  width: 50%;
  min-width:400px;
  text-align: center;
}
#absensi label{
  text-transform: uppercase;
  font-size: 30px;
}

#absensi input[type=text]{
  text-align: center;
  font-size: 25px;
}

.absensi #notify{
  width:80%;
  margin: auto;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
}

.texting{
  font-size: 15px;
  text-transform: capitalize;
}

.daybox{
  width:150px;
  height: 150px;
  border:1px solid #f0f0f0;
  float: left;
}
.daybox-active{
  border:1px solid #dadada;
}

.calendar{
  padding:10px;
}
.calendardate{
  padding: 10px;
}
.elist{
  padding:0 10px;
  font-size: 12px;
}

.redt{
  color:#e74c3c;
}

.bluet{
  color:#3498db;
}

.relative{
  position: relative;
  min-height:300px;
  width:100%;
}
.tab-pane{
  position: absolute;
  width:100%;
  top:0px;
}
.changeimg{
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.5;
    cursor: pointer;
}


.changeimage:hover{
  opacity: 1;
}

.relativity{
  position: relative;
}
.absolute{
  position: absolute;
  right:30px;
  top:0px;
}
input.loading {
  background: url(../img/ajax-loader.gif) no-repeat right center;
  background-size: 25px 25px;
}