﻿.dark {
    color: #ffffff;
}

.light {
    color: #000000;
}

li.gColorCollectionItem {
    list-style: none;
}

ul.gColorCollection {
    margin: 0;
}


/*
	-------------------------------------------------------
	Color Card Layout
	-------------------------------------------------------
*/

@media (min-width: 580px) {
    .col-md-3-gColor {
        float: left;
    }

    .col-md-3-gColor {
        width: 50%;
    }
}

@media (min-width: 1080px) {
    .col-md-3-gColor {
        float: left;
    }

    .col-md-3-gColor {
        width: 33.33333333%;
    }
}

.row {
    margin-top: 10px;
    margin-bottom: 5px;
}

[class*="col-md-3-gColor"] {
    padding-top: 0px;
    padding-bottom: 15px;
}


/*
	--------------------------------------------------------
	Color Card / Swatch
	--------------------------------------------------------
*/

.gColorCard {
    position: relative;
    min-width: 124px;
    margin: 0 1em 1.2em 0;
    padding: 0;
    overflow: hidden;
    float: left;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
    font-family: "Comfortaa", sans-serif;
}

    .gColorCard .gColorSwatch {
        position: relative;
        width: 100%;
        height: 90px;
    }

        .gColorCard .gColorSwatch div {
            position: absolute;
            width: 100%;
            height: 90px;
        }

    .gColorCard .gColorData {
        padding: 0.5em 0.5em 0.375em 0.5em;
        width: 110px;
        height: 55px;
        border-top: 1px solid #eaeaea;
    }

        .gColorCard .gColorData h4 {
            height: 22px;
            margin-bottom: 0.375em;
        }

    .gColorCard .gColorAdd {
        width: 100%;
        cursor: pointer;
    }

        .gColorCard .gColorAdd .gColorAddInner {
            cursor: pointer;
            margin: 20px;
            border: 2px dashed #e9e9eb;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fff;
            height: 114px;
            color: #e9e9eb;
        }

            .gColorCard .gColorAdd .gColorAddInner:hover {
                border: 2px dashed #2152a3;
                color: #2152a3;
            }

.gColorEdit {
    position: absolute;
    top: 8px;
    right: 8px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
}

    .gColorEdit a {
        font-size: 16px;
        background: #fff;
        height: 25px;
        width: 25px;
        border-radius: 15px;
        color: #1e1c1c;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
        text-decoration: none;
        box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
    }

.gColorTitle {
    display: block;
    height: 70%;
}

.gColorHex {
    display: block;
    height: 30%;
}

.gColorLumIcon {
    margin: 0.5em 0 0 0.5em;
}

h4.gColorCardTitle {
    font-size: 0.8rem;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.25em;
}

h6.gColorCardSubTitle {
    font-style: normal;
    font-weight: 700;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.65rem;
    margin: 0;
    padding: 0;
}


/*
	-----------------------------------------------------------
	Color Library Layout
	-----------------------------------------------------------
*/

.gColorLibrary {
    position: relative;
    background: #fff;
    overflow: hidden;
    display: flex;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15), 0 6px 15px 0 rgba(0, 0, 0, 0.10);
    cursor: pointer;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 25px;
    height: 100%;
}

.gColorLibraryData {
    animation-delay: 0.3s;
    padding: 15px;
    width: 100%;
}

h1.gColorLibraryH1 {
    font-size: 1.4em;
    line-height: 1.25em;
    color: #4f93ce;
}

p.gColorLibraryP {
    font-size: 14px;
    line-height: 1.4;
    color: #999;
}

.gColorLibraryIcon {
    padding: 30px 0 0 10px;
    font-size: 2.1em;
    display: block;
    float: left;
    color: #4f93ce;
}

.gColorLibraryHeading {
    width: 100%;
    font-size: 1.75em;
    color: #4f93ce;
    /*border-bottom: 2px solid #4f93ce;*/
    border-top: 2px solid #4f93ce;
    padding-top: 8px;
    padding-bottom: 15px;
}

.gColorCategoryHeading {
    font-size: 1.35em;
}





.gColorSelected {
    box-shadow: 0 2px 4px 0 rgba(79, 147, 206, 0.15), 0 2px 10px 0 rgba(79, 147, 206, 0.90);
}

.gColorSelectedCategory {
    box-shadow: 0 2px 4px 0 rgba(79, 147, 206, 0.15), 0 2px 10px 0 rgba(79, 147, 206, 0.90);
}
