

body.smart-style-6 .text-primary {
    color: #2F666C !important;
    font-size: 20px !important;
}
body.smart-style-6 .pagination>.active>a, body.smart-style-6 .pagination>.active>a:focus, body.smart-style-6 .pagination>.active>a:hover, body.smart-style-6 .pagination>.active>span, body.smart-style-6 .pagination>.active>span:focus, body.smart-style-6 .pagination>.active>span:hover {
    border-color: #2F666C !important;
    background-color: #2F666C !important;
    color: white !important;
}
.smart-form legend {
    color: #2F666C !important;
    border: 0px !important;
}

body.smart-style-6 .pagination>li>a, body.smart-style-6 .pagination>li>span {
    color: #2F666C!important;
}
body.smart-style-6 #header {
    background-color: white;
}
body.smart-style-6 #ribbon {
    background: #5CC6D0 !important;
}
#menu-1 li>a {
    background: #5CC6D0 !important;
}

#menu-1 li>a:hover {
    background: #A8CF45 !important;
}

body.smart-style-6 #hide-menu i {
    color: #5CC6D0;
}
body.smart-style-6 .btn-header>:first-child>a {
    color: #5CC6D0 !important;
}

body.smart-style-6 #logo-group span#activity {
    color: #5CC6D0 !important;
}

#activity b.badge {
    background: #5CC6D0 !important;
}

body.smart-style-6 aside {
    background: white !important;
    color: white;
    padding-top: 50px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.login-info { 
    border-bottom: 0px solid white !important;
    box-shadow: none !important;
}
body.smart-style-6 .minifyme {
    background: #2F666C !important;
    width: 27px !important;
}

body.smart-style-6 nav>ul>li>a {
    color: white !important;
    padding: 10px !important;
}
#header>:first-child, aside { 
     width: 250px ;
}

.btn-circle.btn-lg {
    width: 55px !important;
    height: 55px !important;
}

/* input::placeholder {
    padding-left: 10px !important;
} */

.form-group input {
    padding: 20px !important;
    box-sizing: border-box !important;
}

nav {
    padding: 10px !important;
}
nav ul ul {
    background-color: white !important
}

nav>ul>li>a>i {
    font-size: 18px !important;
}

body.smart-style-6 nav ul li a {
    background-color: white !important;
    color: rgb(105, 101, 101) !important;
}

body.smart-style-6 nav>ul>li>a b {
    margin-top: 0px !important;
}
body.smart-style-6 nav ul li.open>a b {
    color: white !important;
    margin-top: 0px !important;
}


body.smart-style-6 .jarviswidget>header { 
    border: 0px !important;

}

.jarviswidget>div {
    border: 0px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}
.jarviswidget>header {
    background-color: white !important;
}

