@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

/* GLOBAL */

:root{
    --dark-blue: #162056;
    --dark-gray: #3b3d40;
    --gray: #6a6d73;
    --light-gray: #9a9ea6;
    --red:  #d52b1e;
}

body {
    background-color: #eaf0f7;
    font-family: 'ubuntu', sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.008);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

hr {
    margin: 0;
    background-color: #f8f8fa;
}

.no-padding {
    padding: 0 !important;
}

/* BUTTONS */

.button {
    font-size: 12px;
    margin-right: 15px;
    color: var(--light-gray);
    transition: all 0.5s;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    display:inline-block;
}

.button:hover {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue) !important;
    color: #fff !important;
    transition: all 0.5s;
}

.background {
    background: #162056;
}

/* HEADER */

#header {
    background-color: #fff;
}

.logo {
    height: 43px;
    width: auto;
}

.logoErmx {
    height: 43px;
    width: auto;
}

#logoWizard {
    height: 1rem;
    width: auto;
    margin-bottom: 4px;
}

#header-nav a {
    margin-left: 20px;
    height: 43px;
    width: 43px;
}

#header-nav a .icon {
    font-size: 16px;
    color: var(--light-gray);
    display: block;
    margin: 6.5px 0px 0px 0px;
    transition: color 0.5s;
}

#header-nav a:hover .icon {
    color: var(--dark-blue) !important;
    transition: color 0.5s;
}

.header-nav-icon {
    border-color: var(--light-gray) !important;
    transition: border 0.5s;
}

.header-nav-icon:hover {
    border-color: var(--dark-blue) !important;
    transition: border 0.5s;
}

img.header-nav-icon:hover {
    filter: brightness(0) saturate(100%) invert(10%) sepia(75%) saturate(2168%) hue-rotate(218deg) brightness(88%) contrast(94%);
}

#header-nav .dropdown-menu {
    right: 0 !important;
    left: inherit !important;
}

.user-image {
    border-color: var(--light-gray) !important;
}

#user-menu .btn-link {
    color: var(--light-gray) !important;
    width: 100%;
    text-align: start;
}

#user-menu .dropdown-menu {
    top: 35px;
    /*text-align: center;*/
    padding: 24px;
    width: 300px;
    border-radius: 7px !important;
    background-color: rgba(255,255,255,0.95);
    font-size: 12px;
    color: var(--light-gray) !important;
    border: none;
    box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.05);
}

#user-menu p {
    font-size: 12px;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 12px;
}

#user-menu a {
    margin: 0;
    color: var(--dark-blue);
}

.user-name {
    padding-top: 0px;
    padding-bottom: 8px;
}

.user-image {
    height: 60px;
    width: 60px;
    transition: 0.5s;
    display: inline-block;
    text-align: center;
}

.user-image .icon {
    font-size: 24px;
    display: block;
    margin-top: 16px;
}

#user-settings {
    text-align: left;
}

#user-settings h5 {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 11px;
}

#user-settings h6 {
    font-size: 12px;
    font-weight: bold;
}

#user-settings .form-check-label {
    font-weight: normal !important;
    font-size: 12px !important;
}

.user-info p {
    text-align: left;
}

#user-menu .form-check {
    margin-bottom: 11px;
}

#user-menu .btn-link {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    transition: color 0.5s;
}

#user-menu .btn-link:hover {
    transition: color 0.5s;
    color: var(--dark-blue) !important;
}

#user-menu .btn-link .icon {
    font-size: 14px;
    padding-right: 20px;
    display: inline-block;
    width: 40px;
}



/* SEARCH BOX */

.search-form {
    position: relative;
    transition: all .4s;
    width: 43px;
    height: 43px;
    background: white;
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid white;
    padding: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.search-form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 43px;
    line-height: 30px;
    outline: 0;
    display: none;
    font-size: 1em;
    border-radius: 100px;
    padding: 0 20px;
    border: 1px solid var(--light-gray) !important;
    font-size: 12px;
    transition: all .4s;
}

.search-form a {
    box-sizing: border-box;
    width: 43px;
    height: 43px;
    position: absolute;
    top: -1px;
    right: 0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    transition: all .4s;
}

.search-form a.border {
    border-color: var(--light-gray);
}
/* SUB HEADER */

#subheader .navbar {
    padding-top: 12px;
    padding-bottom: 6px;
}

