﻿.sidebar .simple-text {
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    color: #3c4858;
    white-space: nowrap;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    display: block;
    padding-top: 20px !important;
    position: relative;
    z-index: 1;
}

.result-icon {
    font-weight: bold;
    font-size: 15pt;
}

.logo-normal {
    background-color: #eee;
}

.sidemenu-logo-separator {
    height: 1px;
    background-color: hsla(0,0%,71%,.3);
    margin: 0px 15px;
}

.sidebar .sidebar-wrapper {
    background-image: none !important;
    background-color: #f3f3f3;
}

/* Daily Sales Chart */
#dailySalesChart > svg {
    overflow: visible;
}

.card [class*="card-header-"] .ct-chart .ct-point {
    stroke-width: 14px !important;
}

.ct-grid {
    stroke: #dbdbdb !important;
}

.ct-label {
    font-size: 16px;
    color: #fff !important;
    fill: #fff !important;
    font-weight: bold;
}

.ct-line, .ct-point {
    stroke: #fff !important;
}

/* End Daily Sales Chart */

h3.card-category {
    font-size: .875rem !important;
}

#close-batch-modal-form-report-body {
    font-family: 'Courier New' !important;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: auto;
}

#receipt-for-printing {
    font-family: 'Courier New';
}

.padmin-tagit-control {
    padding-top: 4px !important;
}

.report-filter-by-categories {
    background-color: rgba(249, 249, 249, 1);
    padding: 10px;
    border-radius: 6px;
    border: 1px solid lightgray;
    margin-top: 0px !important;
    margin-bottom: 16px !important;
}

    .report-filter-by-categories .bmd-label-floating {
        font-weight: bold;
    }

    .report-filter-by-categories #filter-by-group {
        background-color: white !important;
    }

.search-filter {
    background-color: rgba(249, 249, 249, 1);
    padding: 10px;
    border-radius: 6px;
    border: 1px solid lightgray;
    margin-top: 0px !important;
    margin-bottom: 16px !important;
}

    .search-filter .bmd-label-floating {
        font-weight: bold;
    }

    .search-filter select {
        background-color: white !important;
    }

.sales-chart-total {
    background-color: rgba(55, 123, 59, 1);
    color: white;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
    display: inline !important;
    white-space: nowrap;
}

.padmin-nav-select-control {
    margin-left: 10px !important;
    background-color: white !important;
    min-width: 150px;
    height: 27px !important;
}

.flatpickr-month {
    height: 40px !important;
}

select {
    height: 36px !important;
    background-image: none !important;
    background-color: white;
}

.footer {
    float: right !important;
    padding: 0px !important;
    border-top: none !important;
}

.webpadmin-version {
    font-size: 10pt !important;
    margin-right: 30px !important;
    margin-bottom: 10px !important;
}

.webpadmin-version-no-operators {
    position: absolute;
    bottom: 0px;
    right: 15px;
    font-size: 9pt;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    border-radius: 6px;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #9c27b0;
        }

            .tab button.active span {
                border-bottom: 1px solid white;
                color: white;
            }

        .tab button span {
            padding-bottom: 4px;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    margin-left: 4px;
    margin-right: 4px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

    .tabcontent h2 {
        font-size: 14pt;
        font-weight: bold;
    }

.layout-btn-property {
    background-color: #f6f6f6;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #9f9f9f;
    border-radius: 6px;
    margin-top: 10px;
    color: black;
    height: 35px;
    font-weight: bold;
}

.pb-holder {
    margin-top: 10px;
    margin-bottom: 10px;
}

.layout-edit-button {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 6px;
    cursor: pointer;
}

    .layout-edit-button button {
        border-color: white;
        border: 1px solid white;
        background-color: #0f5912;
        color: white;
        border-radius: 6px;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,.14) !important;
        cursor: pointer;
    }

        .layout-edit-button button:hover {
            border: 1px solid white;
            box-shadow: 0 1px 4px 0 rgba(0,0,0,.74) !important;
        }

.card-title {
    font-size: 12pt !important;
    font-weight: bold;
}

