

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

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



.avatar {
	width: 40px;
	height: 40px;
	background-position: center;
	background-size: cover;
	border-radius: 16%;
	display: inline-block;
	vertical-align: middle;
}
.avatarblock {
	vertical-align: middle;
	margin-left: 6px;
}


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)));
}

