/*** Fonts ***/
@font-face {
    font-family: "latolight";
    src: url('../fonts/lato-lig-webfont.eot');
    src: url('../fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-lig-webfont.woff') format('woff'), url('../fonts/lato-lig-webfont.ttf') format('truetype'), url('../fonts/lato-lig-webfont.svg') format('svg');
}

@font-face {
    font-family: "latoregular";
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-reg-webfont.woff') format('woff'), url('../fonts/lato-reg-webfont.ttf') format('truetype'), url('../fonts/lato-reg-webfont.svg') format('svg');
}

@font-face {
    font-family: "latobold";
    src: url('../fonts/lato-bol-webfont.eot');
    src: url('../fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bol-webfont.woff') format('woff'), url('../fonts/lato-bol-webfont.ttf') format('truetype'), url('../fonts/lato-bol-webfont.svg') format('svg');
}

/*** Bootstrap enhancment - centre columns ***/
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.col-fixed {
    /* custom width */
    width:320px;
}
.col-min {
    /* custom min width */
    min-width:320px;
}
.col-max {
    /* custom max width */
    max-width:320px;
}

/*** Container over-rides ***/

.padded-inner {
    padding:30px;
}

.form-horizontal .form-group {
    margin: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}

.panel-body.form-manager-grouping {
    margin: 0 !important;
    padding: 0 !important;
}

/*** Popovers ***/

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.popover {
    min-width:200px;
}

/* Popover tooltips */
div.popover .arrow {
    top: auto !important;
}

/*** Inputs ***/
label>input[type="radio"], label>input[type="checkbox"] {
    margin-right: 5px;
}

span.help-popup {
    position: absolute;
    top: 10px;
}

/*** GENERAL ***/

html,
body {
    height: 100%;
    /* max-width: 100%; */
    /* width: 97%; */
    /*margin: 1.5%;*/
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #555555;
    background: #ffffff;
    padding:0;
}

h1, h2 {
    font-family: "latolight";
}

h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

hr {
    border-top-color: #dddddd;
}

.form-group.form-manager-group {
    position:relative !important;
}

.panel-body.form-manager-grouping {
    margin: 0 15px !important;
    padding: 0 15px !important;
}

.customer-form-wrapper {
    max-width: 960px;
    margin: 0 auto;
}

#customerform {
    display: block;
    float: left;
    padding-bottom: 50px;
}

#gatewayForm {
    font-size: 1.4em;
    font-family: 'latolight',sans-serif;
    line-height: 2em;
    display: block;
    margin: 30px auto;
    width: 100%;
}

#customerform .col-sm-8.input-wrapper {
    width: 100%;
}

#customerform .col-sm-8.input-wrapper.fluid {
    width:initial;
}

#customerform p {
    padding: 0 15px 0;
    margin: 0 0 5px;
}

#customerform h1 + p,#customerform h2 + p,#customerform h3 + p,#customerform h4 + p {
    margin-top: 15px !important;
}

#customerform {
    width: 100% !important;
    margin: 0 auto 20px;
    max-width: 100%;
    padding: 10px;
}

#customerform .form-group > label {
    display: block;
    width: 100%;
    text-align: left !important;
    margin: 0 0 5px 0 !important;
    font-weight: normal;
    font-family: "latoregular";
    font-size: 1.4em;
    clear: left;
    padding-top: 10px;
}

#customerForm #gatewayForm .form-group > label {
    width:200px !important;
}

#customerform .input-wrapper>label {
    display: block;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 15px;
}

#customerform h1,#customerform h2,#customerform h3,#customerform h4 {
    margin: 15px 15px 0;
    margin-right: 15px;
}

#customerform h1,#customerform h2 {
    border-bottom: 1px dotted #777;
    padding-bottom: 6px;
}

#banner_image {
    text-align: center;
    max-width: 450px;
    margin: 20px auto;
}

#banner_image img {
    max-width: 100%;
}

input.form-control.not-full-width {
    width: auto;
    float: left;
    margin-right: 10px;
}

input.input-small {
    width:80px !important;
}

.alert.alert-danger {
    font-size:18px;
    width:960px;
    margin:15px auto;
    border:2px solid #a94442;
    font-weight:bold;
    background-color:#ffb6b6;
}

.alert.alert-danger.form-errors {
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 1.25em;
}

/*** Image component ***/
.image-wrapper>div>img {
    max-width: 100%;
}

/*** Radio / Checkbox labels ***/
label.label-radio-checkbox {
    font-family: sans-serif !important;
    font-size: 15px !important;
}

/*** HTML Wrapper ***/
.input-wrapper {
    font-size: 14px;
}

.input-wrapper > p {
    padding-left: 0 !important;
}

.input-wrapper>h4 {
    margin-left: 0 !important;
    margin-bottom: 8px !important;
}

.push-sticky-footer {
    padding: 25px;
    float: left;
    clear: both;
    text-align: center;
    width: 100%;
}

