.bg-orange-v4s {
    background-color: #eb781b;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.bg-red-v4s {
    background-color: #e22623;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.bg-wine-v4s {
    background-color: #8c1718;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.bg-brown-v4s {
    background-color: #672726;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.widget-stats .stats-title, .widget.widget-stats .stats-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.content {
    background-color: white;
}

.page-header-fixed  {
    height: 100%;
    background-color: white;

}

.page-header {
    font-family: 'Roboto', sans-serif;
    padding: 5px 10px;
    border-radius: 5px;
    color: #7E1B1B;
    font-size: 30px;
}

.breadcrumb {
    margin: 5px;
}

.breadcrumb .breadcrumb-item a {
    color: #dfdddd;

}

.breadcrumb-item.active {
    color: #dfdddd;
    font-weight: bold;
}

.panel .panel-body {
    box-shadow: rgba(2, 18, 80, 0.28) 0px 0px 30px;
}

.panel.panel-inverse>.panel-heading {
    background-color: #282021;
}


/* New Dashboard */

.mini-menu {
    background-color: #EEEEEE;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.mini-menu ul li {
    list-style: none;
    padding: 10px 10px 10px 30px;
    cursor: pointer;
    color: #737373;
    font-size: 14px;
}

.mini-menu ul li a {
    text-decoration: none;
}

.mini-menu ul a:hover {
    text-decoration: none;
}


.mini-menu ul li.active {
    color: #7E1B1B;
    font-weight: 600;
    border-left: 1px solid #7E1B1B;
}

.mini-menu ul li:not(.active):hover {
    background-color: #7E1B1B;
    color: white;
}

.mini-menu ul li.active a {
    color: #7E1B1B;
}

.mini-menu ul li:not(.active):hover a {
    background-color: #7E1B1B;
    color: white;
    text-decoration: none;
}

.subtitle-p {
    padding-bottom: 10px;
    color: #7E1B1B;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid #A8A8A8;
    margin-bottom: 10px;
}

.bg-content-gray {
    padding: 30px 10px;
    background-color: #EEEEEE;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.bg-content-gray-inicio {
    padding: 30px 10px 0px;
    background-color: #EEEEEE;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}



.title-p {
    padding: 10px 10px 10px 30px;
    color: #7E1B1B;
    font-weight: 700;
    font-size: 16px;
}

.text-p {
    color: #767676;
    font-size: 14px;
    font-weight: 600;
}

button.button-wine {
    padding: 6px 20px;
    background-color: #8c1718;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 45px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    border: none;
    width: fit-content;
    border: 1px solid #8c1718;
}

button.button-wine:hover {
    background-color: rgb(249, 246, 246);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    color: #8c1718;
    border: 1px solid #8c1718;
}

button.button-wine-outline {
    padding: 6px 20px;
    background-color: #fafafa;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 45px;
    color: #8c1718;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid #8c1718;
    width: fit-content;
}

button.button-wine-outline:hover {
    background-color: #8c1719ed;
    box-shadow: 2px 2px 2px 1px rgba(72, 4, 4, 0.2);
    transform: translateY(-2px);
    color: white;
    border: 1px solid #ffffff;
}

 .form-control {
    border-radius: 25px;
    border: 1px solid #A8A8A8;
    height: 45px;
    font-size: 18px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 52, 58, 0.25);
    border-color: #8c1718;
 }


 .form-check .form-check-input {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: 30px;
    width: 30px;
 }

.form-check .form-check-label {
    padding-left: 40px;
    font-size: 18px;
    font-weight: 600;
}


.pagination .page-item.active .page-link {
    background-color: #8c1718;
    border-color: #8c1718;
    color: white;
}

.pagination .page-item .page-link {
    border-color: #8c1718;
    color: #8c1718;
    font-weight: 600;
    font-size: 18px;
}


