body {
    color: black !important;
}

.footer {
    text-align: center;
    position: fixed;
    width: 100%;
    height: auto;
    padding: 0 0 0 220px;
    bottom: 0;
    z-index: unset;
    margin: 0;
    background-color: #d9e0e7;
    border-top: 1px solid #CAD0D6;
}

.page-sidebar-minified .footer {
    margin: 0;
    padding: 0 0 0 60px;
}

.content {
    padding: 14px 0 10px 0;
}

.tab-content {
    border: 1px solid #c1ccd1;
    border-top-color: #fff;
    padding: 4px;
}

.tab-content .tab-pane {
    margin: 5px;
}

.nav-tabs {
    border: 1px solid #c1ccd1 !important;
    border-bottom-color: #fff !important;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background: none;
}

.nav-tabs>li>a:hover {
    background-color: #eee;
}

.table-bordered {
    border: 1px solid #dee2e6 !important;
}

.dataTables_paginate {
    float: right;
}

.disabled span {
    display: none;
}

a.desc:after {
    content: '';
}

.gritter-without-image {
    font-size: 13px;
}

.gritter-with-image p {
    font-size: 13px;
}

.fade:not(.show) {
    opacity: 0.8;
}

.panel-border {
    border: 1px solid #ccc;
}

.btn-grid .btn {
    margin-bottom: 4px;
}

.form-group {
    margin-bottom: 1rem;
}

.sp-hidden{
    display: none;
}

.sub-title-menu{
	display: none;
	text-align: center;
	color: #fff;
}

.error-code, .error-content{
    padding: 0 0 0 220px;
}

@media (max-width: 767px) {
    .mobile-padding>div {
        padding-right: 1px !important;
        padding-left: 1px !important;
    }
    .content {
        padding-top: 1px !important;
    }
    .panel-body {
        padding: 4px;
    }

    .footer{
        margin: 0 !important;
        padding: 0 !important;
    }
}

.select2-container--open {
    z-index: 9999999999 !important;
}

.virtualattendant-index .list .item{
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px;
}

.virtualattendant-index .list .item.active{
    border: 1px solid #000000;
    background-color: #f1f1f1;
}

.virtualattendant-index .list .item .item-container{
    cursor: pointer;
}

.virtualattendant-index .list .item .top{
    display: flex;
    font-weight: bold;
    font-size: 18px;
    justify-content: space-between;
}

.virtualattendant-index .list .item .address{
    font-size: 14px;
    margin-top: 7px;
}

.virtualattendant-index .list .item .buttons{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.view-item .top, .view-item .description{
    border: 1px solid #c1ccd1;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.view-item .description .product-name{
    font-size: 14px;
    font-weight: bold;
}

.view-item .description .info{
    margin-left: 20px;
}

.view-item .description .info .title{
    font-weight: bold;
}

.view-item .description .info .text{
    margin-left: 10px;
}

.view-item .top .data-info{
    /* display: flex; */
}

.view-item .name{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.view-item .data{
    font-size: 14px;
    margin-bottom: 5px;
}

.view-item .time{
    font-size: 12px;
    font-weight: bold;
    display: flex;
}

.view-item .delivery-forecast, .view-item .n-orders, .view-item .phone{
    padding: 5px;
    border: 1px solid rgb(160, 157, 157);
    border-radius: 5px;
    margin-right: 5px;
}

.view-item .buttons{
    text-align: end;
}

.delivery-area-form .row{
    display: flex;
    justify-content: space-around;
}

.payment-list{
    border: 1px solid #000;
    background-color: #fff;
    border-top: 0;
    border-radius: 0px 0px 5px 5px;
    border-color: #ccc;
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 2;
}

.payment-list .item{
    border-bottom: 1px solid #000;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.payment-list .item:last-child{
    border-bottom: 0;
}

.payment-list .item:hover{
    background-color: #ccc;
}

.payment-list .item pre{
    margin: 0;
}

.payment-list .item .radio{
    width: 10%;
    display: none;
}

.payment-list .item .description{
    width: 50%;
}

.payment-container{
    position: relative;
}

.payment-container .payment-text{
    background-color: #fff;
    opacity: 1;
}

.table-warning, .table-warning>td, .table-warning>th{
    background-color: #ffeeba !important;
}

.table-danger, .table-danger>td, .table-danger>th{
    background-color: #f5c6cb !important;
}

.table-striped tbody tr:hover {
    background: #c1ccd1 !important;
}

#eye{
    font-size: 18px;
    background: rgba(0, 0, 0, .5);
}

#eye i{
    color: white;
}