/* Error de minimización. Devolviendo el contenido no minimizado.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(61,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(83,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(374,21): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(410,21): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(443,21): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
 */
:root {
    --main-color: #fff;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
}

.main-header {
    background: #052e8e;
    width: 100%;
    height: 100px;
    z-index: 2;
    position: fixed;
}

nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    top: 100px;
    height: calc(100vh - 90px);
    background: #052e8e;
    transform: translateX(-100%);
    transition: .4s ease;
}
.header-space {
    height: 110px;
}

.navigation li {
    list-style: none;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.navigation .submenu-item {
    padding-left: 20px;
}

/*.navigation .submenu-item {
    display: none;
}

.navigation li:hover > .submenu-item {
    display: block;
}*/

.submenu-item li {
    border-left: 1px solid rgba(255, 255, 255, .5);
}

.navigation a {
    color: var(--main-color);
    display: block;
    line-height: normal;
    padding: 26px 10px;
    text-decoration: none;
    transition: .4s ease;
    font-family: Verdana;
}

    .navigation a:hover {
        transform: translateX(10%);
    }

#btn-nav {
    display: none;
}

    #btn-nav:checked ~ nav {
        transform: translateX(0);
    }

.btn-nav {
    color: var(--main-color);
    font-size: 60px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    padding: 6.5px 15px;
    transition: .2s ease;
    /*background: rgba(0,0,0,.1);*/
}

    .btn-nav:hover {
        background: rgba(0,0,0,.3);
    }

body {
    padding-top: 0px !important;
}

.body-content {
/*    padding: 15px;
    padding-top: 165px;*/
}

.date-selector {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    height: 36px;
}

.btn-end {
    text-align: end;
}

.save {
    padding: 5px 15px;
    border-radius: 7px;
    background: #28a745 !important;
    color: white;
}

.title {
    margin-bottom: 15px;
}

.payment-method {
    border: 1px solid gray;
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 20px;
}

