.datepicker {
    z-index: 9999 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

#datatable {
    width: 100% !important;
}

#datatable > thead > tr > th {
    height: 46px !important;
    border-top: 1px solid #d7dee2 !important;
    border-bottom: 1px solid #d7dee2 !important;
}

.myorders > tbody > tr > td {
    height: 36px !important;
}

.h-list-body .userlist-box .live-status {
    position: unset !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
    margin-top: 25px;
}

.userlist-box {
    z-index: 2 !important;
}

.media.userlist-box.favorites-bar-item {
    z-index: 2031 !important;
}

#favoritesBar .h-close-text {
    top: 28vh;
}

#favoritesBar.open .h-close-text::after {
    content: "\62";
    top: 0;
    font-size: 120px;
    position: absolute;
    right: -144px;
    font-family: "pct";
    z-index: 1001;
    line-height: 0;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-shadow: 4px 0 7px rgba(69, 90, 100, 0.12);
    letter-spacing: -44px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#favoritesBar.open .h-close-text i {
    content: "\e849";
    top: -10px;
    font-size: 20px;
    position: absolute;
    right: 4px;
    font-family: "feather";
    z-index: 1029;
    line-height: 1;
    color: #1de9b6;
}

#favoritesBar .h-close-text i {
    display: none;
}

#favoritesBar.open .h-close-text i {
    display: block;
}

#favoritesBar .favorites-bar-item a i:hover {
    background-color: #ebecec !important;
}

/*Custom switch*/
#cover {
    width: 55px !important;
    height: 25px !important;
    margin: 0 auto !important;
    position: relative !important;
}

#custom-toggle {
    margin: 0px !important;
    width: 100% !important;
    height: 25px !important;
    cursor: pointer !important;
    opacity: 0 !important;
    position: relative !important;
    z-index: 3 !important;
}

#bar {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    background-color: #3dd897 !important;
    z-index: 1 !important;
    border-radius: 50px !important;
}

#knob {
    position: absolute !important;
    top: 5px !important;
    left: 8px !important;
    width: 15px !important;
    height: 15px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    transition: left 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), margin-left 0.3s ease, width 0.3s ease, border-radius 0.3s ease !important;
    box-shadow: 0px 1px 1px #7d7d7d !important;
    z-index: 2 !important;
}

#custom-toggle:active ~ #knob {
    width: 30px !important;
    border-radius: 20px !important;
}

#custom-toggle:checked ~ #knob {
    left: 30px !important;
}

#custom-toggle:checked ~ #bar {
    background-color: #23b7e5 !important;
}

#custom-toggle:checked:active ~ #knob {
    margin-left: -10px !important;
}

.userlist-box {
    padding: 10px 5px !important
}

/*Custom switch*/

/* Inventory dynamic edit */
.ide-1 {
    width: 80px;
    padding: 0 5px;
    vertical-align: top;
}

.ide-2 {
    width: 160px;
    padding: 0 5px;
    vertical-align: top;
}

.ide-auto {
    padding: 0 5px;
    vertical-align: top;
}

.ide-34 {
    width: 340px;
    padding: 0 5px;
    vertical-align: top;
}

.ide-radio {
    padding: 15px 0 9px 0;
}

.ide-check {
    padding: 14px 0 8px 0;
}

.logo-flask {
    display: none !important;
    position: absolute !important;
    left: 0;
    z-index: 2;
}

.navbar-collapsed .logo-flask {
    display: block !important;
}

.navbar-collapsed .logo-lg {
    display: none !important;
}

#mobile-collapse {
    left: auto !important;
    right: -10px !important;
    z-index: 3;
    top: 10px;
}

.navbar-collapsed #mobile-collapse {
    left: 55px !important;
}

.mobile-menu span {
    background-color: #000000;
}

.mobile-menu.on span {
    background-color: transparent !important;
}

.page-wrapper .pcoded-header {
    padding: 0 5px;
    min-height: 40px;
}

.page-wrapper .pcoded-header.table-search {
    margin: 0 !important;
    background: unset;
    width: 100%;
}

.page-wrapper .pcoded-header.table-search .main-search {
    width: 200px;
}

