.dn{display: none;}
.kt-header{
	background-color: #fff;
}
@media (max-width: 576px) {
  .kt-container {padding: 0; }
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-username{
	color: #1e1e2d;
}
.kt-subheader--transparent .kt-subheader{
	padding: 20px 30px 10px 30px;
}
.kt-subheader .kt-subheader__main{
	/*padding: 15px 0 5px;*/
}
.text-center{
	text-align: center;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small{
	padding-left: 0px;
}
.form-control[readonly] {
    background-color: #eef1f5;
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon i{
	font-size: 2.0rem;
	color: #646c9a
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-time{
	font-size: 2rem;
	margin-top: 16px;
	display: inline-block;
	width: 120px;	
}
.kt-login__copyright{
	color: #333 !important;
	font-size: 14px;
}
.my-h3 {
    font-size: 15.6px;
    color: #464457;
}
.kt-section {
    margin: 0;
}
.kt-login.kt-login--v1 .kt-login__aside .kt-login__title {
    color: #333;
}
.kt-login.kt-login--v1 .kt-login__aside .kt-login__subtitle {
    color: #333;
}
.image{
	float: left;
	min-height: 30px;
	margin-bottom: 20px;
	padding-right: 10px;
	text-align: center;
}
.image .item{
	display: block;
	margin: 5px auto;
	overflow: hidden;
	border: 1px solid #ddd;
	position: relative;
	height: 150px;
	width: 150px;
}
.image .buttons{
	display: none;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 6;
	text-align: center;
	vertical-align: middle;
	line-height: 150px;
} 
.image .item:hover .buttons{
	display: block;
}
.dn{
	display: none;
}