﻿.mini-clndr {
  margin: 0 auto;
  width: 294px;
  width: 100%;
  /*-moz-box-shadow: 4px 4px 0 #343434;
  -webkit-box-shadow: 4px 4px 0 #343434;
  box-shadow: 4px 4px 0 #343434;*/
}
.mini-clndr .clndr {
  /*overflow: hidden;
  border-bottom: 7px solid #69a776;*/
}
.custom-header {
	background: #fff;
	/*padding: 5px 10px 10px 20px;*/
	height: 60px;
	position: relative;
	border-top: 5px solid #cf0000;
	border-bottom: 1px solid #ddd;
}

.custom-header h2,
.custom-header h3 {
	text-align: center;
	text-transform: uppercase;
}

.custom-header h2 {
	color: #cf0000;
	font-weight: 300;
	font-size: 18px;
	margin-top: 6px;
    margin-bottom: -5px;
    font-weight: normal;    
}

.custom-header h3 {
	font-size: 10px;
	font-weight: 100;
	color: #cf0000;
    font-weight: normal;
    margin-top:0px;
}

.custom-header nav span {
	position: absolute;
	top: 17px;
	width: 30px;
	height: 30px;
	color: transparent;
	cursor: pointer;
	margin: 0 1px;
	font-size: 20px;
	line-height: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    z-index: 100;
}

.custom-header nav span:first-child {
	left: 5px;
}

.custom-header nav span:last-child {
	right: 5px;
    z-index: 10000;
}

.custom-header nav span:before {
	font-family: 'fontawesome-selected';
	color: #ef4f69;
	position: absolute;
	text-align: center;
	width: 100%;
}

.custom-header nav span.custom-prev:before {
	content: '\25c2';
}

.custom-header nav span.custom-next:before {
	content: '\25b8';
}

.custom-header nav span:hover:before {
	color: #495468;
}

.mini-clndr .clndr .controls {
  background-color: #69a776;
  color: white;  
  border-top: 5px solid #cf0000;
  background-color: #fff;
  color: #333;
}
.mini-clndr .clndr .controls .clndr-previous-button,
.mini-clndr .clndr .controls .clndr-next-button {
  width: 15%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* IE10+ */

  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.mini-clndr .clndr .controls .clndr-previous-button:hover,
.mini-clndr .clndr .controls .clndr-next-button:hover {
  background-color: #528b5e;
}
.mini-clndr .clndr .controls .month {
  width: 70%;
  /*padding-top: 5px;
  padding-bottom: 5px;*/
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #cf0000;
    font-weight: 300;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: -5px;
    font-weight: normal;
}

.mini-clndr .clndr .days-wrapper
{
    padding: 10px;
    background-color: #f3f3f3;
}
.mini-clndr .clndr .days-container {
  position: relative;
  display: inline-block;
  width: 100%;   
  height: 340px;
}
.mini-clndr .clndr .days-container .days {
  position: absolute;
  left: 0;
  width: 294px;
  height: 217px;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  background-color: #ebebeb;
  background-color: #fff;
  width:100%
}
.mini-clndr .clndr .days-container .days .day,
.mini-clndr .clndr .days-container .days .empty {
  width: 42px;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
   padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  text-align: center;
  color: #212121;
  width: 14.25%;
  width: 14%;
  /*border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;   
  border-collapse:collapse !important;
  background-color: #fff;
}
.mini-clndr .clndr .days-container .days .day.event,
.mini-clndr .clndr .days-container .days .empty.event {
  background-color: #d2d2d2;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
   background-color:  #cf0000;
   color: #fff;
}
.mini-clndr .clndr .days-container .days .day.event:hover,
.mini-clndr .clndr .days-container .days .empty.event:hover {
  background-color: #b8b8b8;
}
.mini-clndr .clndr .days-container .days .day.adjacent-month,
.mini-clndr .clndr .days-container .days .empty.adjacent-month {
  color: rgba(0, 0, 0, 0.3);
}
.mini-clndr .clndr .days-container .days .empty {
  height: 31px;
  vertical-align: bottom;
}
.mini-clndr .clndr .days-container .days .headers {
  background-color: #97ce7f;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333;
  background-color: #f3f3f3;  
  border-collapse: collapse;

}
.mini-clndr .clndr .days-container .days .headers .day-header {
  width: 42px;
  display: inline-block;
  text-align: center;
  color: white;
  color: #333;
  width: 14.25%;
  width: 14%;
  color: #cf0000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

 .start1
{
        background: linear-gradient(to right bottom, #fff 50%, #cf0000 50%) !important;
        color: #333 !important;

}
  .end1
{
        background: linear-gradient(to left top, #fff 50%, #cf0000 50%) !important;
        color: #333 !important;

}