/*** PADDLES ***/
.btn-paddle {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    float: left;
    background-color: #333;
    color: #fff;
    font-family:"FontAwesome";
    padding: 5px 0 0 9px;
    box-sizing: border-box;
    float:left;
    cursor:pointer;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.btn-paddle.paddle-minus:before{ content:"\f068"}
.btn-paddle.paddle-plus:before{ content:"\f067"}

.paddle-input > input {
    float: left;
    height: 30px;
    border: 1px solid #333;
    box-sizing: border-box;
    padding: 3px 10px;
    width:80px;
}

.btn-paddle.disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

/*** ERRORS ***/

#customerform label.error,
#customerform select.error + label,
#customerform input[type="text"].error + label,
#customerform textarea.error + label,
#customerform input[type="text"].error + span.paddle-plus + label {
    color: #ee0000 !important;
    background-color: #ffcccc;
    font-size: 12px !important;
    padding: 2px 5px;
    font-weight: bold !important;
    border-radius: 5px;
    line-height: 1.5em;
}

#customerform input[type="radio"].error+label, #customerform input[type="checkbox"].error+label {
    /*display: block;*/         /* This has been disabled because on radio buttons they weren't aligned correctly. */
    position: absolute;
    color: #ee0000 !important;
    background-color: #ffcccc;
    font-size: 12px !important;
    padding: 2px 5px;
    font-weight: bold !important;
    border-radius: 5px;
    line-height: 1.5em;
    right: 0;
}