#subheader .icon {
    font-size: 18px;
    color: var(--light-gray);
}

#subheader-nav a {
    margin-right: 15px;
}

#subheader-tools a {
    margin-left: 20px;
}

#breadcrumb {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    color: var(--light-gray);
    font-size: 12px;
    text-transform: uppercase;
}

#breadcrumb ul {
    list-style: none;
    margin: -6px 0px 0px 0px;
    padding: 0;
}

#breadcrumb ul li {
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
    height: 24px;
}

#breadcrumb ul li a {
    font-size: 12px;
    font-weight: bold;
    color: var(--light-gray);
    text-decoration: none;
    transition: color .4s;
    display: table-cell;
    vertical-align: middle;
    height: 24px;
}

#breadcrumb ul li a:hover {
    color:var(--red);
    transition: color .4s;
}

#breadcrumb .icon {
    font-size: 8px;
}

/* CONTENT */

.index-page {
    padding-top: 60px;
}

#main-content {
    display: flex;
    margin-top: 69px
}

#contents {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 44px !important;
    padding-right: 44px !important;
}

#contents span {
    font-size: 12px;
}

table {
    background-color: #fff;
    font-size: 12px;
    width: 100%;
}

tr {
    border: none !important;
}

th {
    text-transform: uppercase;
    border: none !important;
    text-align: center;
}

td {
    color: var(--dark-gray);
    /* border: none !important;*/
    /*text-transform: uppercase;*/
}

.row-estrategico {
    background-color: var(--gray);
}

.row-tactico {
    background-color: var(--light-gray);
}

.row-operacional {
    background-color: #c9cbd3;
}

.row-estrategico td, .row-tactico td {
    color: #fff;
}

td .icon {
    padding-right: 20px;
}

.row-tactico td .icon {
    padding-left: 20px;
}

.row-operacional td .icon {
    padding-left: 40px;
}

.row-estrategico td:first-child {
    padding-left: 20px;
}

.row-unidad td:first-child {
    padding-left: 85px;
}

.row-striped {
    background-color: #f8f8fa;
}

.report-header {
    padding: 8px 8px 8px 25px;
    background-color: #fff;
    font-family: 'ubuntu', sans-serif;
    font-size: 12px;
}

.report-header .container-text {
    display: flex;
    align-items: center;
}

    .report-header h4 {
        font-family: 'ubuntu', sans-serif;
        font-size: 14px;
        margin: 0;
        font-weight: bold;
    }

    .report-header h6 {
        font-family: 'ubuntu', sans-serif;
        font-size: 12px;
        margin: 0;
    }

    .report-header label {
        font-family: 'ubuntu', sans-serif;
        font-size: 11px !important;
        color: var(--dark-gray) !important;
    }

.report-image {
    height: 70px;
    width: 70px;
    transition: 0.5s;
    display: inline-block;
    text-align: center;
}

    .report-image img {
        height: 70px;
        width: auto;
        clip-path: circle(50% at 50% 50%);
    }

.report-image {
    border-color: var(--light-gray) !important;
}

.report-body .col-12 {
    padding: 0;
}

.report-body .color-scale {
    width: 300px;
    cursor: pointer;
}

#view-organigram {
    text-align: center;
}

#view-organigram img {
    width: 80%;
}

.desktop-icon {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    color: var(--dark-blue);
    transition: color 0.5s;
}

.desktop-icon span {
    display: block;
    font-size: 12px !important;
    text-transform: uppercase;
    padding: 16px;
    transition: color 0.5s;
}

.desktop-icon:hover {
    color: var(--red);
    transition: color 0.5s;
}

.desktop-icon .icon {
    font-size: 48px;
}

    .desktop-icon:hover span {
        color: var(--red) !important;
        transition: color 0.5s;
    }

div.indexMenu div[id='175'] a.desktop-icon:hover,
div.indexMenu div[id='175'] a.desktop-icon:hover span,
#leftMenu li.footPrintMenu a:hover {
    color: #2f6316 !important;
}

/* CONTENT NEWS */

#carousel-news .carousel-indicators li {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border: 1px solid var(--gray);
    margin-right: 6px;
    margin-left: 6px;
}

#carousel-news .carousel-indicators li.active {
    background-color: var(--gray);
}

