
/* header style */

.portal-header {
    background-color: rgb(21, 21, 21) !important;
}

/* font style */
.portal-header h1 {
    font-family: 'Arial', sans-serif;
    font-size: 30px;
    color: #000!important;
}

/* link style */
.portal-header a {
    color: #fff!important;
}

.list-group-item {
    background-color: #f8f8f8;
}
/* active link style */
.list-group-item.active {
    background-color: #337ab7;
    color: #fff;
}

/* active link style */
.list-group-item.active a {
    color: #fff!important;
}

.link-text-color {

}


/* portlet styles */

.portlet-title{
    background-color: var(--primary-color);
    padding: 10px;
    font-size: 20px;
    color: white;
}

.portlet {
    background-color: white;
    border-radius: 10px;
}


.portlet-content{
    padding: 3px;
    background: #f3f3f3;
}

.widgets-card-container{
    border: 1px solid #e5e5e5;
}

.widgets-card-container .portlet-content {
    min-height: 500px;
}


/* a general style for all the links */
a {
    color: var(--text-primary);
    text-decoration: none;
}

/* bootstrap button override */
.btn {
    color: white!important;
}

/* success etc button */
.btn-success {
    background-color: #1791c8!important;
    color: white;
}

/* danger button */
.btn-danger {
    background-color: #d9534f;
    color: white;
}

/* warning button */
.btn-warning {
    background-color: #f0ad4e!important;
    color: white;
}

/* info button */

.btn-info {
    background-color: #5bc0de!important;
    color: white;
}

/* primary button */
.btn-primary {
    background-color: var(--primary-color)!important;
    color: white;
    border: 1px solid var(--primary-faded-color)!important;
}

/** hover effect */
.btn-primary:hover {
    background-color: var(--primary-faded-color)!important;
    color: white;
    border: 1px solid var(--primary-color)!important;
}

/* default button */
.btn-default {
    background-color: #c5c5c5!important;
    color: #333;
}

/* link button */
.btn-link {
}


.primary-color {
    color: #337ab7!important;
}

.primary-bkg-color {
    background-color: #337ab7!important;
}

.secondary-color {
    color: #333!important;
}
