﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    background: #FFF !important;
    overflow-x: hidden;
}

/* Headings */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    color: black;
}

h1, .h1 {
    font-size: 18px;
}

h2, .h2 {
    font-size: 16px;
}

    h2 font,
    .h2 font {
        color: #333 !important
    }

h3, .h3 {
    font-size: 14px;
}

h4, .h4 {
    font-size: 12px;
}

/* Anchors */

a, 
a:link, 
a:visited, 
a:active, 
a:focus, 
a:hover {
    text-decoration: none;
    color: black;
}

    a:hover {
        color: #0a5675;
    }

    a.inverted-link,
    a.inverted-link:link,
    a.inverted-link:visited,
    a.inverted-link:active,
    a.inverted-link:focus,
    a.inverted-link:hover {
        color: #0a5675;
    }

        a.inverted-link:hover {
            color: black;
        }

/* Dropdowns */

.dropdown-menu {
    padding: 4px 0;
}

    .dropdown-menu .dropdown-item,
    .dropdown-menu .dropdown-item:link,
    .dropdown-menu .dropdown-item:visited,
    .dropdown-menu .dropdown-item:active,
    .dropdown-menu .dropdown-item.active,
    .dropdown-menu .dropdown-item:focus,
    .dropdown-menu .dropdown-item.focus,
    .dropdown-menu .dropdown-item:hover,
    .dropdown-menu .dropdown-item.hover {
        text-decoration: none;
        background-color: unset;
        color: black;
        font-size: 14px;
        padding: 2px 12px 3px 12px;
    }

        .dropdown-menu .dropdown-item:hover,
        .dropdown-menu .dropdown-item.hover {
            background-color: #d1ecf1;
        }

/* Banners */

.banner {
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 8px;
}

.success-banner {
    background-color: #37AE67;
}

/* Errors and Warnings */

.error-banner, .warning-banner, .success-banner-full {
    background-color: #E84018;
    margin: 0;
}

.success-banner-full {
    background-color: #37AE67;
}

    .error-banner .error-body, 
    .warning-banner .warning-body,
    .success-banner-full .success-body {
        color: rgba(0,0,0,.7);
    }

.warning-banner {
    background-color: #FFFFAF;
}

.error-header, .warning-header, .success-header {
    color: rgba(0,0,0,.7);
    font-weight: bold;
}

.error-body, .warning-body, .success-body {
    color: #E84018;
    font-size: 14px;
}

/* Tables */

table, table.table {
    border-collapse: collapse;
    margin-bottom: 0;
}

    table thead tr, table.table thead tr {
        background-color: #0a5675;
    }

    table tbody tr, table.table tbody tr {
        background-color: white;
    }

    table:not(.no-hover) tbody tr:not(.no-hover):hover, 
    table.table:not(.no-hover) tbody tr:not(.no-hover):hover {
        background: #fff6ba !important;
        cursor: pointer;
    }

    table tr.alternate,
    table.table tr.alternate,
    table td.alternate,
    table.table td.alternate,
    table th.alternate,
    table.table th.alternate {
        background-color: #0b758c;
        color: white;
    }

        table tr.alternate td,
        table.table tr.alternate td,
        table tr.alternate th,
        table.table tr.alternate th {
            color: white;
        }

        table tr.alternate.light,
        table.table tr.alternate.light,
        table td.alternate.light,
        table.table td.alternate.light,
        table th.alternate.light,
        table.table th.alternate.light {
            background-color: #d1ecf1;
            color: black;
        }

            table tr.alternate.light td,
            table.table tr.alternate.light td,
            table tr.alternate.light th,
            table.table tr.alternate.light th {
                color: black;
            }

    table th, table.table th, table td, table.table td {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 14px;
        color: white;
        padding: 5px;
        border: 1px solid #dde1e6;
        border-collapse: collapse;
    }

    table td, table.table td {
        color: #6c6c6c;
    }

        table td.column-highlight, table.table td.column-highlight {
            background-color: #eaf6fc;
        }

        table td.hidden
        table.table td.hidden,
        .table th.hidden,
        table.table th.hidden {
            border: none;
        }

        table td.no-right-border,
        table.table td.no-right-border,
        table th.no-right-border,
        table.table th.no-right-border {
            border-right: none;
        }

        table td.no-left-border,
        table.table th.no-left-border,
        table td.no-left-border,
        table.table th.no-left-border {
            border-left: none;
        }

    table tr.form-control-row td,
    table.table tr.form-control-row td {
        padding: 0 !important;
    }

        table tr.form-control-row td.no-form-control,
        table.table tr.form-control-row td.no-form-control {
            padding: 5px !important;
        }

        table tr.form-control-row .form-control,
        table.table tr.form-control-row .form-control {
            background: transparent;
            border: none;
            border-radius: 0;
        }
            
            table tr.form-control-row .form-control:active,
            table.table tr.form-control-row .form-control:active {
                border: none;
                border-radius: 0;
            }

    table tr.form-control-row td label,
    table.table tr.form-control-row td label {
        margin-bottom: 0;
        padding-top: 0 !important;
    }

    table th:focus,
    table.table th:focus {
        outline: none;
    }