#carousel-kpis .carousel-indicators li {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border: 1px solid var(--gray);
    margin-left: 6px;
    margin-right: 6px;
}

#carousel-kpis .carousel-indicators li.active {
    background-color: var(--gray);
}

.bg-dark {
    background-color: var(--dark-blue) !important;
}

.bg-primary {
    background-color: #0085ca !important;
}

.bg-secondary {
    background-color: var(--red) !important;
}
.bg-body {
    background-color: #eaf0f7;
}

#carousel-news .card img {
    height: 250px;
}

#carousel-news .carousel-inner,
#carousel-kpis .carousel-inner {
    min-height: 300px;
}

#carousel-news .card-img {
    height: 248px !important;
}

.card-text p {
    text-align: justify;
    font-size: 14px;
    padding-right: 16px;
}

.card-text h4 {
    font-size: 22px;
    margin-top: 16px;
}

.card-body h6 {
    font-size: 10px;
    text-transform: uppercase;
}

.card-body .icon {
    font-size: 28px;
    color: var(--dark-blue);
    display: block;
    padding: 10px;
}

.card-value {
    font-size: 30px !important;
    color: var(--dark-blue) !important;
}

.card {
    border-radius: 7px !important;
    border: none !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.card-container {
    height: 312px;

}

/* SIDEBAR */

#sidebar {
    width: 230px;
    position: fixed;
    bottom: 0;
    left: -230px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    transition: all 0.3s;
    /*overflow-y: scroll;*/
    overflow-y: auto !important;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    padding-top: 120px;
    background-color: rgba(255,255,255,0.95);
}

#sidebar.active {
    left: 0;
}

#sidebar a, #sidebar a:hover, #sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out !important;
}

.overlay.active {
    display: block;
    opacity: 1;
}

/* MENU NIVEL 1 */

#sidebar ul {
    list-style: none;
}

#sidebar ul li a {
    padding: 10px;
    display: block;
    color: var(--dark-blue);
    font-size: 12px;
    text-transform: uppercase;
    transition: color .3s ease-in;
    font-weight: normal;
}

#sidebar ul li a:focus {
    color: var(--light-gray);
}

#sidebar ul li a:hover {
    color: var(--red);
    transition: color .3s ease-in;
}

#sidebar ul li a .icon {
    font-size: 18px;
    display: inline-block;
    width: 60px;
    text-align: center;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar .active {
    color: var(--dark-blue) !important;
}

/* MENU NIVEL 2 */

#sidebar ul li ul  {
    background-color: rgba(234, 235, 239, 0.5);
}

#sidebar ul li ul {
    list-style: none;
}

#sidebar ul ul li a {
    padding: 8px 30px;
    color: var(--light-gray);
    font-size: 12px;
    text-transform: lowercase;
    font-weight: normal;
}

    #sidebar ul ul li a::first-letter {
        text-transform: uppercase
    }

#sidebar ul ul li a .icon {
    font-size: 8px;
    float: right;
    margin-top: 8px;
    font-weight: 700;
    text-align: right;
}

#sidebar ul ul li:last-child a {
    padding-bottom: 8px;
}

/* MENU NIVEL 3 */

#sidebar ul ul li ul {
    color: var(--light-gray);
}

#sidebar ul ul li ul {
    background-color: rgba(234, 235, 239, 0);
}

#sidebar ul ul li ul {
    margin-left: 0px;
}

#sidebar ul ul li ul li a {
    padding-left: 5px;
    font-weight: normal;
}

#sidebar .icon-starfill, #sidebar .icon-staroutline {
    font-size: 12px;
    float: right;
    margin-top: 3px;
    font-weight: 700;
    text-align: right;
}

/* BOOTSTRAP OVERWRITE */

.container-fluid {
    padding: 0px !important;
}

