.login-page {
	background: url(../img/common/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: rgba(210, 214, 222, 0);
}

.login-page .login-logo {
	color: #ffffff;
}

.login-logo {
	text-shadow: 1px 1px 2px black;
}

.login-logo span {
	font-size: 60%;
}

.btn-profile {
	background-color: #3c8dbc !important;
	color: #ffffff !important;
}

.btn-logout {
	background-color: #dd4b39 !important;
	color: #ffffff !important;
}

.hr-solid {
	border-bottom: 1px solid #f0f0f0;
}

table td {
	vertical-align: middle !important;
}

.table-strong th {
	border: 1px solid #cccccc !important;
}
.table-strong td {
	border: 1px solid #cccccc !important;
}

.icheck {
	margin-bottom: 20px !important;
}

.select2 {
	width: 100%;
}

textarea {
	margin-top: 5px;
}

.panelSel-odd {
	padding: 10px;
	background-color: #f5f5f5;
}

.panelSel-even {
	padding: 10px;
	background-color: #ffffff;
}

.panelSel-header {
	margin-top: 10px;
	margin-bottom: 5px;
}

.panelSel-select {
	margin-bottom: 0px;
}

.panelSel-input {
	margin-top: 5px;
	display: none;
}

.button-add {
	padding-right: 25px;
}

.panelHis {
	padding: 15px 10px 5px 10px;
	border-bottom: 1px solid #f0f0f0;
}

.panelHis > div > div {
	margin-bottom: 10px;
}
