[v-cloak] { display: none; }

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }

body {
    line-height: 1.6;
    color: #454545;
    position: relative;
    background-color: black ;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: url("images/bg-striped.png");
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    font-size: inherit;
}

a {
    background-color: transparent;
    line-height: 1.5;
    text-decoration: none;
}

a:visited {
    color: #454545;
}

dl, ol, ul {
    font-size: 1em;
    line-height: 1.5;
    padding: 0 0 0 .8em;
}

ul {
    list-style-type: square;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

@media only screen and (max-width:767px){.nav-lang{margin-bottom:0;margin-left:5px;padding-left:0}
}

.nav-lang {
    display: inline-block;
    float: right;
    margin-top: -20px;
    margin-left: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
}


.nav-lang a {
    color: #454545;
    padding: 4px;
}

nav ul {
    padding: 0;
    margin: 0;
}

nav li {
    display: inline;
}

li {
    font-size: 1.1em;
    line-height: 1.5;
    display: inline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

img {
    border: 0;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
}

select {
    height: 29px;
    margin-bottom: 8px;
}

input {
    margin-bottom: 8px;
    padding-left: 3px;
}

.clearfix::after, .clearfix::before, hr::after, hr::before {
    content: " ";
    display: table;
}

header {
    padding: 10px 15px 15px 15px;
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),color-stop(7%,#fff),to(#fff));
    background: linear-gradient(to bottom,#f5f5f5 0,#fff 7%,#fff 100%);
    position: relative;
    border-bottom: red;
    border-width: 0;
    border-bottom-width: medium;
    border-style: solid;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display:block;
    width:100%;
    padding:0;
    margin-bottom:22px;
    font-size:21px;
    line-height:inherit;
    color:#333;
    border:0;
    border-bottom:1px solid #e5e5e5
}
   
label {
    display:inline-block;
    max-width:100%;
    margin-bottom:5px;
    font-weight:700
}

legend {
    font-size:1.1em;
    border-bottom:1px solid #757575
}

.hidden-legend {
    display:inline-block;
    position:absolute;
    top:-6000px;
    left:-6000px;
    width:0;
    height:0;
    overflow:hidden
}

.ValidationMsg {
    color: red;
    margin-top: -8px;
    margin-bottom: 8px;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
 margin-top:0;
 margin-bottom:0;
 padding-top:7px
}
.form-horizontal .checkbox,
.form-horizontal .radio {
 min-height:29px
}
.form-horizontal .form-group {
 margin-left:-15px;
 margin-right:-15px
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
 content:" ";
 display:table
}
.form-horizontal .form-group:after {
 clear:both
}

.form-group:after,
   .form-group:before {
    content:" ";
    display:table
}

.form-group:after {
    clear:both
}

.form-group .control-label {
    padding-top:4px
}

.form-horizontal .control-label {
    font-size: inherit;
}

.form-control,
   .has-error .form-control,
   .has-success .form-control {
    border-color:#757575;
    padding:.4em .3076em;
    line-height:1.2;
    height:auto
}

.form-control[type=file] {
    border:none;
    -webkit-box-shadow:none;
    box-shadow:none
}

input[type=date].form-control,
   input[type=datetime-local].form-control,
   input[type=month].form-control,
   input[type=time].form-control {
    line-height:1.2
}

.container-main {
    padding:0;
    background:#fff;
    margin-top:0;
    -webkit-box-shadow:0 0 60px 0 rgba(0,0,0,.6);
    box-shadow:0 0 60px 0 rgba(0,0,0,.6)
   }

.brand {
    float: left;
    width: 570px;
}

.brand img {
    max-width: 252px;
    height: auto;
    margin: 0;
    padding-right: 2em;
    border-right: 1px solid #e5e5e5;
    float: left;
}

.brand h1 {
    color: #000;
    font-weight: 700;
    font-size: 1em;
    max-width: 310px;
    line-height: 1.3;
    margin: 0;
    padding-left: 2.5em;
    float: left;
}

.brand:hover {
    text-decoration: none;
}

.navbar {
    font-size: 36px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}


.parent {
    width: 50%;
    float: left;
    margin: 20px;
 }

#inputs {
    margin-top: 20px;
}

#results {
    margin-top: 25px;
    margin-left: 50px;
}

#footer {
    margin-top: 15px;
}