label.error, span.error {
    color: white !important;
    background-color: #b30c00;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block;
}

.h40 {
    height: 40px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-l-10 {
    padding-left: 10px;
}

.p-b-19 {
    padding-bottom: 19px !important;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn.btn-white {
    color: #575757 !important;
}

.table-import-button, .table-export-button {
    color: #fff !important;
    background-color: #303072 !important;
    border-color: #303072 !important;
    box-shadow: 0 2px 2px 0 rgba(48, 48, 114, 0.14), 0 3px 1px -2px rgba(48, 48, 114, 0.2), 0 1px 5px 0 rgba(48, 48, 114, 0.12) !important;
}

.table-copy-button {
    color: #fff !important;
    background-color: #145089 !important;
    border-color: #145089 !important;
    box-shadow: 0 2px 2px 0 rgba(20, 80, 137, 0.14), 0 3px 1px -2px rgba(20, 80, 137, 0.2), 0 1px 5px 0 rgba(20, 80, 137, 0.12) !important;
}

.padmin-table-highlight .btn.btn-primary {
    color: #303072 !important;
    background-color: #fff !important;
    border-color: #303072 !important;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.12) !important;
}

.padmin-table-highlight .btn.btn-success {
    color: #29571E !important;
    background-color: #fff !important;
    border-color: #29571E !important;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.12) !important;
}

.padmin-table-highlight .btn.btn-danger {
    color: #9A2214 !important;
    background-color: #fff !important;
    border-color: #9A2214 !important;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.12) !important;
}

.padmin-table-highlight .btn.btn-secondary {
    color: #2f353b !important;
    background-color: #fff !important;
    border-color: #9A2214 !important;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.12) !important;
}

.btn.btn-danger {
    color: #fff !important;
    background-color: #9A2214 !important;
    border-color: #9A2214 !important;
    box-shadow: 0 2px 2px 0 rgba(154, 34, 20, 0.14), 0 3px 1px -2px rgba(154, 34, 20, 0.2), 0 1px 5px 0 rgba(154, 34, 20, 0.12) !important;
}

.btn.btn-success {
    color: #fff !important;
    background-color: #29571E !important;
    border-color: #29571E !important;
    box-shadow: 0 2px 2px 0 rgba(41, 87, 30, 0.14), 0 3px 1px -2px rgba(41, 87, 30, 0.2), 0 1px 5px 0 rgba(41, 87, 30, 0.12) !important;
}

.btn.btn-secondary {
    color: #2f353b !important;
    background-color: #f0f2f4 !important;
    border-color: #cccccc !important;
    box-shadow: 0 2px 2px 0 rgba(240, 242, 244, 0.14), 0 3px 1px -2px rgba(240, 242, 244, 0.2), 0 1px 5px 0 rgba(240, 242, 244, 0.12) !important;
}

.form-check, label {
    color: #545454 !important;
}

.padmin-image-control {
    border: 0px !important;
    max-width: 400px !important;
}

.img-thumbnail {
    border-radius: 5px !important;
}

.padmin-under-image-holder button {
    float: left !important;
}

.padmin-under-image-holder input {
    position: relative !important;
    float: left !important;
    opacity: inherit !important;
    width: auto !important;
    height: auto !important;
    max-width: 60%;
    z-index: inherit !important;
    margin-left: 10px;
    padding: 4px;
    margin-top: 5px;
}

.padmin-under-image-holder {
    max-width: 600px !important;
    margin-top: 10px;
    padding: 5px;
}

.padmin-import-file {
    opacity: inherit !important;
    z-index: inherit !important;
    position: relative !important;
    float: right !important;
}

/* Begin PAdmin success alert */
.padmin-success h4 i {
    color: white !important;
    display: block;
    float: left;
}

.padmin-success h4 span {
    color: white !important;
    display: block;
    float: left;
    padding-left: 10px;
}

.padmin-success .alert-success {
    height: 65px;
}
/* End PAdmin success alert */

.padmin-form-button {
    margin-right: 10px !important;
    letter-spacing: 1px !important;
}

.padmin-horizontal-separator {
    background-color: #e4f0f5;
    font-size: 12pt;
    padding: 5px;
    border-radius: 3px;
    font-weight: bold;
    height: 35px;
    border-left: 4px solid #18536d;
    color: #18536d;
}

.padmin-horizontal-separator-icon, .padmin-horizontal-separator-label {
    float: left;
}

/* Begin Shake DOM element */
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.apply-shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
/* End Shake DOM element */

/* Begin CheckBox TreeView  HTML Control */
.treeview-checkbox-holder {
    padding-top: 4px;
    display: table-cell;
}

.child-check i, .parent-check i {
    display: table-cell;
}

.child-check {
    margin-left: 15px;
    display: none;
    cursor: pointer;
}

.parent-check {
    cursor: pointer;
}

.child-check .active {
    display: block;
}

.child-check label, .parent-check label {
    padding: 0px 5px 0px 5px !important;
    display: table-cell !important;
    vertical-align: middle;
}

    .child-check label:hover, .parent-check label:hover {
        color: white !important;
        background-color: #9c35b3 !important;
        padding: 0px 5px 0px 5px !important;
        cursor: pointer;
        border-radius: 6px;
        vertical-align: middle;
    }

.treeview-checkbox {
    margin-left: 10px;
    margin-right: 5px;
    width: 20px !important;
    height: 20px !important;
    margin-top: 5px;
}
/* End of CheckBox TreeView  HTML Control*/

.gj-datepicker .input-group-append button {
    height: 36px;
    margin-top: 0px;
    box-shadow: unset;
    background-color: #cdcdcd;
    margin-left: -2px;
    border-color: #b6b6b6 !important;
}

.btn-outline-secondary:hover {
    background-color: #cdcdcd !important;
    border: 0px;
    color: black !important;
}

/* Begin PAdmin Table Properties */
.dataTables_filter label input, .dataTables_length label select {
    background-size: 0 100%,100% 100%;
    border: 1px solid #b6b6b6;
    border-radius: 3px !important;
    padding-left: 4px !important;
    height: 36px;
    transition: background 0s ease-out;
    font-size: 14px;
}

.dataTables_paginate span a {
    background-size: 0 100%,100% 100%;
    border: 1px solid #b6b6b6;
    border-radius: 3px !important;
    height: 36px;
    transition: background 0s ease-out;
    font-size: 14px;
}

.padmin-horizontal-separator + .table-responsive {
    margin-top: 10px;
}

.padmin-table {
    width: 99% !important;
    border-spacing: 0px !important;
    /*border-collapse: collapse !important;*/
    border-top: 1px solid #000 !important;
    border-bottom: none !important;
}

.padmin-table tr td::selection {
    background: none;
}

    .padmin-table.padmin-table-selectable tbody tr {
        cursor: pointer;
    }

    .padmin-table > thead > tr > th {
        border-right: 1px solid #ddd;
        border-left: none;
    }

        .padmin-table > thead > tr > th:first-child {
            border-left-color: #ddd;
        }

        .padmin-table > thead > tr > th:last-child {
            border-right-color: #ddd;
        }

    .padmin-table > tbody > tr > td {
        border: none;
    }

        .padmin-table > tbody > tr > td:first-child {
            border-left: #ddd;
        }

        .padmin-table > tbody > tr > td:last-child {
            border-right: #ddd;
        }

.padmin-table-holder {
    font-size: 10pt;
    margin-top: 10px;
}

.padmin-table thead tr th {
    font-size: 10pt !important;
}

.padmin-table thead tr {
    border-top: 1px solid black !important;
}

.padmin-table-highlight {
    background-color: #9c27b0 !important;
    color: white !important;
}
/* End PAdmin Table Properties */

.swal2-popup {
    padding: 0px !important;
}

.swal2-header {
    padding-top: 20px !important;
}

.swal2-title {
    font-size: 27px !important;
    margin-bottom: 13px !important;
    padding: 0.25rem !important;
}

.swal2-content {
    padding-top: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 16px !important;
}

.swal2-confirm {
    color: #2f353b !important;
    background-color: #f0f2f4 !important;
    border-color: #cccccc !important;
    box-shadow: 0 2px 2px 0 rgba(240, 242, 244, 0.14), 0 3px 1px -2px rgba(240, 242, 244, 0.2), 0 1px 5px 0 rgba(240, 242, 244, 0.12) !important;
}

.swal2-cancel {
    background-color: #9A2214 !important;
    color: #ffffff !important;
    border-color: #9A2214 !important;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.12) !important;
}

.swal2-actions {
    display: flex !important;
    justify-content: flex-end !important;
    margin-top: 32px !important;
    border-top: 1px solid #E9ECEF;
    overflow: hidden;
    text-align: center !important;
    padding: 13px 16px !important;
}

.swal2-styled {
    color: #fff;
    background-color: #125777;
    border-color: #125777;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border: none;
    border-radius: .2rem;
    font-size: .75rem !important;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 12px 20px !important;
}

.swal2-icon-warning {
    border-color: #f8bb86 !important;
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate;
}

.swal2-icon-warning-body, .swal2-icon-warning-dot {
    position: absolute;
    left: 50%;
    background-color: #f8bb86;
}

.swal2-icon-warning-body {
    width: 5px;
    height: 47px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
}

.swal2-icon-warning-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -11px;
}

.busy-status {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000;
    background-color: white;
}

/* Begin form CheckBox */
.ccheck {
    width: 38px !important;
    height: 38px !important;
}

.form-check-label {
    border: 1px solid #b6b6b6;
    border-radius: 3px;
    height: 36px;
}

    .form-check-label input {
        margin-left: 10px;
        width: 20px !important;
        height: 20px !important;
        margin-top: 7px;
    }

.padmin-checkbox-label {
    margin-left: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    margin-top: 5px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-sign {
    padding: 6px;
}

.checkbox-label {
    display: block;
}
/* End form CheckBox */
/* Begin Form Control Properties */
.btn-msize {
    height: 36px !important;
    margin-top: 0px !important;
}

.btn-primary {
    color: #fff;
    background-color: #303072 !important;
    border-color: #303072 !important;
}

.table-edit-button.btn-secondary, .table-copy-button.btn-secondary {
    border: 1px solid #ddd;
}

.table-button {
    width: 32px !important;
    padding-left: 7px !important;
}

.reorder_table_container {
    width: 99%;
    max-height: 350px;
    overflow-y: auto;
}

.reoder-buttons {
    position: relative;
    margin-left: 10px;
}

.vertical-align-bottom {
    position: absolute;
    bottom: 0;
}

.reorder-button {
    display: block !important;
}

.vertically-scrollable-table-container {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 15px;
}

.form-control-dropdown {
    background-image: none !important;
    height: 36px !important;
    -moz-appearance: button-arrow-down !important;
    -webkit-appearance: menulist !important;
}

.form-control:read-only {
    background-image: none !important;
}

.uppercase {
    text-transform: uppercase;
}

.search-button i {
    padding-top: 8px;
    padding-left: 6px;
}

.search-button {
    border-top-right-radius: 3px;
    border: 0px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid rgba(142, 36, 170, 1);
    border-right: 1px solid rgba(142, 36, 170, 1);
    border-top: 1px solid rgba(142, 36, 170, 1);
    width: 30px;
    background-color: rgba(142, 36, 170, 1);
    cursor: pointer;
    color: white;
}

    .search-button[disabled] {
        border-bottom: 1px solid #b6b6b6;
        border-right: 1px solid #b6b6b6;
        border-top: 1px solid #b6b6b6;
        background-color: #e4e4e4;
        cursor: not-allowed;
        background-repeat: no-repeat
    }

        .search-button[disabled] i {
            color: #5e5e5e;
        }

#onecard-operator-search-button {
    width: 100%;
}

.padmin-nav-card-title {
    float: left;
}

.padmin-nav-link, .padmin-nav-link:visited {
    margin-left: 10px;
    border-radius: 3px;
    font-size: 12pt;
    color: white;
    padding: 10px;
    text-shadow: 0px 1px black;
}

    .padmin-nav-link:hover {
        text-decoration: underline;
        color: white;
    }

.padmin-nav-link-active:hover {
    color: black;
    text-shadow: none;
    text-decoration: none;
}

.padmin-nav-link-active, .padmin-nav-link-active:visited {
    background-color: white;
    color: black;
    text-shadow: none;
}

.padmin-nav-link-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.padmin-nav {
    margin-left: 5px;
}

.padmin-nav-card-title {
    margin-top: 5px;
}
/* End Form Control Properties */

/* Begin Material Icon Properties */
.material-icons.md-8 {
    font-size: 8pt;
}

.material-icons.md-9 {
    font-size: 9pt;
}

.material-icons.md-10 {
    font-size: 10pt;
}

.material-icons.md-12 {
    font-size: 12pt;
}

.material-icons.md-14 {
    font-size: 14pt;
}

.material-icons.md-16 {
    font-size: 16pt;
}

.material-icons.md-18 {
    font-size: 18pt;
}

.material-icons.md-20 {
    font-size: 20pt;
}

.material-icons.md-22 {
    font-size: 22pt;
}

.material-icons.md-24 {
    font-size: 24pt;
}

.material-icons.md-48 {
    font-size: 48px;
}
/* End Material Icon Properties */

/* Accessibility - skip navigation link */
#skip_to_main_content {
    background: #8e24aa;
}

    #skip_to_main_content a:focus, #skip_to_main_content a:active {
        position: absolute;
        top: 0;
        left: 0;
        background: #8e24aa;
        color: #fff;
        text-decoration: underline;
        outline: none;
        -webkit-transition: top .1s ease-in, background .5s linear;
        transition: top .1s ease-in, background .5s linear;
    }

    #skip_to_main_content a {
        background-color: #8e24aa;
        padding: 6px;
        position: absolute;
        top: -36px;
        left: 0px;
        color: #fff;
        width: 100%;
        height: auto;
        overflow: auto;
        font-size: 16px;
        text-align: center;
        text-decoration: underline;
        -webkit-transition: top 1s ease-out, background 1s linear;
        transition: top 1s ease-out, background 1s linear;
        z-index: 1060;
    }

