﻿nav.navbar.navbar-expand-lg div#navbarSupportedContent ul.navbar-nav {
    margin-left: auto;
    width: 100%;
    justify-content: end;
}

    nav.navbar.navbar-expand-lg div#navbarSupportedContent ul.navbar-nav a.nav-link {
        color: #6d1e4b;
    }

.navbar-default .navbar-nav > li > a {
    color: #6d1e4b;
}

header.header-custom {
    background-color: #fbfbfb;
    border-color: #eaeaea;
}

.jumbotron {
    background: #e3edff;
    border-color: #bccced;
    margin-bottom: 5px;
    padding: 6rem 1px;
}

    .jumbotron h2 {
        font-size: 36px;
        color: #333333;
    }

form#new_logon label {
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 5px;
}

nav.navbar-custom-2.navbar ul.navbar-nav.nav-second {
    justify-content: start !important;
}

.content img {
    width: 100%;
    max-width: 290px;
}

footer.border-top.footer.text-muted {
    /*position: fixed;*/
    width: 100%;
    bottom: 0px;
    /*background-color: #f8f8f8;*/
}

@media (max-width: 991px) {
    nav.navbar.navbar-expand-lg button.navbar-toggler {
        position: absolute;
        right: 0px;
        top: 8px;
    }

    nav.navbar.navbar-expand-lg .container-fluid {
        display: flex;
        flex-wrap: initial !important;
        align-items: start;
    }
}

.col-sm-12.logging {
    padding-left: 60px;
    padding-right: 60px;
}

@media (min-width: 768px) {
    .col-sm-offset-3 {
        margin-left: 25%;
    }
}


/*Custom tooltip*/
.Custometooltip {
    position: relative;
    display: inline-block;
}

    .Custometooltip .tooltiptext {
        visibility: hidden;
        width: 136px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 1px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .Custometooltip:hover .tooltiptext {
        visibility: visible;
    }

.js-has-tooltip:hover {
    visibility: visible;
}
/*changing sort icons on click*/
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before {
    line-height: 9px;
    font-size: 1.5em;
    opacity: 1.125;
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:after {
    line-height: 9px;
    font-size: 1.5em;
    opacity: 1.125;
}

table[data-sortable] th[aria-sort="descending"]:before {
    border-top-color: inherit;
    border-bottom-color: transparent;
    visibility: hidden;
}

table[data-sortable] th[aria-sort="descending"]:after {
    border-top-color: inherit;
    border-bottom-color: transparent;
    margin-top: -5px;
}

table[data-sortable] th[aria-sort="ascending"]:before {
    border-top-color: inherit;
    border-bottom-color: transparent;
    margin-bottom: -4px;
    color: silver;
}

table[data-sortable] th[aria-sort="ascending"]:after {
    border-top-color: inherit;
    border-bottom-color: transparent;
    visibility: hidden;
}


strong {
    font-weight:900;
}