﻿
/*
cores logo
 #33508d 
 #1e73be 
 #60a9cd
*/

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 40px; /* Vertically center the text there */
    background-color: #e9ecef;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 3px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

    .scroll-to-top:focus, .scroll-to-top:hover {
        color: white;
    }

    .scroll-to-top:hover {
        background: #343a40;
    }

    .scroll-to-top i {
        font-weight: 800;
    }

body {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-family: sans-serif;
    /* Margin bottom by footer height */
    margin-bottom: 40px;
    overflow-x: hidden;
}

main {
    padding-top: 60px;
}
/* utilizado para <nav> class fixed-top */

label {
    margin-right: 0.3rem;
    margin-left: 0.3em;
    margin-top: 0.3rem;
}

.breadcrumb {
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

.btn {
    padding: .300rem .600rem;
    font-size: 0.8rem;
}

.btn-primary {
    color: #fff;
    background-color: #33508d; /* 00227b */
    border-color: #33508d; /* 00227b */
    min-width: 7rem; /*1rem/em = 16px*/
}

.btn-secondary {
    min-width: 7rem; /*1rem/em = 16px*/
}

.btn-success {
    min-width: 7rem; /*1rem/em = 16px*/
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #1e73be;
    border-color: #1e73be;
}

a {
    color: #002984;
}

    a:hover {
        color: #757de8;
    }

.custom-select {
    display: inline-block;
    width: auto;
    height: calc(1.75rem + 1px);
    padding: .175rem 1.4rem .175rem .3rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

select option:checked {
    background-color: #1e73be;
    color: white;
}

.inline-sigweb {
    display: inline;
}

.tab-pane {
    margin-left: 6px;
    margin-top: 4px;
}

.form-control-no-border:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control-sigweb:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(17, 17, 17, 0.75);
    box-shadow: 2px 2px 5px 1px rgba(17, 17, 17, 0.75);
}

.btn:not(disabled) {
    cursor: pointer;
}

.btn-sq {
    width: 60px;
    height: 60px;
    font-size: 12px;
}

input.alert-sigweb[readonly="readonly"], select.alert-sigweb[readonly="readonly"] {
    border: 1px solid #FF3300;
}

input.alert-sigweb, select.alert-sigweb {
    border: 1px solid #FF3300;
}

span.alert-sigweb {
    display: block;
}

.table td, .table th {
    padding: .15rem; /* .75rem;*/
    vertical-align: middle; /* top */
    border-top: 1px solid #e9ecef;
}

.erro {
    background-color: #ffffb9;
}

.CampoObrigatorio {
    color: #CC0000;
    font-weight: bold;
}

/*Cor icones grid*/
.fasGrid {
    color: #494848;
}

hr {
    margin-top: 2px;
    margin-bottom: 2px;
}

.spinner-sigweb {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.badge-sigweb {
    font-size: 85%;
}

/* SW3 conversão */
.FormEscuroBorda {
    background-color: #f8fafd;
}

.FormClaroBorda {
    background-color: white;
}


.LinhaVerde {
    background-color: #CCFFCC;
    font-weight: bold;
}

.LinhaAmarela {
    background-color: #FFFFCC;
    font-weight: bold;
}

.LinhaVermelha {
    color: White;
    background-color: #FD7171;
    font-weight: bold;
}

.LinhaAzul {
    background-color: #CCFBFF;
    font-weight: bold;
}

/*
 * MENSAGENS
 * lblMsgRetorno
 * Novo Padrão de Mensagens por coloração.
 */
.lblMsgRetorno {
    float: none;
    width: 100%;
    padding-left: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    margin-bottom: 3px;
    text-align: left;
    display: block;
    border-radius: 0.25rem;
}


.alerta {
    color: #6c6c00;
    background-color: #ffffb9;
    background-image: url('../images/alerta.gif');
    background-position: 5px center;
    background-repeat: no-repeat;
}

.sucesso {
    color: #056adc;
    background-color: #d9eaff;
    background-image: url('../images/informacao.png');
    background-position: 5px center;
    background-repeat: no-repeat;
}

.errofatal {
    color: Red;
    background-color: #ffd0d0;
    background-image: url('../images/erro.png');
    background-position: 5px center;
    background-repeat: no-repeat;
}

.processando {
    color: #6c6c00;
    background-color: #ffffff;
    background-image: url('../images/Processando.gif');
    background-position: 5px left;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
}

.painelPesquisa {
    overflow-x: auto;
}

/* ASPX gridView */
.GridViewHeaderStyle {
    color: white;
    text-align: center;
}

    .GridViewHeaderStyle a {
        color: white;
    }

.GridViewItemHeaderStyle {
    background-color: #33508d;
    color: white;
    border: 1px solid #ced4da;
}

.GridViewRowStyle {
    border: 1px solid #ced4da;
}

.GridViewItemStyle {
    border: 1px solid #ced4da;
}

.GridViewAlternatingRowStyle {
    background-color: #f8fafd;
}

.GridViewFooterStyle {
    background-color: #f8fafd; /* definir cor */
    font-weight: bold;
}

.GridViewPagerStyle {
}

.GridViewSelectedRowStyle {
}

.GridViewEditRowStyle {
}

.GridViewBtnAction {
    vertical-align: middle;
    width: 24px;
}

.FormTitulo {
    background-color: #0099CC;
    border-width: 0;
    border-collapse: collapse;
    text-align: left;
    padding: 2px;
}

.Quebra {
    page-break-before: always;
}

@media screen {
    .naoimprime {
        display:inherit;
    }

    .naovisualiza {
        display: none;
    }
}

@media print {
    .naoimprime {
        display: none;
    }

    .naovisualiza {
        display: inherit;
    }
}