/* */

label {
    padding: 5px 10px 0 1px !important;
    display: inline-block;
}

.label-no-padding-bottom {
    padding-bottom: 0px !important;
}

.col-12 > .row {
    flex-wrap: nowrap;
}

/* Forms */

.ft-form-container {
    border-bottom: 1px solid black;
    border-radius: 0;
}

    .ft-form-container .form-group {
        margin-bottom: 5px;
    }

.ft-form-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ft-form-header {
    padding: 10px;
    margin-bottom: 0;
}

    .ft-form-header h2 {
        color: white;
    }

        .ft-form-header h2 + h2 {
            margin-top: 3px;
        }

.ft-form-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.form-banner {
    background-color: #0a5675;
    color: white !important;
    font-weight: 900;
}

    .form-banner.alternate {
        background-color: #0b758c;
    }

.form-banner span.separator {
    border-right: 2px solid white;
    margin-right: 10px;
    padding-right: 15px;
}

.form-banner-order {
    background-color: #d1ecf1;
    color: black;
}

    .form-banner-order h2,
    .form-banner-order h3 {
        color: black;
    }

    .form-banner-order h3 {
        font-weight: bold;
        float: left;
    }

    .form-banner-order a {
        float: right;
    }

.form-row {
    margin: 4px;
}

    .form-row.no-margin {
        margin: 0;
    }

.custom-checkbox-form {
    margin-bottom: 5px;
}

.custom-control.fixed-padding {
    padding-left: 17px;
}

.custom-control-label-form {
    padding-top: 3px;
}

.form-control {
    padding-left: 5px;
    padding-right: 5px;
}

    .form-control:focus {
        border-color: #ced4da;
        box-shadow: none;
    }

.col-form-label, 
.col-form-plaintext, 
.form-check-label, 
.form-control, 
.form-control-plaintext {
    font-size: 13px;
}


/* */

.no-wrap {
    flex-wrap: nowrap !important;
}

.required-field {
    font-weight: bold;
}

