﻿/*
	----------------------------------------------
	Style Cards
	----------------------------------------------
*/

.text-white {
    color: #ffffff;
}

.gs-border {
    border-top: 1px dotted #4f93ce;
    padding-top: 15px;
}

.gs-card {
    margin-bottom: 35px;
}

    /*.gs-card-active {
    border: 1px dotted #4f93ce;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 15px;
}*/

    .gs-card h1 {
        font-size: 1.4em;
        color: #4f93ce;
    }

    .gs-card p {
        color: #999 !important;
        font-size: .85em;
    }


.gs-icon {
    padding: 10px 15px;
    min-height: 50px;
    min-width: 110px;
    border: 4px solid #eaeaea;
    border-radius: 8px;
    vertical-align: bottom;
    cursor: pointer;
}

.gs-icon-noborder {
    padding: 15px;
    min-height: 50px;
    min-width: 110px;
    vertical-align: bottom;
}


.gs-icon-btn {
    padding: 5px;
    min-height: 40px;
    min-width: 100px;
    border: 4px solid #eaeaea;
    border-radius: 8px;
    vertical-align: bottom;
    background-color: #ffffff;
}

.gs-media-icon {
    /*padding: 15px;*/
    min-height: 50px;
    min-width: 50px;
    border-radius: 8px;
    vertical-align: bottom;
}


.gs-icon-selected, .gs-icon-btn-selected {
    border: 4px solid #4f93ce;
    border-radius: 8px;
}


.gs-icon-label {
    vertical-align: bottom;
    width: 100%;
    font-size: .85em;
    font-weight: 600;
    color: #333;
    margin-top: 0.8rem;
}

.gs-icon-choice {
    vertical-align: bottom;
    width: 100%;
    height: 25px;
}

.gs-image-control {
    width: 100%;
    height: 100%;
}

.gs-media-text {
    color: #4f93ce;
}

.gs-media-container {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: box-shadow .12s;
    padding: 0;
}

.gs-bg-card {
    border-radius: 8px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    border: 4px solid #eaeaea;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.gs-color-card {
    min-height: 175px;
    width: 150px;
    margin-right: 15px;
}


.gs-image-card {
    min-height: 175px;
    width: 300px;
}

.gs-swatch {
    width: 100%;
    height: 165px;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    margin: 5px;
    align-items: center;
    display: flex;
}

.gs-middle {
    /* -- */
}