﻿.clear {
    clear: both;
}

* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: 100%;
}

.wbs_allcontent {
    width: 100%;
}

.margin-auto {
    margin: auto;
}

.fullWidth {
    width: 100%;
}

.relative {
    position: relative;
}

.right {
    float: right !important;
}

.left {
    float: left;
}

.halfWidth {
    width: 50%;
}

.column-1 {
    width: 10%;
}

.column-2 {
    width: 20%;
}

.column-3 {
    width: 30%;
}

.column-4 {
    width: 40%;
}

.column-5 {
    width: 50%;
}

.column-6 {
    width: 60%;
}

.column-7 {
    width: 70%;
}

.column-8 {
    width: 80%;
}

.column-9 {
    width: 90%;
}

.uppercase {
    text-transform: uppercase;
}

.icon-cart {
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
}

    .icon-cart .cart-line-1 {
        width: 15%;
        height: 7%;
        position: absolute;
        left: 8%;
        top: 25%;
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
        background-color: #fff;
        border-bottom-left-radius: 35%;
    }

    .icon-cart .cart-line-2 {
        width: 35%;
        height: 7%;
        position: absolute;
        left: 6%;
        top: 40%;
        -webkit-transform: rotate(80deg);
        -moz-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        background-color: #fff;
    }

        .icon-cart .cart-line-2:before {
            content: "";
            width: 120%;
            height: 100%;
            position: absolute;
            left: 45%;
            top: -280%;
            -webkit-transform: rotate(-80deg);
            -moz-transform: rotate(-80deg);
            -ms-transform: rotate(-80deg);
            transform: rotate(-80deg);
            background-color: inherit;
        }

        .icon-cart .cart-line-2:after {
            content: "";
            width: 70%;
            height: 100%;
            position: absolute;
            left: 59%;
            top: -670%;
            background-color: inherit;
            -webkit-transform: rotate(40deg);
            -moz-transform: rotate(40deg);
            -ms-transform: rotate(40deg);
            transform: rotate(40deg);
            border-top-left-radius: 50%;
            border-bottom-left-radius: 25%;
        }

    .icon-cart .cart-line-3 {
        width: 30%;
        height: 7%;
        position: absolute;
        left: 33%;
        top: 45%;
        background-color: #fff;
    }

        .icon-cart .cart-line-3:after {
            content: "";
            width: 124%;
            height: 100%;
            position: absolute;
            top: -150%;
            left: -5%;
            background-color: inherit;
        }

    .icon-cart .cart-wheel {
        width: 12%;
        height: 12%;
        background-color: #fff;
        border-radius: 100%;
        position: absolute;
        left: 28%;
        bottom: 20%;
    }

        .icon-cart .cart-wheel:after {
            content: "";
            width: 100%;
            height: 100%;
            background-color: inherit;
            border-radius: 100%;
            position: absolute;
            left: 200%;
            bottom: 0;
        }

.cart {
    padding-top: 1px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 3px;
}

.alignCenter {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

#wbsAlert {
    display: none;z-index: 9999999;
}
.ui-widget-overlay{
z-index: 9999;
}
.mapheight {
    height: 350px;
}

.hidden {
    display: none;
}

.requiredAsterix {
    color: red;
}


input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 20px;
        height: 20px;
        display: inline-block;
        line-height: 15px;
        background-repeat: no-repeat;
        background-position: 0 -20px;
        font-size: 20px;
        vertical-align: middle;
        cursor: pointer;
        border: solid 2px #585858;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 0px;
    }

label.css-label {
    background-image: url('../images/webimages/ok-icon.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: cover;
}

.bold {
    font-weight: 700;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: inline-block;
    margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaderBg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
}

.adminNav {
    display: block;
    background-color: #585858;
    padding: 10px 20px;
    text-align: right;
}

    .adminNav a {
        color: #fff;
    }

.facebook-floater {
    position: fixed;
    bottom: 0;
    right: 1vw;
    width: 320px;
    overflow: hidden;
    border: solid 2px #0094ff;
}

.titleClick{
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
}
.actualFB{
    display: none;
}

@media (max-width: 768px) {
    .facebook-floater {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        overflow: hidden;
        border: solid 2px #0094ff;
        background-color: #fff;
    }
    .actualFB .fb-page {
        margin: auto;
        display: table !important;
    }
    .actualFB {
        padding: 10px;
    }
}
.pagewrap {
    background-color: #fff;
}

/* Customize the label (the containerCSS) */
.containerCSS {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerCSS input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #2196F3;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerCSS:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCSS input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCSS input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCSS .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}