﻿body {
    background-color: #eee;
}

.container {
    background: #fff;
}

.progressbar .nav.nav-tabs {
    width:100%;
    padding-left: 30px;
}

.base-menu .col-md-12{
	padding-left: 0px;
    padding-right: 0px;
}

.has-error .form-control, .has-error .custom-checkbox, .has-error .custom-radio {
    border-color: #b94a48;
    background-color: #f7d2d2;
}

.has-error .single-reqfield, .has-error .multi-reqfield, .has-error .yesno-reqfield {
    border-color: #b94a48;
    border-style: solid;
    border-width: 1px;
}


@media (min-width: 768px){
    .navbar {
        border-radius: 0px;
    }
}

div.infuser-loading { position:absolute; color:white;}

.product-name-col {
    min-width: 20%;
    text-align: left;
}


.product-name-col .product-name {
    font-size: 20px;
    text-decoration: none;
}

.product-name-col .product-name a {
    font-size: 18px;
    text-decoration: underline;
}

.product-col {
    width: 10%;
    text-align: right;
}

.product-qty-col {
    width: 15%;
    text-align: center;
}

.m-t-8 {
    margin-top: 8px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.text-left {
    text-align: left !important;
}

.section-row .element-row .center-pill {
    display: inline-block;
}

input[type="radio"], input[type=checkbox] {
    display: none;
}

div.custom-radio input[type="radio"] + label span {
    float: left;
    width: 24px;
    height: 23px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    background: url('../Content/images/blueradio.png') left top no-repeat;
}

div.custom-radio input[type="radio"]:checked + label span {
    background: url('../Content/images/blueradio.png') -48px top no-repeat;
}

div.custom-radio input[type="radio"]:disabled + label span {
    background: url('../Content/images/blueradio.png') -72px top no-repeat;
}

div.custom-radio input[type="radio"]:disabled:checked + label span {
    background: url(../Content/images/blueradio.png) -96px top no-repeat;
}

div.custom-checkbox input[type="checkbox"] + label span {
    float: left;
    width: 23px;
    height: 22px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    background: url('../Content/images/blue.png') left top no-repeat;
}

div.custom-checkbox input[type="checkbox"]:checked + label span {
    background: url('../Content/images/blue.png') -48px top no-repeat;
}

div.custom-checkbox input[type="checkbox"]:disabled + label span {
    background: url(../Content/images/blue.png) -72px top no-repeat;
}

div.custom-checkbox input[type="checkbox"]:disabled:checked + label span {
    background: url(../Content/images/blue.png) -96px top no-repeat;
}


div.custom-yesno input[type="radio"] + label span {
    float: left;
    width: 24px;
    height: 23px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    background: url('../Content/images/blueradio.png') left top no-repeat;
}

div.custom-yesno input[type="radio"]:checked + label span {
    background: url('../Content/images/blueradio.png') -48px top no-repeat;
}

div.custom-yesno input[type="radio"]:disabled + label span {
    background: url('../Content/images/blueradio.png') -72px top no-repeat;
}

div.custom-yesno input[type="radio"]:disabled:checked + label span {
    background: url(../Content/images/blueradio.png) -96px top no-repeat;
}


.base-footer {
    margin-top: 20px;
}

.element-setting legend {
    color: #fff;
}

.payment-option {
    background-color: #eeeeee;
    padding-top: 20px;
}

.pending {
    color: #F8AC59;
}

.confirmed {
    color: #1AB394;
}

.cancelled {
    color: #FE1919;
}

/*pace loader css*/
.pace-done .nav-header {
    transition: all 0.4s;
}
.pace-done .navbar-static-side, .pace-done .nav-header, .pace-done li.active, .pace-done #page-wrapper, .pace-done .footer {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #1ab394;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.pace-inactive {
    display: none;
}
.landing-page.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.pace-inactive {
    display: none;
}
.md-skin .pace-done .nav-header {
    transition: all 0.4s;
}
.md-skin .pace-done .navbar-static-side, .md-skin .pace-done .nav-header, .md-skin .pace-done li.active, .md-skin .pace-done #page-wrapper, .md-skin .pace-done .footer {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/*end pace loader css*/

