@font-face{
    font-family: "Open Sans";
    src: url('/sistema/padrao/fonts/OpenSans-Light.ttf');
}

@font-face{
    font-family: "Open Sans";
    src: url('/sistema/padrao/fonts/OpenSans-Regular.ttf');
    font-weight: 400;
}

@font-face{
    font-family: "Open Sans";
    src: url('/sistema/padrao/fonts/OpenSans-SemiBold.ttf');
    font-weight: 600;
}

:root {
    --main-bg-color: #f8fcffb3;
}

form {margin: 0px;}
body{overflow: hidden;margin: 0px;}
body, input, select{font-family: "Open Sans", sans-serif !important;}

#main{
    display: flex;
    flex-direction: column;
    border: 0px solid white;
    margin: 1vh 4px 1vh 4px;
    margin: 1svh 4px 1svh 4px;
    height: 98vh;
    height: 98svh;
} 

div#main > div:first-child{
    border-top: 1px solid #82b5dc;
    border-radius: 6px 6px 0px 0px;
}

.box_titulo {
    border: 1px solid #82b5dc;
    border-bottom: 0px;
    background-color: var(--main-bg-color);    
    padding: 2px;
    height: 22px;
    min-height: 22px;
    position: relative;
}

.box_effect {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #82b5dc;
    color: white;
    font-size: 15px;
    font-weight: 600;
    height: 100%;
    border: 1px solid #82b5dc;
    border-radius: 4px;
    padding: 0px 3px;
    overflow: hidden;
}

.box_effect span {
    width: 100%;
    text-align: center;
    white-space: nowrap;
} 

.box_naveg {
    background-color: var(--main-bg-color);
    border: 1px solid #82b5dc;
    border-top: 0px;
    align-items: center;
    padding: 3px;
    max-height: 30px;
    display: table;
}

.box_btnaveg{
    float: right;
    margin-left: auto;
    float: right;
    display: flex;
}

.box_dados{
    background-color: var(--main-bg-color);
    border: 1px solid #82b5dc;
    overflow: auto;
    border-top: 0px;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
}
.box_botoes{
    background-color: var(--main-bg-color);
    border: 1px solid #82b5dc;
    padding: 5px 0px 5px 0px;
    height: 30px;
    min-height: 30px;
    display: table;
    text-align: end;
}
.box_botoes:empty {
    display: block;
}

table tr td input[type="radio"], table tr td input[type="checkbox"] {
    height: 12px;
    margin-left: 3px;
    margin-right: 3px;
}

