/*=-=-=-=-=-=
Typography
Header
General UI
Form elements
=-=-=-=-=-=*/

.container {
    max-width: 665px;
    /*box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);*/
    padding: 40px;
    margin: 20px auto 0;
}
/*=-=-=-=-=-=
Typography
=-=-=-=-=-=*/
@font-face {
    font-family: 'GenesisSans';
    src: url('//s3-us-west-2.amazonaws.com/assets.surecritic.com/ps/genesis/GenesisSansText-Regular.woff') format('woff');
}

@font-face {
    font-family: 'GenesisSansBold';
    src: url('//s3-us-west-2.amazonaws.com/assets.surecritic.com/ps/genesis/GenesisSansText-Bold.woff') format('woff');
}

body, h1, h2, h3, h4, h5, h6, strong, .lead, .btn, .survey, .vehicle-review {
    font-family: 'GenesisSans', 'Roboto', 'Helvetica Neue', sans-serif !important;
}

    h3 p {
        font-weight: bold;
    }

    .survey strong {
        font-family: 'GenesisSansBold', 'Roboto', sans-serif !important;
        font-style: normal;
    }

/* This affects text like "Overall Rating". */
.standout {
    color: #a36b4f;
    border: none !important;
}

.blue {
    color: #a36b4f;
}

/* Labels */
.align-inputs label {
    font-weight: normal;
}

.label-md {
}

.label-lg {
}
#unsubscribe-bock {
    max-width: 700px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    padding: 40px;
    margin: 20px auto 0;
}
    #unsubscribe-bock .logo {
        margin-bottom: 20px;
    }
        #unsubscribe-bock .logo img {
            max-width: 400px;
        }

    #unsubscribe-bock .form-content {
        padding-bottom: 15px;
    }

    #unsubscribe-bock .logo,
    #unsubscribe-bock .confirm-btn {
        text-align: center;
    }
    #unsubscribe-bock .checkbox-container {
        display: block;
        position: relative;
        padding-left: 25px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    #unsubscribe-bock .confirm-btn {
        padding-top: 15px;
    }
        #unsubscribe-bock .confirm-btn button:hover,
        #unsubscribe-bock .confirm-btn button:focus {
            background-color: #eee;
        }
        #unsubscribe-bock .confirm-btn button {
            box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
            box-sizing: border-box;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            cursor: pointer;
            outline: 0;
            border: none;
            -webkit-tap-highlight-color: transparent;
            display: inline-block;
            white-space: nowrap;
            text-decoration: none;
            vertical-align: baseline;
            text-align: center;
            margin: 0;
            min-width: 88px;
            line-height: 36px;
            padding: 0 16px;
            border-radius: 2px;
            overflow: visible;
            transform: translate3d(0, 0, 0);
            transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
            color: rgba(0, 0, 0, 0.87);
            background-color: white;
        }
            /*=-=-=-=-=-=
Header
=-=-=-=-=-=*/
.custom-header {
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: auto;*/
    position: center;
    text-align: center;
    /* background: url("../images/GMAUS-logo.png");*/
    height: 100px;
    margin: 12px auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 40px;
}
/*
@media only screen and (min-width : 300px) {
    .custom-header {
        position: center;
        inline-size: 310px auto;
        height: 100px;
        margin-bottom: 6px;
        margin-top: 6px;
        padding-left: auto;
        padding-right: auto;
        width: 320px;
    }
}

@media only screen and (min-width : 480px) {
    .custom-header {
        position: center;
        inline-size: 400px auto;
        height: 150px;
        margin-bottom: 12px;
        margin-top: 12px;
        padding-left: 5px;
        padding-right: 5px;
        width: 480px;
    }
}

@media only screen and (min-width : 992px) {
    .custom-header {
        width: 970px;
        position: center;
    }
}

@media only screen and (min-width : 1200px) {
    .custom-header {
        width: 1170px;
        position: center;
    }
}*/
    /*=-=-=-=-=-=
General UI
=-=-=-=-=-=*/

    body {
    padding-top: 0px;
}

/* Buttons */
.button-question .rating-buttons .rating-button:hover {
    background-color: #000000;
}

.button-question .rating-buttons .rating-button.active {
    background-color: #000000;
}


.btn-primary {
    background-color: #a36b4f;
    border-color: #a36b4f;
}

    .btn-primary:focus, .btn-primary.focus {
        background-color: #915F45;
        border-color: #a36b4f;
        outline-color: #a36b4f;
    }

    .btn-primary:hover {
        background-color: #915F45;
        border-color: #a36b4f;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-color: #915F45;
        border-color: #a36b4f;
    }

    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
            background-color: #915F45;
            border-color: #a36b4f;
            outline-color: #a36b4f;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: #915F45;
        border-color: #a36b4f;
        outline-color: #a36b4f;
    }


.progress-bar {
    background-color: #000000;
}

/*=-=-=-=-=-=
Form elements
=-=-=-=-=-=*/

/* Rating stars */
.survey-star-rating, .theme-star-rating-input-sc .survey-star-rating {
    padding-top: 0px;
    color: #a36b4f;
}

/* Rating description */
.survey-currently-rated {
    color: #fff;
    background-color: #a36b4f;
    padding: 4px 14px;
}

/* Rating sliders */
.slider-track {
}

.slider-track-low {
}

.slider-track-high {
}

.slider-selection {
    background: #a36b4f !important;
}

.slider-handle {
    background-image: none;
    background-color: #a36b4f;
}

.slider-value {
    background: #a36b4f;
}

/* Rating buttons */
@media only screen and (max-width : 768px) {
    .rating-buttons h3 {
        font-size: 18px !important;
        padding-top: 12px !important;
    }
}
/* Rating buttons */
@media only screen and (max-width : 768px) {
    .rating-buttons h3 {
        font-size: 18px !important;
        padding-top: 12px !important;
    }
}

/* Tooltips */
.tooltip-inner {
    background-color: #a36b4f;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #a36b4f;
}


/*=-=-=-=-=-==-=-=-=-=-==-=-=-=-
White theme with black background
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.survey-body {
    background-color: #fff !important;
}

.survey-question-container {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff !important;
    margin-bottom: 10px !important;
}

hr {
    clear: both !important;
    visibility: hidden !important;
}

.custom-header {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

.progress {
    background-color: #fff !important;
    color: #000;
}

.progress-bar {
    background-color: #a36b4f !important;
}

.node-custom-text {
    color: #000 !important;
}

.response-previous {
    background-color: #fff !important;
    border-color: #ccc !important;
}
