body {
    font-weight: normal;
    font-size: 9pt;
    font-style: normal;
    font-family: Tahoma, Verdana;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    BACKGROUND-IMAGE: url("../Images/Back-base.png");
}

html {
    height: 100%
}

table {
    border-collapse: separate;
}

#tblHistoricoParcial {
    background-color: White;
    border-color: #E7E7FF;
    border-width: 1px;
    border-style: None;
    width: 100%;
}

#tblHistoricoParcial thead tr th {
    margin-top: 30px;
    color: White;
    background-color: #a4a4a4;
}

#tblHistoricoParcial tbody tr th {
    margin-top: 30px;
    color: White;
    background-color: #C3C3C3;
}

#tblHistoricoParcial tr:nth-child(even) {
    background-color: rgb(247, 247, 247);
}

#tblHistoricoParcial tr:nth-child(odd) {
    background-color: rgb(231, 231, 255);
}

.Download a {
    color: #0000FF;
    text-decoration: none;
    transition: 1s;
}

    .Download a:hover {
        color: #0000FF;
        text-shadow: 0 0 0.2em #24b5c6, 0 0 0.2em #24b5d7;
    }

.Menu {
    font-weight: normal;
    font-size: 8pt;
    font-style: normal;
    font-family: Verdana;
    color: #002258;
}

.StaticMenuItem {
}

a:link.StaticMenuItem, A:visited.StaticMenuItem {
    color: #002258;
}

.FormViewHeader {
    text-align: center;
}

.FormViewLabel {
    background-color: #E7E7FF;
    color: #000000;
    text-align: right;
}

.FormViewValue {
    background-color: #ffffff;
    color: #002258;
    text-align: left;
}

.FormViewValue2 {
    background-color: #F7F7F7;
    color: #002258;
    text-align: left;
}

.FormViewSubTitle {
    background-color: #ababab;
    color: #ffffff;
    text-align: center;
}

.ButtonTD {
    background-color: #E7E7FF;
    text-align: center;
}

.Button {
    border-style: ridge;
    border-width: 2px;
    border-bottom-color: #D6D3CE;
    border-right-color: #D6D3CE;
    border-top-color: #F7F7F7;
    border-left-color: #F7F7F7;
    font-size: 8pt;
    color: #e7eef4;
    background-color: #45b1d6;
    padding: 3px;
}

.ButtonCadastro {
    border-style: ridge;
    border-width: 2px;
    border-bottom-color: #D6D3CE;
    border-right-color: #D6D3CE;
    border-top-color: #F7F7F7;
    border-left-color: #F7F7F7;
    font-size: 1vw;
    color: #e7eef4;
    background-color: #45b1d6;
    padding: 3px;
}

.ButtonPadrao {
    width: 150px;
    height: 28px;
    color: white;
    background-color: #45b1d6;
    /*#EC0104;*/
    border: solid 1px lightgray;
    border-radius: 5px;
    font-size: 13px;
}

.TextBox {
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    text-align: left;
    font-weight: normal;
    font-size: 8pt;
    font-style: normal;
    font-family: Verdana;
    color: #002258;
    background-color: #FFFFFF;
}

.DivCadastro .TextBox {
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    text-align: left;
    font-weight: normal;
    font-size: 1.1vw;
    font-style: normal;
    font-family: Verdana;
    color: #002258;
    background-color: #FFFFFF;
}

.TituloTextBox {
    font-size: 1.1vw;
}

