body{
    background-color: #e1e4f2; /* Цвет фона веб-страницы */
   } 
 
.sliderHorizontal600 {
    -webkit-appearance:  none;
    width: 600px;
    height: 4px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
} 
.sliderHorizontal500 {
    -webkit-appearance:  none;
    width: 500px;
    height: 4px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
} 
   
.sliderVertical300 {
    -webkit-appearance:  slider-vertical;
    width: 14px;
    height: 300px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
} 
 
.sliderVertical {
    -webkit-appearance:  slider-vertical;
    width: 14px;
    height: 500px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.sliderVertical:hover {
    opacity: 1;
}

.sliderVertical::-webkit-slider-thumb {
    -webkit-appearance:  none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: #4CAF50;
    cursor: pointer;
}

.sliderVertical::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: #4CAF50;
    cursor: pointer;
}

.collapsible {
  background-color: #495baa;
  color: white;
  cursor: pointer;
  padding: 9px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #7286e0;
}

.collapsible:after {
  content: '\002B';
  /*color: white;*/
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0px;
  color: black;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
  
.scalebutton {
  display: inline-block;
  padding: 4px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  width: 50px;
  background-color: #495baa; /* Цвет фона кнопки */
  border: none;
  border-radius: 4px;
  box-shadow: 0 3px #999; /* Цвет тени кнопки */
}

.scalebutton:hover {background-color: #7286e0} /* Цвет фона кнопки */

.scalebutton:active {
  background-color: #7286e0; /* Цвет фона кнопки */
  box-shadow: 0 1px #666;
  transform: translateY(2px);
}

.linkbutton {
  display: inline-block;
  border-radius: 4px;
  background-color: #495baa; /* Цвет фона кнопки */
  border: none;
  color: #FFFFFF; /* Цвет шрифта */
  text-align: center;
  font-size: 14px;
  padding: 4px;
  width: 300px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.linkbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.linkbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.linkbutton:hover {background-color: #495baa}

.linkbutton:hover span {
  padding-right: 25px;
}
.linkbutton:active
 {
  background-color: #495baa;
}
.linkbutton:hover span:after {
  opacity: 1;
  right: 0;
 }

.button {
  display: inline-block;
  padding: 4px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #495baa;
  border: none;
  border-radius: 4px;
  box-shadow: 0 3px #999;
}

.button:hover {background-color: #7286e0}

.button:active {
  background-color: #7286e0;
  box-shadow: 0 1px #666;
  transform: translateY(2px);
}



table, td {
    border-collapse: collapse;
   }

th, td {
    text-align: center;
   }

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #495baa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
    color: white;
	}
td.leftism {text-align: left;}

h2 {font-family: Arial, Helvetica, sans-serif;}  
/* unvisited link */
a:link {
    color: white;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: white;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: hotpink;
	text-decoration: underline;
}

/* selected link */
a:active {
    color: blue;
	text-decoration: underline;
}
div {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
    margin-left: 4px;
    background-color: #7286e0;
}


div.report {
	color: black;
    padding: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
    margin-left: 4px;
    background-color: lightgray;
}
html,
body {
 height: 100%;
 position: relative;
}

header {
background: #495baa;
font-family: Arial, Helvetica, sans-serif;
color:white;
padding: 6px;
}
footer {
	background: #495baa;
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	font-size: 10pt;
	padding: 2px;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
  }
