.required label { color: maroon }

#select_projects_btns {
}

#select_projects_btns input {
	display: none;
}

#select_projects_btns input:checked ~ label {
	background: #4e73df;
	color: #ffffff;
	border-color: #4e73df;
}

#select_projects_btns label {
	border: 1px solid #aaaaaa;
	padding: 3px 10px;
	cursor: pointer;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

#select_projects_btns label:hover {
	border-color: rgba(78, 115, 223, 0.7);
	background: rgba(78, 115, 223, 0.7);
	color: #ffffff;
}

.ticket_user_history {
	margin-top: 30px;
}

.ticket_user_history ul {
	padding-left: 0;
}

.ticket_user_history ul li {
	padding: 0;
	position: relative;
	border-right: 1px solid #ececec;
	width: 50%;
	font-size: 14px;
	list-style-type: none;
	padding-bottom: 90px;
}

.ticket_user_history ul li .ticket_user_history__content {
	margin-right: 90px;
	padding: 10px;
	box-shadow: 0 1px 8px -3px rgba(0, 0, 0, .3);
	border-radius: 5px;
}

.ticket_user_history ul li .ticket_user_history__content .ticket_user_history__name {
	font-weight: bold;
	font-size: 16px;
}

.ticket_user_history ul li.even {
	margin-left: 50%;
	border: none;
	border-left: 1px solid #ececec;
}

.ticket_user_history ul li.even .ticket_user_history__content {
	margin-right: 0;
	margin-left: 90px;
}

.ticket_user_history ul li .ticket_user_history__date {
	position: absolute;
	right: -47px;
	top: -7px;
	width: 95px;
	height: 95px;
	padding: 25px 0;
	border: 10px solid #F1F1F1;
	border-radius: 50%;
	background: white;
	text-align: center;
	font-weight: bold;
	color: #535353;
	letter-spacing: -1px;
	box-shadow: 0 0 0 10px white;
	font-size: 13px;
	line-height: 14px;
}

.ticket_user_history ul li.even .ticket_user_history__date {
	right: auto;
	left: -47px !important;
}

.border-danger {
	border-color: rgba(220, 53, 69, .7);
}

.border-warning {
	border-color: rgba(255, 193, 7, .7);
}

.border-success {
	border-color: rgba(40, 167, 69, 0.7);
}

.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	width: 12em;
}

.rating input {
	position: absolute;
	left: -999999px;
}

.rating label {
	display: inline-block;
	font-size: 0;
}

.rating > label:before {
	position: relative;
	font: 24px/1 FontAwesome;
	display: block;
	content: "\f005";
	color: #cccccc;
	background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
	color: #f0ad4e;
	background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#time-range p {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	color: #333333;
}

.ui-slider-horizontal {
	height: 8px;
	background: #D7D7D7;
	border: 1px solid #BABABA;
	box-shadow: 0 1px 0 #FFFFFF, 0 1px 0 #CFCFCF inset;
	clear: both;
	margin: 8px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
	top: -1px;
	height: 100%;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	height: 8px;
	font-size: .7em;
	display: block;
	border: 1px solid #5BA8E1;
	box-shadow: 0 1px 0 #AAD6F6 inset;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background: #81B8F3;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
	background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
	background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
	background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
	background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}

.ui-slider .ui-slider-handle {
	border-radius: 50%;
	background: #F9FBFA;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
	background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
	background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
	background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
	background-image: linear-gradient(top, #C7CED6, #F9FBFA);
	width: 22px;
	height: 22px;
	-webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
	-moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
	box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
	-webkit-transition: box-shadow .3s;
	-moz-transition: box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 22px;
	height: 22px;
	cursor: default;
	border: none;
	cursor: pointer;
}

.ui-slider .ui-slider-handle:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 50%;
	margin-top: -4px;
	left: 50%;
	margin-left: -4px;
	background: #30A2D2;
	-webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFFFFF;
	-moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
	box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFFFFF;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.5em;
	margin-left: -.6em;
}

.ui-slider a:focus {
	outline: none;
}