.custom-col-vis {
    width: 30px !important;
    height: 30px !important;
    font-size: 18px !important;
    padding: 5px !important;
    background: #04a9f5 !important;
    border-color: #04a9f5 !important;
    border-radius: 50% !important;
    color: #fff;
    font-size: 18px !important;
    line-height: 18px !important;
    margin: 4px !important;
}

.custom-col-vis:hover {
    color: #eee;
}

/* Menu styler*/
.menu-styler {
    z-index: 1029;
    position: relative;
    color: #888;
}

.menu-styler .style-toggler > a {
    position: fixed;
    right: 0;
    top: 28vh;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.menu-styler .style-toggler > a:before {
    content: "\62";
    top: 0;
    font-size: 120px;
    position: absolute;
    right: -45px;
    font-family: "pct";
    z-index: 1001;
    line-height: 0;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-shadow: -4px 0 7px rgba(69, 90, 100, 0.12);
    letter-spacing: -44px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-styler .style-toggler > a:after {
    content: "\e849";
    top: -10px;
    font-size: 20px;
    position: absolute;
    right: 4px;
    font-family: "feather";
    z-index: 1029;
    line-height: 1;
    color: #1de9b6;
}

.bulk-create-tabs {
    border-radius: 2px !important;
    line-height: 22px !important;
}

.filters-col {
    display: flex;
}

.table-filter {
    position: relative;
    margin: 10px 5px;
    background: #fff;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: 0 6px 12px -5px rgba(65, 76, 78, 0.08);
    box-shadow: 0 6px 12px -5px rgba(65, 76, 78, 0.08);
    border-radius: 20px;
}

.table-filter input {
    width: 192px;
    padding-right: 35px;
    border: 0 !important;
    background: transparent !important;
}

.table-filter input:focus {
    border: none;
    box-shadow: unset;
}

.table-filter .orb {
    width: 30px !important;
    height: 30px !important;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: 4px;
    right: 5px;
    padding: 6px;
    background: #04a9f5;
    border-color: #04a9f5;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.table-filter .orb:hover {
    cursor: pointer;
    color: #eee;
}

.invalid-feedback-custom {
    position: relative;
    top: -1rem;
    display: block;
    padding: 0 .25rem;
}

.top-right-corner {
    position: absolute;
    top: 10px;
    right: 25px;
}

.bottom-controls {
    margin-top: 20px;
}

.bottom-controls div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: 2px 0;
    justify-content: flex-right;
}

.no-gutters {
    white-space: normal;
}

.select2-selection, .select2-selection--single {
    padding-top: 0rem;
}

.table-controls .dataTables_paginate {
    float: right;
}

.row-listing-buttons, .row-listing {
    padding-top: 1rem;
}

.row-listing:first-child {
    padding-top: 0px;
}

@media screen and (max-width: 780px) {
    .filters-col {
        display: block;
    }

    .filters-col #column-visibility {
        width: 40px !important;
    }

    .table-filter input {
        width: calc(100% - 5px);
    }
}


#upload-button {
    width: 150px;
    display: block;
    margin: 20px auto;
}

#file-to-upload {
    display: none;
}

#pdf-main-container {
    width: 400px;
    margin: 20px auto;
}

#pdf-loader {
    display: none;
    text-align: center;
    color: #999999;
    font-size: 13px;
    line-height: 100px;
    height: 100px;
}

#pdf-contents {
    display: none;
}

#pdf-meta {
    overflow: hidden;
    margin: 0 0 20px 0;
}

#pdf-buttons {
    float: left;
}

#page-count-container {
    float: right;
}

#pdf-current-page {
    display: inline;
}

#pdf-total-pages {
    display: inline;
}

#pdf-canvas {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

#page-loader {
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: none;
    color: #999999;
    font-size: 13px;
}

.mb-20 {
    margin-bottom: 20px;
}

.tool-item i.mdi {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
}

.btn-toolbar {
    width: 13px;
    height: 13px;
    padding: 6px;
    display: flex;
}

.btn-toolbar > i {
    font-size: 14px;
}

table tr.transparent, table.tr.transparent:hover {
    background-color: transparent !important;
}

.card .card-block-no-padding {
    padding: 5px;
}

