﻿/* 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. */
.ast:before {
    color: red;
    content: "*";
    position: absolute;
    margin-left: -8px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.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;
}

.top :hover {
    color: #fff;
    font-weight: 500;
    background-color: #027abb
}
.topActive {
    color: #fff;
    font-weight: 500;
    background-color: #027abb
}
.dropdown-menu:hover {
    color:black;
    font-weight: 500;
    background-color: whitesmoke
}
/* 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, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content, footer {
    padding: 1rem;
}

.wrapper {
 
    flex-grow: 1;
}








/* ------------------------------------*/
/* ---------->>> BUTTONS <<<-----------*/
/* ------------------------------------*/


.mdc-button--blue {
    background-color: #027abb;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

    .mdc-button--blue:hover,
    .mdc-button--blue:focus {
        background-color: #03a9f4;
    }

.mdc-button--gray {
    background-color: #ebebeb;
    box-shadow: unset;
    color: #445963;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-size: 14px;
}

.mdc-global-footer__links a {
    color: #fff
}

.mdc-global-header__mdc-logo {
    max-width: 60px;
}
table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

.mdc-global-footer__links {
    padding-left: 0;
    list-style: none;
}

    .mdc-global-footer__links > li {
        margin-bottom: 2px;
    }

    .mdc-global-footer__links a {
        color: #fff
    }

@media (min-width: 992px) {




    .mdc-global-footer__links {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .mdc-global-footer__links > li {
            text-align: left;
        }

        .mdc-global-footer__links li:not(:last-child) {
            margin-right: 5px;
        }


}



@media (max-width: 991px) {

    .mdc-global-footer__links {
        text-align: center;
    }


}