﻿/*input {
	width: 120px;
	line-height: 30px;
	border: none;
	outline: none;
	margin-top: 20px;
	margin-left: 20px;
}*/


/*animat*/

.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

.overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	position: fixed;
}

.layerBox {
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1001;
	height: auto;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.layerHeader {
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	border-bottom: 1px solid #edeeee;
	background: #0055AA;
	cursor: move;
	color: #fff;
	font-weight: 300;
	border-radius: 5px 5px 0px 0px;
}

.layerContianer {
	height: calc(100% + 0px);
	background: #FFFFFF;
	text-align: center;
	border-radius: 5px;
}

.layer-size {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: se-resize;
}

.close_btn {
	display: block;
	width: 20px;
	float: right;
	margin: 7px 5px;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	line-height: 20px;
	font-size: 25px;
}

.inp_btn {
	width: 120px;
	height: 35px;
	background: #eaeaea;
	text-align: center;
}

.int_rz {
	width: 100px;
    height: 100px;
	background: #eaeaea;
	text-align: center;
	background: #0088DA;
	color: #FFFFFF;
	border-radius: 5px;
}
.ka-d5 input :hover{
	opacity: 0.8;
	outline: none;
}
