body {
  background-color: #16C95C1;
  margin: 0cm;
  font-size: 12pt;
  font-family: 'Verdana',sans-serif !important;
}

ol li {
  padding-bottom: 5px;
}

fieldset {
  border: #6C95C1 solid 3px;
}
legend {
  border-radius: 4px;
  background-color:#6C95C1;
  color: white;
  font-variant: small-caps;
  letter-spacing: 1px;
  padding: 4px 8px;
}

form {
  border: #6C95C1 solid 2px;
  background: linear-gradient(to bottom right, #CCC, #F0F0F0);
  border: solid 2px #777;
  box-shadow: 3px 3px 3px silver;
  border-radius: 2px;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  width: 90%;
}

form table {
  border: none;
  border-spacing: 12px;
}
form table th {
  width: 150px;
  font-weight: normal;
  text-align: right;
  vertical-align: top;
}
form table td {
  text-align: left;
  vertical-align: top;
}
table.checkdata td {
  font-weight: bold;
}

textarea, input[type='text'], input[type='password'], input[type='email'], select, div.sections {
  background-color: white;
  border: solid silver 2px;
  font-size: 13pt;
  font-family: 'Open Sans',sans-serif !important;
  padding: 3px 5px;
  width: 500px;
}
input[type=text]:focus, input[type='email'], textarea:focus {
  border: olive solid 2px;
  box-shadow: 0 0 10px olive;
}
input[type='text']:invalid, input[type='email'], textarea:invalid {
  background-color: #FDD;
}
textarea[name='content'] {
  height: 130px;
}
div.sections {
  height: 180px;
  overflow: auto;
}

input[type='submit'], input[type='button'].go, button.go {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2b8cdb;
  border-color: #1475C4;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px auto;
  padding: 10px 25px;

}

#header {
  background: #6C95C1 URL(http://www.zvyagel.com.ua/logo2.gif) no-repeat;
  border-bottom: solid 1px black;
  color: #EEE;
  font-size: 120%;
  font-weight: bold;
  height: 100px;
  margin: 10px auto 0px;
  padding: 8px;
  text-align: center;
}

#footer {
  background-color: #6C95C1;
  border-top: solid 1px black;
  color: #EEE;
  font-size:80%;
  margin: 10px auto 0px;
  padding: 8px;
  text-align: center;
}

.sectionslist {
  margin: 0;
  padding: 0;
  user-select: none;
  list-style-type: none;
}

.sectionslist ul {
  list-style-type: none;
}

.sectionslist li span.menuitem:hover {
  background-color: #ccf;
  font-weight: bold;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */'
  transform: rotate(90deg);
}

.nested {
  display: none;
}

.active {
  display: block;
} 

table.tabs {
  border: none;
  border-spacing: 10px;
  margin: 0 auto;
  width: 600px; 
}
table.tabs td {
  padding: 10px;
  background-color: #EEE;
  color: black;
  text-align: center;
  border: solid black 2px;
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
  font-size: 80%;
  height: 50px;
}
table.tabs td.selected {
  background-color: blue;
  background: linear-gradient(to bottom right, blue, #F0F0F0);
  color: #EEE;
  cursor: default;
}
table.tabs td:not(.selected):hover {
  background-color: gold;
}

.error {
  width: 80%;
  color: red;
  background: #DDDDDD URL(images/error-3-32.png) no-repeat;
  background-position: 1% center;
  font-size: 120%;
  font-weight: bold;
  padding: 10px 10px 10px 50px;
  box-shadow: 2px 2px 5px gray;
  margin: auto;
}

.info {
  width: 80%;
  color: navy;
  background: #DDDDDD URL(images/info-32.png) no-repeat;
  background-position: 1% center;
  font-size: 120%;
  font-weight: bold;
  padding: 10px 10px 10px 50px;
  box-shadow: 2px 2px 5px gray;
  margin: auto;
}

hr.hr1 {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
