.dx-datagrid.dx-gridbase-container.dx-datagrid-borders {
    background: white;
}

h6.m-0.font-weight-bold.text-primary {
    color: #3eb8b0 !important;
    font-weight: bold;
}

button.btn.btn-primary {
    background: #3eb8b0;
    border-color: #3eb8b0;
}

/////////////////////////////
//button-5
///////////////////////////
.btn-5 {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, .5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-5:hover {
   /* border: 1px solid;*/
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
}

div#txt1Usuario {
    padding: 0px 20px;
    font-size: large;
    font-family: 'Nunito';
    color: black;
    text-transform: uppercase;
}


.dx-menu-vertical {
    /* height: 100%; */
    margin-top: 30px;
}

.dx-menu-base .dx-menu-item-wrapper, .dx-menu-base .dx-menu-items-container{
    margin:7px;
}

.dx-menu-base .dx-menu-item-content{
    padding: 16px 5px 7px;
}


.fxl{
    width: 100% !important;
}