.gsbo-logo {
    max-width: 300px;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.dark-white {
    background-color: #E5E5E5;
}

.customerRowArrow:before {
    content: "\25b6";
}

.customerRowArrow.is-active:before {
    content: "\25bc";
}

.BORowArrow:before {
    content: "\25b6";
}

.BORowArrow.is-active:before {
    content: "\25bc";
}

ul li.m-1:first-child {
    margin-left: 0 !important;
}

/* Header */

nav + nav {
    margin-top: -1px;
}

.logo-bar {
    background-color: #E5E5E5;
}

.logo-bar + .breadcrumb-bar {
    padding-top: 0;
}

.logo-full {
    max-width: 300px;
}

.logo-thumbnail {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
}

.navbar-brand {
    padding: 0;
    margin-right: 0;
}

/* Breadcrumbs */

.breadcrumb-bar {
    background-color: #E5E5E5;
}

.btn-breadcrumb,
.btn-breadcrumb:link,
.btn-breadcrumb:visited,
.btn-breadcrumb:active,
.btn-breadcrumb.active,
.btn-breadcrumb:focus,
.btn-breadcrumb.focus
.btn-breadcrumb:not(:disabled):not(.disabled).active,
.btn-breadcrumb:not(:disabled):not(.disabled):active {
    color: white;
    background: #0b749f;
    border-radius: 0;
    box-shadow: none !important;
}

    .btn-breadcrumb:hover {
        background: #0a5675;
    }

/* Main Menu */

.main-menu-bar {
    padding-top: 0;
    padding-bottom: 0;
}

/* Dashboard Widget Container */

.widget-container {
    margin: 0 auto;
    border-bottom: 1px solid #0a5675 !important;
}

    .widget-container form {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

/* Collapse */

.collapse-container {
    margin-bottom: 5px;
}

    .collapse-container .collapse-header, 
    .collapse-container .collapse-content {
        background-color: #d1ecf1;
        padding: 10px;
    }

    .collapse-container .collapse-content {
        padding-top: 0;
    }

        .collapse-container .collapse-header.collapse-header-dark {
            background-color: #0a5675;
        }

/* Buttons */

.btn {
    font-size: 13px;
}

.btn-primary,
.btn-primary:link,
.btn-primary:visited,
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:disabled,
.btn-primary.disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #0a5675;
    border-color: #156d80;
    box-shadow: none !important;
    color: white;
}

    .btn-primary:hover:not(:disabled):not(.disabled) {
        background-color: #0b749f;
        border-color: #156d80;
    }

.btn-outline-primary,
.btn-outline-primary:link,
.btn-outline-primary:visited,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:hover {
    background-color: white;
    border-color: #156d80;
    box-shadow: none !important;
    color: #0a5675;
}

.btn-secondary,
.btn-secondary:link,
.btn-secondary:visited,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:disabled,
.btn-secondary.disabled,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #0b758c;
    border-color: #0a5675;
    box-shadow: none !important;
    color: white;
}

    .btn-secondary:hover:not(:disabled):not(.disabled) {
        background-color: #0b87a2;
        border-color: #0a5675;
    }

.btn-outline-secondary,
.btn-outline-secondary:link,
.btn-outline-secondary:visited,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:hover {
    background-color: white;
    border-color: #0a5675;
    box-shadow: none !important;
    color: #0b758c;
}

.btn-express,
.btn-express:link,
.btn-express:visited,
.btn-express:active,
.btn-express.active,
.btn-express:focus,
.btn-express.focus,
.btn-express:disabled,
.btn-express.disabled,
.btn-express:not(:disabled):not(.disabled).active,
.btn-express:not(:disabled):not(.disabled):active {
    background-color: #8bc5d5;
    border-color: #157d93;
    box-shadow: none !important;
    color: black;
}

    .btn-express:hover:not(:disabled):not(.disabled) {
        background-color: #7ab0bf;
        border-color: #157d93;
        color: black;
    }

/* Modals */

.modal .modal-xl {
    max-width: 97% !important;
}

.modal table td,
.modal table th,
.modal table.table td,
.modal table.table th,
.modal input,
.modal select {
    font-size: 12px;
}

/* Subpages */

.subpage {
    margin-top: 10px;
}

/* Cards */

.card {
    border-radius: 0;
}

.card-header {
    padding: 10px;
}

    .card-header h1, .card-header h2, .card-header h3, .card-header h4 {
        margin-bottom: 5px;
    }

    .card-header *:last-child {
         margin-bottom: 0;
    }

/* Login */

.login-box {
    border: 1px solid black;
    width: 425px;
    max-width: 425px;
    padding: 24px 8px;
}

/* Order Edit */

.order-edit-block h2 {
    line-height: 13px;
    position: relative;
}

    .order-edit-block h2 .change-perf-btn {
        position: absolute;
        top: -10px;
        right: 0;
    }

        .order-edit-block h2 .change-perf-btn.has-organization {
            top: 3px;
        }

#orderEditTotalTable {
    border-bottom: none !important;
}

    #orderEditTotalTable tr {
        background: #E5E5E5 !important;
    }

        #orderEditTotalTable tr td {
            border: none;
            color: black;
            font-size: 13px;
            width: 13%;
            min-width: 13%;
            max-width: 13%;
        }

            #orderEditTotalTable tr td.spacer {
                width: 30px;
                min-width: 30px;
                max-width: 30px;
            }

            #orderEditTotalTable tr td:first-child {
                padding-left: 1px;
            }

            #orderEditTotalTable tr td:last-child {
                padding-right: 0;
            }re