.navbar {
    padding-left: 44px !important;
    padding-right: 44px !important;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.btn-link{
    text-decoration: none !important;
    box-sizing: none !important;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.thead-dark th {
    background-color: var(--dark-blue) !important;
}


/* INPUTS */

.input-title{
    font-size: 12px;
}

.form-control{
    border: 1px solid #6D7787 !important;
    background-color: #fff !important;
    font-size: 12px !important;
    height: auto !important;
}

 .btn-light,
 .btn-light:not(:disabled):not(.disabled).active, 
 .btn-light:not(:disabled):not(.disabled):active, 
 .show>.btn-light.dropdown-toggle {
    background-color: #fff !important;
    color: var(--dark-gray) !important;
}

.filter-option-inner, .dropdown-item {
    font-size: 12px;
}

.dropdown-header {
    font-size: 10px ;
    font-weight: bold ;
    text-transform: uppercase ;
}

.dropdown-menu .active {
    background-color: #fff;
    color: #094293 !important;
    font-weight: 800;
}


.dropdown-item .check-mark {
    color: var(--dark-gray);
    font-weight: normal;
    font-size: 12px;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #fff;
}

.bs-actionsbox .btn {
    font-size: 12px ;
    color: var(--dark-blue) !important;
    font-weight: bold ;
}

.bs-actionsbox .btn:hover {
    color: var(--red) !important;
}
.input-group .icon {
    font-size: 16px;
    color: var(--light-gray) ;
}

.input-group-text {
    background-color: #fff ;
    border-color: var(--light-gray);
}

.form-check-label {
    font-weight: normal !important;
    font-size: 12px !important;
}


/*LISTS*/
.list {
        background: #fff;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
        background-color: rgba(255,255,255,0.95);
        padding: 20px 0px
}

.list a, .list a:hover, .list a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

/*LEVEL 1*/
.list ul {
    list-style: none;
}

.list ul li a {
    padding: 10px;
    display: block;
    color: var(--dark-blue);
    font-size: 12px;
    text-transform: uppercase;
    transition: color .3s ease-in;
    font-weight: normal;
}

.list ul li a:focus {
    color: var(--light-gray);
}

.list ul li a:hover {
    color: var(--red);
    transition: color .3s ease-in;
}

.list ul li a .icon {
    font-size: 18px;
    display: inline-block;
    width: 60px;
    text-align: center;
}

.list a[data-toggle="collapse"] {
    position: relative;
}

.list .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.list .active {
    color: var(--dark-blue) !important;
}

/*LEVEL 2*/
.list ul li ul  {
    background-color: rgba(234, 235, 239, 0.5);
}

.list ul li ul {
    list-style: none;
}

.list ul ul li a {
    padding: 8px 30px;
    color: var(--light-gray);
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}

.list ul ul li a .icon {
    font-size: 8px;
    float: right;
    margin-top: 8px;
    font-weight: 700;
    text-align: right;
}

.list ul ul li:last-child a {
    padding-bottom: 8px;
}

/*LEVEL 3*/

.list ul ul li ul {
    color: var(--light-gray);
}

.list ul ul li ul {
    background-color: rgba(234, 235, 239, 0);
}

.list ul ul li ul {
    margin-left: 0px;
}

.list ul ul li ul li a {
    padding-left: 5px;
    font-weight: normal;
}


/*Alert*/
#alert-panel {
    background-color: #F5F8FB;
    display: flex;
}

#alert-panel > .alert-close {
    margin-left: 1rem;
    font-size: 10px;   
    cursor:pointer;
}

#alert-panel > .alert-finalIcon {
    margin-left: 5px;
    margin-top: 1px;
}

#alert-panel > .alert-finalIcon > .icon-right-arrow {
    font-size: 10px;
    color: #9a9ea6;
}


#alert-panel > .alert-text > a {
    font-size: 12px;
    color: #9a9ea6;
    text-decoration: none;
}

#alert-panel > .alert-text > a:hover {
    text-decoration:underline;
}

#alert-panel > .alert-icon {
    margin-left:50px;
    margin-top: 2px;
    margin-right: 15px;
}

#alert-panel > .alert-icon > .icon-red-notification {
    font-size: 14px;
}
/* PREFERENCES */
.tab-preferences {
line-height: 2.5;
height: 400px;
}

.tab-preferences > .nav-item > a {
padding: 0;
padding-left: 16px;
}

.tab-preferences > li > a {
font-size: 14px;
color: #6a6d73;
}

.tab-preferences > li > .active {
background-color: var(--dark-blue) !important;
color: #fff !important; 
}

.panel-profile {
    padding: 15px 39px 16px 24px;
    height: 110px;
    border: 1px solid #c9cbd3;
    border-radius: 5px;
}
.account-button-container{
    padding-left: 40px;
}
.account-button{
    font-size: 12px;
    text-transform: uppercase;
}

.account-text{
    margin-top: 10px;
}

