


div, ul, li{
	list-style-type: none;
}
.soluk{
    color: rgba(255, 255, 255, 0.114);
}

td{
    color: #fff;
}
.planner{
	margin: 50px 60px;
	font-family: 'Open Sans', sans-serif;
	width: 500px;
    float: left;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.952);
	border-radius: 25px;
	overflow: hidden;
}

.calendar{

	padding: 10px;
	background-color: #333333;
}

.calendar-header{
	color: #a7a7a7;
	border-bottom: 1px solid #484848;
	margin: 0; padding: 0;
	text-align: justify;
	line-height: 0px;
	font-size: 0px;
	padding-bottom: 10px;
  }
	
	.calendar-header span{
		display: inline-block;
		font-size: 36px;
		font-weight: 200;
		text-align: center;
		line-height: 36px;
	}
	
	.calendar-header:after{
		content: '';
		display: inline-block;
		width: 100%;
	}   


table{
	width: 100%;
	padding: 10px;
	color: #9d9d9d;
}

th{
	font-weight: normal;
	font-size: 14px;
	color: #5b5b5b;
}

td{
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}


td > span{
	display: inline-block;
	text-align: center;
	padding: 3px; margin: 0px;
	width: 20px; height: 20px;
  line-height: 20px;
}
	
td > span:hover{
		 font-weight: bold; 
	}
	
td > span.active{
		border: 1px solid #98cd60;
		border-radius: 30px;
	}
td > span:hover{
		border: 2px solid #98cd60;
		border-radius: 30px;
	}



.schedule{
	margin: 0;
}
.tab-pane{
    background: linear-gradient(90deg, #000000 0%, #1b0000 100%);
}
.tabs{
	margin: 0; padding: 0;
	text-align: justify;
	line-height: 0px;
	font-size: 0px;
  background-color: #6b6b6b;
}	
.tabs	.tab{
		display: inline-block;
		width: 33.3333%;
		background-color: #6b6b6b;
		text-align: center;
		color: #333333;
		margin: 0; padding: 0;
		border: 0px none;
		line-height: 38px;
		font-size: 14px;
		transition: background 0.2s;
}
	 
.tab:active{
			background-color: #999999;
			color: #ffffff;
			font-weight: 600;
}
			
.tab:avtive:hover{
			background-color: #999999;
}

		
.tabs	.tab:hover{
			background-color: #777777;
		}
		
		a{
			color: inherit;
			text-decoration: none;
		}
  
	.tabs:after{
		content: '';
		width: 100%;
		display: inline-block;
	}  


.schedule-list{
	padding: 20px;
    height: 360px;
	margin-left: 30px;
    background: linear-gradient(90deg, #000000 0%, #1b0000 100%);
	border-left: 2px solid #cccccc;
	display: block;
}
	
.schedule-item{
	display: block;
	margin-bottom: 20px;
	padding: 0;
  clear: both;
  min-height: 100px;
  overflow: visible;
}
	
.schedule-item:last-child{
		margin-bottom: 10px;
    min-height: 30px;
	}
	
.time{
		display: block;
		float: left;
		margin-left: -41px;
		width: 36px; height: 36px;
		border: 2px solid #cccccc;
		background-color: #ffffff;
		color: #404040;
		border-radius: 40px;
		text-align: center;
		padding: 0px;
		line-height: 25px;
}	
.time	span{
			font-size: 12px;
			height: 10px;
			margin: auto;
			display: block;
		}
	
.description{
		display: block;
    float: left;
    width: 305px;
		margin-top: 10px;
		margin-left: 10px;
		color: #fd9a4a;
		font-size: 14px;
    overflow: visible;
}
		
.description	.description-content{
		margin-top: 5px;
}
.description	.description-content p {
				font-size: 12px;
				margin: 0;
				color: #c5c5c5;
			}
			
.description	.description-content	ul.contact-list{
				margin: 0;
				margin-top: 10px;
				padding: 0;
}
.description	.description-content	ul.contact-list	li.contact{
					overflow: hidden;
					display: block;
					float: left;
					margin: 0; padding: 0;
					border: 2px solid fadeout(#98cd60, 75%);
					border-radius: 3px;
					height: 56px;
					text-decoration: none;
					text-align: center;
					margin-right: 10px;
					transition: all 0.2s;
}
.description	.description-content	ul.contact-list	li.contact	img{
 height: 60px;
					}
					
.description	.description-content	ul.contact-list	li.contact:hover{
						border: 2px solid #98cd60;          
					}
					
.description	.description-content	ul.contact-list	li.contact.add-contact{
						color: #98cd60;
						font-size: 20px;
						line-height: 80px;
}
.description	.description-content	ul.contact-list	li.contact.add-contact a{
							color: inherit;
							text-decoration: none;
						}
						
.description .description-content	ul.contact-list	li.contact .add-contact a:hover{
							background-color: fadeout(#98cd60, 75%);
						}