/* Accessibility - Focus Indicator */
:focus {
    outline: 2px solid white !important;
    border: 2px solid #000 !important;
}

.btn-primary:focus {
    border: 2px solid #fff !important;
    outline: 2px solid #000 !important;
    box-shadow: none !important;
}

.sidebar ul > li.active > a:focus {
    border-color: #fff !important;
    outline-color: #000 !important;
}

.btn-round:focus, input[type='search']:focus {
    outline: none !important;
    border: 2px solid #000 !important;
    box-shadow: none !important;
}

a.padmin-nav-link.padmin-nav-link-active:focus {
    color: #000 !important;
}

a.padmin-nav-link:focus {
    color: #fff !important;
}

.dashboard-item.dashboard-item-shortcut {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
}

span.dashboard-shortcut-url {
    padding: 8px 2px;
    font-size: 12pt !important;
}

    span.dashboard-shortcut-url > span {
        padding: 5px;
    }

    span.dashboard-shortcut-url > a {
        padding: 5px;
        display: inline-block;
    }

.card-header.card-header-danger.card-header-icon > .card-icon {
    background: #ef5350;
}

.card-header.card-header-primary.card-header-icon > .card-icon {
    background: #909090;
}

.card-header.card-header-success.card-header-icon > .card-icon {
    background: #43a047;
}

