/* 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. */


.home-image {
    background-image: url("/images/space_pb.png"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 240px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.home-background {
    /*background-color: rgba(8, 82, 185, 0.93);*/ /* Used if the image is unavailable */
    /*background: rgb(2,0,36);*/
    /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(56,56,185,1) 35%, rgba(0,212,255,1) 100%);*/
    background: linear-gradient(90deg, rgb(11, 11, 59) 0%, rgb(180 180 189) 35%, rgb(180 180 189) 50%);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-topo {
    background-color: lightgray;
    margin-bottom: 0px;
    padding: 0px
}

.nav-pequeno {
    height: 25px;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.bg-titulo {
    color: white;
    background-color: #0b0b3b;
    border-color: #0b0b3b;
}

.bg-titulo-card {
    color: #0b0b3b;
    background-color: #0b0b3b;
    border-color: #0b0b3b;
}



.btn-primary {
    color: #fff;
    background-color: #0b0b3b;
    border-color: #0b0b3b;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #01a9db;
        border-color: #01a9db;
    }


.btn-forgot_pass {
    background-color: transparent;
    font-size: 13px;
    padding: 15px 0px 15px 0px;
    color: red;
}

.btn-new-user {
    background-color: transparent;
    font-size: 15px;
    padding: 5px 0px 5px 0px;
    color: #0b0b3b;
}

    .btn-new-user:hover {
        color: #01a9db;
        background-color: white;
    }



.btn-pequeno {
    background-color: white;
    font-size: 15px;
    padding: 1px 1px 1px 1px;
    border-spacing: 1px 1px;
    color: blue;
}

.btn-sem-espacos {
    padding: 1px 2px 1px 2px;
    border-spacing: 1px 1px;
}

.btn-table {
    /*padding: 0rem 0.50rem;*/
    padding: 1px 1px 1px 1px;
    width: 30px;
}

.centralizar-texto td {
    vertical-align: middle;
}

.btn-sss {
    padding: 0px 3px 0px 3px;
    font-style: normal;
    font-size: 9pt;
    font-family: Verdana;
}

.btn-large {
    width: 150px;
}

.btn-spin-enable {
}

.img-12pt {
    font-size: 12pt;
}

.img-14pt {
    font-size: 14pt;
}

.text_cor_letra {
    color: #0b0b3b;
}

.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;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.card-compacto {
    padding-bottom: 1px;
    padding-top: 4px;
}

.margin_logon {
    margin-bottom: 10px;
    margin-top: 2px;
}

.btn-logon {
    background-color: transparent;
    font-size: 15px;
    padding: 5px 0px 5px 0px;
    color: blue;
}

.btn-pequeno {
    background-color: white;
    font-size: 15px;
    padding: 2px 2px 2px 2px;
    border-spacing: 1px 1px;
    color: blue;
}

.btn-large {
    width: 150px;
}

.btn-spin-enable {
}


.form-control-custom {
    max-width: 400px;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.table-ssm {
    font-style: normal;
    font-size: 9pt;
    font-family: Verdana;
}

.table-sssm {
    font-style: normal;
    font-size: 8pt;
    font-family: Verdana;
}

.table-semsaltos {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.cad-compact {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    font-style: normal;
    font-size: 7pt;
    font-family: Verdana;
}

.card-compact {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
}


.no_space {
    padding: 0px,0px,0px,0px;
}

.menu_pequeno {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
}

/*custom*/
.table-pequena {
    font-size: 12px;
}

/*custom menu*/
.navbar .navbar-brand {
    color: #222;
}

    .navbar .navbar-brand:hover {
        color: black;
        background-color: #01a9db;
    }

    .navbar .navbar-brand.active {
        color: blue;
    }

.navbar .nav-item .nav-link:hover {
    color: black;
    background-color: #01a9db;
}

.navbar .dropdown-item:hover {
    color: black;
    background-color: #01a9db;
}


.navbar .dropdown-item {
    /*text-align: center;*/
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
}

.navbar .nav-item .nav-link {
    padding: 5px 5px 5px 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    transition: .2s ease;
    font-size: 12px;
}

.jumbotron {
    padding: 2rem 2rem;
}
