﻿h1 {
    font-size: 20px;
    font-weight: 400;
}

h2 {
    font-size: 17px;
    font-weight: 400;
}

h3 {
    font-size: 15px;
    font-weight: 400;
}

.nav-sm .main_menu span.fa .nav-md .logo-symbol {
    display: none
}

.nav-sm .logo {
    display: none
}

img.nav-bar-img {
    width: 29px;
    border-radius: 32px;
    margin-top: -8px;
    margin-left: -4px;
}

.nav-md img.nav-bar-img.logo-symbol {
    display: none;
}

button.btn-filter.pull-right {
    margin-left: 20px;
}

.menu_section > ul {
    margin-top: 0;
}

.header-cont {
    text-align: center;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 27px;
}

.header-cont h2 {
    font-weight: bold;
    margin-top: 20px;
}

.right_col {
    font-size: 11px;
}

.top_nav .nav > li > a:focus, .top_nav .nav > li > a:hover, .top_nav .nav .open > a, .top_nav .nav .open > a:focus, .top_nav .nav .open > a:hover {
    background: #313338;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.nav.navbar-nav > li > a {
    color: #fff !important;
}

.container .form-horizontal .control-label {
    text-align: left;
    font-weight: normal;
}

    .container .form-horizontal .control-label.text-left {
        text-align: left;
        font-weight: bold;
    }

th {
    font-size: 11px;
}

body {
    color: #666;
}

.nav.side-menu > li {
    border-bottom: 1px solid #fff;
}

    .nav.side-menu > li.active > a {
        text-shadow: none;
        background: none;
        box-shadow: none;
    }

.nav-sm .nav.side-menu li a {
    padding: 10px 1px;
}

.left_col, .nav_title {
    background: #1071b8;
    width: 100%;
}

.main_menu_side {
    border-top: 1px solid #fff;
}

.btn-primary, .btn-success {
    background-color: #FC7E27;
    border-color: #FC7E27;
    color: #fff;
}

    .btn-primary:hover, .btn-success:hover {
        background-color: #b39256;
        border-color: #b39256;
    }

.toggle a i {
    color: #006091;
}

.nav-sm .nav.side-menu li a {
    font-size: 12px;
}

.ajax-loader {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    opacity: 0.98;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 100000;
    display: none;
}

