html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: white !important;
    color: black !important;
    top: 50px;
}

.navbar {
    background-color: white !important;
    color: black !important;
}

    .navbar a {
        color: white !important;
        text-decoration: none !important;
    }

    .navbar a.selected-center {
        color: black !important;

    }
    


.navbar a:hover {
     text-decoration:underline !important;
}

.dx-form-group-caption {
    font-size: 16px !important;
}

.dx-form-kpi-caption {
    font-size: 14px !important;
}

span.dx-form-group-caption {
    /*border: 2px solid red;*/
    padding: 2px;
    margin-top: 20px !important;
    font-weight: bold;
}

.dx-form-group-with-caption > .dx-form-group-content {
    padding-top: 3px;
    margin-top: 6px;
    border-bottom: 2px solid black;
    border-top: 0px;
    padding-bottom: 10px;
}
.dx-form-group-with-caption {
    margin-top: 20px !important;
}

.dx-form-group-caption {
    margin-top: 20px !important;
    font-weight: bold !important;
}

.status-correct {
    /*background-color: green;*/
    color: green;
}

.status-incidence {
    /*background-color: red;*/
    color: red;
}

.status-normal {
    /*background-color: white;*/
    color: black;
}

.status-summary-correct {
    background-color: green;
    color: white;
    font-weight:bold;
}

.status-summary-incidence {
    background-color: red;
    color: white;
    font-weight: bold;
}

.status-summary-normal {
    background-color: white;
    color: black;
    font-weight: bold;
}


.bg-light {
    background-color: #e41083 !important;
}

.nav-link {
    color: white !important;
    font-weight: bold;
}


.footer {
    width: 83.3333333% !important;
    margin-left: 16.66666667%;
}

.btn-primary {
    background-color: #e41083;
    font-weight: bold;
    border-color: #e41083;
    color: white !important;
    margin-right: 10px;
}

navbar.btn-primary {
    background-color: #e41083;
    font-weight: bold;
    border-color: #e41083;
    color: white !important;
    margin-right: 10px;
}

.sidebar .nav-link:hover {
    background-color: #f272b2; /* rosa claro */
    color: #000;
}

.sidebar .nav-link.active {
    background-color: #0d6efd; /* azul Bootstrap */
    color: white;
}

.dx-datagrid .dx-link {
    color: #e41083;
}

.nav-pills {
    background-color: #e41083;
}

.nav-pills .nav-link.active {
    background-color: #f272b2; /* rosa claro */
    color: #000;
}

.btn:hover {
    background-color: #f272b2; /* rosa claro */
    color: #000;
    border-color: #e41083;
}

.sidebar-pos {
    margin-top: 50px;
}

.man-pos {
    margin-top: 75px;
}

.navbar-boxed {
    margin-right: 10px;
    border: solid 1px;
    padding: 5px;
    background-color: white !important;
    cursor:pointer;
}

.navbar-boxedunhover {
    margin-right: 10px;
    border: solid 1px;
    padding: 5px;
    background-color: white !important;
}

.navbar-boxed:hover {
    background-color: #f272b2 !important; /* rosa claro */
}

@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1520px;
    }
}
