﻿body {
    font-family: Arial;
    background-color: transparent;
}

.btn-primary {
    color: #fff;
    background-color: #710000;
    border-color: #7e0000;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .open > .dropdown-toggle.btn-primary {
        background-color: #8b0000;
        border-color: #8b0000;
    }

/* Paginação Bootstrap */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #710000;
    border-color: #7e0000;
}


/* Abas Material Design com cores Portal*/
.nav-tabs > a.active,
.nav-tabs > a:hover {
    color: #710000 !important;
}

.nav-tabs > a::after {
    background: #710000;
}

.nav-tabs .nav-link.active {
    border-bottom: 2px solid #710000;
}

#window-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9998;
}

    #window-loading h5 {
        font-size: 1em;
        color: #fff;
        font-weight: 600;
        margin-top: 0px;
    }

    #window-loading div {
        position: absolute;
        top: 3%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 5px;
        width: 140px;
        z-index: 9999;
        height: 25px;
        border-radius: 5px;
        background-color: #710000;
    }