.card-header.card-header-info.card-header-icon > .card-icon {
    background: #0094a6;
}

.card-header.card-header-warning.card-header-icon > .card-icon {
    background: #d56e00;
}


.dashboard-item .card-footer .stats {
    font-size: 13px !important;
}

.sp-dd {
    font-size: 12px !important;
}

.btn-success:focus, .btn-danger:focus {
    border: 2px solid #fff !important;
    outline: 2px solid #000 !important;
}

.btn-secondary:focus {
    border: 2px solid #ddd !important;
    outline: 2px solid #000 !important;
}

.search-button:focus {
    border-color: #fff !important;
    outline-color: #000 !important;
}

.swal2-confirm:focus {
    border: 2px solid #ddd !important;
    outline: 2px solid #000 !important;
}

.swal2-cancel:focus {
    border: 2px solid #fff !important;
    outline: 2px solid #000 !important;
}

input:focus, select:focus {
    box-shadow: none !important;
}

.form-check-input:focus {
    outline: 2px solid #000 !important;
}

.padmin-table > thead > th:focus {
    border: 2px solid #000 !important;
}

.padmin-table > tbody > tr:focus {
    outline: none !important;
}

    .padmin-table > tbody > tr:focus td {
        border-top: 2px solid #000 !important;
        border-bottom: 2px solid #000 !important;
    }

        .padmin-table > tbody > tr:focus td:first-child {
            border-left: 2px solid #000 !important;
        }

        .padmin-table > tbody > tr:focus td:last-child {
            border-right: 2px solid #000 !important;
        }