.account-text > label {
    color: #6a6d73;
    font-size: 12px;
}
.float-button > input{
    border-right-color: #fff !important;
}

/* TABLES */

/* General */
.table {
    background-color: #fff;
    font-size: 12px;
    width: 100%;
}

.table tr {
    border: none !important;
}

.table td {
  color: #3b3d40;
  vertical-align: middle;
  border: none !important;
}

.table th {
    border: none !important;
}

.table th.merge-level-2 {
    text-transform: capitalize;
}

.table td input[type="text"] {
    font-size: 12px;
}

.table td a {
    color: #3b3d40;
    text-decoration: none;
}

.table td a:hover .icon {
    color: #d52b1e;
    text-decoration: none;
}

/* Dark Header */
.thead-dark th {
    background-color: #162056 !important;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle !important;
    text-align: center;
}

.thead-dark th a {
    color: #fff;
    text-decoration: none;
}

/* Light Header */
.thead-light th {
    background-color: #f2f2f2;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
 }

 .thead-light th a {
     color: #3b3d40;
     text-decoration: none;
 }

/* Header Icons */
.table th .icon {
    padding-left: 8px;
 }

/* Row Icons */
.table td .icon {
    padding-left: 18px;
}

.table-tools {
    width: 100px;
}

/* Pagination */
.table-pagination {
    color: #3b3d40;
    font-size: 12px;
}
/*
.table-pagination ul {
    list-style: none;
}

.table-pagination ul li {
    float: left;
}
*/
.table-pagination .form-control {
    border: 1px solid #9a9ea6;
    background-color: #fff;
}

.table-pagination select {
    margin: 0 4px;
    width: 64px;
    max-width: 64px;
}

.table-pagination .form-control {
    border: 1px solid #9a9ea6;
    background-color: #fff;
    font-size: 12px;
}

.table-pagination input[type="text"] {
    width: 70px;
    text-align: center;
}

.table-pagination a {
    padding: 0 4px 0px 10px;
    color: #9a9ea6;
    text-decoration: none;
}

.table-pagination .icon {
    font-size: 12px;
}

/* Levels */
.table .row-level-1 { 
    background-color: #6a6d73 !important;
}

.table .row-level-1 td, .table .row-level-1 span { 
    color: #fff; 
    text-transform: uppercase;
}

.table .row-level-2 { 
    background-color: #9a9ea6 !important;
}

.table .row-level-2 td, .table .row-level-2 span { 
    color: #fff; 
    text-transform: uppercase;
}

.table .row-level-3 { 
    background-color: #c9cbd3 !important;
}

.table .row-level-3 td, .table .row-level-3 span {
    text-transform: uppercase;
}

.table .row-level-1 td .icon, .table .row-level-2 td .icon, .row-level-3 td .icon {
    padding-right: 20px;
}

.table .row-level-3 td:first-child .icon {
    padding-left: 40px;
}

.table .row-level-4 td:first-child {
    padding-left: 85px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f8fa;
}

.table-responsive table { 
    table-layout: fixed; 
}


/* MODAL */

.modal-header {
    border: none;
    padding-bottom: 0;
}

.modal-title,
.modal-subtitle {
    font-size: 14px;
    color: #9a9ea6;
    font-family: 'ubuntu', sans-serif;
    font-weight: bold;
}

.modal-subtitle {
    font-size: 12px;
    margin-top: 4px;
    font-weight: 400;
}

.modal-header-title {
    display: flex !important;
    flex-direction: column !important;
}

    .modal-header-title .modal-subtitle {
        font-weight: normal !important;
    }

.modal .form-control {
    border: 1px solid #9a9ea6;
    background-color: #fff;
    font-size: 12px;
}

.modal .modal-footer {
    padding: 1rem 1.5rem;
					  
}

/* PRELOADER */
#preloader {
    width: 240px;
    height: 240px;
    visibility: hidden;
}

/* BOOTSTRAP OVERWRITE */

.container-fluid {
    padding: 0px !important;
}

.navbar {
    padding-left: 44px !important;
    padding-right: 44px !important;
}

.btn-primary {
    background-color: #162056;
    border-color: #162056;
    color: #fff;
    font-size: 12px;
    font-family: 'ubuntu', sans-serif;
    text-transform: uppercase;
}
.btn-danger{
    font-size: 12px;
}

