/**************************************************************************/
/* Overall layout                                                         */
/**************************************************************************/

html, body {
    color: #000000;
    background-color: rgb(204, 204, 204);
}

body {
    font-size: 15px;
    line-height: 1.6;

    padding: 0;
    margin: 0;
    padding-top: 5px;
    font-family: sans-serif;
    padding-bottom: 30px;
    /**font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;*/
}

a,
a:visited {
    color: #CD6613;
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

div {
    padding: 0;
    margin: 0;
}

img,
a img {
    border: 0 none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
}

h2 {
    font-size: 145%;
    font-weight: normal;
    margin-bottom: 5px;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border: 0;
    width: 100%;
}

table td {
    padding: 1px 2px 1px 2px;
    vertical-align: top;
}

table th {
    background: #E4E4E4;
    color: #404040;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    padding: 1px 2px 1px 2px;
    vertical-align: top;
}

/*********************************************************/
/* Input defines                                         */
/*********************************************************/

fieldset {
    border: 0;
}

div .hr {
    background-color: #000;
    height: 1px;
    width: 100%;
    border: 0;
    margin-bottom: 2px;
}

input[type=text],
input[type=number],
input[type=email],
select,
input[type=password] {
    width: 100%;

    font-size: 100%;
    border: 1px solid #727272;
}

.help-block {
    font-size: 95%;
    font-style: italic;
}

a.button,
input[type="submit"] {
    min-width: 150px;
}


input.continue[type="submit"],
a.button {
    border: 0px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 18.4833px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 9px 25px;
    margin: 7px 0;

}

input.continue[type="submit"] ,
a.button.continue {
    background: #e75a19;
    color: #ffffff;
}

input.facebook[type="submit"] {
    border: 0px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;

    color: #fff;
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 18.4833px;
    text-decoration: none;
    text-align: center;
    padding: 9px 25px;
    margin: 7px 0;
    border: 0;
    background: #4267B2 url('../gfx/facebook-button-logo.png') no-repeat 10px 8px;
    background-size: 21px;
    position: relative;
    top: -1px;
}

input.facebook[type="submit"]:hover {
    background-color: #5484e3;
}

a.button {
    background-color: #F7F7F7;
    border: 0px solid #dcdcdc;
    color: #707070;
    text-shadow: 1px 1px 0px #ffffff;
}

input.continue[type="submit"]:hover {
    background-color: #000;
}

input.continue-paypal[type="submit"] {
    background:url('../gfx/paypal-direct.png') no-repeat;
    width: 228px;
    height: 44px;
    border: none;
    opacity: 0.85;
}

input.continue-paypal[type="submit"]:hover {
    opacity: 1;
}

input.continue-paysafe[type="submit"] {
    background:url('../gfx/paysafecard.png') no-repeat center center;
    border: 3px #337ab7 solid;
    border-radius: 5px;
    width: 250px;/*178px;*/
    height: 70px;
    opacity: 0.8;
}
input.continue-paysafe[type="submit"]:hover {
    opacity: 1;
    border-color: #0b0b0b;
}

a.button:hover {
    background-color: #dfdfdf;
}

input.continue[type="submit"]:active,
a.button:active {
    position: relative;
    top: 1px;
}

input.continue[type="button"]::-moz-focus-inner,
input.continue::-moz-focus-inner {
    border: none;
    padding: 0;
}

.error {
    background-color: #f2dede;
    color: #a94442;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px #ebcccc solid;
    border-radius: .25rem;
}



.success {
    background-color: rgba(145, 231, 104, 0.99);
    color: #17a916;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px rgba(133, 212, 95, 0.99) solid;
    border-radius: .25rem;
}

.warning {
    color: #000;
    background-color: #FFCD00;
    text-align: center;
    font-weight: bold;
}

.boxGrey,
.boxRed {
    margin: 3px 3px 10px;
    padding: 5px;
    background-color: #F7F7F7;
    border: 1px #CCC solid;
    border-radius: 5px;

    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.boxGrey h3 {
    font-size: 105%;
    font-weight: bold;
}

.boxRed {
    background-color: #e6bbba;
    border: 1px #c90516 solid;
}