table {width:100%; height: auto !important; font-weight: normal; border-spacing: 0px; box-shadow: 0px 1px 5px -4px rgba(0,0,0,0.27);}
table tr td {border:1px solid white; margin-left: 1pt; border-collapse:colapsed;}
table tr.header td, table tr.header-fixa td {z-index:30; border-left: 0px !important; position: sticky;top: 0;font-size:13px;font-weight: 600; border-color: white !important;/*border-top: 3px solid var(--main-bg-color) !important;*/background-color: #82b5dc !important; color: white !important;} /* border: 1px solid white !important;*/
table tr.header td:last-child, table tr.header-fixa td:last-child{border-right: 0px !important;}

/* AJUSTE PARA SELECIONAR LINHA FICAR CORRETO */
table tbody tr td{border-left: 0px;padding: 0px;}
table tbody tr td:first-child{border-left: 1px solid white}

/*Aqui é realizado a troca de cor da linha, ao ser selecionada pelo mouse*/
table tbody tr:hover td:first-child{border-left: 1px solid #fd983a;}
table tbody tr:hover td{border: 1px solid #fd983a; background-color: #f6cea8;border-left: 0px solid white;}

/*Marcar linha do radio selecionado em tela*/
table tbody tr.clSelRow td{border-color: #5f9ace;}
table tbody tr.clSelRow td:first-child{border-left: 1px solid #5f9ace;}

.cor1, .cor2, .cor3, .cor4, .cor5, .cor6, .cor7, .cor8{font-family: "Open Sans", sans-serif;font-size: 13px;border: 0px;}
.cor1, .cor1 td{background: #E1F0FD;}
.cor2, .cor2 td{background: white;}
.cor3, .cor3 td{background: #C4E1E1;}
.cor4, .cor4 td{background: #fdabab;}
.cor5, .cor5 td{background: #FFFFD9;}
.cor6, .cor6 td{background: #000080;}
.cor7, .cor7 td{background: #E8E8E8}
.cor8, .cor8 td{background: #82b5dc;color:white;}
table tr.cor8 td{z-index:30;border-left:0px !important;font-size:13px;font-weight:600;border-color:white !important;background-color:#82b5dc !important;color:white !important;}

select#vpad-ordena{
    border: 1px solid #82b5dc;
    /* height: 20px; */
    border-radius: 2px;
    background-color: white;
    outline: none;
    margin-right: 10px;
    max-width: 150px;
    margin-bottom: 2px;
}

input#vpad-pesq{
    border: 1px solid #82b5dc;
    /* height: 20px; */
    border-radius: 2px;
    background-color: white;
    outline: none;
    margin-right: 10px;
    margin-bottom: 2px;
}

.btnaveg {
    border: 1px;
    margin-bottom: 0px;
    border: 0px solid #C5DBEC;
    background-image: linear-gradient( #EAF5FE 50%, #E1F0FD 50%);
    padding: 2px;
    border-width: 1px;
    border-radius: 3px;
    outline: 0;
    height: 17px;
    margin-left: 2px;
}
.btnaveg:hover{
    border: 1px;
    margin-bottom: 0px;
    border: 0px solid #79B7E7;
    background-image: linear-gradient( #DEEDF8 50%, #D0E5F5 50%);
    padding: 2px;
    border-width: 1px;
    border-radius: 3px;
    outline: 0;
    height: 17px;
}

.botao{
    font-size: 13px;
    border: 1px solid #79B7E7;
    background-image: linear-gradient( #DEEDF8 50%, #d6e9f7 50%);
    color: #2e6e9e;
    height: 23px;
    margin-top:3px;
    margin-bottom:3px;
    margin-right:4px;
    border-radius:2px;
    width:100px;
    min-width:100px;
    cursor: pointer;
    outline: 0;
    font-weight: 600;
}

.botao:hover {
    font-size: 13px;
    border: 1px solid #f39471;
    background-image: linear-gradient( white 50%, white 50%);
    color: #ff4500;
    height: 23px;
    margin-top:3px;
    margin-bottom:3px;
    border-radius:2px;
    min-width:100px;
    cursor: pointer;
    font-weight: 600;
}

input[type="button"]:disabled, input[type="submit"]:disabled {
    color: gray !important;
    background-image: linear-gradient( #e2e2e2 50%, #dedede 50%);
    border: 1px solid #b5b5b5;
}

input[type=text], input[type=password], select, textarea{
    border: 1px solid #82b5dc;
    /* height: 18px; */
    margin-right: 10px;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    border-radius: 3px;
    color: #2b4184;
    background-color: white;
    /* margin-bottom: 2px;
    margin-top: 2px; */
}

/*UPDATE SCROLLBAR*/
/* width */
::-webkit-scrollbar {
    width: 16px;
    height: 16px;
    
}
/* Track */
::-webkit-scrollbar-track {
    background: var(--main-bg-color);
}
/* Handle */
::-webkit-scrollbar-thumb {
    /*background: #b4d5ee;*/
    background: white;
    border: 1px solid #b4d5ee;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #d8e7f3; 
}

/* Button on scrollbar--vertical scrollbar up*/
::-webkit-scrollbar-button:decrement {
    width: 16px;
    height: 16px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAS1BMVEUAAACAv9+CtNuSttuLudGCtdyCtdyJsdiCttyBtdyAttuCtdyCttyCtdyHtOGCtdyCtNyCtdyCtdyCs96BtNyBttuAt96CtdwAAACFfzboAAAAF3RSTlMACGoHC77EDb/FDsDGzBG2tePhL4KILswsyT4AAAABYktHRACIBR1IAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH5AoIERUBk1PcvwAAAEhJREFUGNOdj0kOgCAUxb44I4oD2vvfVBNNfGzprt3VrJTKuVq9aaHrxQfQ8jqM/vMJtPwO4Sk+IMyLRTJW2/Kw25FOIV0FVze8lAiom6yI/AAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMC0wOFQxNzoyMTowMSswMDowMOtN/J4AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTAtMDhUMTc6MjE6MDErMDA6MDCaEEQiAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==') no-repeat center center;
    background-size:10px;
    background-color: #e7f1fa;
    margin: 3px;
}

/* Button on scrollbar--vertical scrollbar down*/
::-webkit-scrollbar-button:increment {
    width: 16px;
    height: 16px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAQlBMVEUAAACCs96BtNyBttuCtdyCtdyCtdyCtNyLudGCtdyCttyAttuBtdyCttyJsdiCtdyCtdyAs+aSttuCtd2CtdwAAADtz8drAAAAFHRSTlMAL4KI4+K2tQvAxg7Fvw2+xAoHaDOdPh0AAAABYktHRACIBR1IAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH5AoIERYIwaI32AAAAEtJREFUGNNjYCAdMDIxIwEmRgYWERTAysCGKsDOwMGJzOfiZkAR4eEGGcvBi8pHiPDwwazm4AfxBfgQjhHkR+UzMAgJCwuR4SsIAAARbgcfOFqsLQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMC0wOFQxNzoyMjowOCswMDowMJXiAk4AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTAtMDhUMTc6MjI6MDgrMDA6MDDkv7ryAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==') no-repeat center center;
    background-size:10px;
    background-color: #e7f1fa;
}

/* Button on scrollbar--horizontal scrollbar to left*/
::-webkit-scrollbar-button:horizontal:decrement {    
    width: 16px;
    height: 16px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAOVBMVEUAAACAttuCtdyCtdyCs96CttyCttuLudGCtdyBtd2CttyAs+aSttuCtdyCtNuCtNyAt96CtdwAAABCWTahAAAAEXRSTlMADrbiL8aBC8CGvwoHwmq1LvzomEAAAAABYktHRACIBR1IAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH5AoIERYc23jjpQAAAEpJREFUGNNjYIABRiZmFgYkwMgqKMiGxGfnEBQU5ETjIwmwcwmiCHBD+HABHl5BVAE+QUICGFowDMW0FtNhmE7H9BxQhJ9ZAEgBADbtBi7FwAKNAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTEwLTA4VDE3OjIyOjI4KzAwOjAw18cFMwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0xMC0wOFQxNzoyMjoyOCswMDowMKaavY8AAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC') no-repeat center center;
    background-size:10px;
    background-color: #e7f1fa;
}

/* Button on scrollbar--horizontal scrollbar to right*/
::-webkit-scrollbar-button:horizontal:increment {
    width: 16px;
    height: 16px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAACAtdqCtdyCtdyAttuCttuCttyBtd2BtdyJsdiCtdySttuCtd2Cs96CtdyCtdyCtdwAAABLOi8oAAAAEHRSTlMAMOO2DoHGhsUNwgdoL+K0SVGBawAAAAFiS0dEAIgFHUgAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCggRFRzwVbBmAAAAR0lEQVQY02NgYGBgZGJmYUAGrAICbCgi7AJoIiABAQ5ONAFkEYgAkghUQICLG01AgIeQALoWdEPRrUV3GIrTMTzHy8eP4AMABdoFx7Mn/xUAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMTAtMDhUMTc6MjE6MjgrMDA6MDA88L4wAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTEwLTA4VDE3OjIxOjI4KzAwOjAwTa0GjAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=') no-repeat center center;
    background-size:10px;
    background-color: #e7f1fa;
}
  
::-webkit-scrollbar-corner{
    border:1px solid #dce4f3;
}

.tituloprog{
    position: absolute;
    top: 0px;
    font-size: 10px;
    color: white;
    font-weight: 600;
    right: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    height: calc(100% - 4px);    
    margin: 2px;
    background-color: #82b5dc;
    padding: 0px 3px 0px 5px;
    border-radius: 4px;
}

a.tooltip
{
    position:relative;
    text-decoration:none;
}

a.tooltip:hover
{
    background:transparent;
    z-index:25;
}

a.tooltip span
{
    display: none
}

a.tooltip:hover span, .SpanTooltip
{
    z-index: 35;
    font-weight: 400;
    display: block;
    position: absolute;
    width: max-content;
    max-width: 300px;
    top: 2em;
    left: 0;
    text-align: left;
    font-size: 12px; 
    font-family: "Open Sans", sans-serif;
    padding: 5px 5px;
    border: 1px solid #82b5dc;
    background: #FFFFFF;
    color: #000080;
}

table.ui-datepicker-calendar tbody tr:hover td {
    border: 0px !important;
    background-color: initial !important;
}

div.ui-datepicker{
    font-size: 70%;
    z-index: 30 !important;
}

.loadModal{width: 100%;height: 100%;position: fixed;left: 0px;top: 0px;z-index: 99999;background-color: rgb(0 0 0 / 68%);}
.loadModalFlex{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; color:#46aebc;flex-direction: column;}
.loadModalFlex img{height:100px;}
.loadModalFlex span{font-size: 18px;font-family: "Open Sans", sans-serif;}

#traducerp {
    width: 24px;
    height: 20px;
    margin: 2px 0px 0px 1px;
    cursor: pointer;
}

#helperp {
    margin: 2px 0px 0px 1px;
    cursor: pointer;
}