.container {
    max-width: 100%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

input, select, textarea {
    max-width: 100%;
}

.errosMsg {
    color: red;
}

.successMsg {
    color: #052e8e;
}

.logo-header {
    height: 100%;
    margin: 0px auto;
    display: block;
}
.user-name {
    position: absolute;
    right: 40px;
    align-self: anchor-center;
    color: white;
    font-size: 17px;
    top: 25%;
}

.text-header{
    display: block;
}
/* Set color button in popUp filter */
/*.button-blue-general-style {
    background-color: #052e8e !important;
    color: white !important;
}*/
/*.button-blue-general-style-hover {
    background-color: white !important;
    color: #052e8e !important;
}*/
/*.button-green-general-style {
    background-color: #02e109 !important;
    color: #052e8e !important;
}*/
/*.button-green-general-style-hover {
    background-color: white !important;
    color: #052e8e !important;
}*/
/*button blue*/
.dx-button-has-text[aria-label="OK"]:not(.general-btn-green):not(.general-btn) .dx-button-content {
    background-color: #052e8e !important;
    color: white !important;
}
.dx-button-has-text[aria-label="OK"]:not(.general-btn-green):not(.general-btn):hover .dx-button-content {
    background-color: white !important;
    color: #052e8e !important;
}
/*\button blue*/
/*button green*/
.dx-button-has-text[aria-label="Cancel"]:not(.general-btn-green):not(.general-btn) .dx-button-content {
    background-color: #02e109 !important;
    color: #052e8e !important;
}

.dx-button-has-text[aria-label="Cancel"]:not(.general-btn-green):not(.general-btn):hover .dx-button-content {
    background-color: white !important;
    color: #052e8e !important;
}
/*\button green*/
/*PopUps delete*/
/* blue */
.dx-popup-bottom
.dx-toolbar-items-container
.dx-toolbar-center
.dx-item
.dx-item-content
.dx-button[aria-label="Si"] {
    background-color: #052e8e !important;
    color: white !important;
}
.dx-popup-bottom
.dx-toolbar-items-container
.dx-toolbar-center
.dx-item
.dx-item-content
.dx-button[aria-label="Si"]:hover {
    background-color: white !important;
    color: #052e8e !important;
}
/* green */
.dx-popup-bottom
.dx-toolbar-items-container
.dx-toolbar-center
.dx-item
.dx-item-content
.dx-button[aria-label="No"] {
    background-color: #02e109 !important;
    color: #052e8e !important;
}
.dx-popup-bottom
.dx-toolbar-items-container
.dx-toolbar-center
.dx-item
.dx-item-content
.dx-button[aria-label="No"]:hover {
    background-color: white !important;
    color: #052e8e !important;
}
/*\PopUps delete*/
.general-btn {
    background-color: #052e8e;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 35px;
    border-radius: 15px;
    margin-left: 35px;
    margin-right: 35px;
}
.general-btn:hover {
    color: #052e8e;
    background: #c2c2c2;
}
.general-btn-color-back {
    background-color: #052e8e !important;
    color: white !important;
}
.general-btn-color-back:hover{
    background-color: white !important;
    color: #052e8e !important;
}
.area-general-btn {
    padding: 3px 45px;
}
.select-input .dx-fileuploader-button {
    background-color: #052e8e;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 35px;
    border-radius: 15px;
    max-width: min-content;
}
.select-input .dx-fileuploader-file-name {
    font-size: 20px;
}
.text-blue {
    color: #052e8e;
}

body {
    min-height: 100vh;
    background-color: #F0F0F0;
}

.dx-datagrid {
    background-color: #F0F0F0;
}

.dx-toolbar-items-container {
    background-color: #F0F0F0;
}

.dx-datagrid-search-panel{
    border-radius: 20px !important;
}

.dx-datagrid-headers {
    background-color: #052e8e;
    color: white;
}

.dx-datagrid-rowsview .dx-row-alt {
    background-color: #f5f5f5;
}

.dx-datagrid-rowsview .dx-row:not(.dx-row-alt) {
    background-color: #ffffff;
}

.general-btn-green {
    background-color: #02e109;
    color: #052e8e;
    border: 1px solid #052e8e;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 35px;
    border-radius: 15px;
    margin-left: 35px;
    margin-right: 35px;
}

.btn-exit{
    margin-left: 0px !important;
}

.dx-popup-normal .dx-toolbar-items-container{
    background-color: white !important;
}

.icon-btn {
    background-color: transparent;
    border: none;
}

.icon-btn i {
    color: #052e8e !important;
}

.dx-command-edit{
    min-width: 150px !important;
}

.dx-dialog-button {
    background-color: #052e8e;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 35px;
    border-radius: 15px;
}

/* navbar */
@media (min-width: 400px) {
    .btn-nav {
        color: var(--main-color);
        font-size: 50px;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        padding: 6.5px 15px;
        transition: .2s ease;
        /*border: solid red 5px;*/
        /*background: rgba(0,0,0,.1);*/
    }

    .logo-header {
        height: 100%;
        margin: 0px auto;
        display: block;
    }

    .main-header {
        background: #052e8e;
        width: 100%;
        height: 90px;
        position: fixed;
        z-index: 2;
    }
    nav{
        top: 90px;
    }
    .header-space {
        height: 100px;
    }
}


@media (min-width: 576px) {
    .btn-nav {
        color: var(--main-color);
        font-size: 50px;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        padding: 6.5px 15px;
        transition: .2s ease;
        /* background: rgba(0,0,0,.1); */
    }
    .logo-header {
        height: 100%;
        margin: 0px auto;
        display: block;
    }
    .main-header {
        background: #052e8e;
        width: 100%;
        height: 90px;
        position: fixed;
        z-index: 2;
    }
    nav {
        top: 90px;
    }
    .header-space {
        height: 100px;
    }
}


@media (min-width: 768px) {
    .btn-nav {
        color: var(--main-color);
        font-size: 50px;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        padding: 6.5px 15px;
        transition: .2s ease;
        /*   background: rgba(0,0,0,.1);*/
    }
    .logo-header {
        height: 100%;
        margin: 0px auto;
        display: block;
    }
    .main-header {
        background: #052e8e;
        width: 100%;
        height: 90px;
        position: fixed;
        z-index: 2;
    }
    nav {
        top: 90px;
    }
    .header-space {
        height: 100px;
    }
}

.logoDiv {
    width: 250px;
    height: 250px;
    max-width: 100%;
    border-radius: 50%;
    align-content: center;
    margin: auto;
    overflow: hidden;
}

.logoEvent {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.btn-space {
    margin-top: 10px;
}

.dx-scrollable-container{
    z-index: 1;
}

.init-client{
    text-align: center;
}

.not-showed{
    display: none;
}

.main-header nav {
    overflow-y: auto;
    overflow-x: hidden;
}

.submenu-item li a{
    font-size: 12px;
}

.btn-wt-lateral-spaces{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.spaces-top-bottom{
    margin-top: 15px;
    margin-bottom: 15px;
}
