body {
    font-size: 14px;
}

.bg-light {
    background: #ecf0f5 !important;
}

.painel {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    padding: 1rem !important;
}

.painel:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.opacity_light {
    opacity: 0.2;
}

.bg-aqua {
    background: #00c0ef !important;
}

.bg-green {
    background: #00a65a !important
}

.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    margin: -1rem !important;
    margin-top: 25px !important;
    border-radius: 0 0 5px 5px;
}

.menu-lateral {
    list-style: none;
    padding-top: 0.5rem;
    width: 250px;
    padding-left: 0;
}

.menu-lateral li {
    width: 250px;
}

.menu-lateral hr {
    border-color: rgba(0, 147, 255, 0.2);
}

.menu-lateral li a {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    transition: color 150ms ease-out, background 150ms ease-out;
    padding-left: 23px;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    text-decoration: none;
    color: #b8c7ce !important;
}

.menu-lateral li a .fas {
    width: 15px;
    margin-right: 15px;
    text-align: center;
}

.menu-lateral li a:hover {
    color: #03afff!important;
}

.menu-lateral li a.active {
    color: #fff !important;
    background: rgba(0, 147, 255, 0.1);
}

.menu-lateral li a.active .fas {
    color: #03afff !important;
}

.menu-lateral > li > ul a {
    padding-left: 40px !important;
    font-weight: 300;
    padding-top: 8px;
    padding-bottom: 8px;
}

.menu-lateral > li > ul {
    padding-left: 0;
}

.menu-lateral li ul a.active {
    border-left: 4px solid #2579ff !important;
}

.list-item {
    padding: 0.5rem;
}

.list-item:hover {
    background: #efefef !important;
}

.btn_finalizar_pedido {
    position: relative;
    overflow: hidden;
    min-width: 125px;
}

.btn_finalizar_pedido__progress {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2)!important;
    transition: width 0.3s;
}

.btn_finalizar_pedido__text {
    position: relative;
}