.cal1{
	background:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-bottom: 4px solid #e3e4e8;
	margin-bottom:1.5em;
}
.clndr{
}
.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal1 .clndr .clndr-controls {
     position: relative;
  	color: #FFF;
	font-size: 1em;
	font-weight:400;
	text-transform: uppercase;
	padding:20px 20px;
	text-align: center;
	background-color:#2f374c;
	
}
.cal1 .clndr .clndr-controls .month {
   text-align:center;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button { 
  position:absolute;
  right:20px;
  top:15px;
  width:30px;
  height:30px;
  text-indent: -4000px;
  background: url(../images/arrow-right.png) no-repeat 0px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
  cursor: default;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button { 
   position:absolute;
   left:20px;
   top:15px;
   width:30px;
   height:30px;
  text-indent: -4000px;
  background: url(../images/arrow-left.png) no-repeat 0px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
   cursor: default;
}
.cal1 .clndr .clndr-table {
  table-layout: fixed;
  width:90%;
  margin:0 auto;
}
.cal1 .clndr .clndr-table .header-days {
   font-size:1em;
   font-weight:500;
}
.cal1 .clndr .clndr-table .header-days .header-day {
  vertical-align: middle;
  text-align: center;
  color:#2f374c;
}
.cal1 .clndr .clndr-table tr {
    height:45px;
}
.cal1 .clndr .clndr-table tr td {
  vertical-align: top;
}
.cal1 .clndr .clndr-table tr .day {
  width: 100%;
  height: inherit;
  color: #A6A6A6;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.cal1 .clndr .clndr-table tr .day.today {
  	 background:#f1b458;
	 color: #FFF;
	 position:relative;
}
.cal1 .clndr .clndr-table tr .day.today:after {
	content: '';
	position: absolute;
	left: 14px;
	bottom: -6px;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #f1b458;
}
.cal1 .clndr .clndr-table tr .day.today:hover {
  	color: #FFF;
  	background:#2f374c;
}
.cal1 .clndr .clndr-table tr .day:hover{
	color: #FFF;
  	background:#f1b458;
}
.cal1 .clndr .clndr-table tr .day.today.event {
     background:#4fc1e9;
	 color: #FFF;
}
.day.today.event:hover{
	background:#096e9a;
	color:#FFF;
}
.cal1 .clndr .clndr-table tr .day .day-contents {
  box-sizing: border-box;
  font-size:0.8em;
  text-align:center;
  cursor:pointer;
}
.cal1 .clndr .clndr-table tr .empty,
.cal1 .clndr .clndr-table tr .adjacent-month {
  width: 100%;
  height: inherit;
  color: #989898;
  font-weight: 300;
}

/*New Calender*/

.New_Table table {
     border-color: none !important;
border-width: 0 !important;
border-style: none !important;
border-bottom: 5px solid #EEE !important;
}
.newCalender_Control table  {
    background:#2f374c;
    padding:0 !important;   
}
.newcalender tr {
    background:#2f374c;
}
.newcalender {
    /*padding:10px;*/
    color: #FFF;
	font-size: 1em;
	font-weight:400;
	text-transform: uppercase;
}

.newcalender  a {
    padding:10px;
    color: #FFF !important;
	font-size: 1em;
	font-weight:400;
	text-transform: uppercase;
}
.newcalender  td {
    padding:10px;
    color: #FFF !important;
	font-size: 1em;
	font-weight:400;
	text-transform: uppercase;
    background:#2f374c;
}

 .newcalender1 tr th {   
    color: #000 !important;
	font-size: 0.75em;
	font-weight:400;
	text-transform: uppercase;
    padding:10px !important;
}

.newCalender_Control .New_dayCal {

height: inherit;
color: #A6A6A6;
vertical-align: middle;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-weight: 700;
border-color: none !important;
border-width: 0 !important;
border-style: none !important;
padding: 8px 2px 8px 2px;

}
.newCalender_Control .New_dayCal a {
box-sizing: border-box;
font-size: 0.8em;
text-align: center;
cursor: pointer;
color:#A6A6A6 !important;

}

 .newCalender_Control   .New_dayCal:hover {
        color: #000 !important;
        background: #f00;
}
.newCalender_Control   .New_dayCal td > a >span {
      
}

.newCalender_Control .TodayCal{
    background:#c23122;
    border:none !important;
    color:#FFF !important;
    vertical-align:middle;
}
.newCalender_Control .TodayCal a{
    
    color:#FFF !important;
}






.NewCalender{
}
.Newnoselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.NewCal .celndr .celndr-controls {
     position: relative;
  	color: #FFF;
	font-size: 1em;
	font-weight:400;
	text-transform: uppercase;
	padding:20px 20px;
	text-align: center;
	background-color:#2f374c;
	
}
.NewCal .celndr .celndr-controls .month {
   text-align:center;
}
.NewCal .celndr .celndr-controls .celndr-control-button .celndr-next-button { 
  position:absolute;
  right:20px;
  top:15px;
  width:30px;
  height:30px;
  text-indent: -4000px;
  background: url(../images/arrow-right.png) no-repeat 0px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.NewCal .celndr .celndr-controls .celndr-control-button .celndr-next-button.inactive:hover {
  cursor: default;
}
.NewCal .celndr .celndr-controls .celndr-control-button .celndr-previous-button { 
   position:absolute;
   left:20px;
   top:15px;
   width:30px;
   height:30px;
  text-indent: -4000px;
  background: url(../images/arrow-left.png) no-repeat 0px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.NewCal .celndr .celndr-controls .celndr-control-button .celndr-previous-button.inactive:hover {
   cursor: default;
}
.NewCal .celndr .celndr-table {
  table-layout: fixed;
  width:90%;
  margin:0 auto;
}
.NewCal .celndr .celndr-table .header-dayss {
   font-size:1em;
   font-weight:500;
}
.NewCal .celndr .celndr-table .header-dayss .header-day1 {
  vertical-align: middle;
  text-align: center;
  color:#2f374c;
}
.NewCal .celndr .celndr-table tr {
    height:45px;
}
.NewCal .celndr .celndr-table tr td {
  vertical-align: top;
}
.NewCal .celndr .celndr-table tr .day {
  width: 100%;
  height: inherit;
  color: #A6A6A6;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.NewCal .celndr .celndr-table tr .day.today {
  	 background:#f1b458;
	 color: #FFF;
	 position:relative;
}
.NewCal .celndr .celndr-table tr .day.today:after {
	content: '';
	position: absolute;
	left: 14px;
	bottom: -6px;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #f1b458;
}
.NewCal .celndr .celndr-table tr .day.today:hover {
  	color: #FFF;
  	background:#2f374c;
}
.NewCal .celndr .celndr-table tr .day:hover{
	color: #FFF;
  	background:#f1b458;
}
.NewCal .celndr .celndr-table tr .day.today.event {
     background:#4fc1e9;
	 color: #FFF;
}
.day.today.event:hover{
	background:#096e9a;
	color:#FFF;
}
.NewCal .celndr .celndr-table tr .day .day-contents {
  box-sizing: border-box;
  font-size:0.8em;
  text-align:center;
  cursor:pointer;
}
.NewCal .celndr .celndr-table tr .empty,
.NewCal .celndr .celndr-table tr .adjacent-month {
  width: 100%;
  height: inherit;
  color: #989898;
  font-weight: 300;
}


@media all and (max-width:1024px){
	.cal1 .clndr .clndr-table tr .day.today:after{
		left:20px;
	}
}
@media all and (max-width:800px){
	.cal1 .clndr .clndr-table tr .day.today:after{
		left:13px;
	}
}
@media all and (max-width:640px){
	.cal1 .clndr .clndr-table tr{
		height:35px;
	}
	.cal1 .clndr .clndr-table tr .day.today:after{
		left:10px;
	}
}
@media all and (max-width:480px){
	.cal1 .clndr .clndr-table tr .day.today:after{
		left:24px;
	}
}
@media all and (max-width:320px) {
	.cal1 .clndr .clndr-table tr {
		height: 35px;
	}
	.cal1 .clndr .clndr-table tr .day.today:after{
		left:15px;
	}
}