/*
PrimaryColor: ;
secondaryColor: ;
successColor: ;
infoColor: ;
warningColor: ;
dangerColor: ;
darkColor: ;
lightColor: #E6E6E6;
*/
a {
    color: ;
}
.layout-fixed .wrapper .sidebar {
    height: calc(100vh - (180px));
}
.login-page, .register-page {
    background: #f8f8f8!important;
}
[class*='sidebar-dark-'] {
    background: ;
    /*background: linear-gradient(45deg, rgba(27,63,115,1) 0%, rgba(34,186,99,1) 100%);*/
}
.layout-fixed .brand-link {
    padding: 0;
    border-top: none!important;
    background:#fff!important
}

.brand-link .brand-image {
    width: 100%;
    max-width:100%!important;
    height: auto;
    max-height: inherit;
}
.brand-link .brand-image {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top:0;
    max-height: inherit;
    width: 100%;
    padding: 40px;
    border-top: 6px solid ;
}

.text-info {
    color:  !important;
}
.text-success {
    color: !important;
}
.text-warning {
    color:  !important;
}

.nav-sidebar > .nav-item .nav-icon {
    color: #E6E6E6!important;
    font-size: 1.3rem;
    margin-right: .4rem;
}
[class*='sidebar-dark-'] .sidebar a {
    color: #fff;
}

.card-primary.card-outline {
    border-top: 3px solid !important;
}
.card-success.card-outline {
    border-top: 3px solid  !important;
}
.card-info.card-outline {
    border-top: 3px solid !important;
}

/* .bg-danger {
    background-color: #d7dadf!important;
} */
.bg-info {
    background-color:  !important;
}
.bg-warning {
    background-color: !important; color: #fff!important;
}
.bg-primary {
    background-color: !important;
}

.btn-success, .btn-success:link {
    background: !important;
    border-color: !important;
    color: #fff;
}
.btn-primary {
    background: !important;
    border-color: !important;
    color: #fff!important;
}
.btn-danger {
    color: #fff!important;
    background-color: #d7dadf ;
    border-color: #d7dadf ;
    box-shadow: none;
}
.btn-info {
    color: #ffffff;
    background-color:  !important;
    border-color:  !important;
}
.introjs-button {
    box-shadow: none !important;
    background:  !important;
}
.progress-bar-success, .bg-success {
    background-color:  !important;
    border-color:  !important;
    color: #fff;
}

.badge-primary {
    background-color: !important;
}
.badge-secondary {
    background-color: !important;
}
.badge-success {
    background-color: !important;
}
.badge-danger {
    background-color: !important;
}
.badge-warning {
    background-color: !important;
}
.badge-info {
    background-color: !important;
}
.badge-dark {
    background-color: !important;
}
.badge-light {
    background-color: #E6E6E6!important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: !important;
}
.nav-pills .nav-link:not(.active):hover {
    color: #d7dadf !important;
}

.nav-pills .nav-link.selected, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: !important;
}

.alert-warning {
    color:#fff;
    background: !important;
    border-color: !important;
}
.alert-success {
    color: #fff;
    background: !important;
    border-color: #!important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7fdff;
}

.buttonFinish {
    background: !important;
    border-color: !important;
    color: #fff;
}

.brand-link {
    background: #fff;
}