@media print {
    a:link:after,
    a:visited:after {
        content: "" !important;
    }

    .navbar {
        display: inline;
        border-width: 0 !important;
    }

    .navbar-nav {
        display: flex;
        float: left;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
        position: relative;
        min-height: 2px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    h2 {
        display: inline-block;
        float: left;
        margin-left: 20px !important;
    }
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px !important;
}

.product-sold-out {
    color: darkred;
    margin-top: 10px;
    border: 1px solid;
    text-align: center;
    width: 50%;
    margin-left: 20px;
    padding: 3px;
}
.modal{
    z-index: 9999999
}

.th-w-60,.td-w-60{
    width:60%;
}

.m-l-14{
    margin-left: 13px;
}

.base-header img, .base-footer img {
    width: 100%;
}

.base-header .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.base-footer .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

/*.eventwebsite-representative-list .representative-list-area {
    height: 500px;
    overflow-y: scroll;
    border: 1px solid #e3e3e3;
    padding-top: 10px;
}*/

/* TOOGLE SWICH */
.onoffswitch {
    position: relative;
    width: 64px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #337ab7;
    border-radius: 2px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* SWITCHES */
.onoffswitch {
    position: relative;
    width: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 16px;
    padding: 0;
    line-height: 16px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "YES";
    padding-left: 7px;
    background-color: #337ab7;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 7px;
    background-color: #FFFFFF;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #337ab7;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}
.onoffswitch-label {
    text-align: left;
}
#cancel-registration-floating-nav {
    width: 95%;
    position: fixed;
    top: 10px;
    z-index: 100;
}

.custom-checkbox label, .custom-radio label {font-weight: normal;}


.k-widget.k-autocomplete {
    height: auto;
    width: 100%;
}

.k-textbox > input, .k-autocomplete .k-input, .k-multiselect-wrap {
    height: 32px;
}

/*Valentyna 2020/03/21 added for twitter social media button*/
/* CIRCLE */
.img-circle {
    border-radius: 50%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.product-options.selected {
    background-color: #D7F8D0 !important;
}
.product-options.notavailable {
    background-color: #ffcccb !important;
}
.product-options.closed {
    background-color: #ffcccb !important;
}
.product-options.comingsoon {
    background-color: #ffffed !important;
}
.product-options.cancelled {
    background-color: #ffffed !important;
}
.product-options.has-error {
    border-color: #b94a48 !important;
    background-color: #f7d2d2 !important;
}

/*Credit cards*/
paymentWrap {
    padding: 50px;
}

.paymentWrap .paymentBtnGroup {
    /*max-width: 400px;*/
    margin: auto;
}

    .paymentWrap .paymentBtnGroup .paymentMethod {
        padding: 40px;
        box-shadow: none;
        position: relative;
    }

        .paymentWrap .paymentBtnGroup .paymentMethod.active {
            outline: none !important;
        }

            .paymentWrap .paymentBtnGroup .paymentMethod.active .method {
                border-color: #4cd264;
                outline: none !important;
                box-shadow: 0px 3px 22px 0px #7b7b7b;
            }

        .paymentWrap .paymentBtnGroup .paymentMethod .method {
            position: absolute;
            right: 3px;
            top: 3px;
            bottom: 3px;
            left: 3px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            border: 2px solid transparent;
            transition: all 0.5s;
        }

            .paymentWrap .paymentBtnGroup .paymentMethod .method.visa {
                background-image: url('/content/images/Icon_VisaSmall.jpg');
            }

            .paymentWrap .paymentBtnGroup .paymentMethod .method.master-card {
                background-image: url('/content/images/Icon_MasterCardSmall.jpg');
            }

            .paymentWrap .paymentBtnGroup .paymentMethod .method.amex {
                background-image: url('/content/images/American_Express_logo_small.png');
            }

            .paymentWrap .paymentBtnGroup .paymentMethod .method.discover {
                background-image: url('/content/images/Icon_Discover_small.png');
            }            


            .paymentWrap .paymentBtnGroup .paymentMethod .method:hover {
                border-color: #4cd264;
                outline: none !important;
            }
/*#region StatusIcon color*/

.confirmedIcon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #1ab394;
    content: "\f058";
}

.incompleteIcon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: slateblue;
    content: "\f06a";
}

.cancelledIcon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: red;
    content: "\f057";
}

.pendingIcon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #f8ac59;
    font-size: 14px;
    content: "\f056";
}
.green {
    color: #1AB394;
}
.red {
    color: #ED5565;
}
.fa fa-check-circle-o, .fa fa-times-circle-o, .fa fa-minus-circle, .fa {
    cursor: pointer;
}


/*Currency symbol*/
.input-icon {
    position: relative;
}

    .input-icon > i {
        position: absolute;
        display: block;
        transform: translate(0, -50%);
        top: 50%;
        pointer-events: none;
        width: 25px;
        text-align: center;
        font-style: normal;
    }

    .input-icon > input {
        padding-left: 25px;
        padding-right: 0;
    }


/*Embedded Mode*/
body.conexsys-embedded .base-header, body.conexsys-embedded .base-menu, body.conexsys-embedded .base-footer {
    display: none;
}

body.conexsys-embedded .embedded-hide {
    display: none;
}

body .embedded-show {
    display: none;
}

body.conexsys-embedded .embedded-show {
    display: inline-block !important;
}