/*** Inline label styles ***/
.input-wrapper.inline-info {
    border: 1px solid #ddddff;
    padding: 15px 15px;
    background-color: #ddddff;
    padding-left: 40px;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.input-wrapper.inline-info:before {
    content: "\f05a";
    font-family: "FontAwesome";
    position: absolute;
    left: 15px;
    font-size: 20px;
    top: 12px;
    color: #5D5D84;
}

.input-wrapper.check-all-details {
    border: 1px solid #DA9143;
    padding: 15px 15px;
    background-color: #FFF5DD;
    padding-left: 40px;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.input-wrapper.check-all-details:before {
    content: "\f0eb";
    font-family: "FontAwesome";
    position: absolute;
    left: 15px;
    font-size: 20px;
    top: 12px;
    color: #DA9143;
}

/*** Overview page ***/
.top-line {
    border-top: 1px solid #333;
    padding-top: 15px;
    margin-top: 15px;
}

.bottom-line-with-buttons {
    border-top: 1px solid #333;
    padding-top: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
}

button, input[type="submit"] {
    font-size: 18px !important;
    border: 1px solid #333;
    padding: 10px 20px !important;
}

button.boxoffice-back-button {
    font-size: 14px !important;
    padding: 5px 30px !important;
    margin: 20px 15px;
}

#box_office_options h2 {
    font-size: 1.9em;
    margin-bottom: 20px;
}

.box-content {
    max-width: 100%;
    padding: 10px;
}

.box-content .row {
    max-width: 100%;
    margin: 0 !important;
}

/*** Required badges ***/
span.badge.badge-required {
    background-color: #FF9018;
    font-weight: normal;
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

span.badge.badge-required>.fa {
    margin-right: 5px;
}

span.badge.badge-required-icon {
    background-color: #FF9018;
    font-weight: normal;
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

span.badge.badge-required-icon>.fa {
    margin-right: 5px;
}

/*** Sold Out Badge ***/
span.badge.badge-soldout {
    background-color: #FF1818;
    font-weight: normal;
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

span.badge.badge-soldout>.fa {
    margin-right: 5px;
}

input + span.badge.badge-soldout {
    display: block;
}

.title-soldout {
    text-decoration: line-through;
    color: #999 !important;
}

.title-soldout-text {
    font-size: 12px;
    background-color: #dc0000;
    min-width: 80px;
    color: #ffffff;
    text-align: center;
    padding: 2px 10px;
    border-radius: 5px;
    margin: 0 !important;
}


.form-control[disabled] {
    opacity: 0.4 !important;
}

/*** Limited Available Badge ***/
span.badge.badge-limitedavailable {
    background-color: #FF1818;
    font-weight: normal;
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

span.badge.badge-limitedavailable>.fa {
    margin-right: 5px;
}

input + span.badge.badge-limitedavailable {
    display: block;
}

.valid {
    background-color:#ddffee;
    border-color:#009900;
}

.box_office_submit {
    margin-top:15px;
}

/*** Payment ***/
.paymentComplete {
    position: relative;
    float: left;
    width: 100%;
    background-color: #D9FFD3;
    padding: 10px 20px 10px 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #82CA77;
    margin: 50px 0 100px;
}

.paymentComplete>.fa {
    position: absolute;
    left: 25px;
    font-size: 54px;
    top: 20px;
    color: #82CA77;
}

.paymentComplete>h2 {
    color: #609058 !important;
    border-color: #82ca77 !important;
}

/* Interrupted */
.paymentInterrupted {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffedd3;
    padding: 10px 20px 10px 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ff8100;
    margin: 50px 0 100px;
}
.paymentInterrupted>.fa {
    position: absolute;
    left: 25px;
    font-size: 54px;
    top: 20px;
    color: #ff8100;
}
.paymentInterrupted>h2 {
    color: #ff8100 !important;
    border-color: #ff8100 !important;
}

#sagepayLoading,#stripeLoading {
    width: 600px;
    margin: 50px auto;
    border: 1px solid #bbb;
    height: 300px;
    background-color: #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#stripeLoading {
    background-color:#e0f3fd;
    border-color:#168fd1;
    color:#168fd1;
}

.sagepayCardLabel {
    font-size: 16px;
    margin-left: 5px;
    line-height: 2em;
    position: relative;
    top: 1px;
}

.gatewayInfo {
    display: inline-block;
    margin: 30px auto;
    border: 1px solid #aaaadd;
    background-color: #ccccff;
    position:relative;
    padding:15px 15px 15px 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.gatewayInfo>.fa {
    position: absolute;
    top: 15px;
    left: 18px;
    font-size: 48px;
    color: #9D9DD6;
}

.waitingMessage {
    font-family: 'latolight',sans-serif;
    font-size: 32px;
    text-align: center;
    line-height: 3em;
    height: 350px;
    padding-top: 50px;
}

.large-icon {
    font-size: 75px;
    text-align: center;
    height: 350px;
    padding-top: 100px;
}

.centre-content {
    text-align: center;
}

.space-above {
    margin-top:15px;
}

@media (max-width: 600px) {
    .mobile-full-width {
        width:100%;
        float:left !important;
    }

    .not-mobile {
        display:none !important;
    }

    button.mobile-full-width {
        margin: 40px 0;
        padding: 20px 20px !important;
    }

    th.table-value {
        width: 20% !important;
    }
}

/*** Stages ***/

ul.steps {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
}

ul.steps>li {
    padding: 10px 20px;
    float: left;
    list-style-type: none;
    border: none;
    margin: 25px 0 40px 0;
    background-color: #ccc;
    font-size: 13px;
    line-height: 2em;
    font-family: "latolight";
    width: 25%;
    position: relative;
}

ul.steps>li>span {
    margin-left: 20px;
}

ul.steps>li.active {
    background-color: #ccccff;
    color: #fff;
}

ul.steps>li:after,
ul.steps>li:before,
ul.steps>li.active+li:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-left-color: #ccc;
    border-width: 22px;
}

ul.steps>li.active:after,
ul.steps>li.active:before {
    border-left-color: #CCCCCC;
}

ul.steps>li:after {
    top: -5px;
    z-index: 1;
    border-left-color: white !important;
    border-width: 27px;
}

ul.steps>li:before {
z-index: 2;
}

ul.steps>li:first-child:before,ul.steps>li:first-child:after {
    display: none;
}

/** Overview **/

.btn.btn-use-promotional-code {
    font-size: 12px !important;
    padding: 8px 10px !important;
    background-color: #333333 !important;
    color: #ffffff !important;
    width:28%;
}

h3.sale-date, h3.sale-order-id, h3.sale-tx-code {
    margin: 0 0 5px;
    font-size: 1.5em;
    line-height: 1.25em;
}

span.sale-complete-label {
    width: 120px;
    display: inline-block;
    float: left;
    font-weight:bold;
}

span.sale-complete-data {
    float: left;
}

div.sales-table-wrapper,.sale-header { padding:15px; }

table.sale-items {
    width:100%;
    margin: 0 auto;
}

.sale-header {
    font-size: 1.2em;
    padding-left:30px;
}

tr.sale-items-header > th {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
}

tr.sale-items-item > td {
    font-size: 13px;
    font-family: monospace;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

tr.sale-items-footer > th {
    border-top: 3px solid #ddd;
    padding: 5px;
    font-size: 1.2em;
    border-bottom: 3px solid #ddd;
    background-color: #f2f2f2;
    font-family: monospace;
}

div#box_office_options, div#moto_payment, div.box_office_gateway {
    border: 1px solid #ccccff;
    background-color: #eeeeff;
    padding: 10px 0 20px;
}

div#moto_payment {
    padding-top:0;
}

div#form-gateway-icons {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    float: left;
    width: 100%;
}

.boxoffice-banner {
    display: block;
    width: 100%;
    height: initial;
    line-height: 4em;
    background-color: #000;
    padding: 5px 35px;
    color: #fff;
    font-size: 26px;
    font-family: "latolight",sans-serif;
    position: fixed;
    z-index: 1000;
    top: 0;
}

div.boxoffice-banner+.wrapper.full-page-wrapper {
    margin-top: 114px;
    clear: both;
}


.user-session {
    display: block;
    line-height: 2.5em;
    padding: 5px 15px;
    font-size: 15px;
    font-family: "latolight";
    background-color: #000;
    color: #fff;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #1a1a1a;
}

.user-session .btn {
    padding: 3px 10px;
    letter-spacing: initial;
    margin-top: 1px;
}

span.btn-paddle.sold-out {
    opacity: 0.5 !important;
}

span.btn-paddle.sold-out {
    cursor: default;
}

/***
 *  Loading image generated from loadinggif.com with:
 *    BG Colour : #D9DBDA
 *    FG Colour : #FF9018
 *    Image #   : 28
 **/
div.show-form-loading > div#loading-gif {
    display: block;
    position: fixed;    /* Take it out of the flow of the document */
    z-index: 102;
    background: center no-repeat url('/themes/_shared/assets/img/loading.gif');
    top: 42px;          /* Move it down from top of window */
    bottom: 0;
    left: 0;            /* Left edge at left for now */
    right: 0;           /* Right edge at right for now, so full width */
    width: 500px;       /* Give it the desired width */
    height: 100px;      /* Give it a desired height */
    margin: auto;       /* Centre it */
    max-width: 100%;    /* Make it fit window if under 500px */
}

div.show-form-loading > div#loading-form {
    display: block;
    position: fixed;
    z-index: 100;
    background-color: #d9dbda;
    opacity: 0.7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

div.show-form-loading > div#loading-text {
    display: block;
    position: fixed;        /* Take it out of the flow of the document */
    z-index: 102;
    color: #000;
    top: 42px;              /* Move it down from top of window */
    bottom: 0;
    left: 0;                /* Left edge at left for now */
    right: 0;               /* Right edge at right for now, so full width */
    width: 500px;           /* Give it the desired width */
    height: 100px;          /* Give it a desired height */
    margin: auto;           /* Centre it */
    max-width: 100%;        /* Make it fit window if under 500px */
    font-size: x-large;
    text-align: center;
}

