﻿.bg-primary {
    background-color: rebeccapurple !important;
}

.text-primary {
    color: rebeccapurple !important;
}

.btn-primary {
    background-color: rebeccapurple !important;
    border-color: rebeccapurple !important;
    outline-color: rebeccapurple !important;
}

.btn-ghost-primary {
    color: rebeccapurple !important;
}

.btn-ghost-primary:hover, .btn-ghost-primary:focus, .btn-ghost-primary:active, .btn-ghost-primary.active, .open > .dropdown-toggle.btn-ghost-primary {
    color: white !important;
    background-color: rebeccapurple;
    border-color: rebeccapurple; /*set the color you want here*/
}

.navbar-brand {
    padding-top: 3px;
}

.nav-link {
    padding-top: 2px;
}

.fa-plus-circle {
    font-size: 1.3rem;
}

html .k-grid tr:hover {
    background: white;
}

html .k-grid tr.k-alt:hover {
    background: rgb(245, 245, 245);
}

.k-tooltip {
    background: #4d5666 !important;
    /*color: white !important;*/
}

.k-callout-s {
    border-top-color: #4d5666;
}

hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #495057;
    color: #495057;
    text-align: center;
}
    hr.style-eight:after {
        content: "$";
        display: inline-block;
        position: relative;
        top: -0.9375em;
        font-size: 1.25em;
        padding: 0 0.25em;
        background: white;
    }

.asterisk_input::after {
    content: "*";
    color: #e32;
    position: absolute;
    margin: 3px 0px 0px -15px;
    font-size: x-large;
}

fieldset.address-border {
    background-color:white;
    border: 1px solid #d8dbe0 !important;
    border-radius: 0.25rem;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;   
}

legend.address-border {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    text-align: center !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}


.tooltip .tooltip-inner {
    max-width: 400px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ddd;
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff !important;
}