.dev-gallery
{
	/* text-align: center; */
	padding: 5px;
}

.dev-gallery > .item
{
	display: inline-block;
	width: 145px;
	height: 85px;
	
	border-radius: 3px;
	background-color: #333;
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 2px;
	transition : all 0.2s ease-in-out;
}

.dev-gallery > .item:hover
{
	transform: scale(1.07);
}

.dev-row {
  display: table;
  width: 100%;
}
.dev-row > .dev-col {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.dev-row > .dev-col.col-60 {
  width: 60%;
}
.dev-row > .dev-col.col-20 {
  width: 20%;
}
.dev-row.v-top > .dev-col {
  vertical-align: top;
}

.dev-msg-details
{
    margin-top: 7px;
    padding: 15px;
	border-radius: 5px;
	color: white;
	text-align: center;
}

.kt-bg-light-brand .dev-msg-details
{
	background: #9c93da;
}

.kt-bg-light-success .dev-msg-details
{
	background: #9dbfb1;
}

.dev-msg-details label
{
	margin: 0;
	font-weight: 600;
	margin-right: 7px;
}

.dev-msg-details.v-state
{
    padding: 8px 15px;
}

.dev-msg-details.v-state .dev-row > .dev-col
{
	vertical-align: middle;
}

.dev-msg-details.m-file
{
    padding: 8px 15px;
	min-width: 300px;
}

.dev-msg-details.m-file .dev-row > .dev-col
{
	vertical-align: middle;
}

.dev-msg-details.m-rating
{
    padding: 8px 15px;
}

.dev-msg-details.m-rating i.active
{
	color: #ffb822;
}

.kt-chat .kt-chat__messages .kt-chat__message.kt-chat__message--right .kt-chat__text.with-file
{
	padding: 15px;
}

.kt-chat .kt-chat__messages .kt-chat__message.kt-chat__message--right .kt-chat__text.with-file img
{
	max-width: 100%;
	border-radius: 7px;
}

.dev-form .form-group
{
	margin-bottom: 15px;
}

.dev-form .kt-heading.kt-heading--md
{
	margin: 0 0 15px 0;
}

.dev-v-state
{
	text-align: center;
}

.dev-v-state .state-preview
{
	position: relative;
	display: inline-block;
	width: 300px;
	
}

.dev-v-state .state-preview img
{
	max-width: 100%;
	height: auto;
}

.dev-v-state .state-point 
{
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    width: 15px;
    height: 15px;
    border-radius: 50%;
	z-index: 10;
}

.dev-v-state .state-point .point-detail 
{
    position: absolute;
    top: 100%;
    left: -65px;
    width: 150px;
    margin-top: 10px;
    background: #ccc;
    padding: 7px;
    border-radius: 7px;
	display: none;
}

.dev-v-state .state-point .point-detail:before
{	
	content: "";
	display: block;
	position: absolute;
	top: -7px;
	left: 50%;	
	margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
}

.dev-v-state .state-point .point-detail .form-group
{
	margin-bottom: 7px;
}

.kt-header-mobile .kt-header-mobile__logo img
{
	width: 45px;
}

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__logo
{
	margin: 0 auto 15px auto;
}

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__logo img
{
	width: 80px;
}

@media (min-width: 1025px)
{
	.kt-header .kt-header__top
	{
		height: 65px;
	}
	
	.kt-header .kt-header__top .kt-container .kt-header__brand-logo-default
	{
		width: 125px;
	}
	
	.kt-header .kt-header__top .kt-container .kt-header__brand-logo-sticky
	{
		width: 125px;
	}
}