div.show-form-loading > div#loading-box {
    display: block;
    background-color: #fff;
    z-index: 101;
    position: fixed;    /* Take it out of the flow of the document */
    top: 0;             /* Move it down from top of window */
    bottom: 0;
    left: 0;            /* Left edge at left for now */
    right: 0;           /* Right edge at right for now, so full width */
    width: 500px;       /* Give it the desired width */
    height: 100px;      /* Give it a desired height */
    margin: auto;       /* Centre it */
    max-width: 100%;    /* Make it fit window if under 500px */
    /* border radius */
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #FF9018;
    /* box shaddow */
    -webkit-box-shadow: 0px 0px 5px 1px rgba(255,144,24,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(255,144,24,1);
    box-shadow: 0px 0px 5px 1px rgba(255,144,24,1);
}

/*** Cool ellipsis animation using CSS, thanks: http://jsfiddle.net/DkcD4/94/ ***/
.ellipsis-one {
    opacity: 0;
    -webkit-animation: ellipsis-dot 1.3s infinite;
    -webkit-animation-delay: 0.0s;
    animation: ellipsis-dot 1.3s infinite;
    animation-delay: 0.0s;
}

.ellipsis-two {
    opacity: 0;
    -webkit-animation: ellipsis-dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: ellipsis-dot 1.3s infinite;
    animation-delay: 0.2s;
}

.ellipsis-three {
    opacity: 0;
    -webkit-animation: ellipsis-dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: ellipsis-dot 1.3s infinite;
    animation-delay: 0.3s;
}

@-webkit-keyframes ellipsis-dot {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes ellipsis-dot {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
/*** End of ellipsis animation. ***/

div.present>label {
    margin-left: 15px;
    font-size: 1.2em;
    border-bottom: 1px dotted #999999;
    display: block;
}

div.present-name>label {
    font-size: 13px !important;
}

span.remove-voucher, span.remove-insurance {
    background-color: #ff5555;
    color: #ffffff;
    padding: 2px 5px;
    font-family: latoregular;
    border-radius: 5px;
    margin-left: 20px;
    float: right;
    cursor:pointer;
}

span.remove-voucher:hover, span.remove-insurance:hover {
    background-color:#ff2222;
}

span.voucher-error {
    width: 245px;
    display: inline-block !important;
    border: 1px solid #cc0000;
    padding: 2px 5px;
    background-color: #ffdddd;
    color: #990000;
}

.boxout {
    border: 1px solid #ddddff;
    padding: 15px 15px;
    background-color: #ddddff;
    padding-left: 50px;
    font-size: 11px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-left: 20px;
    margin: 5px 0 0 20px;
    color: #F37A3C;
}

.boxout:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 15px;
    font-size: 20px;
    top: 12px;
    color: #5D5D84;
}

.boxout.warning {
    border: 1px solid #FFD3A5;
    background-color: #FFF5DD;
}

.boxout.warning:before {
    content: "\f256" !important;
    color:#FF803F !important;
}

.alert-message {
    display: inline-block;
    background-color: #FFDADA;
    color: #880E0E;
    font-size: 10px !important;
    padding: 1px 6px;
    border-radius: 3px;
    /* float: right; */
    line-height: 1.4em;
    width: 100%;
    position: relative;
    top: -5px;
    border: 1px solid #F1C0C0;
}

.alert-message:before {
    font-family: "FontAwesome";
    color: #A92020;
    content: "\f06a" !important;
    padding-right: 5px;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    top: 1px;
}

.alert-info-cream {
    color: #696969;
    background-color: #fffddf;
    border-color: #f5ef95;
    font-size: 1.1em;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 50px;
    position: relative;
}

.alert-info-cream:before {
    font-family: "FontAwesome";
    color: #696969;
    content: "\f05a" !important;
    padding-right: 5px;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 20px;
}


#moto_payment label, #box_office_options label
{
    margin-bottom:0;
    margin-top:5px;
}

div#moto_payment_error {
    background-color: #DE0E0E;
    margin-bottom: 10px;
    color: #FFFFFF;
    padding: 3px 10px;
    margin: 0;
}