.btn-outline-primary {
    border-color: #162056;
    color: #162056;
    font-size: 12px;
    font-family: 'ubuntu', sans-serif;
    text-transform: uppercase;
    padding: 5px 24px;
}

.btn-primary:hover, .btn-outline-primary:hover {
    background-color: #007bff;
    border-color: #007bff;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.btn-link{
    text-decoration: none !important;
    box-sizing: none !important;
}
/*
.btn {
    padding: .310rem .75rem;
}*/

.hidden {
    display: none;
}

.visible {
    display: block;
}

/* FORM */

.form-group {
    font-size: 12px;
    color: #6D7787;
}

    .form-group label {
        text-transform: uppercase;
    }

        .form-group label, .form-group label strong {
            font-weight: 700;
        }

            .form-group label.info {
                font-weight: 400;
            }

            .form-group label.textValidationMessage {
                text-transform: none;
            }

.form-group .form-control {
    border: 1px solid #9a9ea6;
    background-color: #fff !important;
    font-size: 12px;
    color: #6D7787;
}

    .form-group .form-control::placeholder {
        color: #D5D8DD;
    }

.form-control.disabled {
    border-color: #D5D8DD !important;
    color: #D5D8DD !important;
    background-color: white !important;
}

.form-group textarea {
    min-height: 60px;
}

.form-group .bootstrap-select button {
    background-color: #fff !important;
    color: #3b3d40 !important;
	border:none;
}

.form-group .bootstrap-select button:focus {
    outline: none !important; /* 5px solid #162056 !important;*/
}

.form-group .bootstrap-select button.disabled {
	color: #D5D8DD !important;
}

.form-group .bootstrap-select .dropdown-menu {
    font-size: 12px;
}

.form-group .bootstrap-select .dropdown-menu li:focus, .form-group .bootstrap-select .dropdown-menu li a:focus {
    border-color: #162056 !important;
    outline: none !important;
}

.form-group .bootstrap-select .dropdown-menu .active, .form-group .bootstrap-select .dropdown-menu .selected {
    background-color: #fff;
    color: #3b3d40;
}

.form-group .bootstrap-select .dropdown-item .check-mark {
    color: #3b3d40;
    font-weight: normal;
    font-size: 12px;
}

.form-group .bootstrap-select.dropdown-item.active, .dropdown-item:active {
    background-color: #fff;
    color: #3b3d40 !important;
}

.form-group .bootstrap-select .filter-option {
    color: #6D7787;
    font-size: 12px;
}

.form-group .bootstrap-select .disabled .filter-option {
    color: #D5D8DD !important;
}

.form-group .bootstrap-select .bs-actionsbox .btn {
    font-size: 12px !important;
    color: #162056;
    font-weight: bold;
}

.form-group .bootstrap-select .bs-actionsbox .btn:hover {
    font-size: 12px !important;
    color: #d52b1e;
    font-weight: bold;
}

.form-group .input-group-text {
    background-color: transparent;
    border-color: #6D7787;
}

.form-group .form-check-label, .form-group .custom-control-label {
    font-weight: normal !important;
    padding-top: 3px !important;
}

.datepicker {
    font-size: 12px !important;
    color: #3b3d40 !important;
}

.datepicker .active {
    background-color: #162056 !important;
    color: #fff !important;
}

.nav-tabs {
    border: none !important;
}

    .nav-tabs .nav-item > a {
        font-family: 'ubuntu', sans-serif !important;
        font-size: 12px !important;
        font-weight: 400;
        color: #3b3d40;
        border: none !important;
    }

.nav-tabs .nav-item > a:hover {
    color: #007bff;
}

.nav-tabs .nav-item {
    position: unset; /* relative para mostrar línea */
}

.nav-tabs > li > a {
    border:none;
    padding: 8px 16px;
    color: #c9cbd3;
}

.nav-tabs > li > a.active {
    color: #6a6d73;
    font-weight: 700;
}

.nav-tabs > li:after {
    display:block;
    content: '';
    border-bottom: solid 1px #007bff; 
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
    transform-origin:  0% 50%;
 }

.nav-tabs > li:hover:after { transform: scaleX(1); }

.nav-tabs .nav-item > a.active {
    border-bottom: solid 1px #162056 !important;  
    color: #162056;
 }

 /*SWITCH TOGGLE*/