.order-edit-table tr.cancelled {
    background-color: #FADFDF;
}

.order-edit-table thead tr th {
    font-size: 12px;
}

.order-edit-table tbody tr td {
    padding: 0 !important;
}

    .order-edit-table tbody tr td input {
        padding: 6px;
    }

.calendar-summary-edit {
    cursor: pointer !important;
    color: blue !important;
}

/* Delivery Method cell styling */
.delivery-method-cell {
    min-width: 140px;
}

/* Mail fee cell styling */
.mail-fee-cell {
    white-space: nowrap;
    min-width: 100px;
}

.mail-fee-cell.disabled {
    background-color:#e9ecef  !important;
}

.mail-fee-cell .mail-fee-value {
    width: 65px !important;
    padding: .375rem .75rem;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.mail-fee-cell .mail-fee-checkbox {
    width: auto !important;
    display: inline-block;
    vertical-align: middle;
}

.mail-fee-cell.disabled .mail-fee-checkbox {
    cursor: default;
}

@media only screen and (min-width: 1500px) {
    .order-edit-table tbody tr td input {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1200px) {
    .orderEditDueBox, .orderEditDueCust, .orderEditTCOrdNum {
        width: 100px !important;
    }

    .orderEditHow, .orderEditStatus {
        width: 85px !important;
    }

    .orderEditCreated, .orderEditUpdated {
        width: 75px !important;
    }

    .orderEditPrice, .orderEditFee, .orderEditCharge, .orderEditMail {
        width: 60px !important;
    }

    .orderEditSeatArea {
        width: 180px !important;
    }
}

@media only screen and (max-width:1199px) {
    .orderEditDueBox, .orderEditDueCust, .orderEditTCOrdNum {
        width: 70px !important;
    }

    .orderEditHow, .orderEditStatus {
        width: 80px !important;
    }

    .orderEditCreated, .orderEditUpdated {
        width: 70px !important;
    }

    .orderEditPrice, .orderEditFee, .orderEditCharge, .orderEditMail {
        width: 60px !important;
    }

    .orderEditSeatArea, .orderEditSeatInternalNotes {
        width: 120px !important;
    }
}

.line-item-row.red-bg {
    background: #FADFDF;
}

.line-item-row.green-bg {
    background: #e1e9d0;
}

.line-item-row.purple-bg {
    background: rgba(106,13,173,.2);
}


    /* Performance Calendar Page */
    .calendar-table {
        width: 100%;
        border: 1px #7f7f7f solid;
    }

    .calendar-legend {
        margin: 15px 0px;
    }

    .calendar-table .calendar-heading td {
        font-size: 18px;
    }

        .calendar-table .calendar-heading .calendar-control,
        .calendar-table .calendar-heading .calendar-control:link,
        .calendar-table .calendar-heading .calendar-control:visited,
        .calendar-table .calendar-heading .calendar-control:active,
        .calendar-table .calendar-heading .calendar-control:hover {
            font-size: 24px;
            color: white;
            text-decoration: none;
            display: inline-block;
        }

            .calendar-table .calendar-heading .calendar-control.previous {
                padding-right: 25px;
            }

            .calendar-table .calendar-heading .calendar-control.next { 
                padding-left: 25px; 
            }

            .calendar-table .calendar-heading .calendar-name {
                position: relative;
                top: -2px;
            }

    .calendar-table .day-names td {
        padding: 10px;
        width: 14%;
    }

    .calendar-table .calendar-day,
    .calendar-table .week-span-heading-row td {
        align-content: left;
        vertical-align: top;
        width: 14%;
        padding: 10px;
    }

    .calendar-table .calendar-day span {
        color: red;
    }

        .calendar-table .calendar-day table {
            width: 100%;
            align-content: center;
            border: none;
        }

        .calendar-table .calendar-day .calendar-performance {
            align-content: center;
        }

            .calendar-table .calendar-day .calendar-performance td {
                padding: 5px 7px;
                border: none;
                border-bottom: 2px solid white;
            }

            .calendar-table .calendar-day .calendar-performance td.no-free-sell-code {
                background-color: #d4d4d4
            }

            .calendar-table .calendar-day .calendar-performance .calendar-performance-link {
                color: #6e6b6a;
                cursor: default;
                width: 100%;
                display: block;
            }

            .calendar-table .calendar-day .calendar-performance a.calendar-performance-link,
            .calendar-table .calendar-day .calendar-performance a.calendar-performance-link:link,
            .calendar-table .calendar-day .calendar-performance a.calendar-performance-link:visited,
            .calendar-table .calendar-day .calendar-performance a.calendar-performance-link:active,
            .calendar-table .calendar-day .calendar-performance a.calendar-performance-link:hover {
                cursor: pointer;
                text-decoration: none;
                color: blue;
            }

                /*.calendar-table .calendar-day .calendar-performance a.calendar-performance-link:hover {
                    color: red;
                }*/

                .calendar-table .calendar-day .calendar-performance .calendar-performance-link span {
                    color: green;
                }

    .calendar-table .week-span-heading-row {
        line-height: 27px;
        background-color: #d1ecf1;
    }

    .calendar-table .week-span-heading-row td {
        color: black;
    }

    .calendar-table .week-span-heading-row .week-span-heading {
        margin-right: 8px;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        top: 1px;
    }

    .calendar-table .week-span-heading-row .btn {
        font-weight: bold;
    }

.calendar-summary-table select {
    font-size: 16px;
}

.no-performances-block > div:first-child {
    background-color: lightgray;
}

.no-performances-block p {
    margin-bottom: 0;
}

.no-performances-block p span {
    font-weight: bold;
    font-size: medium;
    font-style: italic;
}

.show-details-collapse {
    font-size: 14px;
}

    .show-details-collapse .collapse-content p {
        padding-right: 50px;
    }

    .show-details-collapse .collapse-content p:last-child {
        padding-right: 0;
    }

    .show-details-collapse .show-details-extra-info-container .show-details-extra-info {
        padding-top: 15px;
    }

        .show-details-collapse .show-details-extra-info-container .show-details-extra-info:first-child {
            padding-top: 0;
        }

/* Add Seats Page*/

.add-seats-page p {
    font-size: 14px;
}

.addseats-table {
    margin-bottom: 0;
}

.addseats-table tr td input {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    border: none;
    border-radius: 0;
    background: transparent;
}

.addseats-table th.qty,
.addseats-table td.qty {
    width: 4%;
    max-width: 4%;
}

.addseats-table th.seat-area,
.addseats-table td.seat-area {
    width: 24%;
    max-width: 24%;
}

.addseats-table th.selling-price,
.addseats-table td.selling-price {
    width: 8%;
    max-width: 8%;
}

.addseats-table td.selling-price {
    background-color: #EAF6FC;
}

.addseats-table th.bo-fee,
.addseats-table td.bo-fee {
    width: 5%;
    max-width: 5%;
}

.addseats-table th.surchg,
.addseats-table td.surchg {
    width: 6%;
    max-width: 6%;
}

.addseats-table th.group-price,
.addseats-table td.group-price {
    width: 8%;
    max-width: 8%;
}

.addseats-table th.comm-percent,
.addseats-table td.comm-percent {
    width: 4%;
    max-width: 4%;
}

.addseats-table th.regular-price,
.addseats-table td.regular-price {
    width: 8%;
    max-width: 8%;
}

.addseats-table th.cap,
.addseats-table td.cap {
    width: 4%;
    max-width: 4%;
}

.addseats-table th.notes,
.addseats-table td.notes {
    width: 21%;
    max-width: 21%;
}

/* Client Summary */

.client-details-row {
    background: #d1ecf1;
}

    .client-details-row table {
        width: auto !important;
        border: none !important;
    }

        .client-details-row table tr,
        .client-details-row table td,
        .client-details-row table th {
            border: none !important;
            color: black;
            background: #d1ecf1;
        }

        .client-details-row table th {
            font-weight: bold;
        }

/* Client Search List */

.client-search-list-table .col-button {
    width: 11%;
}

.client-search-list-table .col-client-number {
    width: 6%;
}

/* Pickup Routine SucSuccess */

.pickup-routine-success p {
    font-size: 14px;
}

/* Report Viewer */

.report-viewer-iframe {
    margin-top: 10px;
    border: none;
    max-width: 97%;
}

/* Add Performance */

.add-performance-page .form-inline label {
    width: 100%;
    display: block;
}

.new-performances-table .row {
    margin: 0;
    padding: 0;
}

    .new-performances-table .row > *,
    .new-performances-table td {
        margin: 0 !important;
        padding: 0 !important;
    }

.new-performances-table span {
    font-size: 10pt;
}

.new-performances-table input[type=text] {
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 0;
}

    .new-performances-table input[type=text]:focus,
    .new-performances-table input[type=text].focus {
        background-color: #fff6ba;
    }

/* Dashboard */

.landing .container:first-child {
    margin-top: 10px;
}

@media only screen and (min-width: 1200px) {
    .landing > .container {
        max-width: fit-content;
    }

    .landing > .widget-container {
        max-width: 630px;
    }
}

@media only screen and (max-width: 1199px) {
    .landing > .container {
        max-width: 1200px;
    }

    .landing > .widget-container {
        max-width: 380px;
        max-height: 600px;
        min-height: 600px;
    }
}

/* Marketing Page */

.marketing p {
    margin-bottom: 10px;
}

/* Client Merge Pages */

.client-merge-checkbox-container label {
    position: relative;
    top: 6px;
}

.client-merge-checkbox-container input[type=checkbox] {
    position: relative;
    top: 8px;
}

.client-merge-success-page p {
    margin-bottom: 5px;
}

.client-merge-success-page p,
.client-merge-success-page ul li {
    font-size: 14px;
}

.client-merge-success-page ul {
    padding-left: 30px;
}

/* Payment Page */

.payment-method-dropdown option:disabled {
    color: black;
    font-weight: bold;
}

.bo-line.submit-status {
    background-color: #fff6ba;
    color: #212529;
}

/* Edit Show Page */
.deleteImage {
    cursor: pointer;
    padding-left: 5px;
}

/* Performance Edit Modal */

.perf-edit-modal table tr.form-control-row td, 
.perf-edit-modal table.table tr.form-control-row td {
    padding: 2px !important;
}

    .perf-edit-modal table tr.form-control-row td input[type=text],
    .perf-edit-modal table.table tr.form-control-row td input[type=text] {
        padding-left: 3px;
        padding-right: 3px;
    }

.perf-edit-modal td.disabled {
    background: rgba(0,0,0,.2);
}

.perf-edit-modal input[type=text], .perf-edit-modal select {
    color: black;
}

    .perf-edit-modal input[type=text]:focus,
    .perf-edit-modal select:focus {
        border: 1px solid black !important;
        border-radius: 3px !important;
    }

.perf-edit-modal .modal-xl { max-width: 1170px !important; }

.perf-edit-modal .perf-edit-date { width: 75px; }
.perf-edit-modal .perf-edit-day { width: 45px; }
.perf-edit-modal .perf-edit-type { width: 40px; }
.perf-edit-modal .perf-edit-time { width: 65px; }
.perf-edit-modal .perf-edit-block { width: 75px; }
.perf-edit-modal .perf-edit-status { width: 160px; }
.perf-edit-modal .perf-edit-avail { width: 160px; }
.perf-edit-modal .perf-edit-freesell { width: 60px; }

/* Delivery - Shipping*/

.delivery-shipping .form-check {
    padding-left: 20px;
}

.delivery-shipping .form-check .form-check-input {
    margin-top: 7px;
}

/* jQuery DataTables */
/* Instead of including the raw datatables scripts, we've stripped out what is important and included it here so as to not clash with other styles */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting {
    background-image: url("images/sort_both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
    background-image: url("images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("images/sort_desc_disabled.png");
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
    font-size: 14px;
    color: black;
}

.dataTables_wrapper label {
    padding-right: 0 !important;
}

.dataTables_wrapper :focus {
    outline: none;
}

    .dataTables_wrapper .dataTables_length {
        float: left;
    }

        .dataTables_wrapper .dataTables_length select {
            padding: 4px;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
        }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right;
    }

        .dataTables_wrapper .dataTables_filter input {
            border: 1px solid #ced4da;
            border-radius: 3px;
            padding: 5px;
            background-color: white;
            margin-left: 3px;
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 0.755em;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: 0.25em;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: 0.5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            *cursor: hand;
            color: #333 !important;
            border: 1px solid transparent;
            border-radius: 2px;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current,
            .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: white !important;
                border: 1px solid #979797;
                /*background-color: white;*/
                background-color: #0b758c;
                border-color: #0a5675;

                /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
                background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
                background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
                background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
                background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
                background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);*/
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: transparent;
                box-shadow: none;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: white !important;
                border: 1px solid #111;
                /*background-color: #585858;*/
                background-color: #0a5675;
                border-color: #156d80;
                /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
                background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
                background: -moz-linear-gradient(top, #585858 0%, #111 100%);
                background: -ms-linear-gradient(top, #585858 0%, #111 100%);
                background: -o-linear-gradient(top, #585858 0%, #111 100%);
                background: linear-gradient(to bottom, #585858 0%, #111 100%);*/
            }

            /*.dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background-color: #2b2b2b;*/
                /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
                background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);*/
                /*box-shadow: inset 0 0 3px #111;
            }*/

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em;
        }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: white;
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_processing,
    .dataTables_wrapper .dataTables_paginate {
        color: #333;
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both;
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            *margin-top: -1px;
            -webkit-overflow-scrolling: touch;
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
                vertical-align: middle;
            }

                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
                    height: 0;
                    overflow: hidden;
                    margin: 0 !important;
                    padding: 0 !important;
                }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111;
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
    .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
        border-bottom: none;
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}

/* Miscellaneous */

.bootstrap-tagsinput {
    width: 100%;
}

.text-red {
    color: red;
}

.text-black {
    color: black;
}

.off-white {
    background: #f2f3f4;
}

.white {
    background: white;
}

span.separator {
    border-right: 1px solid black;
    margin-right: 5px;
    padding-right: 10px;
}

.display-block {
    display: block;
}

input[type=checkbox],
input[type=radio] {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer !important;
}

.highlight-yellow {
    background-color: #fff6ba !important;
}

a.blue-link,
a.blue-link:link,
a.blue-link:visited,
a.blue-link:active,
a.blue-link:focus,
a.blue-link:hover {
    text-decoration: none;
    color: blue;
}

/* Order Review Styling */
.order-review-details-block h1 {
    font-weight: bold;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.order-review-details-block .collapse-control {
    cursor: pointer;
    position: absolute;
    top: 36%;
    right: 20px;
    font-size: 16px;
    font-weight: normal;
}

.order-review-details-block .collapse-control[aria-expanded=true] .expand-text {
    display: none;
}

.order-review-details-block .collapse-control[aria-expanded=false] .collapse-text {
    display: none;
}

tr.selected {
    background: #fff6ba !important;
}

#potential-clients-table span.order-history {
    float: right;
    color: #0b758c;
    font-weight: 500;
}

#potential-clients-table span.order-history:hover {
    cursor: pointer;
}

#potential-clients-table span.confirm-btn,
#potential-clients-table span.assign-btn {
    color: #0a5675;
    font-weight: 700;
}

