@charset "UTF-8";

html, body {
    font-family: 'Sintony', sans-serif !important;
    background: #7b7b7b; /* Old browsers */
}

@media only screen and (max-width: 768px) {
    body {
        width: 768px;
    }

    main {
        padding-top: 5%;
        padding-bottom: 5%;
        width: 860px;
    }
}

@media only screen and (max-width: 1200px) {
    main {
        width: 860px;
    }
}

html, body {
    color: #ffffff;
}

/* GENERAL */
.label-ie {
    display: none;
    visibility: hidden;
}

html[lang="es"] .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
html[lang="es"] .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
html[lang="es"] .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
html[lang="es"] .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    font-size: 7px;
}

.is-table-row {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .is-table-row {
        display: table;
    }

    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
        position: relative;
    }
}

/* HEADER */

header {
    min-height: 240px;
    height: 240px;
    line-height: 240px;
}

header .logo-container {
    position: relative;
    text-align: center;
    background-image: url(../images/header/webbeds-header.png);
    height: 240px;
    background-size: 100% 100%;
    line-height: 200px;
}

header .logo-container #logo {
    line-height: 200px;
    vertical-align: middle;
    text-align: left;
    padding: 0 30px 0 80px;
    height: 200px;
}

header .logo-container #logo img {
    max-height: 200px;
    width: 270px;
}

/* /HEADER */

/* MAIN */

main {
    padding-top: 6%;
    padding-bottom: 6%;
    height: 100%;
    min-height: 60vh;
}

main #form-container {
    max-width: 860px;
    min-width: 712px;
    margin: 0 auto;
}

/* QUOTE */
main #quote-container {
    max-width: 860px;
    /*min-width: 816px;*/
    border: 0;
    color: #ffffff;
    background:  rgba(0, 0, 0, .45);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
}

main #quote-container h1 {
    font-size: 6vh;
    text-transform: capitalize;
    line-height: 1.2;
    font-family: 'Berkshire Swash', cursive;
}

/* /QUOTE */

/* FORM */

.homepage_lang_container {
    float: right;
    margin-top: -40px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
    height: 36px;
    line-height: 33px;
    vertical-align: middle;
}

.homepage_lang_container img {
    margin-right: 7px;
    max-width: 20px;
}

.btn-topheader {
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 0;
    margin: 0;
    color: #FFF;
    background: none;
}

.btn-topheader:hover,
.btn-topheader:focus,
.btn-topheader.focus,
.btn-topheader:active,
.btn-topheader.active,
.open > .dropdown-toggle.btn-topheader {
    color: #FFF;
    background: none;

}

.btn-topheader:active,
.btn-topheader.active,
.open > .dropdown-toggle.btn-topheader {
    background-image: none;
}

.btn-topheader.disabled,
.btn-topheader[disabled],
fieldset[disabled] .btn-topheader,
.btn-topheader.disabled:hover,
.btn-topheader[disabled]:hover,
fieldset[disabled] .btn-topheader:hover,
.btn-topheader.disabled:focus,
.btn-topheader[disabled]:focus,
fieldset[disabled] .btn-topheader:focus,
.btn-topheader.disabled.focus,
.btn-topheader[disabled].focus,
fieldset[disabled] .btn-topheader.focus,
.btn-topheader.disabled:active,
.btn-topheader[disabled]:active,
fieldset[disabled] .btn-topheader:active,
.btn-default.disabled.active,
.btn-topheader[disabled].active,
fieldset[disabled] .btn-topheader.active {
    border-color: #ccc;
    background: #fff none;
}

.btn-topheader .badge {
    color: #fff;
    background: none;
}

@media only screen and (max-width: 1200px) {
    main #form-container {
        margin: 0 auto;
    }
}

main #form-container {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

main #form-container .nav-tabs > li > a {
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0.03em;
    outline: none;
    background: rgba(0, 0, 0, .3);
}

main #form-container .nav-tabs > li.active > a,
main #form-container .nav-tabs > li.active > a:hover {
    font-size: 16px;
    letter-spacing: 0.03em;
    background: rgba(0, 0, 0, .45);
    font-weight: bold;
}

main #form-container .tab-pane {
    background: rgba(0, 0, 0, .45);
    border: none;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    padding: 24px;
}

main #form-container .tab-pane h1 {
    color: #dc140a;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

main #form-container .tab-pane p {
    font-size: 14px;
    color: #ffffff;
}

main #form-container .login-form-container {
    width: 100%;
    margin: 30px 0;
}