.toggle-group label {
    font-size: 12px !important;
    font-weight: normal !important;
    text-transform: capitalize;

}
.btn-info{
    background-color: #007bff !important;
}

.total-header-text {
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    height: 18px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    margin-top: auto;
    color: #9a9ea6 !important;
    font-family: 'ubuntu', sans-serif;
    text-transform:uppercase;
}

.total-header-symbol {
    font-family: 'Dosis', sans-serif;
    font-weight: 200;
    font-size: 40px !important;
    color: #6a6d73 !important;
}

.total-header-number {
    font-family: 'Dosis', sans-serif;
    font-weight: 200;
    font-size: 40px !important;
    color: #6a6d73 !important;
}

.total-header-second {
    font-family: 'Dosis', sans-serif;
    margin-top: 19px;
    color: #6a6d73 !important;
}


.titleTop {
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6a6d73;
}

.subTitleTop {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9a9ea6;
}

.buttonHeader {
    width: 145px;
    margin-right: 15px;
}

.buttonSubHeader {
    width: 145px;
    margin-right: 15px;
    font-size: 10px;
    border-color: #9A9EA6;
}

#userNameMaster {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table thead.thead-site th {
    background-color: #f1f7ff;
    color: var(--light-gray);
    text-transform: uppercase;
}

/**Nectar_UX.css**/
/*Grid de Widgets*/
.jqx-grid,
.jqx-widget-content {
    border: 0px;
    font: normal 12px "ubuntu",Arial,Helvetica,sans-serif;
    border-radius: 0px;
}



    .jqxGridNectarV2 .jqx-grid-cell-selected {
        /*color: #fff !important;*/
        background-color: #bcdcff;
    }


.jqx-grid-cell-pinned {
    background-color: white;
    /*height: 42px;*/
}

.jqxGridNectarV2 .columnActions {
    font-size: large;
    padding: 2px 4px;
}

.jqxGridNectarV2 .jqx-grid-cell-alt {
    color: #3B3D40;
}

.jqxGridNectarV2 .jqx-grid-cell, .jqx-grid-group-cell {
    border-top: 0px;
    /*border-bottom: 0px;*/
    border-bottom: 1px solid #C9CBD3;
    border-right: 0px;
    font-family: 'ubuntu', sans-serif !important;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 12px;
}



/*
    div[role=columnheader] {
        height: 42px !important;
    }

    div[role=row] {
        height: 42px !important;
    }

    div[role=gridcell] {
        height: 42px !important;
    }*/

/*.jqxGridNectarV2 .jqx-grid-cell-filter {
       background: #fff;
    }*/



.jqxGridNectarV2 .jqx-grid-pager {
    background-color: transparent !important;
    color: black !important;
    border: none;
}

.jqxGridNectarV2 .jqx-grid-cell-selected {
}


.jqxGridNectarV2 .jqx-icon-arrow-left, .jqxGridNectarV2 .jqx-icon-arrow-left-hover, .jqxGridNectarV2 .jqx-icon-arrow-left-selected {
    background-image: url(/App/images/icons/left.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    border: none;
}

.jqxGridNectarV2 .jqx-icon-arrow-up, .jqxGridNectarV2 .jqx-icon-arrow-up-hover, .jqxGridNectarV2 .jqx-icon-arrow-up-selected {
    background-image: url(/App/images/icons/up.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    border: none;
}

.jqxGridNectarV2 .jqx-icon-arrow-down, .jqxGridNectarV2 .jqx-icon-arrow-down-hover, .jqxGridNectarV2 .jqx-icon-arrow-down-selected, .jqxGridNectarV2 .jqx-icon-arrow-down-focus {
    background-image: url(/App/images/icons/up_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 6px;
    border: none;
}

.jqxGridNectarV2 .jqx-grid-cell-selected input {
    color: black !important;
}

/*Fin grid de widgets*/
/**Nectar_UX.css**/

/*jqxScrollBar Style*/

/*Dashboard en index*/
#contents {
    transition: margin 0.15s ease-in-out;
}
.sidebar-open-float .overlay.active,
.sidebar-open-float .overlay {
    display: block;
    opacity: 1;
}
.panel-open-float .overlay {
    display: block !important;
}
.sidebar-open-float #sidebar {
    left: 0;
}
.sidebar-open-fixed #contents {
    margin-left: 220px;
}
.sidebar-open-fixed #sidebar {
    left: 0;
    position: absolute;
}
.sidebar-open-fixed .overlay {
    display: none;
    opacity: 0;
}

