html {
  font-family: sans-serif;
}

body {
  font-family: "Times";
  font-size: 12pt;
}

html, body {
  width: 210mm;
  height: 297mm;
  margin: 0 auto;
}

@page {
  size: auto;
  margin: 20mm 15mm 20mm 25mm;
}

#agreement-container {
  display: none;
  font-size: 15pt;
}

p {
  padding: 0;
  margin: 1mm 0;
}

 ol > li {
      display:block;
}

ol > li:before {
  content:counters(item,".") ". ";
  counter-increment:item;
}

ol {
  counter-reset:item;
  padding-left: 0;
}

.clear {
  clear: both;
}

#agreement-top {
  float: right;
}

#agreement-name {
  text-align: center;
  font-weight: bold;
  margin: 15mm 30mm 8mm 30mm;
}

.half {
  width: 50%;
}

#agreement-city {
  float: left;
}

#agreement-date {
  text-align: right;
}

#agreement-text {
  text-align: justify;
}

#agreement-text p,
#agreement-text ol > li > ol li {
  text-indent: 12mm;
}

.top-article,
ol > li {
  text-align: center;
  font-weight: bold;
  margin-top: 4mm;
  text-indent: 0;
}

ol > li > ol li {
  text-align: justify;
  font-weight: normal;
}

.field {
  float: left;
}

#tpl-archive-devices,
#tpl-client-devices {
  /*border-bottom: 1px #000 solid;*/
}

#details-container {
  page-break-inside: avoid;
}

.details {
  text-align: left;
  padding: 0 4.7%;
  width: 40%;
}

.details p {
  text-indent: 0 !important;
}

.sign {
  padding-top: 10mm;
}

.details p.f {
  padding-top: 5mm;
}


.form-style-6{
  font: 95% Arial, Helvetica, sans-serif;
  max-width: 600px;
  margin: 10px auto;
  padding: 16px;
  background: #F7F7F7;
}
.form-style-6 h1{
  background: #43D1AF;
  padding: 20px 0;
  font-size: 140%;
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  background: #fff;
  margin-bottom: 2%;
  border: 1px solid #ccc;
  padding: 3%;
  color: #555;
  font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
  box-shadow: 0 0 5px #43D1AF;
  padding: 3%;
  border: 1px solid #43D1AF;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 3%;
  background: #43D1AF;
  border-bottom: 2px solid #30C29E;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;  
  color: #fff;
  cursor: pointer;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
  background: #2EBC99;
}