#potential-clients-table span.assign-btn:hover,
#potential-clients-table span.confirm-btn:hover {
    cursor: pointer;
}

.btn.btn-chunky{
    padding: 10px 20px;
    border-radius: 0;
}

tr.alternate.chunky th{
    padding-top: 20px;
    font-size: 14px;
}

#page-navigation{
   display: flex;
   justify-content: center;
}

#page-navigation button,
#page-navigation a{
    margin: 0 5px;
}

#orderHistoryModal table .heading{
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

#continueModal p.warning{
    margin-top: 75px;
    color: red;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.order-review-search-container .ft-form-header {
    height: 80px;
}

.order-review-search-container .ft-form-header h2 {
    font-weight: bold;
    font-size: 18px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-review-add-contact-container .ft-form-header {
    height: 80px;
}

.order-review-add-contact-container .ft-form-header h2 {
    font-weight: bold;
    font-size: 18px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-review-create-org-container .ft-form-header.form-banner{
    text-align: center;
    padding: 25px;
}

.order-review-create-org-container .ft-form-header.form-banner h2{
    font-size: 18px;
    font-weight: bold;
}

.potential-clients-header-row > td {
    text-align: center;
    background-color: #0A5675;
    color: white !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

table tbody tr.hidden-price,
table.table tbody tr.hidden-price {
    background-color: #efefef;
}

table tr.hidden-price td,
table.table tr.hidden-price td {
    color: #646464;
}