.overlay-loader {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgb(0,0,0,0.9);
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 97px;
    height: 97px;
    animation-name: rotateAnim;
    -o-animation-name: rotateAnim;
    -ms-animation-name: rotateAnim;
    -webkit-animation-name: rotateAnim;
    -moz-animation-name: rotateAnim;
    animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

    .loader div {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid rgb(254,254,254);
        position: absolute;
        top: 2px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

        .loader div:nth-child(odd) {
            border-top: none;
            border-left: none;
        }

        .loader div:nth-child(even) {
            border-bottom: none;
            border-right: none;
        }

        .loader div:nth-child(2) {
            border-width: 2px;
            left: 0px;
            top: -4px;
            width: 12px;
            height: 12px;
        }

        .loader div:nth-child(3) {
            border-width: 2px;
            left: -1px;
            top: 3px;
            width: 18px;
            height: 18px;
        }

        .loader div:nth-child(4) {
            border-width: 3px;
            left: -1px;
            top: -4px;
            width: 23px;
            height: 23px;
        }

        .loader div:nth-child(5) {
            border-width: 3px;
            left: -1px;
            top: 4px;
            width: 31px;
            height: 31px;
        }

        .loader div:nth-child(6) {
            border-width: 4px;
            left: 0px;
            top: -4px;
            width: 39px;
            height: 39px;
        }

        .loader div:nth-child(7) {
            border-width: 4px;
            left: 0px;
            top: 6px;
            width: 49px;
            height: 49px;
        }

@keyframes rotateAnim {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-o-keyframes rotateAnim {
    from {
        -o-transform: rotate(360deg);
    }

    to {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes rotateAnim {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0deg);
    }
}

@-webkit-keyframes rotateAnim {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes rotateAnim {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

.ajax-loader > img {
    position: relative;
    top: 45%;
}

.page-title .title_right .pull-right {
    margin: 0;
}

.container .form-horizontal .control-label {
    font-weight: bold;
}

.form-error, .sd-error {
    display: none
}

.scrollable {
    max-height: 500px;
    width: 100%;
    overflow: auto
}

.save-imports {
    margin-top: 20px
}

.filter button {
    margin-top: 25px;
    margin-right: 10px;
}

.btn-create-payments {
    margin-top: -55px
}

table td, table th {
    font-size: 11px;
}

.navbar.nav_title {
    background: #FC7E27;
    padding-top: 13px;
    border-right: 1px solid #fff !important;
}

.nav-sm .navbar.nav_title img {
    max-width: 100%
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eaeaea;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #ffffff;
}

.table-striped > tbody > tr th, .table-striped > thead > tr th {
    background-color: #272a2f;
    color: #fff;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.banking-summary td {
    background: #ffffff !important
}

.table-bordered.dataTable {
    border-top: 0;
}

.border-radius, .border-radius td {
    border-radius: 7px;
}

.btn {
    font-size: 11px
}

    .btn.glyphicon-step-backward:before {
        padding-right: 5px;
        padding-top: 1px;
        float: left;
    }

a.btn.btn-danger.glyphicon.glyphicon-step-backward {
    padding-bottom: 6px;
    padding-top: 5px;
}

.btn-disabled, .btn-disabled:hover, .btn-disabled:focus {
    background-color: #ddd;
    border-color: #ddd;
    color: #000;
    cursor: not-allowed;
}

.coat-of-arms img {
    max-width: 150px;
}

.validation-summary-errors li {
    text-align: left
}

.Open {
    color: #a94442;
}

.Approved {
    color: #31708f;
}

.Closed {
    color: #3c763d;
}

.Escalated {
    color: #8a6d3b
}

.nav.side-menu > li.current-page, .nav.side-menu > li.active, .nav.side-menu > li:hover {
    border-right: 5px solid #FC7E27;
}

.dashboard .bg-success {
    background-color: #1071b8;
    color: #fff;
}

.dashboard .bg-info {
    background-color: #FC7E27;
}

.radio-cont {
    float: left;
    margin-top: 6px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 16px !important;
}

.radio-cont input {
    float: left
}

.radio-cont span {
    padding-right: 10px;
    margin-top: 3px;
    margin-left: 5px;
    float: left;
}

.nav-sm .main_menu span.fa {
    float: none;
    width: 100%;
    text-align: center !important;
}

.nav.side-menu .glyphicon {
    padding-right: 5px;
    font-size: 18px;
}

.navbar.nav_title {
    text-align: center
}

span.main-title {
    color: #fff;
    padding: 16px 6px;
    border: 2px solid;
    -ms-border-radius: 32px;
    border-radius: 32px;
    margin-top: 10px;
    height: 55px;
    width: 55px;
    font-weight: bold;
    position: relative;
    top: 26px;
    left: -2px;
}

.bg-danger {
    background-color: #a94442;
}

.bg-info {
    background-color: #31708f;
}

.bg-warning {
    background-color: #8a6d3b;
}

.bg-success {
    background-color: #1071b8;
}

.dashboard-row a, .dashboard-row .fa {
    color: #ffffff
}

.pull-right a {
    float: right
}

.complaint-error {
    display: none
}

.top_nav .navbar-right {
    width: 100%
}

.intro {
    padding-bottom: 5px;
}

#action-cont .radio-cont {
    float: left;
    margin-top: 3px;
    margin-left: 15px;
}

.action-complaint-details.table-bordered tr td {
    padding: 8px;
    vertical-align: inherit;
    font-size: 11px;
}

    .action-complaint-details.table-bordered tr td label {
        margin-bottom: 0
    }

#me-action-cont .x_content {
    min-height: 100px
}

.logs-new-record {
    max-width: 300px;
    overflow: auto
}

td span {
    line-height: inherit;
}

.header-cont h4 {
    font-size: 13px
}

.add-districts i.fa.fa-times-circle {
    font-size: 20px;
    margin-top: -6px;
}

.fa-remove {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    outline: none;
    padding: 6px;
    background-color: #a94442;
    color: #fff;
}

    .fa-remove:hover {
        background-color: #cc514;
        opacity: 0.9;
        color: #fff;
    }

.fa-pencil {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    outline: none;
    padding: 6px;
    background-color: #533591;
    color: #fff;
}

    .fa-pencil:hover {
        background-color: #FC7E27;
        opacity: 0.9;
    }

.fa-eye {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    outline: none;
    padding: 6px;
    background-color: #d2ac67;
    color: #fff;
}

span.fancytree-icon {
    display: none !important;
}

input[type=checkbox], input[type=radio] {
    margin-right: 5px;
    cursor: pointer;
}

.profiles i.fa {
    font-size: 16px;
    cursor: pointer;
}

footer.copy p {
    text-align: center;
    padding-top: 10px;
}

.profiles li {
    list-style: none
}

.profiles .folder {
    cursor: pointer
}

.profiles li ul {
    list-style: none;
    border-left: 1px dotted;
    margin-bottom: 0px;
    padding-left: 25px;
    margin-left: 18px;
    display: none;
}

ul#treeData {
    font-family: tahoma, arial, helvetica;
    font-size: 10pt;
    white-space: nowrap;
    padding: 10px;
    padding-left: 30px;
    margin: 0;
    background-color: white;
    border: 1px dotted gray;
    min-height: 0%;
    position: relative;
}

.complaint-title {
    text-transform: uppercase
}

.search-btn {
    cursor: pointer
}

button.btn.btn-primary.btn-export {
    margin-left: 10px;
}

footer {
    padding: 10px 20px;
    background: #272a2f;
    border-top: 1px solid #000;
    color: #fff;
}

.copy img {
    height: 40px;
}

.tile-stats {
    padding: 20px 15px
}

    .tile-stats .icon {
        top: 40px;
    }

.pp_social {
    display: none
}

.pbu-complaints-table tr td:nth-child(1) {
    font-weight: bold
}

.red td {
    color: #E74C3C;
}

input[type="file"] {
    height: auto;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

select[multiple], select[size] {
    height: 34px;
}

.pbu-report .False td {
    color: #dc143c
}

input.btn.btn-primary {
    margin-left: 0px !important;
}

.login_content div .reset_pass {
    margin-top: 13px !important;
    margin-right: 10px;
    float: right;
}

.login_content button.btn.btn-default.submit {
    margin-left: 10px;
    float: left;
}

@media (max-width: 768px) {
    [class*="col-md-"] {
        width: 100%
    }

    #table-filter_filter {
        float: right !important;
        width: 60%;
    }

    div.dt-buttons {
        position: relative;
        float: left !important;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 75%;
    }

    .nav_menu .col-md-2 {
        width: 15%
    }

        .nav_menu .col-md-2.avatar {
            width: 50%
        }

    .nav_menu .col-md-8 {
        width: 35%;
        padding: 0;
    }

    .header-cont h2 {
        font-weight: bold;
        margin-top: 23px;
        text-align: center;
        position: absolute;
        left: 32px;
        font-size: 14px;
    }

    .ajax-loader {
        display: block
    }
}

.multiselect-native-select .btn-group, .multiselect-native-select .multiselect, .multiselect-selected-text {
    width: 100%;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    margin-top: 0;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    -ms-border-radius: 1px;
    border-radius: 1px;
    padding: 9px 12px;
}

.reports-filter .col-md-3 {
    margin-bottom: 15px
}

.reports-filter.filter button {
    margin-top: 0;
}

.multiselect-selected-text {
    text-align: left;
    float: left;
    font-size: 13px;
}

.multiselect-container {
    width: 100%
}

.reports-filter i.fa {
    padding-right: 3px;
}

.pagination > li.current-page > a, .pagination > li.current-page > span {
    color: #fff;
    background: #2991D6;
}

.no-button-margin div.dt-buttons {
    margin-top: 0;
    margin-left: 10px;
}

div.dt-buttons .fa {
    font-size: 13px
}

#table-filter.detailed th {
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    font-size: 10px;
}

#table-filter.table.detailed thead :after {
    right: 3px;
    top: 5px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
    border-right: 0;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 0;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0;
}