.dataTables_paginate .paginate_button.current:focus {
    border: 2px solid #fff !important;
    outline: 2px solid #000 !important;
}

.dataTables_scrollBody > table > thead > tr > th {
    padding: 0px !important;
}

.alert:focus {
    border: 2px solid #000 !important;
}

.dashboard-item.alert span.card-category, .dashboard-item.alert span.card-title {
    display: inline;
}

.dashboard-item .card-title:focus {
    border: 2px solid #fff !important;
    outline: 2px solid #000 !important;
}

.alert:focus {
    border: 2px solid #000 !important;
}

.dashboard-item.alert span.card-category, .dashboard-item.alert span.card-title {
    display: inline;
}

.dashboard-item .card-title:focus {
    border: 2px solid #fff !important;
    outline: 2px solid #000 !important;
}

#mainList li .listelement:focus {
    border-color: #fff !important;
    outline-color: #000 !important;
}

/* End Accessibility - Focus Indicator */

/* Modal Dialogs */
.modal, .swal2-container {
    z-index: 1000001 !important;
}

.modal-title {
    font-size: 1.0625rem;
    margin: 0px;
}

.modal-footer > .padmin-form-button:last-child {
    margin-right: 1px !important;
}

.modal-content > form {
    margin-bottom: 0px;
}

