.calBox {
  background-color: #fff;
  padding: 2px;
  -moz-border-radius: 4px;
  text-align: center;
  color: #888;
}

.calElement {
  margin: 1px;
  display: inline-block;
  overflow:hidden;
}

.calYear {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px
}

.calYear .calElement {
  border: 1px solid #999999;
}

.calMonth {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.calMonth .calElement.selected {
    background: none;
    border: none;
    font-size: 20px;
	font-weight:bold;
    color: #0096c8;
}
.calMonth .calElement {
  font-size: 14px;
  border: 1px solid #999999;
}

.calDay {
}

.calDay .calElement {
  font-size: 18px;
  margin-left: 23px;
  margin-right: 23px;
}

.calDay .calElement.prev, .calDay .calElement.next {
  //background: transparent url(../img/prev.png) no-repeat 0 18px;
  width: 25px !important;
  height: 51px;
  font-size: 37px;
  color:#dadada;
  padding-top:9px;
}

.calDay .calElement.next {
  //background: transparent url(../img/next.png) no-repeat 0 18px;
  //width: 18px;
 //height: 51px;
}

span.calElement.next:hover, span.calElement.prev:hover {
  border: none;
  cursor: pointer;
  background:transparent;
  color:#888;
}

.calDay .calElement .dayNumber {
  font-size: 20px;
}

.calElement.selected {
  background-color: #02a7e0;
  border: 1px solid #02a7e0;
  -moz-border-radius: 3px;
  color:#fff;
  
}

span.calElement:hover {
  background-color: #02a7e0;
  border: 1px solid #02a7e0;
  -moz-border-radius: 3px;
  cursor: pointer;
  color:#fff;
}

.calElement.today {
  /* border: 1px solid #e0e000; */
  -moz-border-radius: 3px
}
@media only screen and (min-width: 1341px) and (max-width: 1920px) {
     .calDay .calElement{
    width: 135px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}
}
@media only screen and (min-width: 1230px) and (max-width: 1340px) {
     .calDay .calElement{
    width: 122px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    }
}
@media only screen and (min-width: 1078px) and (max-width: 1229px) {
     .calDay .calElement{
    width:80px !important;
    }
}
@media only screen and (min-width: 901px) and (max-width: 1077px) {
     .calDay .calElement{
    width: 80px !important;
    margin-left: 13px;
    margin-right: 13px;
    }
    .calDay .calElement.prev, .calDay .calElement.next{
        font-size: 27px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
     .calDay .calElement{
    width: 96px !important;
    margin-left: 5px;
    margin-right: 10px;
    }
    .calDay .calElement.prev, .calDay .calElement.next{
        font-size: 27px;
    }
		.alignBtn { margin-top: 20px !important;}
}
@media only screen and (min-width: 690px) and (max-width: 767px) {
     .calDay .calElement{
    width: 80px !important;
    margin-left: 13px;
    margin-right: 13px;
    }
    .calDay .calElement.prev, .calDay .calElement.next{
        font-size: 27px;
    }
}
@media only screen and (min-width: 590px) and (max-width: 689px) {
     .calDay .calElement{
    width: 100px !important;
    margin-left: 18px;
    margin-right: 18px;
    }
    .calDay .calElement.prev, .calDay .calElement.next{
        font-size: 25px;
    }
}
@media only screen and (min-width: 450px) and (max-width: 589px) {
     .calDay .calElement{
    width: 80px !important;
    margin-left: 12px;
    margin-right: 12px;
    }
    .calDay .calElement.prev, .calDay .calElement.next{
        font-size: 25px;
    }
    .calDay .calElement .dayNumber{
        font-size: 25px; 
    }
}
@media only screen and (min-width: 400px) and (max-width: 449px) {
     .calDay .calElement{
    width: 90px !important;
    margin-left: 2px;
    margin-right: 2px;
    }
    .calDay .calElement.prev, .calDay .calElement.next{
        font-size: 15px;
        padding-top: 22px;
    }
    .calDay .calElement .dayNumber{
        font-size: 18px; 
    }
}
@media only screen and (min-width: 300px) and (max-width: 399px) {
     .calDay .calElement{
    width: 75px !important;
    margin-left: -8px;
    margin-right: 8px;
    }
    .calDay .calElement.prev{
    margin-right: 5px;  
    }
    .calDay .calElement.next{
    margin-left: 5px;    
    }
}
@media only screen and (min-width: 1px) and (max-width: 299px) {
     .calDay .calElement{
    width: 65px !important;
    margin-left: 2px;
    margin-right: 2px;
    }
}


@media only screen and (max-width: 690px)
{
	.calDay {margin-left: 35px;}
	.alignBtn { 
    margin-left: -39px !important;
}
}

@media only screen and (min-width:691px) and (max-width:900px) {
 
.calDay {margin-left: 25px;}

}

	.alignBtn{margin-top: 17px;position: absolute;}