main #form-container td[class*="col-"] {
    padding: 0;
}

main #form-container #customer .forgot-password-container {
    padding: 0;
}

main #form-container #customer .btn-container {

}

.forgot_pass, .forgot_pass:active, .forgot_pass:visited {
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-transform: capitalize;
    outline: none;
    text-decoration: none;
}

.forgot_pass:hover {
    text-decoration: none;
    color: #dc140a;
    outline: none;
}

.login-form-container .glyphicon-lock {
    color: #ffffff;
}

.remember_me_label {
    color: #bababa;
    font-size: 12px;
    text-transform: capitalize;
    margin-right: 20px;
    font-weight: normal;
}

.password-field-container {
    position: relative;
}

.password-field-container .hint {
    color: #A0A0A0;
    position: absolute;
    right: 0;
    top: 14px;
}

/* /FORM */

/* /MAIN */

/* FOOTER */
main::after {

}

footer {
    background: white;
    color: #0A0A0A;
}

footer .footer-nav {
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .footer-nav ul li a {
    color: #DC140A;
    margin-bottom: 9px;
    font-size: 14px;
    letter-spacing: 0.03em;
    padding: 8px;
}

footer .footer-nav ul li a:hover {
    color: #DC140A;
    text-decoration: none;
}

footer .footer-nav .header {
    font-weight: bold;
}

footer p {
    vertical-align: middle;
}

p.copyright {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}

p.wirecard {
    font-size: 9px;
    width: 640px;
    text-transform: uppercase;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
/* /FOOTER */

.btn-login,
.btn-login:hover {
    border: 1px solid #DC140A;
    color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: rgba(0, 0, 0, .5);
    padding: 10px 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.btn-main {
    font-size: 14px;
    line-height: 14px;
    background-color: #DC140A;
    padding: 11px 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: -webkit-linear-gradient(#DC140A, #DC140A70);
    background: -moz-linear-gradient(#DC140A, #DC140A70);
    background: -o-linear-gradient(#DC140A, #DC140A70);
    background: linear-gradient(#DC140A, #DC140A70);

    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;

    background-size: 1% 265%;
}

.btn-main:hover,
.btn-main:active {
    background-position: 200px;
    color: #ffffff;
}

.login_textfield {
    font-size: 12px;
    line-height: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom: 1px solid #5b5b5b;
    border-left-style: none;
    outline: none;
    color: #fff;
}

/* BOOTSTRAP SWITCH */

.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #DC140A;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 45px;
    background: #252525;
}

.bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    border-radius: 50px;
    background-color: #252525;
    padding: 2px;
    width: 60px;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 12px;
    line-height: 8px;
    padding: 0;
    width: 45px;
    background-color: #252525;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    font-size: 8.5px;
    color: #fff;
    background: #252525;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    background: #000;
    color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    font-size: 8.5px;
    padding-top: 3px;
    color: #FFF;
    background: #252525;
}

.bootstrap-switch .bootstrap-switch-label {

    width: 12px;
    height: 12px;
    text-align: center;
    max-width: 12px;
    z-index: 100;
    color: #333333;
    background: #ababab;
    margin-top: 2px;
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-radius: 0 50px 50px 0;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-radius: 50px 0 0 50px;
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: #dc140a70 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(145, 1, 1, 0.07), 0 0 8px rgb(204, 67, 62) !important;
    box-shadow: inset 0 1px 1px rgba(145, 1, 1, 0.07), 0 0 8px rgb(204, 62, 62) !important;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    border-radius: 50px;
    margin-left: -5px;

}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-radius: 50px;
}

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
    height: auto;
}

.required:after {
    font-size: 10px;
    content: '*';
    color: #ff1600;
    padding-left: 2px;
    position: absolute;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    font-size: 12px;
    color: #E5FFE7;
    background: rgba(0, 0, 0, .75);
}

.close {
    margin-top: -5px;
    float: right;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
    filter: alpha(opacity=50);
    opacity: .5;
    text-shadow: none;
}

.close:hover,
.close:focus {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.bootstrap-select > .btn {
    width: 100%;
    padding-right: 25px;
    font-size: 12px;
    font-weight: normal;
    color: #aaaaaa;
}

#supplierLoginTable .dropdown-menu > li > a {
    padding: 5px 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important;
}

input:-webkit-autofill:first-line {
    color: #ffffff !important;
}

#accept_cookies {
    background-color: #dadada;
    text-align: center;
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#accept_cookies button {
    padding: 5px 10px;
    border-radius: 5px;
}


