﻿


/* Main color: #df2e21 */
/* Button color:  #df2e21 */
/* Text color: #3b3b3b */

.main-color,
.main-color:hover {
    color: #df2e21;
}

/* font sizes */
.home-page-title-font {
    font-size: 24px;
}
.home-page-section-title-font {
    font-size: 18px;
    margin-bottom: 5px;
}
.body-text-font {
    font-size: 14px;
}
.logo {
    height: auto;
    width: 200px;
    position:absolute;
    bottom: 10px;
}
@media (max-width: 767px) {
    .logo {
        /*height: 16px;
        width: 171.4px;
        margin: 21px auto 0 auto;*/
        margin-left: 10%;
        margin-right: auto;
        top:5px;
        width:auto;
        height:50px;
        margin-top:0;
    }
}

.navbar2 {
    background-color: #FE0000;
}


.navbar-outer-wrapper {
    background-color: #df2e21;
}

.navbar-process-step,
.navbar-process-separator {
    color: #df2e21;
}

.navbar-process-step.active {
    color: #df2e21;
}

/* Homepage */
/*.bottom-nav-type-C.bottom-nav-item-wrapper2 {
    border-bottom: 1px solid #df2e21;
}*/

@media (max-width: 767px)
{
    div.col-xs-12.my-section-list > div:last-child > div
    {
        border-bottom: 2px solid #A3A3A3;
    }
}

.section-header-small {
    background-color: #df2e21;
}

.btn-form, .btn-form:hover, .btn-form:focus, .btn-form:active, .btn-form.active {
    background-color: #df2e21;
}

.btn-negative,
.btn-negative:hover,
.btn-negative:focus,
.btn-negative:active,
.btn-negative.active
{
    background-color: #fff;
    border: 1px #df2e21 solid;
    color: #df2e21;
}
#NavLogout input {
    border: none;
    color: #df2e21;
}


/* Refill */
.rx-num-delete {
    color: #df2e21;
}
.rx-num-add {
    color: #df2e21;
}
.check-icon {
    background: url(../Weis/Images/Vector/check-unchecked.svg) no-repeat;
    background-size: contain;
}
input.hidden-checkbox:checked + .check-icon,
.select-refill.selected .check-icon,
.terms-checkbox.selected .check-icon,
.select-autofill.selected .check-icon,
.sms-checkbox-wrapper .check-icon.selected {
    background: url(../Weis/Images/Vector/check-checked.svg) no-repeat;
    background-size: contain;
}





/* Footer */
.footer {
    border-top: 10px solid #df2e21;
}