.jqx-grid-column-filterbutton {
    display: none;
}

.jqx-grid-cell-filter-row {
    background-color: #c9cbd3;
}

.filtericon {
    display:none !important;
}

.divInfo {
    border-style: solid;
    border-width: 1px;
    padding-top: 4px;
}

.center-pagination {
    text-align: center;
}

.table-pagination-margin {
    margin-top: 10px;
}

.rptTitleStyle {
    font-size: 14px;
}

.rptSubTitleStyle {
    font-weight: initial;
}


/*Text Divider into Form*/
.text-divider {
    margin: 1em 0;
    line-height: 0;
}

    .text-divider span {
        background-color: #fff;
        font-weight: 700;
        padding-right: .4rem;
        color: #6A6D73;
        font-size: 12px;
    }

    .text-divider:before {
        content: " ";
        display: block;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #f7f7f7;
    }


/*Nuevos estilos para el grid*/
.jqxGridNectarV2 .jqx-widget-header:not(.jqx-grid-pager) {
    border-color: #DBEEFF;
    background-color: #DBEEFF;
    color: #3B3D40 !important;
}

.jqxGridNectarV2 .jqx-grid-column-header-group-line {
    border: 0px solid #0D8AFF;
    background-color: #0D8AFF;
}

.jqxGridNectarV2 .containerIconInHeader .icon-more:before {
    color: #007BFF;
}

.jqxGridNectarV2 .jqx-grid-column-header span:not(.gridButtonOption) {
    font-size: 10px !important;
    text-transform: uppercase !important;
}

.jqxGridNectarV2 .pagerinfoContainer,
.jqxDataTableNectar .pagerinfoContainer {
    font-size: 10px;
    margin: 1px 0px;
    text-transform: uppercase;
    color: #9a9ea6;
}

.jqxDataTableNectar .pagerinfoContainer {    
    margin: 0px 0px;
}

.jqxGridNectarV2 .table-pagination .float-left span,
.jqxDataTableNectar .table-pagination .float-left span {
    font-size: 10px !important;
    margin: 1px 4px;
    text-transform: uppercase !important;
    color: #9a9ea6;
}

.custom-table .table-hover tbody tr {
    border-bottom: 1px solid #C9CBD3 !important;
}


.jqxGridNectarV2 .jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
    border-color: #C9CBD3;
}
/*Nuevos estilos para el grid*/

/*DESCARGAR PLANTILLA EXCEL CARGAS MASIVAS*/
.downloadTemplateExcelMassive {
    padding: 20px 20px;
    border-radius: 7px;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    max-width: 49% !important;
    cursor: pointer;
}

.lblXls {
    color: #8ba724;
}

.instructionUseXlsFileMassive {
    font-size: 13px;
    font-family: 'ubuntu', sans-serif;
    margin-left: 7%;
    color: #6a6d73;
}

.massiveIconsInstruction {
    width: 2.5rem;
    height: 2.5rem;
}

.custom-control-label::before {
    border: 1px solid #6D7787;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #DDE2E5 !important;
    border-color: #DDE2E5 !important;
}

.custom-control-input:disabled ~ .custom-control-label::after {
    background-color: #ACB5BD !important;
}

.form-control.show,
.form-control:focus {
    border: 2px solid #0F172A !important;
    box-shadow: none;
}

.form-group:not(.form-groups-container):has(:disabled) label,
.form-group:not(.form-groups-container):has(.disabled) label {
    color: #D5D8DD;
}

.form-control:disabled {
    border-color: #D5D8DD !important;
    color: #D5D8DD !important;
    cursor: not-allowed;
}

.dropdown-toggle::after {
    border: none !important;
    font-family: 'icomoon' !important;
    content: "\e921";
    font-size: 10px;
}

.form-control.show .dropdown-toggle::after {
    content: "\e921" !important;
}

.input-group .icon.icon-calendar {
    margin: 0;
}

.form-group span.has-error-icon::after {
    background-image: url(/App/images/icons/warning-error.svg) !important;
    background-repeat: no-repeat;
    border: none;
    content: "";
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -26px;
    margin-right: 13px;
}

.input-group.bootstrap-daterangepicker .has-error-icon {
    display: none;
}