.TituloPagina {
    font-size: 1.4vw;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.LoginLabel {
    color: #5890C1;
    text-align: right;
}

.ComboBoxCabecalho {
    margin-right: 25%;
}

.TextoCabecalho1 {
    color: #0c2577;
    text-align: left;
}

.TextoCabecalho2 {
    color: #ffffff;
    text-align: left;
}

.TextoCabecalho3 {
    color: #666666;
    text-align: left;
    padding-left: 5px;
    font-size: 10px;
}

.TextoCabecalho4 {
    background-color: #5890C1;
    color: #FFFFFF;
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
}

.TextoValue1 {
    background-color: #ebf4f9;
    color: #002258;
    text-align: left;
    font-size: 12px;
}

.checkBoxTextAlignCenter label {
    position: relative;
    top: -3px;
    margin-left: 2px;
}

.GridGeneric {
    color: #666666;
}

.GridHeader {
    color: #0c2577;
}

    .GridHeader th {
        background: #C3C3C3 !important;
        color: white !important;
        position: sticky !important;
        top: 0;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    }

    .GridHeader th {
        padding: 0.25rem;
    }

    .GridHeader a:link, a:visited, a:active, a:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

.GridPager a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.GridPager span {
    color: White;
    background-color: #666666;
    font-size: 14px;
}

.GridPager td {
    padding-left: 2px;
    padding-right: 2px;
}

a:link.linksimples, A:visited.linksimples {
    text-decoration: none;
    color: #000000;
}

a:hover.linksimples {
    text-decoration: underline;
    color: #0c2577;
}

a:active.linksimples {
    text-decoration: none;
}

.ValidSummary {
    padding-left: 5px;
    padding-top: 5px;
}

.ModalPopupBG {
    background-color: gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.ModalPopup {
    background: white;
    padding: 5px 0px 8px 0px;
}

.HeaderModalPopup {
    background-color: #010ECE;
    filter: alpha(opacity=80);
    min-height: 18px;
    vertical-align: central;
    font-weight: bold;
    font-size: 11px;
    color: white;
    padding-top: 4px;
}

.ValidatorExtender {
    background-color: white;
}

.HeaderRowBoleto {
    font-size: 10px;
    font-weight: bold;
}

.HeaderCellBoletoRight {
    padding: 0px 5px 5px 0px;
    text-align: right;
    width: 65px;
    max-height: 60px;
}

.HeaderCellBoletoLeft {
    padding: 0px 5px 5px 0px;
    text-align: left;
    width: 65px;
    max-height: 60px;
}

.HeaderCellBoletoCenter {
    padding: 0px 5px 5px 0px;
    text-align: center;
    width: 65px;
    max-height: 60px;
}

.DetalheRowBoleto {
    font-size: 9px;
}

.DetalheCellBoletoRight {
    text-align: right;
}

.DetalheCellBoletoLeft {
    text-align: left;
}

.DetalheCellBoletoCenter {
    text-align: center;
}

.modalLoading {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=80);
    opacity: 0.80;
    -noz-opacity: 0.80;
}

#theprogress {
    background-color: #D3BB9C;
    width: 110px;
    height: 24px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -noz-opacity: 1;
}

#modalprogress {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -55px;
    color: white;
}

body > #modalprogress {
    position: fixed;
}

#btnTermo:hover {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

#btnTermo {
    width: 150px;
    height: 40px;
}

/* AutoComplete highlighted item */
.AutoCompleteCompletionList {
    margin: 0px !important;
    padding: 0px 2px !important;
    z-index: 99999 !important;
    background-color: ivory;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 250px;
    width: 400px;
    text-align: left;
    left: 0px;
    list-style-type: none;
}
/* AutoComplete highlighted item */
.AutoCompleteItemHighlighted {
    z-index: 99999 !important;
    background-color: #ffff99;
    color: black;
    padding: 2px;
    cursor: pointer;
}
/* AutoComplete item */
.AutoCompleteListItem {
    z-index: 99999 !important;
    background-color: window;
    color: windowtext;
    padding: 2px;
    cursor: pointer;
}

body > #modalprogress {
    position: fixed;
}

.dvContent {
    min-height: 100%;
}

* html .dvContent {
    height: 100%; /* hack para IE6 que trata height como min-height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.fa, .far, .fas, .fab {
    color: black !important;
}

    .fa:hover, .far:hover, .fas:hover, .fab:hover {
        color: orangered !important;
    }

.GridFunction {
    font-size: 18px;
}

.DisableWeekends .ajax__calendar_days table tbody tr td:first-child {
    text-decoration: line-through !important;
    color: red !important;
    pointer-events: none !important;
    cursor: default !important;
    background-color: white;
}

.DisableWeekends .ajax__calendar_days table tbody tr td:last-child {
    text-decoration: line-through !important;
    color: red !important;
    pointer-events: none !important;
    cursor: default !important;
    background-color: white;
}

.DisableWeekends .ajax__calendar_container {
    background-color: white;
}