#moto_payment .error {
    background-color: #ffeeee;
    border: 1px solid #990000;
}

.popover.moto {
    background-color: #ffeeee;
}

.popover-title.moto {
    background-color: #990000;
    color: #ffffff;
}

.popover.top>.arrow.moto:after {
    border-top-color: #ffeeee !important;
}

input#moto_submit_payment {
    font-size: 15px !important;
    padding: 5px 5px !important;
    margin-top: 22px;
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#waiting_for_server {
    font-size: 25px;
    position: absolute;
    right: 40px;
    top: 25px;
}

/* Upgrade your browser message. CSS fixes. */
#buorgclose {
    display: none !important;
}

.buorg {
    width: 100% !important;
    height: 98% !important;
    background: white !important;
    opacity: 0.8 !important;
    z-index: 999999 !important;
    cursor: auto !important;
    border-bottom: none !important;
}

.buorg div {
    position: fixed !important;
    top: -15px !important;          /* Move it up otherwise it is off-centre. */
    bottom: 0 !important;
    left: 0 !important;             /* Left edge at left for now */
    right: 0 !important;            /* Right edge at right for now, so full width */
    width: 500px !important;        /* Give it the desired width */
    height: 76px !important;        /* Give it a desired height */
    margin: auto !important;        /* Centre it */
    max-width: 100% !important;     /* Make it fit window if under 500px */
    z-index: 999999999 !important;
    color: black !important;
    padding: 5px 36px !important;
    font-size: 16px !important;
    background: #FFDAB1 !important;
    /* border radius */
    border-radius: 5px 5px 5px 5px !important;
    -moz-border-radius: 5px 5px 5px 5px !important;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    /* box shaddow */
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.59) !important;
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.59) !important;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.59) !important;
}

.summary-page-details {
    margin-bottom: 50px;
}

.summary-page-details>table {
    margin-left: 50px;
}

.checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }

/*** Delta Calendar ***/

.calContainer {
    display: block;
    /*height: 200px;*/
    /*float: left;*/
    /*margin: 0 auto 10px 40px;*/
}

.returnmultidateslot-calendar > .calContainer {
    display: block;
    margin: 0 auto !important;
    width: 340px;
}

div#deltaCal {
    float: left;
    clear: left;
}

.calMonth {
    width: 210px;
    font-family: sans-serif;
    font-size: 10px;
    display: block;
    float: left;
    margin: 10px;
    font-size: 15px;
    position:relative;
}

.calMonth .deltaCalPrevMonth {
    position: absolute;
    top: 5px;
    left: 5px;
}

.calMonth .deltaCalNextMonth {
    position: absolute;
    top: 5px;
    right: 5px;
}

#selectedDates .calContainer {
    margin: 0;
}

span.calHead {
    font-size: 10px;
    background-color: #696969 !important;
    color: #fff;
    text-align: center;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
}

span.day {
    float: left;
    width: 28px;
    padding: 2px 4px;
    background-color: #eee;
    height: 20px;
    margin: 1px;
    font-size: 12px;
    cursor:pointer;
}
span.day.no-date {
    background-color:#ccc;
}
span.day.mon {
    clear: left;
}
span.day.marked {
    background-color:#ffcc00 !important;
}

span.day.unavailable {
    background-color: #FF908D !important;
}

span.day.selected {
    background-color:#00ccff !important;
}

span.prevMonth {
    width: 30px;
    position: absolute;
    top: 0;
    left: -30px;
}

span.monthName {
    font-weight: bold;
    text-align: center;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    height:30px;
}

span.nextMonth {
    width: 30px;
    position: absolute;
    top: 0;
    right: -30px;
}

/** DeltaTime **/
.dTimeHours {
    width: 540px;
    float: left;
}

.dTimeMinutes {
    width: 499px;
    margin: 0 auto;
    padding-top: 10px;
    clear: both;
}

.dTimeBtn {
    width: 30px;
    text-align: center;
    border: 1px solid #555;
    margin-bottom: 3px;
    margin-right: 3px;
    float: left;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: sans-serif;
    padding: 3px;
    box-sizing: border-box;
}

.dTimeBtn.tHour {
    width: 42px;
}

.dTimeBtn.active {
    background-color: #ffff00;
}

.dTimeTimes {
    float: left;
    clear: both;
    margin: 10px 0 10px;
    border-top: 1px solid #555;
    width: 100%;
    padding: 10px;
    height: 100px;
    overflow-y: auto;
}

