﻿/* style override to match with product colors of 1099 Express*/
body {
    background-color: #548DBF;
}

.account-body.accountbg {
    background-color: #548DBF;
}

.btn-primary {
    background-color: #034C8C;
    border-color: #034C8C;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #3e83c0
}

.btn-outline-primary {
    color: #fff;
    background-color: #f90;
    border-color: #f90;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    background-color: #f96c00;
    border-color: #f96c00;
}
.btn-outline-primary:disabled, 
.btn-outline-primary.disabled,
.text-danger {
        color: #F25C05 !important;
    }

.text-muted:hover,
.text-danger:active {
    color: #F28D52 !important;
}

.btn-danger {
    background-color: #F25C05;
    border-color: #F25C05;
}

.btn-danger:hover,
.btn-danger:active {
    background-color: #F28D52;
    border-color: #F28D52;
}

.btn .bg-danger {
    color: #f96c00 !important;
    background-color: #f2f2f2 !important;
    border: solid 1px #f96c00;
}
.bg-warning {
    background-color: #F28D52 !important;
    border-color: #F28D52;
}



.text-muted {
    color: #F28D52 !important;
}

.link-blue {
    color: #CC4B00;
}
.link-blue:hover,
.link-blue:active {
    color: #F56714;
}

.nav-border .nav-item.show .nav-link, .nav-border .nav-link.active {
    color: #034C8C;
    border-bottom: 2px solid #034C8C;
}

h2,
h4, 
.account-body .auth-header-box h4 {
    color: #034C8C;
}

.card {
    background-color: #f2f2f2;
}
.account-body.accountbg .card {
    background-color: #fff;
}


.form-control {
    border: 1px solid #a3abb6;
}
/*
dark blue: #034C8C
blue: #548DBF
orange: #F25C05
light orange: #F28D52
shade of white: #F2F2F2
yellow-gold: #f90

    */