/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

::selection {
    background: #d5d5d5 !important;
    color: #cbbb41 !important;
}

#wrapper {
    background-color: white;
}

.ul-members li {
    list-style: none;
    padding: 20px 15px;
    background-color: #EEE;
    border-left: 5px solid #ff1b1b;
    color: #666;
}

.ul-members [class^="icon-"] {
    color: #c9b83a !important;
}

.ul-members li:hover {
    cursor: pointer;
    background-color: rgb(220, 220, 220);
}

.ul-members li.selected {
    background-color: #fff;
    border-left: 5px solid transparent;
    box-shadow: -3px -2px 6px rgba(181, 179, 179, 0.41);
}



.sub-header {
    background-color: #f3f3f3;
    padding: 1rem 0;
    margin-bottom: 1rem;
}

    .sub-header h2 {
        font-weight: 600;
        letter-spacing: 1px;
        color: #333 !important;
        text-transform: uppercase;
        font-family: Lato,sans-serif;
    }

#gd-tab ul.tab-nav.tab-nav2 li.ui-state-active a {
    background-color: #cbcbcb;
}

.gd-table .page-item.active .page-link, .gd-table .page-link:hover, .gd-table .page-link:focus {
    background-color: #c9b83a !important;
    border-color: #c9b83a !important;
}

.button.button-3d.gd-button-1 {
    background-color: #ac8c2f;
}

    .button.button-3d.gd-button-1:hover {
        background-color: #cba637 !important;
    }

    .button.button-3d.gd-button-1 * {
        color: #fff !important;
    }