.tool-container, .swal-overlay {
    z-index: 99999 !important;
}

circle.selected {
    fill: #ffc107;
}

/* Broker Dashboard */
.progress-bar {
    transition: width 1s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
}

.w-content {
    display: none;
}

.w-loader {
    display: block;
}

.ps {
    height: 265px;
    position: relative;
    overflow: auto;
}

.full-card .ps {
    height: auto;
}

.dataTables_scrollBody {
    background: #fff !important;
}

.btn-toolbar-light {
    visibility: hidden !important;
}

.custom-status {
    display: block;
    margin: -4.5px auto;
}

@media only screen and (max-width: 991px) {
    .pcoded-header {
        background: transparent;
    }
}

@media screen and (min-width: 991px) and (min-height: 600px) {
    .dataTables_empty {
        display: none;
    }

    .pcoded-main-container {
        min-height: initial !important;
    }

    .pcoded-content {
        padding: 30px 30px 0 30px;
        min-height: calc(100vh - 286px) !important;
    }

    .pcoded-inner-content {
        min-height: calc(100vh - 116px) !important;
    }

    .dataTables_scrollBody {
        height: 100vh;
        min-height: 200px;
    }

    .dataTables_scrollBody {
        max-height: calc(100vh - 400px) !important;
    }

    .full-card .dataTables_scrollBody {
        max-height: calc(100vh - 180px) !important;
    }
}

/* List Tickets page */
.btn.btn-icon, .btn.drp-icon {
    width: 35px;
    height: 35px;
}

#pdf_section #pdf-main-container {
    width: 100%;
    margin: 0;
}

#pdf_section #pdf-contents {
    width: 100%;
    height: 225px;
    margin: 0;
    overflow: scroll
}

#saved_listings {
    max-height: 220px;
    overflow-y: auto;
}

#seat_editor_seats {
    max-height: 410px;
    overflow-x: hidden;
    overflow-y: auto;
}

.view_pdf, .reset_pdf_page {
    cursor: pointer
}

/* END List Tickets page */

.btn-link {
    color: #04a9f5;
}

.btn-link:hover {
    color: #0062cc !important;
}

.header-user-list.open .h-close-text {
    left: -97px !important;
}

.btn-dark-info {
    color: #efefef;
    background-color: #04a9f5;
    border-color: #04a9f5;
    padding: 0px 5px;
    border-radius: 0.25rem;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    height: 24px;
}

.btn-dark-info:hover {
    color: #efefef;
    background-color: #0062cc;
    border-color: #0062cc;
}

.price-cell:before {
    content: "$";
}

.price-cell:after {
    content: " / ea.";
}

.price:before {
    content: "$";
}

.font-11 {
    font-size: 11px;
}

.dt-body-left {
    height: 45px !important;
}

.sorting, .sorting_desc, .sorting_asc {
    padding-left: 10px;
}

.bootstrap-timepicker-widget table td input {
    width: 46px;
    margin: 0;
    text-align: center;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #ffc107;
    }
    49% {
        color: #ff6b00;
    }
    60% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: #ffc107;
    }
}

.input-success {
    border-color: #239f3c !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .2rem rgba(6, 255, 0, 0.35) !important;
}

.input-error {
    border-color: #9f0004 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .2rem rgba(255, 0, 24, 0.35) !important;
}

textarea.order-note:focus {
    border-color: unset;
    outline: unset;
    box-shadow: unset;
}

.select2-dropdown {
    z-index: 99999;
}

.select2-container {
    width: 100% !important;
}

.slider-green-zone {
    background: #baff00;
}

.slider-yellow-zone {
    background: #ffe60d;
}

.slider-red-zone {
    background: #f74700;
}

.disabled-div {
    pointer-events: none;
    opacity: 0.1;
}

.card-box-shadow {
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.2);
}

.sale-view {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.break-line {
    white-space: pre-line !important
}

.export-hidden {
    visibility: hidden;
}

.padding-10 {
    padding: 10px !important
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #24b0dc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.order-date {
    font-size: 16px;
    color: #fff;
    background-color: #04a9f5;
    padding: 1px 7px;
    border-radius: 0.25rem;
}

.custom-link-color {
    color: #04a9f5;
}