.dark {
    color: #ffffff;
}

.light {
    color: #000000;
}

li.ogIconCollectionItem {
    list-style: none;
}

ul.ogIconCollection {
    margin: 0;
}


/*
	-------------------------------------------------------
	Icon Card Layout
	-------------------------------------------------------
*/

@media (min-width: 580px) {
    .col-md-3-ogIcon {
        float: left;
    }

    .col-md-3-ogIcon {
        width: 50%;
    }
}

@media (min-width: 1080px) {
    .col-md-3-ogIcon {
        float: left;
    }

    .col-md-3-ogIcon {
        width: 33.33333333%;
    }
}

.row {
    margin-top: 10px;
    margin-bottom: 5px;
}

[class*="col-md-3-ogIcon"] {
    padding-top: 0px;
    padding-bottom: 15px;
}

/*
	--------------------------------------------------------
	Icon Card / Swatch
	--------------------------------------------------------
*/

.ogIconCard {
    position: relative;
    min-width: 112px;
    margin: 0 .85em 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;
}

    .ogIconCard .ogIconSwatch {
        position: relative;
        width: 100%;
        text-align: center;
        margin: auto;
        padding: 30px 0 15px 0;
        font-size: 40px;
    }

        .ogIconCard .ogIconSwatch:hover {
            background: #4f93ce;
            color: #fff;
        }

        .ogIconCard .ogIconSwatch div {
            position: absolute;
            width: 100%;
            height: 55px;
        }

    .ogIconCard .ogIconData {
        padding: 0.5em 0.5em 0.375em 0.5em;
        width: 110px;
        height: 35px;
        border-top: 1px solid #eaeaea;
    }

        .ogIconCard .ogIconData h4 {
            height: 22px;
            margin-bottom: 0.375em;
            color: #999;
        }

    .ogIconCard .ogIconAdd {
        width: 100%;
        cursor: pointer;
    }

        .ogIconCard .ogIconAdd .ogIconAddInner {
            cursor: pointer;
            margin: 20px;
            border: 2px dashed #e9e9eb;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fff;
            height: 90px;
            color: #e9e9eb;
        }

            .ogIconCard .ogIconAdd .ogIconAddInner:hover {
                border: 2px dashed #2152a3;
                color: #2152a3;
            }

.ogIconEdit {
    position: absolute;
    top: 8px;
    right: 8px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
}

    .ogIconEdit 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);
    }

.ogIconTitle {
    display: block;
    height: 70%;
}

.ogIconHex {
    display: block;
    height: 30%;
}

.ogIconLumIcon {
    margin: 0.5em 0 0 0.5em;
}

h4.ogIconCardTitle {
    font-size: 0.70rem;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.25em;
}

h6.ogIconCardSubTitle {
    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
	-----------------------------------------------------------
*/

.ogIconLibrary {
    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%;
}

.ogIconLibraryData {
    animation-delay: 0.3s;
    padding: 15px;
    width: 100%;
}

h1.ogIconLibraryH1 {
    font-size: 1.4em;
    line-height: 1.25em;
    color: #4f93ce;
}

p.ogIconLibraryP {
    font-size: 14px;
    line-height: 1.4;
    color: #999;
}

.ogIconLibraryIcon {
    padding: 30px 0 0 10px;
    font-size: 2.1em;
    display: block;
    float: left;
    color: #4f93ce;
}

.ogIconLibraryHeading {
    width: 100%;
    font-size: 1.75em;
    color: #4f93ce;
}

.ogIconCategoryHeading {
    border-top: 3px solid #f6f4f4;
    font-size: 1.35em;
}





.ogIconSelected {
    box-shadow: 0 2px 4px 0 rgba(79, 147, 206, 0.15), 0 2px 10px 0 rgba(79, 147, 206, 0.90);
}

.ogIconSelectedCategory {
    box-shadow: 0 2px 4px 0 rgba(79, 147, 206, 0.15), 0 2px 10px 0 rgba(79, 147, 206, 0.90);
}

.ogScrollWrapper {
    margin-top: 70px;
}

.ogScrollContainer {
    margin: 0;
    padding: 20px 20px 20px 20px;
    height: 100vh;
    overflow-x: hidden;
}

.ogIconWrapper {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.16);
    padding: 20px;
}
