.pagination {
	margin: 0;
}

.table .checkbox {
	margin-top: 0;
}

.table .rating {
	width: 120px;
}

.table .rating input {
	text-align: center;
}

.mr-20 {
	margin-right: 20px;
}

table tr.row-no-border td {
	border: none;
}
td.rating input.rating-val {
	min-width: 35px;
}
.form-group.required:before {
	content: "*";
	color: red;
	position: absolute;
	z-index: 10;
	padding-left: 5px;
	font-weight: 600;
}

.nav-tabs>li>a:first-child,
.nav-tabs>li.active>a:first-child,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-bottom-color: transparent;
	padding-bottom: 5px;
}
.nav-tabs>li.active>a:nth-child(2),
.nav-tabs>li.active>a:nth-child(2):focus,
.nav-tabs>li.active>a:nth-child(2):hover {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav-tabs>li>a {
	border-bottom: none;
}
.nav-tabs>li.active>a:nth-child(2):hover {
	color: #2aabd2;
	cursor: pointer;
}
.nav>li>a:nth-child(2) {
	padding: 5px 15px;
}
.nav-tabs>li>a:nth-child(2) {
	font-size: 11px;
}
.nav>li:focus, .nav>li:hover {
	text-decoration: none;
	background-color: #eee;
}
.nav>li.active:focus, .nav>li.active:hover {
	background-color: rgba(0,0,0,0);
}

.arrow-right-green {
	width: 15px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 6px;
}
.arrow-right-green:before {
	content: "►";
	color: #5cb85c;
}

.progress-bar.progress-bar-yellow {
	background-color: #edde34;
}
.auto_block{
	display: none;
}
.auto_block.active{
	display: block;
}
.btn.btn-pay{
	background: #ebf447;
	border: 0px;
	border-radius: 6px !important;
	margin-bottom: 5px;
}
.btn.btn-check{
	border: 1px solid #888888;
	border-radius: 6px !important;
	background: #fff;
	margin-bottom: 5px;
}
.user-temp-title{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-bottom: 5px;
	margin: 10px 0 5px;
}