@media all and (min-width: 992px) {
	.sidebar-wrapper {
		overflow: hidden !important;
	}

	.sidebar .nav>li.settings {
		position: absolute;
		width: 100%;
		bottom: 10px;
	}
}

.table-hover {
	cursor: pointer;
}

.card-height-offset {
	margin-top: 100px;
}

.card-user .avatar-link {
	width: 124px;
	height: 124px;
	border: 1px solid #FFFFFF;
	position: relative;
}

.picture-container {
	position: relative;
	cursor: pointer;
	text-align: center;
}

.picture {
	width: 124px;
	height: 124px;
	background-color: #999999;
	border: 1px solid #E3E3E3;
	color: #FFFFFF;
	border-radius: 50%;
	margin: 5px auto;
	overflow: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.picture-container:hover .picture {
	border-color: #000;
}

.picture-container:hover .description {
	color: #000;
}

.picture input[type="file"] {
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	width: 100%;
}

.error-div label {
	color: #ef8157; margin-left: 58px;
}

.back-nav {
	margin-bottom: 20px;
}

.back-nav a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.back-nav a i {
	position: relative;
	top: 2px;
	font-weight: bold;
}

.form-control {
	color: #000;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a8a8a8;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a8a8a8;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #a8a8a8;
}

.mh1 {
	max-height: 150px !important;
}

.mh5 {
	max-height: 200px !important;
}

.mh10 {
	max-height: 800px !important;
}

.grid th {
	text-transform: capitalize !important;
}