.padmin-modal-open {
    overflow: hidden;
}

    .padmin-modal-open .modal {
        overflow-y: auto;
    }

.modal.padmin-modal-fade {
    display: block !important;
    top: -10%;
    opacity: 0 !important;
    visibility: hidden;
    transition: top .45s, opacity .45s, visibility .45s;
}

.padmin-modal-fade.show {
    background-color: rgba(0,0,0,0.26);
    top: 0px !important;
    opacity: 1 !important;
    visibility: visible;
    transition: top .45s, opacity .45s, visibility .45s;
    transition-delay: .45s;
}

#session-expiration-notification-modal {
    z-index: 1000002 !important;
}

#waiting-dialog {
    z-index: 1000003 !important;
    padding-top: 15%;
    overflow-y: visible;
}

    #waiting-dialog .modal-header {
        margin: 0;
        font-size: 1.5625rem !important;
    }

    #waiting-dialog .progress-bar {
        width: 100%;
    }
/* End Modal Dialogs */

.alert.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6;
    box-shadow: none !important;
}

    .alert.alert-success .close i {
        color: #002b02 !important;
    }

.alert.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1;
    box-shadow: none !important;
}

.alert .close i {
    font-size: 20px !important;
    font-weight: bold;
}

.alert.alert-danger .close i {
    color: #590100 !important;
}

