@media all and (min-width:1081px){
	.tnccalendar {
		margin-left: -100px;
	}
	
}

@media all and (min-width:1181px){
	.tnccalendar {
		margin-left: 0px;
	}
	
}

@media all and (min-width:1081px){


.tnccalendar {
	background-color: #285d85;
	border-radius: 15px;	
	font-family:'Myriad Web Pro'
}


.calendar-title {
		color: white;
		width: 100%;
		text-align: center;
		padding: 20px;
}

.calendar-days {
	color: white;
	width: 100%;
	text-align: center;
		
}

.calendar-day-link {
	display: inline-block;
	background-color: #638aa6;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 5px 30px;
	color: white;
	margin: 0 3px;
}

.calendar-day-link-active {
	background-color: white;
	color: #285d85;
}

.calendar-day {
	display:none;
}

.calendar-day-inactive {
	display:none;
}

.calendar-day-active {
	display:block;
}

.calendar-content {
	background-color: white;
}


.calendar-tracks {
	width: 100%;
	padding-top: 20px;
}

.calendar-track-time {
  width:100px ;
  float: left;
}



.calendar-track {
	height: 60px;
	width: 110px;
	float: left;
	border-bottom: 8px solid;
	margin-right: 10px;
	text-align: center;
}

.track1 {
		border-color: #285d85;
}

.trackpres {
		border-color: #455faa;
}

.track2 {
		border-color: #ee4468;
}

.track3 {
		border-color: #b2c661;
}
.track4 {
		border-color: #27bdb6;
}


.calendar-track-events-time {
  width:100px ;
  float: left;
  text-align: center;
}



.calendar-track-events {
	height: 900px;
	width: 110px;
	float: left;
	
	margin-right: 10px;
	text-align: center;
	
}


.event1 {
	background: #dee6ec;
}

.event2 {
	background: #e3e7f2;
}

.event3 {
	background: #e3e7f2;
}

.event4 {
	background: #e3e7f2;
}


.event5 {
	background: #e3e7f2;
}

.event6 {
	background: #fce3e8;
}


.event7 {
	background: #f3f6e7;
}

.event8 {
	background: #def5f4;
}

.calendar-events {
	position: relative;
	height: 600px;
}


.calendar-event {
	/*background-color: #285d85;*/
	
	color: white;
	/*width: 110px;*/
	
}

.calendar-event div {
	top: 0;
	left: 0;
	position: relative;
	border-radius: 10px;	
	transition: all 0.5s ease;
	width: 100%;
	height: 100%;
	/*transition: z-index 0s;*/
	cursor: pointer;
	/*display: flex;*/
	
}

.calendar-event div .event-title {

	position: absolute;
	top: 0;
	display: inline-block;
	text-align: center;
	/* align-self: flex-end; */
	width: 100%;
	height: calc(100% - 30px);
	left: 0;
	overflow:hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	padding: 2px;
	line-height: 15px;
  }

.calendar-event div .event-time {
	position: absolute;
	bottom: 0;
	display: inline-block;
	text-align: center;
	/* align-self: flex-end; */
	width: 100%;
	left: 0;
	font-size: 12px;
  }

.calendar-event div:hover {
	
	/*background-color: red;*/
	/*transform: scale(1.2);*/
	z-index: 1000;
	height: 150%;
	width: 150%;
	top: -25%;
	left: -25%;
	border: 2px solid white;
	
}

.calendar-event div:hover .event-title {
	padding: 5px;
	font-size: 16px;
	line-height: 20px;
  }
  .calendar-event div:hover .event-time {
	padding: 5px;
	font-size: 16px;
	line-height: 20px;
  }


.calendar-break {
	/*background-color: #285d85;*/
	
	color: white;
	/*width: 110px;*/
	
}

.calendar-break div {
	top: 0;
	left: 0;
	position: relative;
	border-radius: 10px;	
	transition: all 0.5s ease;
	width: 100%;
	height: 100%;
	/*transition: z-index 0s;*/
	
}

.calendar-break div:hover {
	
	/*background-color: red;*/
	/*transform: scale(1.2);*/
	z-index: 1000;
	height: 110%;
	width: 110%;
	top: -5%;
	left: -5%;
	border: 2px solid white;
}


.calendar-timeline {
	position: absolute;
	background: ;
	width: 100%;
	top: 78px;
}

.calendar-timeline ul {
	list-style-type: none;
	width: 100%;
}

.calendar-timeline ul li {
	/*height: 40px;*/
	width: 98%;
	position: relative;
}

.calendar-timeline ul li::after {
	
    background: #beceda;
    bottom: 0;
    height: 1px;
    left: 60px;
    position: absolute;
    width: calc(100% - 60px);
	content: "";
}

.calendar-timeline ul li span {
	display: inline-block;
    transform: translateY(-50%);
}




.calendar-tracklines {
	position: absolute;
	background: ;
	width: 100%;
	height: 100%;
	
}

.calendar-canvas {
	position: absolute;
	top: 78px;
	background: rgba(255, 255, 255, 0.8);
	
	/*height: 100%;*/
}


.calendar-trackline {
	position: absolute;
	top: 0px;
	
	/*height: 100%;*/
	margin-right: 10px;
	
	line-height: 18px;
}




.calendar-trackline div {
	background: white;
	height: 70px;
	vertical-align: baseline;
	text-align: center;
	display: flex;
	align-items: center;
	
		
}


.calendar-trackline div span {
	display: inline-block;
	text-align: center;
  align-self: flex-end;
  margin-bottom: 2px;
  
}

.track_code {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	font-size: 12px;
	
}

}