﻿/*CUSTOM STYLES*/
/*--------------------------------------------------------------------------------------------------*/

/*2017 Update - KRoberts*/

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.padding-medium {
    padding: 20px;
}

.margin-small {
    margin: 5px;
}

.content-section {
    text-align: center;
    color: #FFFFFF;
    background: url("../images/grasssunsetbg.jpg") no-repeat center center;
    background-size: cover;
}

.primary-header {
    background-color: rgba(0,0,0,.6);
}

.search-box {
    padding: 30px;
    padding-bottom: 5px;
}

.search-box-form {
    padding: 20px;
    background-color: rgba(0,125,177,.8);
}

.search-input-text {
    height: 55px;
    font-size: 2.5rem;
}

.search-go-button {
    /*padding: 2.5px;*/
    /*width: 55px;*/
    height: 55px;
    border-radius: 5px;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: #FFFFFF;
    background: #45BF55;
}

    .search-go-button:hover {
        /*padding: 2.5px;*/
        /*width: 55px;*/
        height: 55px;
        border-radius: 5px;
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.5;
        color: #FFFFFF;
        background: #40B24F;
    }

.search-type-link {
    color: #FFFFFF;
    font-size: 1.5rem;
}

    .search-type-link:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }

.search-box-result {
    padding: 10px;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

    .search-box-result:hover {
        background-color: #EEEEEE;
    }

.related-accounts-result {
    padding: 10px;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}


    .related-accounts-result thead tr {
        color: #FFFFFF;
        background-color: #005581;
        font-weight: 400;
    }


    .related-accounts-result tbody tr:hover {
        background-color: #EEEEEE;
    }

.customer-information {
    padding: 10px;
    margin: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.customer-information-header {
    color: #FFFFFF;
    background-color: #005581;
}
.search-badge-success, .Background_ChoiceGas {
    text-align:center;
    padding: 10px 30px;
    font-size: 1.25rem;
    line-height: 53px;
    border-radius: 500px;
    text-transform: none;
    background-color: #05853b; /* For browsers that do not support gradients */
    cursor: pointer;
}

.search-badge-notice, .Background_AG {
    font-size: 1.25rem;
    line-height: 53px;
    border-radius: 500px;
    text-transform: none;
    background-color: #a56d08; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d4ad51, #a56d08); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d4ad51, #a56d08); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d4ad51, #a56d08); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d4ad51, #a56d08); /* Standard syntax */
    cursor: pointer;
}

.search-badge-error {
    font-size: 1.25rem;
    line-height: 53px;
    border-radius: 500px;
    text-transform: none;
    background-color: #a50808; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d45151, #a50808); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d45151, #a50808); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d45151, #a50808); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d45151, #a50808); /* Standard syntax */
    cursor: pointer;
}
