﻿/* Primary Color */

.header-proj-admin {
    background-color: #eb6f65 !important;

    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 1030 !important;
    top: 0;
}

.content-header {
    padding: 15px .5rem;
    margin-top: 70px !important;
}

.aside-proj-admin {
    background-color: #eb6f65 !important;
}

.btn-primary {
    background-color: #eb6f65 !important;
    border-color: #eb6f65 !important;
}

    .btn-primary:hover {
        background-color: #eb6f65 !important;
        border-color: #eb6f65 !important;
        opacity: 0.8;
    }



/* Secondary Color */

.menu-group-admin {
    background-color: #ca5046 !important;
}

.title-proj-head {
    color: #ca5046 !important;
}

.title-proj-breadcrumb {
    color: #ca5046 !important;
}

    .title-proj-breadcrumb:hover {
        color: #ca5046 !important;
        opacity: 0.8;
    }

.item-proj-tr {
    background: #ca5046 !important;
    color: #fff !important;
}

.item-proj-icon-login {
    color: #ca5046 !important;
}

.btn-search-portfolio:hover, .btn-search-portfolio:active {
    color: #fff !important;
    background-color: #ca5046 !important;
    border-color: #ca5046 !important;
}


.card-secondary .card-header {
    background-color: #ca5046 !important;
}