﻿.dx-menu-base{
    font-family: 'Poppins', sans-serif !important;
}

.dx-widget input, .dx-widget textarea {
    font-family: 'Poppins', sans-serif !important;
    //font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
    line-height: 1.35715;
}

.centrar {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.rcorners3 {
    border-radius: 25px;
    /* background: url(paper.gif); */
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
    /* width: 200px; */
    height: 175px;
    border: solid;
    border-color: navy;
    border-width: thick;
}
#gridPedidosVencidos .cls-enTiempo {
}
#gridPedidosVencidos .cls-Retraso {
    background: #ffd800;
    color: #000;
}
#gridPedidosVencidos .cls-Vencido {
    background: #f00;
    color: #fff;
}
.demo-container h1 {
    border-bottom: 5px solid teal;
    font-weight: bold;
}
.demo-container .tooltop {
    font-size:smaller;
}

#toolbar {
    background-color: rgba(191, 191, 191, .15);
    padding: 5px 10px;
}

.dx-list-item-icon-container, .dx-toolbar-before {
    width: 36px;
    padding-right: 0px !important;
    text-align: center;
}

.dx-list-item-content {
    padding-left: 10px !important;
}

.dx-button {
    background-color: rgba(191, 191, 191, -0.15);
    border: none;
}

.panel-list {
    height: 400px;
}

.dx-drawer-expand.dx-drawer-right .panel-list {
    float: right;
}

.panel-list .dx-list-item {
    color: #fff;
    border-top: 1px solid rgba(221, 221, 221, .2);
}

    .panel-list .dx-list-item .dx-icon {
        color: #fff !important;
    }

.options {
    padding: 20px;
    background-color: rgba(191, 191, 191, .15);
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
    display: inline-block;
    margin-right: 50px;
}

label {
    /* font-weight: bold; */
    font-weight: 500;
}

#content {
    height: 100%;
    padding: 10px 20px;
}

    #content h2 {
        font-size: 26px;
    }
