/*-------------------*/
/*  GENERAL RESET    */
/*-------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align: baseline;
	background:none;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6, li {
	line-height:100%;
}
blockquote, q {
	quotes:none;
}
q:before, q:after {
	content: '';
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
tr, td {
	border-collapse:collapse;
	border-spacing:0;
}
input, textarea, select {
	font:11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	padding:0;
	margin:0;
}
input:focus, textarea:focus {
	outline: none;
}
form, fieldset {
	border-style:none;
	padding:15px;
}
html, body {
	margin:0;
	padding:0;
	min-height:100%;
}
/*-------------------*/
/* GENERAL SETTINGS  */
/*-------------------*/
body {
	height:100%;
	font: 13px/13px "Lucida Sans", "Lucida Grande", sans-serif;
	color: #000;
}
a {
	text-decoration:none;
	color: #000;
}
a:hover {
	text-decoration:none;
	color: #0285da;
}
form {
	line-height:280%;
}
input {
	border:2px solid #CCC;
	border-radius:5px;
	font-size:15px;
	padding:4px;
}
.otchet {
  overflow: hidden;
  padding: 0 8px 0 8px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
  font-size:30px;
  box-sizing: border-box;
}
.otchet_text {
  overflow: hidden;
  padding: 0 8px 0 8px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  font-size: 15px;
  line-height: 17px;
  width: 90%;
  height: 500px;
}
hr {
	margin-top:15px;
	margin-bottom:15px;
}

.stroka {
	border-bottom:1px solid #CCC;
	padding:10px;
	margin-top:20px;
	line-height:20px;
}
.stroka:hover {
	background:#EDEDED;
	cursor:pointer;
}
.stroka_small {
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	padding:10px;
	line-height:20px;
}
.stroka_small:hover {
	background:#EDEDED;
}
.title_b {
	font-size:15px;
	background:#DEDEDE;
	padding:5px;
	text-shadow:0px 0px 5px #FFF;
	border-radius:0 10px 10px 0;
	font-family:monospace;
	border:1px dashed #999;
}
.title_b_small {
	font-size:16px;
	background:#EDEDED;
	padding:3px;
	text-shadow:0px 0px 5px #FFF;
	border-radius:0 10px 10px 0;
	font-family:monospace;
	border:1px dashed #CCC;
}
.title_bb {
	font-size:15px;
	background:#DEDEDE;
	padding:5px;
	text-shadow:0px 0px 5px #FFF;
	border-radius:0 10px 10px 0;
	border:1px dashed #999;
}
tr:target {
	background-color:#ffcfcf;
}

#expaa {
	width: 90%;
	display: none;
	position: fixed;
	height: auto;
	z-index: 9999;
	background: white;
	padding: 35px;
	box-sizing: border-box;
	border-radius: 35px;
}

.minimized_img {
	max-width: 95%;
	cursor: pointer;
	transition: .5s;
}
.minimized_img:hover {
	transform: scale(1.01);
}
#magnify_img {
	display: none;
	position: fixed;
	max-width: 95%;
	height: auto;
	z-index: 9999;
}
#magnify_img img {
	width: 100%;
}

#overlay_img {
	display: none;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	z-index: 9990;
}

#close-popup_img {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	background:black;
	border-radius:50%;
	color:white;
	text-align: center;
	padding-top:1.5px;
	font-size:15px;
	line-height:27px;
	vertical-align:middle;
}

@media (min-width:700px) {
	body {
		padding: 0 25vw !important;
	}
	center {
		border: 1px solid #CCC;
		padding: 15px;
	}
}; 