/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
*/
/*  rgb(36, 58, 71) */
.bg-customer {
    background-color: #001F5F !important;
}
.phone-number a {
    color: white !important;
}

.phone-number a:active {
    color: white !important;
}

.phone-number a:visited {
    color: white !important;
}

/*.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/
/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Provide sufficient contrast against white background */
a {
    color: darkmagenta;
}

/* Top Bar */
.top-bar {
/*    margin-left: 40px;*/
}

    .top-bar li {
        margin: 2px 0px 4px 4px;
    }

        .top-bar li a {
            padding: 4px 4px 4px 4px;
        }
        /*.top-bar li a span {
    padding-top: 1px;
}*/
        .top-bar li button {
            padding: 4px 4px 4px 4px;
        }

/*Floating Back-To-Top Button*/
#toTopBtn {
    position: fixed;
    bottom: 10px;
    float: right;
    right: 10px;
    /*left: 77.25%;*/
    max-width: 30px;
    width: 100%;
    font-size: 12px;
    border-color: rgba(85, 85, 85, 0.2);
    background-color: rgb(100,100,100);
    padding: .5px;
    border-radius: 4px;
}
    /*On Hover Color Change*/
    #toTopBtn:hover {
        background-color: #7dbbf1;
    }

    /* GRC card colors */
.card-g {
    background-color: #D18237;
    border-color: #844D19;
}
.card-r {
    background-color: #EBBF50;
    border-color: #AE8213;
}
.card-r .card-body {
    background-color: white;
}
.card-c {
    background-color: #75DF80;
    border-color: #26AA33;
}
.card-c .card-body {
    background-color: white;
}
.card-g .card-body {
    background-color: white;
}
.alert-g {
    background-color: #D18237;
    border-color: #844D19;
    padding: 3.5px 14px 0px 14px;
}
.bg-power {
    background-color: #EBBF50;
    border-color: #AE8213;
}
