.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;
}

/* Style the Image Used to Trigger the Modal */

  
  
  /* The Modal (background) */
  .modal-document {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .img-modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
  }
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding: 10px 0;
	height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .img-modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
  @keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
	.modal-content {
	  width: 100%;
	}
  }

@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;
	}
}