

body {
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	background-color: #f5f5f6;
}

.container-fluid {
	margin-bottom:54px;
}







.eventblock {
	width:94%; 
	/*border: 1px solid #DDDDDD; */
	margin: 2.5% 3%;
	border-radius: 8px;
	overflow: hidden;
	position:relative;
	background-color: white;
}

.curryblock {
	height: 72px;
}





.miniblock {
	height: 48px;
}
.miniblock_left {
	left: 44px;
	position: absolute;
	top: 0;
	padding:7px 8px;
}
.miniblock_name {
	font-size:18px;
	font-weight: 400;
	line-height: 20px;
}
.miniblock_date {
	font-size:10px;
	font-weight: 400;
	color: #555555;
}
.avatar_miniblock {
	width: 40px;
	height: 40px;
	background-position: center;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	margin:4px;
	text-align: center;
}






.event_left {
	left: 72px;
	position: absolute;
	top: 0;
	padding:4px 8px; 
}
.event_right {
	right: 0px;
	position: absolute;
	top: 0;
	padding:4px 6px;
}
.avatar {
	width: 72px;
	height: 72px;
	background-position: center;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
}
.new_name {
	font-size:22px;
	font-weight: 600;
}
.new_date {
	font-size:12px;
	font-weight: 400;
	color: #555555;
}






.next_color {
	background-color: #c9ecdc;
}











td {
	vertical-align: middle !important;
}







/*
.rainbow {
	background: linear-gradient(135deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
	background-size: 2500% 2500%;

	-webkit-animation: rainbow 25s ease infinite;
	-z-animation: rainbow 25s ease infinite;
	-o-animation: rainbow 25s ease infinite;
	animation: rainbow 25s ease infinite;}

@-webkit-keyframes rainbow {
	0%{background-position:0% 82%}
	50%{background-position:100% 19%}
	100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
	0%{background-position:0% 82%}
	50%{background-position:100% 19%}
	100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
	0%{background-position:0% 82%}
	50%{background-position:100% 19%}
	100%{background-position:0% 82%}
}
@keyframes rainbow {
	0%{background-position:0% 82%}
	50%{background-position:100% 19%}
	100%{background-position:0% 82%}
}
*/

.rainbow {
	background: linear-gradient(90deg, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3, #e81d1d);
	background-size: 1000% 1000%;
	-webkit-animation: rainbow 150s linear infinite;
}

@-webkit-keyframes rainbow {
	from { background-position: 0%; }
	to { background-position: 2000%; }
}

.rainbow2 {
	background-image: linear-gradient(left,
		/*RED*/rgba(207, 15, 15, 1) 0%, rgba(207, 15, 15, 1) 18%,
		/*ORANGE*/rgba(255, 160, 0, 1) 18%, rgba(255, 160, 0, 1) 33%,
		/*YELLOW*/rgba(255, 210, 0, 1) 33%, rgba(255, 210, 0, 1) 50%,
		/*GREEN*/rgba(54, 160, 48, 1) 50%, rgba(54, 160, 48, 1) 66%,
		/*BLUE*/rgba(27, 119, 205, 1) 66%, rgba(27, 119, 205, 1) 83%,
		/*PURPLE*/rgba(77, 20, 140, 1) 83%, rgba(77, 20, 140, 1) 100% );
	background-image: -o-linear-gradient(left,
		/*RED*/rgba(207, 15, 15, 1) 0%, rgba(207, 15, 15, 1) 18%,
		/*ORANGE*/rgba(255, 160, 0, 1) 18%, rgba(255, 160, 0, 1) 33%,
		/*YELLOW*/rgba(255, 210, 0, 1) 33%, rgba(255, 210, 0, 1) 50%,
		/*GREEN*/rgba(54, 160, 48, 1) 50%, rgba(54, 160, 48, 1) 66%,
		/*BLUE*/rgba(27, 119, 205, 1) 66%, rgba(27, 119, 205, 1) 83%,
		/*PURPLE*/rgba(77, 20, 140, 1) 83%, rgba(77, 20, 140, 1) 100% );
	background-image: -moz-linear-gradient(left,
		/*RED*/rgba(207, 15, 15, 1) 0%, rgba(207, 15, 15, 1) 18%,
		/*ORANGE*/rgba(255, 160, 0, 1) 18%, rgba(255, 160, 0, 1) 33%,
		/*YELLOW*/rgba(255, 210, 0, 1) 33%, rgba(255, 210, 0, 1) 50%,
		/*GREEN*/rgba(54, 160, 48, 1) 50%, rgba(54, 160, 48, 1) 66%,
		/*BLUE*/rgba(27, 119, 205, 1) 66%, rgba(27, 119, 205, 1) 83%,
		/*PURPLE*/rgba(77, 20, 140, 1) 83%, rgba(77, 20, 140, 1) 100% );
	background-image: -webkit-linear-gradient(left,
		/*RED*/rgba(207, 15, 15, 1) 0%, rgba(207, 15, 15, 1) 18%,
		/*ORANGE*/rgba(255, 160, 0, 1) 18%, rgba(255, 160, 0, 1) 33%,
		/*YELLOW*/rgba(255, 210, 0, 1) 33%, rgba(255, 210, 0, 1) 50%,
		/*GREEN*/rgba(54, 160, 48, 1) 50%, rgba(54, 160, 48, 1) 66%,
		/*BLUE*/rgba(27, 119, 205, 1) 66%, rgba(27, 119, 205, 1) 83%,
		/*PURPLE*/rgba(77, 20, 140, 1) 83%, rgba(77, 20, 140, 1) 100% );
	background-image: -ms-linear-gradient(left,
		/*RED*/rgba(207, 15, 15, 1) 0%, rgba(207, 15, 15, 1) 18%,
		/*ORANGE*/rgba(255, 160, 0, 1) 18%, rgba(255, 160, 0, 1) 33%,
		/*YELLOW*/rgba(255, 210, 0, 1) 33%, rgba(255, 210, 0, 1) 50%,
		/*GREEN*/rgba(54, 160, 48, 1) 50%, rgba(54, 160, 48, 1) 66%,
		/*BLUE*/rgba(27, 119, 205, 1) 66%, rgba(27, 119, 205, 1) 83%,
		/*PURPLE*/rgba(77, 20, 140, 1) 83%, rgba(77, 20, 140, 1) 100% );
	background-image: -webkit-gradient( linear, left bottom, right bottom,
		/*RED*/color-stop( 0.00, rgba(207, 15, 15, 1)),color-stop( 0.18, rgba(207, 15, 15, 1)),
		/*ORANGE*/color-stop( 0.18,rgba(255, 160, 0, 1)), color-stop( 0.33,rgba(255, 160, 0, 1)),
		/*YELLOW*/color-stop( 0.33,rgba(255, 210, 0, 1)), color-stop( 0.50,rgba(255, 210, 0, 1)),
		/*GREEN*/color-stop( 0.50,rgba(54, 160, 48, 1)),color-stop( 0.66,rgba(54, 160, 48, 1)),
		/*BLUE*/color-stop( 0.66,rgba(27, 119, 205, 1)),color-stop( 0.83,rgba(27, 119, 205, 1)),
		/*PURPLE*/color-stop( 0.83,rgba(77, 20, 140, 1)), color-stop( 1.00,rgba(77, 20, 140, 1)));
}

