.navbar {
    border-radius: 0px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li.active > a {
    font-weight: bold;
}

.commission-payment-batch.status-1 {
    color: #c17300;
    font-weight: bold;
}
.commission-payment-batch.status-2 {
    color: #21c8f2;
    font-weight: bold;
}
.commission-payment-batch.status-3 {
    color: #38cc2a;
    font-weight: bold;
}
.commission-payment-batch.status-9 {
    color: #CC0000;
    font-weight: bold;
}

.text-success {
    color: #00CC00;
}
.text-error {
    color: #CC0000;
}

.will-pp .status-1 {
     color: #CC0000;
     font-weight: bold;
 }
.will-pp .status-2 {
    color: #f29721;
    font-weight: bold;
}
.will-pp .status-3 {
    color: #38cc2a;
    font-weight: bold;
}

.will-storage .status-1 {
    color: #CC0000;
    font-weight: bold;
}
.will-storage .status-2 {
    color: #f29721;
    font-weight: bold;
}
.will-storage .status-3 {
    color: #f29721;
    font-weight: bold;
}
.will-storage .status-4 {
    color: #38cc2a;
    font-weight: bold;
}

.gift-cards .status-1 {
    color: #CC0000;
    font-weight: bold;
}
.gift-cards .status-2 {
    color: #f29721;
    font-weight: bold;
}
.gift-cards .status-3 {
    color: #38cc2a;
    font-weight: bold;
}

.orders .status.status-1 {
    color: #CC0000;
    font-weight: bold;
}

.orders .status.status-2 {
    color: #38cc2a;
    font-weight: bold;
}

#omni-search-form {
    margin-top: 7px;
    position: relative;
}
#omni-search-form .results {
    background-color: #ffffff;
    border: 1px solid #aaa;
    padding: 10px;
    margin-top: 10px;
    position: relative;
    z-index: 1000;
    display:none;
    overflow: auto;
}
#omni-search-form:hover .results:not(.hidden) {
    display: block;
}
#omni-search-form:hover .results.show {
    display: block;
}

#omni-search-form .results h5 {
    color: #428bca;
    font-weight: bold;
}
#omni-search-form .results .list {

}
#omni-search-form .results .list.hidden {
    display: none;
}
#omni-search-form .results .list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#omni-search-form .results .list ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
}
#omni-search-form .results .list ul li:hover {
    background-color: #EEEEEE;
}
#omni-search-form .results .list ul li a {
    color: #000000;
    position: relative;
    display: inline-block;
    width: 100%;
}
#omni-search-form .results .list ul li a:hover {
    text-decoration: none;
}
#omni-search-form .results .spinner {
    background: url("/images/ajax-loader.gif") no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    padding: 20px;
}
#omni-search-form .results .spinner.hidden {
    display: none;
}


.summary-container {
    margin-top: 20px;
}

.summary-container ul {
    margin: 0;
    padding: 0;
}
.summary-container ul li {
    list-style: outside none none;
}
.summary-container ul li.header {
    background-color: #000;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px;
}
.summary-container ul li .right-label {
    float: right;
    position: relative;
}
.summary-container ul li a {
    color: #fff;
    cursor: text;
}
.summary-container ul li dl {
    overflow: auto;
}
.summary-container ul li dl dt {
    clear: left;
    float: left;
    font-weight: normal;
    min-height: 30px;
    position: relative;
    width: 200px;
}
.summary-container ul li dl dd {
    float: left;
    position: relative;
}

/* Animated link */
.animated-link a {
    padding: 10px;
    color: #592975;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;

    position: relative;
    display: inline-block;
    margin: 15px 25px;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.35em;
}

.animated-link a::before,
.animated-link a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #621dc9;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.animated-link a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.animated-link a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.animated-link a:hover,
.animated-link a:focus {
    color: #621dc9;
}

.animated-link a:hover::before,
.animated-link a:focus::before,
.animated-link a:hover::after,
.animated-link a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
#main-nav {
    margin-bottom: 0;
}


/**
 * Parseley.js
 */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #B94A48;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}


/**
 * Bootstrap 4 styles
 */

.form-control {
    font-size: 1.077rem;
    padding: 0.923077rem 1.307rem;
}
.font-weight-bold {
    font-weight: 700 !important;
}

.text-center {
    text-align: center !important;
}