.well { 
    border: 0px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0px !important;
    padding-left: 30px;
    padding-right: 30px;
}
input[type=search] {
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

body.smart-style-6 nav ul li.open>a {
    background-color: #5CC6D0 !important;
    color: white !important;
    border-radius: 10px;
}

.table-bordered>tfoot>tr>td {
    border: none !important;
}
.form-control {
    border: 1px solid rgb(216, 216, 216) !important;    
    border-radius: 5px !important;
}

body.smart-style-6 input,body.smart-style-6 .smart-form .select select {
    border: 1px solid rgb(216, 216, 216) !important;    
    border-radius: 5px !important;
    padding-left: 10px !important;
}

/* Botones de toda la aplicación */
.btn-primary {
    background: #5CC6D0 !important;
}

.btn-secondary {
    background:#2F666C !important;
}

.btn-success {
    background: #A8CF45 !important;
}

.btn-danger {
    background: #E74C3C !important;
}

.btn-default {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

body.smart-style-6 .btn-primary:hover {
    background: #A8CF45 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-color: #A8CF45 !important;
}

body.smart-style-6 .btn-primary {
    border-color: #5CC6D0 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}

.btn-default .dropdown-toggle .btn-sm .btn-primary {
    border-color: #5CC6D0 !important;
}

body.smart-style-6 .btn-secondary {
    border-color: #2F666C !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}

body.smart-style-6 .btn-success {
    border-color: #A8CF45 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}

body.smart-style-6 .btn-danger {
    border-color: #eb3521 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}


body.smart-style-6 .btn-default {
    background-color: #e5e8ec;
    border-color: #e5e8ec !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-footer {
    background: #2F666C !important;
    padding-left: 300px !important;
}

.smart-form .state-success input {
    background: #2f666c24 !important;
    border:  1px solid #2f666c24 !important;
}

.smart-form fieldset+fieldset {
    border: none !important;
}

body.smart-style-6 .smart-form .textarea textarea {
    border: 1px solid rgb(216, 216, 216) !important;    
    border-radius: 5px !important;
    padding-left: 10px !important;
}

body.smart-style-6 .nav-tabs>li.active>a { 
    box-shadow: 0 2px 0 #2F666C !important;
    border: 0px !important  ;
}

.nav-tabs>li>a {
    border: 0.5px solid #2f666c35 !important;
    border-radius: 5px !important;
}

.nav-tabs {
    border: 0px !important;
    margin-bottom: 5px !important;
}

.nav-tabs.bordered+.tab-content {
    border: 0px !important;
}

.table-bordered>tbody>tr>td{
    border: none !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 6px;
    line-height: 1.2;
    vertical-align: middle;
    border-bottom:1px solid #2f666c35 !important;
    background: white !important;
}

.table-bordered {
    border: none !important;
}

.well { 
    background-color: white !important;
}
.dt-toolbar { 
    border-bottom: none !important;
}
body.smart-style-6 .dt-toolbar {
    border-bottom: none !important;
    background-color: white !important;
    padding: 0px !important;
}

.dt-toolbar-footer {
    background-color: white !important;
    border-top: none !important;
}

div.dataTables_length select { 
    padding: 7px !important;
    border: 1px solid rgb(216, 216, 216) !important;    
    border-radius: 5px !important;
}

.widget-body.no-padding { 
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.smart-form footer {
    background: white !important;
}

body.smart-style-6 .label-info { 
    color: #2F666C !important;
    background-color: transparent !important;
}

.bg-color-darken { 
    background-color: #2F666C !important;
}

.dl-horizontal {
    margin-bottom: 15px !important;
}

.dataTables_filter {
    width: auto !important;
}

.dataTables_length {
    float: right !important;
}

@media (max-width: 767px) {
    #left-panel {
        left: -250px;
    }
}


body.smart-style-6 .bg-color-greenLight { 
    background: #A8CF45 !important;
    border-color: #A8CF45 !important;
    padding: 5px !important;
}

body.smart-style-6 .bg-color-orangeDark {
    background: #FFA500 !important; /* Puedes cambiar este valor por #FFB347 o #FF8C00 según tu preferencia */
    border-color: #FFA500 !important; /* Ajusta este valor para que coincida con el fondo */
}

rect {
    fill:  #2F666C !important; /* Cambia esto al color que desees */
}

path {
    stroke : none !important;
}

body.smart-style-6 .txt-color-orange {
    color: #2F666C !important;
}

body.smart-style-6 .alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

a:link#alert_no_trans { 
    color: black !important;
}

.table>thead:first-child>tr:first-child>th { 
   border-top : 1px solid #2f666c35 !important;
   font-size: 14px;
   color: #2F666C;
}

.table-bordered>thead>tr>th {
    border: none !important;
}

.ui-tabs .ui-tabs-panel { 
    border: none !important;
}

.ui-tabs .ui-tabs-nav { 
    border: none !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    border: none !important;
    box-shadow: none !important;
    color : #2F666C  !important
}

body.smart-style-6 .label-success { 
    background: #A8CF45 !important;
}

.btn-warning {
    background: #cc7a00 !important;
    border-color: #cc7a00 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

body.smart-style-6 .label-primary {
    background-color:  #2F666C  !important ;
}

.btn-finante {
    background-color:  white  !important ;
    border-color:  #2F666C  !important ;
    color:  #2F666C  !important ;
}

.show-stat-microcharts>div { 
    border: 1px solid;
    border-color: #2F666C !important;
    background: white!important;
    border-radius: 10px !important;
}

body.smart-style-6 .bg-color-blueLight {
    border-color: #2F666C !important;
    background: #2F666C!important;
}

body.smart-style-6 .bg-color-blueDark {
    border-color: #2F666C !important;
    background: #2F666C !important;
}
.show-stat-microcharts>:last-child { 
    border-right: 1px solid !important;
}

.show-stat-microcharts { 
    margin: 0px  !important;
}