.dTimeControl {
    border-top: 1px solid #ccc;
    float: left;
    padding-top: 10px;
    margin-top: 10px;
    width: 100%;
}

.dTimeControl>.dTimeTime {
    font-size: 2em;
    font-family: sans-serif;
    float: left;
    margin: 0 10px;
}

.dTimeControl>.dTimeAddTime {
    width: 120px;
    padding: 5px 10px;
    border: 1px solid #555;
    background-color: #ddd;
    color: #333;
    margin: 2px;
    display: inline-block;
    text-align: center;
    font-family: sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
}

span.dTimeTimeChip {
    width: 80px;
    display: inline-block;
    float: left;
    border: 1px solid #444;
    margin: 2px 5px;
    padding: 3px 10px;
    background-color: #777;
    color: #fff;
    font-family: monospace;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

span.dTimeRemove {
    float: right;
    position: relative;
    left: 5px;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #aaa;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #777;
    font-size: 12px;
}

span.dTimeRemove:hover {
    background-color:#990000;
    color:#fff;
}

span.deltaDateChip {
    width: 115px;
    display: inline-block;
    float: left;
    border: 1px solid #444;
    margin: 2px 5px;
    padding: 5px 10px 3px;
    background-color: #777;
    color: #fff;
    font-family: monospace;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    font-size: 12px;
}

.deltaDateChip>.dDateRemove {
    float: right;
    position: relative;
    left: 5px;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #aaa;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #777;
}

.deltaDateChip>.dDateRemove:hover {
    background-color:#990000;
    color:#fff;
}

span.datetimeDateControl {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    background-color: #eee;
    margin: 0 0 5px;
    padding: 5px 15px;
    cursor:pointer;
    position: relative;
    line-height:2em;
}

span.datetimeTimeControl {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    border: 1px solid #ddd;
    background-color: #eee;
    padding: 5px 15px;
    cursor:pointer;
    position: relative;
    line-height:2em;
}

.datetimeTimeControl>input {
    padding: 3px 10px;
    margin: 0 10px;
}

.datetimeTimeControl>input.date-time-qty {
    width: 70px;
}

.datetimeTimeControl>input.date-time-description {
    width: 150px;
}

.datetimeDateControl>span.deleteDatetime, .datetimeTimeControl>span.deleteDatetimeTime {
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.datetimeDateControl>span.deleteDatetime {
    top:5px;
}

.datetimeDateControl.active {
    background-color: #FFFDC9;
    border-color: #F5981E;
}

.datetimeTimeControl span.timeLabel {
    margin-left: 30px;
    color: #999;
}

.date_rows>.time-rows>h3 {
    margin: 0 0 10px;
    font-size: 1.5em;
}

.date-rows {
    height: 200px;
    overflow-y: auto;
}

/* Non component styles */

#deltaDateDemo {
    max-width: 690px;
    background-color:#949FB9;
    margin:0 auto;
}

.calControls {
    height: 50px;
    width: 100%;
}

.calNextButton,.calBackButton {
    width: 120px;
    height: 30px;
    background-color: #ccc;
    display: block;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
    padding: 5px 10px;
    line-height: 2em;
    cursor:pointer;
}

.calBackButton {
    float:left;
}

.calNextButton {
    float:right;
}

/**** MEDIA QUERIES ****/

@media screen and (max-width: 599px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding: 0;
        width: 100%;
    }

    #customerform h1, #customerform h2, #customerform h3, #customerform h4 {
        margin: 0;
        padding: 10px;
        clear: both;
        width: 100%;
    }

    #customerform .col-sm-12 {
        width: 100%;
        clear: both;
    }

    .sale-header {
        float: left;
        width: 100%;
        padding: 15px;
    }

    .summary-page-details {
        width: 100%;
        padding: 20px;
    }

    .summary-page-details>table {
        width: 100% !important;
        margin: 0;
    }



    .panel-body.form-manager-grouping {
        margin:0 !important;
    }

    button#form-continue-button,button#form-submit-button {
        float: right;
        margin-right: 15px;
        width: 45%;
    }

    button#form-back-button {
        float: left;
        margin-left: 15px;
        width: 45%;
    }

    .bottom-line-with-buttons button {
        width: 42%;
        display: inline-block;
        float: left;
        margin: 15px;
    }

    .bottom-line-with-buttons input.pull-right {
        width: 42% !important;
        display: inline-block !important;
        float: right !important;
        margin: 11px 15px 0 0;
    }

    ul.steps>li {
        padding: 12px 15px;
        font-size: 14px;
        width: 100%;
        float: left;
    }

    .calMonth {
        margin: 0;
        padding: 0;
    }

    .alert.alert-danger {
        width: auto !important;
    }
}



label.dateslot-group-label {
    font-size: 1.4em !important;
    border-bottom: 1px solid #E8E5E5;
    background-color: #f5f5f5;
    margin-top: 10px;
    padding: 5px 10px;
    color: #555 !important;
}

.booking-protect-sales-message {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 20px;
    font-size: 12px;
    width: 100%;
    float:right;
}