/*table.dataTable {
    width: 99%;
}*/
.nav-tabs {
    border-bottom: 1px solid #eaeaea;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.table-bordered {
    border-top: 1px solid #dddddd !important;
    border-left: 1px solid #dddddd !important;
}

.table-striped {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

button.dt-button, div.dt-button, a.dt-button {
    background-image: none;
    background-color: #FC7E27;
    border-color: #FC7E27;
    color: #fff;
    font-size: 11px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    button.dt-button:hover, div.dt-button:hover, a.dt-button:hover {
        background-color: #b39256 !important;
        border-color: #b39256 !important;
        background-image: none !important;
    }

.dataTables_empty {
    color: #a94442;
}

.automated-scripts .alert {
    display: none
}

.checkbox.no-margin input[type=checkbox] {
    margin-left: 0px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px !important;
}

.select2-container--default .select2-selection--single {
    -ms-border-radius: 0;
    border-radius: 0;
    min-height: 20px;
    height: auto;
}

td.Pending {
    color: red
}

.payment-mode {
    display: none
}

.margin-top-25 {
    margin-top: 25px
}

.margin-top-15 {
    margin-top: 15px
}

.date-of-marriage {
    display: none
}

.member-details tr td:first-child {
    background: #F5F5F5;
    font-weight: bold;
}

.no-border td {
    border: none !important;
    background: none !important
}

.checkbox-cont .control-label {
    margin-top: 3px;
    padding-top: 0;
    font-size: 11px;
    float: left;
    padding-right: 50px;
}

.checkbox-cont {
    padding: 7px 5px 9px 10px;
    float: left;
    border: 1px solid #ccc;
    width: 100%;
}

    .checkbox-cont .checkbox-only {
        margin-top: 20px;
    }

    .checkbox-cont input {
        float: left;
    }

.form-vertical .checkbox, .form-vertical .radio {
    min-height: 25px;
    margin-top: 0;
}

.attendance .fa-pencil {
    font-size: 8px;
    padding: 3px;
    background: none;
}

.banking .dt-buttons, .balance-sheet .dt-buttons {
    float: right;
    margin-top: -59px;
}

    .banking .dt-buttons a.dt-button {
        background: #FC7E27;
        border-color: #FC7E27;
    }

.visibility-none {
    visibility: hidden
}

.balance-sheet .net {
    background-color: #FC7E27;
    color: #fff;
}

.balance-sheet .fa-money {
    color: #fff;
}

.balance-sheet .tile-stats .count {
    font-size: 25px;
}

.balance-sheet .table-bordered.dataTable {
    border-top: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #FC7E27;
    border-color: #FC7E27;
}

.filter-cont, .filter-controls, .x_content .nav-tabs {
    background: #efefee;
    margin-top: -16px;
    margin-bottom: 15px;
    padding-top: 10px;
}

.date-saved {
    display: none
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.nav-tabs {
    margin-bottom: 20px;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background: #533591;
}

.action-cont {
    -webkit-box-shadow: 10px 10px 16px 0px rgba(224,224,224,1);
    -moz-box-shadow: 10px 10px 16px 0px rgba(224,224,224,1);
    box-shadow: 10px 10px 16px 0px rgba(224,224,224,1);
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border: 0px solid #000000;
    padding: 15px;
    margin-top: 25px;
}

.close {
    color: #fff;
    -ms-opacity: 0.8;
    opacity: 0.8;
}

.text-bold {
    font-weight: bold
}

.message-new {
    background: #e7e7e7
}

.pagination-container {
    float: right
}

#pos tr {
    cursor: pointer
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5 !important;
}

#pos {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

i.fa.fa-times-circle {
    font-size: 16px;
}

a.delete-item {
    top: 10px;
    position: relative;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-top-20 {
    margin-top: 20px !important
}

.header-cont img.padding-top-5 {
    width: 30px;
    margin: 0 auto;
}

.modal-open .modal {
    z-index: 10000;
}

.modal-title {
    color: #fff;
}

.dataTables_wrapper {
    overflow-x: auto
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 2px solid #ddd !important;
}

.nav-sm ul.nav.child_menu.bottom {
    bottom: 0;
    top: auto;
    height: auto !important;
}

.table-striped.no-border-radius > tbody > tr th, .table-striped.no-border-radius > thead > tr th {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

tr.below-minimum {
    background-color: #b55151 !important;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0;
    padding: 0;
    display: inline;
}

.receipt-table tr {
    color: #000 !important;
    background-color: #fff !important;
}

.bill-header * {
    font-size: 12px;
}

.border-top {
    border-top: 1px solid #cccccc;
}

.receipt-table td {
    padding: 10px 0;
}

@media (max-width: 480px) {
    div #pos_filter {
        position: relative;
        right: 0;
        top: 0px;
    }

    .sales-pos-cont .col-md-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .x_panel {
        padding: 10px 8px;
    }

    .name-cont {
        display: none
    }

    .nav_menu .col-md-8 {
        width: 55%;
        padding: 0;
    }

    .nav_menu .col-md-2.avatar {
        width: 30%;
    }
}

body .container.body .right_col {
    background: #272a2f;
}

.nav_menu {
    float: left;
    background: #272a2f;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    color: #fff;
}

.x_panel {
    background: #dddddd;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

table#pos-table td {
    background: #fff;
}

table#pos-table th, #pos th {
    background: #272a2f;
    color: #fff;
}

.rounded-top, .rounded-top th {
    -ms-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -ms-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
}

.rounded {
    -ms-border-radius: 7px;
    border-radius: 7px;
}

    .rounded.product-cont {
        padding: 30px;
        border: 1px solid;
        background: #fff;
        width: 100px;
        float: left;
        margin-right: 7px;
        cursor: pointer;
    }

    .rounded.user-cont, .pin-cont {
        padding: 10px;
        border: 1px solid;
        background: #fff;
        width: 200px;
        margin-right: 7px;
        cursor: pointer;
        display: inline-block;
    }

.pin-cont {
    cursor: default;
    padding-bottom: 20px;
    margin: 60px;
}

.logout.product-cont.active {
    margin: auto;
    text-align: center;
    float: none;
    border: none;
    position: relative;
    top: 18px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .logout.product-cont.active:hover {
        opacity: 0.8;
    }

.waiters {
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 5000;
    width: 100%;
    background: #272a2f;
    height: 100%;
    left: 0;
    padding-top: 50px;
    display: none;
    height: 100vh;
    overflow: auto;
}

.nav-sm .container.body .col-md-3.left_col {
    z-index: 999;
}

.waiters .header {
    padding-bottom: 22px;
}

    .waiters .header span {
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        border-bottom: 1px dashed;
        /* margin-bottom: 20px; */
        padding-bottom: 7px;
    }

.rounded.user-cont span {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.pin-cont label {
    font-size: 15px;
}

.pin-error {
    display: none;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
}

.rounded.user-cont img {
    max-width: 100%
}

.product-cont.active, .user-cont.active {
    background-color: #FC7E27;
    color: #fff;
    border-color: #000000;
}

table.nmpd-grid {
    border-radius: 0
}

    table.nmpd-grid button {
        display: block;
        padding: 27px 35px;
        background-color: #424242;
        color: #fff;
        text-align: center;
        margin: 0;
        font-size: 15px;
    }

        table.nmpd-grid button.btn-primary {
            background-color: #388E3C;
            color: #fff;
        }

        table.nmpd-grid button.cancel {
            background-color: #ef5350;
        }

input.nmpd-display {
    text-align: right;
    height: 51px;
    font-size: 15px;
    font-weight: bold;
}

.receipt-cont-inner {
    background: #fff;
    width: 430px;
    min-height: 600px;
    padding-top: 20px;
    margin: auto;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.invoice-cont-inner {
    background: #fff;
    min-height: 600px;
    margin: auto;
}
button.btn.btn-reset {
    background: #adadad;
    color: #fff;
}

tfoot tr {
    background: #eaeaea;
}