.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: #ffffff !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: #ffffff;
    text-transform: uppercase;
	font-size: 36px;

}
.kt-login.kt-login--v1 .kt-login__aside .kt-login__subtitle {
    color: #fff;
	font-size: 28px;
}
.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;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.kt-header-mobile {
    background-color: #fff;
}


.kt-datatable__pager-nav {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.kt-datatable__pager-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.kt-datatable__pager-nav li {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.kt-header__brand-logo {
    width: 55px;
}



@media only screen and (max-width: 600px) {
	  .kt-login__logo{
	  	flex-wrap:wrap;
	}

}