/*Begin ToolTips*/
.form-tooltip {
    cursor: pointer;
    position: relative;
}

    .form-tooltip .info-tooltip-icon {
        font-size: 17px;
    }

    .form-tooltip .form-tooltip-text {
        visibility: hidden;
        font-size: 12px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 10px;
        position: absolute;
        z-index: 100;
        bottom: 125%;
        right: 0%;
        opacity: 0;
        transition: opacity 0.3s;
    }


        .form-tooltip .form-tooltip-text::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: 42%;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .form-tooltip:hover .form-tooltip-text {
        visibility: visible;
        opacity: 1;
    }

.right-tooltip {
    position: absolute;
    top: 18%;
    left: 100.2%;
    z-index: 10;
}

.vertical-center-tooltip {
    top: 50%;
}

    .right-tooltip.form-tooltip .form-tooltip-text {
        min-width: 200px;
    }

/* End ToolTip */

/* Top Navigation style*/
.dashboard-navbar > .container-fluid {
    flex-wrap: wrap !important;
}

.our-brand {
    display: inline-flex;
    margin-right: 30px;
    min-width: 220px;
}

    .our-brand i {
        padding-top: 2px;
        float: left;
        display: block;
    }

    .our-brand h1 {
        display: block;
        float: left;
        padding-left: 5px;
        font-size: 13pt;
        font-weight: bold;
        margin-top: 4px;
        white-space: pre-line;
        word-wrap: break-word;
        -ms-word-break: break-word
    }

.navbar-toggler {
    position: absolute;
    top: 15px;
    right: 15px;
}


.nav .dropdown .dropdown-menu, .nav .dropdown.show .dropdown-menu {
    float: left;
    background-color: #fff !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    width: auto !important;
    height: auto !important;
    overflow-y: auto !important;
}

#topNavBarMenu {
    flex-grow: 1;
    margin-right: 25px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 5px;
}

    #topNavBarMenu .nav {
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }

    #topNavBarMenu .input-group {
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }

    #topNavBarMenu .notification {
        font-size: 11px !important;
    }

@media screen and (max-width:488px) {
    .mobile-notification-right {
        left: auto !important;
        right: -148px !important;
    }

    #topNavBarMenu {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}

@media screen and (min-width:489px) {
    .mobile-notification-right {
        left: auto !important;
        right: 0 !important;
    }

    #topNavBarMenu {
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }
}

@media screen and (min-width: 576px) {
    .padmin-modal-fade > .modal-dialog {
        max-width: 560px;
    }

    .padmin-modal-fade > .modal-dialog.modal-sm {
        max-width: 300px;
    }
}

@media screen and (min-width: 768px) {
    td.padmin-col-md-nowrap {
        white-space: nowrap !important;
    }

    .padmin-modal-fade > .modal-dialog.modal-lg {
        max-width: 660px;
    }
}

@media screen and (min-width: 992px) {
    .padmin-modal-fade > .modal-dialog.modal-lg {
        max-width: 800px !important;
    }
}

.mobile-profile-right {
    left: auto !important;
    right: 0 !important;
}

/* End Navigation brand style*/

.logo-line-2 {
    font-size: 10pt !important;
}

/* Material icons sizes style*/
.material-icons.md-11 {
    font-size: 11px !important;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-28 {
    font-size: 28px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.red {
    color: red;
}

.material-icons.green {
    color: green;
}
/* End Material icons sizes style*/

/* Start Prompt Instructions*/
#txt-prompt-departments, #txt-ordered-item-departments {
    cursor: default;
}
/* End Prompt Instructions*/

/* Start Dining Room Layouts */
div.canvas-container {
    overflow: hidden;
    margin-right: 5px;
    border: 2px solid #8e24aa;
}

    div.canvas-container.initial-size {
        width: 100% !important;
        height: calc(100vh - 200px) !important;
        max-width: 100%;
        max-height: 100%;
    }

    #Zoom {
        line-height: 1.42857;
        font-weight: 400;
        font-family: Ubuntu,Helvetica,Arial,sans-serif;
        color: #545454 !important;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
/* End  Dining Room Layouts*/

.onecardtimebitshtmlcontrol {
    margin-left: 15px;
}