/*
    Document   : calormatic470

    Created on : 09.12.2013
    Author     : TKl - expositio
    Description:
    handle style for Hardware Menu;

*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

img:focus {
  border:none;
}

sup, sub {
  line-height: 22px;
  font-size: 50%;
  position:relative;
  top:-11px;
}

/*ul {position:relative;top:0px}*/

#root {
    display: block;
    width: 310px;
}

html {
  background: #ffffff;
  /*background: #78aa9e;*/
  height: 100%;
}

body {
  color:#555555;
  font-family: arial;
  font-size: 22px;
  line-height: 19px;
  /*background-color: #ffffff;*/
  background-image: -webkit-linear-gradient(#00917E 2%, #ffffff 60%);
  background-image: -moz-linear-gradient(#00917E 2%, #ffffff 60%);
  background-image: -o-linear-gradient(#00917E 2%, #ffffff 60%);
  background-image: linear-gradient(#00917E 2%, #ffffff 60%);
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr='#00917E', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7F00917E', EndColorStr='#00FFFFFF')";
  background-image: -ms-linear-gradient(top, #00917E 0%, #FFFFFF 70%);
}

h1 {
  color: #333333;
  font-size: 28px;
}
.header {
  padding-top: 30px;
  height: 50px;
}

.sim_text {
  position: absolute;
  left: 0px;
  font-size: 32px;
  background: #ffffff;
  height: 60px;
  line-height: 60px;
  padding-left: 42px;
  width: 250px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.logo {
  position: absolute;
  right: 0px;
  height: 50px;
  width: 250px;
  background: #ffffff;
  padding-top: 10px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
   border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.logo img {
  position: absolute;
  right: 43px;
}

.container {
  background: #ffffff;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 0.75em;
  padding: 1em;
  line-height: 1.5em;
  border-color: rgb(227, 227, 227);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 40px;

}

ul {
    margin-left:1em;
    margin-top: 1em;
}

ul li {
  list-style: disc outside;
  list-style-type: none;
}

li {
  text-align: -webkit-match-parent;
}

li p {
    padding-bottom: 1.5em;
}

.mTop20 {
  margin-top: 20px;
}

.imgIcon {
  margin-right: 30px;
   margin-top: 5px;
    margin-left: 5px;
}

.flLeft {
  float: left;
}

.clear {
  clear: both;
}

input[type=submit] {
  -webkit-appearance: none;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.15s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: linear;
  display: inline-block;
  padding: 0.30769em 0.76923em;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  filter: dropshadow(color=rgba(0,0,0,0.25),offx=0,offy=-1);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-appearance: none;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 34px;
  line-height: 26px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px;
  transition-delay: 0s;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: linear;
  min-width:166px;
  word-wrap: break-word;
}


select {
  width: 190px;
  color: rgb(129, 129, 129);
  background: transparent;
  border: none;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  padding: 5px;
  /*-webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  overflow: hidden;
  text-indent: 0.01px;
  text-overflow: '';
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(dropdown-arrow-down-green.png);
  background-origin: padding-box;
  background-position: 92% 53%;
  background-size: auto;
  background-repeat: no-repeat;*/
  /*box-sizing: border-box;*/
  /*color: rgb(129, 129, 129);
  cursor: default;
  display: block;
  font-family: Arial, sans-serif, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 25px;
  line-height: 19px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;*/
  /*float:left;*/
  /*margin-right: 30px;
  padding-right: 20px;
  margin-left: 70px;
  margin-top: 10px;
  white-space: nowrap;*/
}

select:focus {
  background: color: rgba(0, 0, 0, 1);
}

option {
  background-color: #fff;
}

.arrow_background {
  position: absolute;
  background: transparent url('dropdown-arrow-down-green.png') no-repeat;
  right: 5px;
  top: 12px;
  width: 12px;
  height: 9px;
  z-index: 99;
}

.select_background {
  overflow: hidden;
  width: 140px;
  background: #fff;
  border: 1px solid #ccc;
  margin-right: 30px;
  padding-right: 20px;
  margin-left: 70px;
  margin-top: 10px;
  position: relative;
  z-index: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

select::-ms-expand {
  display: none;
}

label {
  display: inline;
}

#go {
  margin-top: 20px;
  margin-left: 70px;
}

#go_2 {
  margin-top: 20px;
  margin-left: 70px;
}

.disabled_button {
  background-color: #969696;
  background-image: linear-gradient(rgba(255,255,255,0.22),rgba(0,0,0,0.22));
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.22),rgba(0,0,0,0.22));
  background-image: -moz-linear-gradient(rgba(255,255,255,0.22),rgba(0,0,0,0.22));
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 0.4;
}

.active_button {
  background-color: rgb(0, 145, 126);
}

.item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}

#f470, #f370 {
  display: none;
}

#f470 p, #f370 p {
  padding: 0;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  margin-right: 20px;
}

input[type="radio"] + label span.elem {
  display:inline-block;
  border: 1px solid #aeaeae;
  border-radius: 50px;
  width:17px;
  height:17px;
  margin:-2px 10px 0 0;
  vertical-align:middle;
  background: #fff;
  cursor:pointer;
}

input[type="radio"] + label span.elem span.check_elem {
  display: block;
  margin-left: 3px;
  margin-top: 3px;
  border-radius: 50px;
  width:11px;
  height:11px;
  background: #fff;
  cursor:pointer;
}

input[type="radio"]:checked + label span.elem span.check_elem {
  background: #00917e top no-repeat;
}

input[type="radio"]:disabled + label span.elem span.check_elem {
  opacity: 0.4;
}

.close {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  background: #ffffff;
  right: 0px;
  margin-right: -10px;
  margin-top: -10px;

}

footer {
  position: relative;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#ecf5f2),color-stop(100%,#78aa9e));
  background-image: -webkit-linear-gradient(#ecf5f2,#78aa9e);
  background-image: -moz-linear-gradient(#ecf5f2,#78aa9e);
  background-image: linear-gradient(#ecf5f2,#78aa9e);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFECF5F2',endColorstr='#FF78AA9E');
  min-height: 200px;
  font-size: 13px;
}

div.top-box-shadow {
  background: url('top-box-shadow.png') repeat-x;
  height: 20px;
  width: 100%;
}

.wrapper {
  max-width: 85.84646em;
  padding-left: 3.23077em;
  padding-right: 3.23077em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper .row::after {
  clear:both;
}

.wrapper .row::before, .wrapper .row::after {
  display: table;
  content: '';
}

.wrapper .row {
  position: relative;
  margin-bottom: 1.5625em;
  clear: both;
}

.wrapper .row .area::first-child {
  float:left!important
}

.wrapper .a4of6 {
  width: 65.95745%;
  margin-right: 2.12766%;
  display: inline;
}

.ui_text_copyright-va_01 {
  display: inline-block;
  margin: 0 2.69231em 0.76923em 0;
  font-size: 1em;
  float: left;
}

.ip_030_legal-links_01 li {
  display: inline;
  padding-left: 0;
  padding-right: 0.38462em;
  color: #333;
}

.ip_030_legal-links_01 li a:hover {
  border-bottom-color: #333;
}

.ip_030_legal-links_01 li::after {
  content: '|';
  display: inline;
  padding-left: 0.38462em;
}

.ip_030_legal-links_01 li a::before {
  color:#333;
}

.ip_020_footer_01 li a:link {
  color: #333;
}

.ip_020_footer_01 li {
  margin-bottom:0.61538em;
}

.ip_030_legal-links_01 li a {
  display:inline-block;
  text-decoration: none;
  font-size: 1em;
  word-wrap: break-word;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  border-bottom: 1px solid transparent;
  color: #333;
}

p.copyright {
  margin: 0 2.69231em 0.76923em 0;
  font-size: 1em;
  float: left;
  margin-left: 85px;
  color: #333;
}

nav.ip_030_legal-links {
  float: left;
}

.none {
  display: none;
}