﻿/*************************************************
- The login Logo formatting
*************************************************/
.loginLogo {
    width: 25%;
    height: 100%;
    overflow: hidden;
}

/*************************************************
- Tabs for Customer and Billing
*************************************************/
.nav-tabs {
    border-color: gray;
}


    .nav-tabs > li a {
        border: 1px solid gray;
        background-color: white;
        color: black;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        background-color: lightgray;
        color: black;
        border: 1px solid gray;
        /*border-bottom-color: gray;*/
    }

    .nav-tabs > li > a:hover {
        /*background-color: lightgray !important;*/
        border-radius: 5px;
        color: black;
        border: 1px solid gray;
    }

/*.tab-pane {
    border: solid 1px #b9b9b9;
    border-top: 0;
    background-color: lightgray;
    padding: 5px;
}*/

/*************************************************
    - Cookie Consent Begin
*************************************************/
.cookieConsent {
    background-color: rgba(20,20,20,.4);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 10px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    border: .1px solid white;
}

    .cookieConsent a {
        color: #4B8EE7;
        text-decoration: none;
    }

.closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

    .closeCookieConsent:hover {
        color: #FFF;
    }

.cookieConsent a.cookieConsentOK {
    background-color: var(--cookie-btn-bg,gold);
    color: #000;
    display: inline-block;
    border-radius: 3px;
    padding: 0 5px;
    cursor: pointer;
    float: right;
    margin: 0 15px 0 10px;
}

    .cookieConsent a.cookieConsentOK:hover {
        background-color: var(--alt-btn-bg,darkgoldenrod);
    }
/*************************************************
    --Cookie Consent End
*************************************************/