.insuranceMessage h3 {
    margin-left: 0 !important;
    font-size: 1.6em;
    font-weight: bold;
}

img.booking-protect-sales-logo {
    width: 160px;
    float: right;
    margin-bottom: 10px;
}

div.booking-protection-item {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.sale-items-item .radio {
    margin-left: 120px;
}

.form-manager-stage .calMonth {
    width: auto !important;
}

.form-manager-stage span.day {
    width: 40px !important;
    background-color: #fafafa !important;
    height: 36px !important;
    display:table-cell;
    font-size:14px;
    text-align:center;
    padding:10px
}

.form-manager-stage span.day.calHead {
    background-color:#f0f0f0 !important;
    color:#aaa
}

.form-manager-stage span.monthName {
    font-size:16px
}

.form-manager-stage span.day.marked {
    background-color: #B4FF73 !important;
}

.form-manager-stage span.day.selected, span.day.legend-selected {
    background-color: #ffcc00 !important;
}

.form-manager-stage span.day.unavailable, .form-manager-stage span.day.soldout {
    background-color: #FF908D !important;
}

.form-manager-stage span.day.marked.pastday {
    background-color: #ccc !important;
    cursor: not-allowed;
}

/* Help from: http://stackoverflow.com/a/32218519/3206232 */
.form-manager-stage span.day.marked.pastday {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='2'/></svg>");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%, auto;
}

.form-manager-stage span.day.marked.pastday.selected {
    background-color: #ffcc00 !important;
    cursor: pointer;
}

.form-manager-stage .calMonth {
    border: 1px solid #E6E6E6;
    padding: 10px;
    border-radius: 5px;
}

.legend {
    margin-left:20px;
    display:block;
    float:left;
    clear:both;
    width:100%;
}

.legend>span.day {
    float: left;
}

.legend>.span.legend-item {
    float: left;
    margin-right: 20px;
    display: inline-block;
    background-color: #ff0000 !Important;
}

span.legend-item {
    float: left;
    line-height: 2em;
    font-size: 14px;
    margin-right: 20px;
}

span.legend-item>span.day {
    width:24px !important;
    height:24px !important;
    margin-right:5px
}

.taken {
    background-color: #DEDEDE !important;
    border: 1px solid #aaa !important;
    color: #aaa !important;
}

.downloaded {
    border: 1px dashed #aaa;
    padding: 7px 10px;
    color: #aaa;
    font-size: 1.1em;
    cursor: default;
    float:right;
}

.alert-warning {
    color: #ef892d !important;
    background-color: #fff4e7 !important;
    border-color: #ef8e35 !important;
    line-height: 1.25em;
    padding: 15px;
}

.alert-warning:before {
    font-family: "FontAwesome";
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.alert-info {
    color: #168fd1 !important;
    background-color: #e0f3fd !important;
    border-color: #168fd1 !important;
    line-height: 1.25em;
    padding: 15px;
}

.alert-info:before {
    font-family: "FontAwesome";
    content: "\f129";
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 20px;
    display: inline-block;
    text-align: center;
}

.alert-error {
    color: #eb1c26 !important;
    background-color: #ffe9e9 !important;
    border-color: #fbc6c8 !important;
    line-height: 1.15em;
    padding: 5px 10px;
    font-size: 13px;
    margin-top: 20px;
}

.alert-error:before {
    font-family: "FontAwesome";
    content: "\f256";
    font-size: 15px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 20px;
    display: inline-block;
    text-align: center;
}

/**** MEDIA QUERIES ****/

@media screen and (max-width: 599px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding: 0;
        width: 100%;
    }

    #customerform h1, #customerform h2, #customerform h3, #customerform h4 {
        margin: 0;
        padding: 20px 0 10px;
        clear: both;
        width: 100%;
    }

    #customerform .col-sm-12 {
        width: 100%;
        clear: both;
    }

    .sale-header {
        float: left;
        width: 100%;
        padding: 15px;
    }

    .summary-page-details {
        width: 100%;
        padding: 20px;
    }

    .summary-page-details>table {
        width: 100% !important;
        margin: 0;
    }



    .panel-body.form-manager-grouping {
        margin:0 !important;
    }

    button#form-continue-button,button#form-submit-button {
        float: right;
        margin-right: 15px;
        width: 45%;
    }

    button#form-back-button {
        float: left;
        margin-left: 15px;
        width: 45%;
    }

    .bottom-line-with-buttons button {
        width: 42%;
        display: inline-block;
        float: left;
        margin: 15px;
    }

    .bottom-line-with-buttons input.pull-right {
        width: 42% !important;
        display: inline-block !important;
        float: right !important;
        margin: 11px 15px 0 0;
    }

    ul.steps>li {
        width: 96% !important;
        margin: 3px auto 0 !important;
        float:none;
    }

    ul.steps>li.active+li:before {
        border:none !important;
    }

    ul.steps>li:after {
        top:0 !important;
        border:none;
    }

    ul.steps>li.active:before {
        border-left-color: transparent !important;
    }

    div.calMonth:not(:first-child) {
        display: none;
    }

    .form-manager-stage span.day {
        width: 13.4% !important;
    }

    .alert.alert-danger {
        width: auto !important;
    }

    .panel-body.form-manager-grouping {
        margin: 0 !important;
        padding: 0 !important;
    }

    .alert {
        margin: 5px !important;
        font-size: 14px !important;
    }

    #customerform {
        padding: 10px !important;
    }

    .box-content {
        padding:0 !important;
    }

    .legend {
        margin-left: 0 !important;
        text-align: center !important;
        margin: 10px;
    }

    span.legend-item {
        line-height: 2em !important;
        font-size: 12px !important;
        margin-right: 14px !important;
    }

    .calMonth .deltaCalPrevMonth, .calMonth .deltaCalNextMonth {
        font-size: 30px;
        top:15px;
    }

    .form-manager-stage span.monthName {
        font-size: 20px;
        top: -13px;
    }

    .form-manager-stage .calMonth {
        margin: 0;
        padding: 30px 0;
        width:100% !important;
    }

    #customerform .dateslot-slots .input-wrapper>label {
        width: 100%;
        padding: 10px;
        background-color: #eee;
        border: 1px solid #ccc;
        font-size: 18px;
        cursor: pointer !important;
    }
}

