body {

    font: 16px/18px "Open Sans",sans-serif;
    margin:0px;
    padding:0px;
    width:100%;
    font-weight: 400;
}
h1, h2,h3,h4 {
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
    font-weight: 400;
}
h1 {
    font: 22px "Open Sans",sans-serif;
}

h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}

textarea, input{
    outline: 0;
    font: 16px/18px "Open Sans",sans-serif;
    margin: 10px;
}

*:focus {
    outline: 0;
}

.background-08 {
    background: rgba(255, 255, 255, 0.6); 
}
.top-margin {
    margin-top: 30px;
}
.border-radius {
    border-radius: 5px;
}
.padding {
    padding:15px;
}

.padding-5 {
    padding:5px;
}



a:visited, a:link {
    font-weight: 400;
    text-decoration: none;
    color:black;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;	

}
a:hover{
    text-decoration: underline;
}  

button:hover, a:hover, input[type="submit"]:hover{
    cursor:pointer
}

input, button, a.a-big{
    padding: 10px;
    color: black;
    border: 1px solid rgba(255, 255, 255, 0.0); 
    border-radius: 5px;
    font: 16px/22px "Open Sans",sans-serif;
    font-weight: 400;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;	

}

input:-webkit-autofill {
    color: white !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; 
    -webkit-text-fill-color: #333;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

input[type="radio"], input[type="checkbox"] {
    min-width: 25px;;
}
input#form_zipcode[type="text"] {
    min-width: 80px;
    width: 80px;
}




button.round-small, input.round-small, input.round-small, button.round-big, a.a-big, a.gray,button#form_save {
    font: 16px/18px "Open Sans",sans-serif;
    font-weight: 400;
    color:black;
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.00);

}
button#form_save:hover, button.round-small:hover, input.round-small:hover, button.round-big:hover, button.button-small:hover, a.gray:hover{
    color:black;
    border-radius: 5px;
    background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.175);
    border: 1px solid rgba(255, 255, 255, 0.00);
    text-decoration: none;

}

a.a-big{
    color:white;
}

a.a-big:hover {
    background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.00);
    color: black;
    text-decoration: none;
}


a.text-white:active, a.text-white:link, a.text-white:visited, button.text-white, input.text-white, .text-white {
    color: white;
}

a.text-white:hover {
    color:black;
}



input.hover-gray-background:hover, a.hover-gray-background:hover,button.hover-gray-background:hover {
    background: rgba(0, 0, 0, 0.175);
    color:black;
}

input.hover-white-background, a.hover-white-background,button.hover-white-background {
    background: rgba(0, 0, 0, 0.175);
    color:black;
}

input.hover-white-background:hover, a.hover-white-background:hover,button.hover-white-background:hover {
    background: rgba(255, 255, 255, 0.6);
    color:black;
}
a.plain-link:hover {
    text-decoration: none;
}
.padding-margin-5 {
    padding:5px;
    margin:5px;
    border-radius: 3px;
}

ul {
    list-style: none;
    margin: 0px;
    padding:0px;
}

select {

    height: 46px;
    /* make arrow and background */

    background:
        linear-gradient(45deg, transparent 50%, #555 50%),
        linear-gradient(135deg, #555 50%, transparent 50%),
        linear-gradient(to right, white, white);
    background-position:
        calc(100% - 21px) calc(1em + 2px),
        calc(100% - 16px) calc(1em + 2px),
        100% 0;
    background-size:
        6px 6px,
        6px 6px,
        2em 2em;
    background-repeat: no-repeat;

    /* styling and reset */

    border: thin solid rgba(255, 255, 255, 0.0);
    font: 16px "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    line-height: 2em;
    padding:5px;
    min-width: 200px;
    /* reset */

    border-radius: 5px;
    margin: 10px;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-color: white;
}
hr.style-one { margin: 30px;border: 0; height: 1px; background: rgba(0, 0, 0, 0.175); }
.form-inline{
    display:inline-block;
}

table, tr {
    border: none; border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
td {
    padding: 5px;
    padding-top:10px;
    padding-bottom:10px;
    min-width: 100px;
}

.tr-background {
    background:none repeat scroll 0px 0px rgba(255, 255, 255, 0.6);
}

.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.red, a.red, a.red:hover {
    color: red;
}

.normal, .normal-white,  button.normal-white {
    background: none;
    font-weight: normal;
    color: red;
    padding:5px;
    border-radius: 3px;
    margin:5px;

}


a.normal:hover {
    font-weight: normal;
    color: red;
    background: rgba(0, 0, 0, 0.175);
    text-decoration: none;

}


button.gray-red {
    color: red;
    background: rgba(0, 0, 0, 0.175);
}

button.gray-red:hover {
    color: red;
    background: rgba(0, 0, 0, 0.475);
}

.head-tr{
    background:none repeat scroll 0px 0px rgba(255, 255, 255, 0.7);

}

.normal-white:hover , button.normal-white:hover{
    font-weight: normal;
    color: red;
    background: rgba(255, 255, 255, 0.85);
    text-decoration: none;

}

button.normal-white {
    background: rgba(255, 255, 255, 0.75);
}

button.normal-white:hover {
    background: rgba(0, 0, 0, 0.175);
}
