/*#open__pomlka {*/
	/*cursor: pointer;*/
	/*position: fixed;*/
	/*left: -1px;*/
	/*bottom: 0;*/
	/*z-index: 1998;*/
/*}*/
#pomlka{
	height: 450px;
	width: 300px;
	position: fixed;
	right: 1px;
	bottom: 0;
	z-index: 2003;
}
#pomlka .heads{
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	background: rgba(50, 188, 173, 1);
	height: 40px;
	top: 0;
	left: 0;
	right: 0;
}
#pomlka .heads .title {
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	color: white;
	overflow: hidden;
	font-size: 14px;
	margin-left: -25px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#pomlka .body {
	font-weight: 400;
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#pomlka .body{
	bottom: 0;
	border: none;
	top: 40px;
	border: 4px solid rgba(50, 188, 173, 1);
	border-top-width: 0px;
	background: #efe7e3;
	position: absolute;
	overflow: auto;
	padding: 8px;
	left: 0;
	right: 0;
}
#pomlka .form-control, output {
	font-size: 12px;
}
#pomlka .form-control {
	height: 26px;
}
#pomlka textarea.form-control {
	height: auto !important;
}
#pomlka .form-group {
	margin-bottom: 6px;
}
#pomlka .body label{
	color: grey;
}
#for_files{
	display: block;
}
#pomlka .row{
	margin: 0;
	cursor: default;
}
#pomlka .body .files {
	vertical-align: middle;
	display: table-cell;
	height: 60px;
	padding: 0;
}

#pomlka .col-xs-8  {
	width: 30.333333%;
}
#pomlka .files:first-of-type {
	margin-left: 1px;
	margin-right: 11px;
}
#pomlka .files:last-of-type {
	margin-left: 11px;
}

#pomlka .in_div {
	text-align: center;
	border: 1px dashed grey;
	border-radius: 10px;
	height: 100%;
	background-color: white;
	cursor: pointer !important;
}
#pomlka .in_div img{
width:auto;
height:auto;
max-height: 100%;
max-width: 100%;
border-radius: 10px;
}


.in_div>span {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	color: grey;
}
.in_div  .prev{
width:100%;
height:100%;
}
.in_div:before { /* для IE8+ */
	content: "";
	display: inline-block;
	min-height: inherit;
	height: 100%;
	vertical-align: middle;
}
#close_pomlka{
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 4px;
	top: 7px;
	text-align: center;
	color: white;
	cursor: pointer;
}
#close_pomlka span {
	FONT-SIZE: 20px;
	position: relative;
	cursor: pointer;
	margin-top: 1px;
}
#pomlka .close_img {
	background-color: white;
	text-align: center;
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: -2px;
	right: -2px;
	border-radius: 8px;
	font-size: 19px;
	z-index: 200;
}

#pomlka .close_img span{
	top: -7px;
	position: relative;
}
#pomilka_modal .modal-dialog {
	width: 335px;
}
#loader_captcha {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2000;
}
#loader_captcha>img{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#loader_captcha>div{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background-color: grey;
	opacity: 0.5;
}
#pomlka #subb_error{
	background-color: rgba(50, 188, 173, 1);
	border-color: rgba(50, 188, 173, 1);
}
#pomlka #subb_error:hover {
	background-color: rgba(36,162,163,1);
}