label.postcode-customer-error {
    color: #ee0000 !important;
    background-color: #ffcccc;
    font-size: 12px !important;
    padding: 2px 5px;
    font-weight: bold !important;
    border-radius: 5px;
    line-height: 1.5em;
    display: block;
}

button.btn.btn-primary.btn-postcode-lookup {
    font-size: 12px !important;
    line-height: 1em;
}
span.items-remaining {
    margin-left:20px;
    font-size: 12px;
    background-color: #000000;
    min-width: 80px;
    color: #ffffff;
    text-align: center;
    padding: 2px 10px;
    border-radius: 5px;
}


.form-group.dateslot-slots>div>label {
    width: 32%;
    float: left;
    border: 1px solid #ddd;
    padding: 3px 10px;
    margin-right: 1.3%;
    border-radius: 3px;
    box-sizing: border-box;
}

.form-group.dateslot-slots>div>label.selected {
    background-color:#f0f0f0;
}


.customer_photo_upload_text {
    padding-bottom: 10px !important;
}

.customer_photo_upload_wrapper {
    border-top: 1px solid #ddd;
    padding-top: 10px !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px !important;
}

button.customer_photo_submit {
    padding: 5px 10px !important;
    font-size: 12px !important;
}

img.photo-thumbnail {
    float: right;
    max-width: 80px;
    max-height: 80px;
}

div#photo_form_output {
    font-size: 12px;
    background-color: #ffffdd;
    border-radius: 5px;
    border: 1px solid #f3f3dc;
    padding: 5px 10px;
    margin: 10px 15px;
    color: #555;
    display:none;
}

/*** Multidateslot ***/
table.mds_basket {
    width:100%;
    margin:15px 0;
}

table.mds_basket .mds-remove-item {
    font-size:12px;
    background-color:#cc0000;
    color:#ffffff;
    border: none;
    margin: 2px;
    float:right;
}

table.mds_basket>thead>tr {
    background-color: #d6d4d4 !important;
}

table.mds_basket tr:nth-child(even) {background: #ddd}
table.mds_basket tr:nth-child(odd) {background: #eee}

table.mds_basket td, table.mds_basket th {
    padding: 2px 5px;
}

table.mds_basket td {
    line-height: 3em;
}

/*** Return MDS ***/

.returnmultidateslot-unit .ticket-information {
    background-color: #eee;
    border-radius: 10px;
    padding: 10px;
    margin: 5px 1% 2% 1%;
    width: 98%;
    font-size: 16px;
    padding: 10px 3.5% !important;
}

.returnmultidateslot-unit .ticket-information > .ticket-information-data {
    font-weight:bold;
}

.outbound-summary, .return-summary {
    border: 1px solid #eee;
    background-color: #eee;
    border-radius: 10px;
    width: 48%;
    margin: auto 1%;
}

.outbound-summary>h4, .return-summary>h4 {
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 4px;
    margin-bottom: 6px !important;
    color: #333 !important;
}

.outbound-summary .summary-label, .return-summary .summary-label {
    text-align:left;
    overflow-y:hidden;
    font-size:12px;
}

.outbound-summary .summary-text, .return-summary .summary-text {
    text-align:right;
    overflow-y:hidden;
    font-size:12px;
}

.outbound-summary .calMonth,
.return-summary .calMonth {
    background-color: #f4f4f4;
}

.no-overflow {
    overflow-y:hidden;
}

.stripe-element {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    padding-left: 15px;
}

.field.error, .field.StripeElement--invalid {
    border: 1px solid #cc0000;
    background-color: #ffe9e9;
    color: #aa0000 !important;
}

.field.success, .field.StripeElement--complete {
    border: 1px solid #00cc00;
    background-color: #ccffcc;
    color: #009900 !important;
}
