@CHARSET "UTF-8";

.main-menu>li.menu-header {
	background: #7febf8;
	padding: 10px;
	display: block;
	color: white;
	font-weight: 500;
	position: relative;
}

.listgroup {
	max-height: 400px;
	overflow: scroll;
}

.pagination .current, .pagination .disabled {
	float: left;
	padding: 0 14px;
	color: #999;
	cursor: default;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #DDD;
	border-left-width: 0;
}

/* Carousel base class */
.carousel {
	margin-bottom: 60px;
}

.carousel .container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.carousel-control {
	background-color: transparent;
	border: 0;
	font-size: 120px;
	margin-top: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.carousel .item {
	height: 500px;
}

.carousel img {
	width: 100%;
	height: 500px;
}

.carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 20px;
	margin-bottom: 100px;
}

.carousel-caption h1, .carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.carousel-caption .btn {
	margin-top: 10px;
}

#myCarousel.login-content {
	height: 50%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00bcd4;
	content: "";
	z-index: 0;
}

body.login-content:before {
	height: 50%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00bcd4;
	content: "";
	z-index: 0;
}

.color-orange {
	color: #FF8C00;
}

.color-dark-green {
	color: #35ca41;
}

.color-purple {
	color: purple;
}
.table>thead>tr>th:first-child, .table>tbody>tr>th:first-child, .table>tfoot>tr>th:first-child,
	.table>thead>tr>td:first-child, .table>tbody>tr>td:first-child, .table>tfoot>tr>td:first-child
	{
	padding-left: 7px;
}