@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;
}

@font-face {
    font-family: 'icons';
    src: url('/sistema/padrao/fonts/icons.ttf') format('truetype');
  }
  
[class^="icon-"], [class*=" icon-"] {font-family: 'icons' !important;margin-left: -2px;font-size: 12px;}
.icon-04:before {content: "\e900";}
.icon-03:before {content: "\e901";}
.icon-02:before {content: "\e902";}
.icon-01:before {content: "\e903";}


:root {
    --main-bg-color: #f8fcffb3;
}


form {margin: 0px;}
body{overflow: hidden;margin: 0px;}
html, body, input, select{font-family: "Open Sans", sans-serif !important;}

#main{
    display: flex;
    flex-direction: column;
    border: 0px solid white;
    margin: 0px;
    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_filtros{
    background-color: var(--main-bg-color);
    border: 1px solid #82b5dc;
    border-top: 0px;
    display: flex;
    align-items: center;
    padding: 2px 3px 2px 3px;
    flex-wrap: wrap;
    width: -webkit-fill-available;
}

.box_naveg{
    background-color: var(--main-bg-color);
    border: 1px solid #82b5dc;
    border-top: 0px;
    display: flex;
    align-items: center;
    padding: 2px 3px 2px 3px;
    max-height: 30px;
}
.box_btnaveg{
    float: right;
    margin-left: auto;
    float: right;
    display: flex;
}

.fzoom{
    margin-right: 5px;
}

/* input[type=text] ~ .fzoom, select ~ .fzoom, textarea ~ .fzoom{
    margin-left: -8px !important;
} */

.fzoom > img{
    width: 14px;
    height: 14px;
}

.zoom{
    /* height: 485px;
    max-height: 100%;
    padding: 5px; */
    height: 0px;
}

.box_dados{
    background-color: var(--main-bg-color);
    border: 1px solid #82b5dc;
    border-bottom: 0px;
    overflow-y: auto;
    border-top: 0px;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2px;
}
.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;
}

.box_mensagens{
    background-color: var(--main-bg-color);
    border-left: 1px solid #82b5dc;
    border-right: 1px solid #82b5dc;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.label_prog{
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 10px;
    color: white;
}

.letra{
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400;
    color: #2b4184; /*#2e6e9d*/
    margin-right: 5px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 2px;
}

input[type=text], input[type=password], select, textarea{
    border: 1px solid #82b5dc;
    /* height: 20px; */
    /* 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; */
}

input[type=password]:disabled, input[type=password]:read-only, input[type=text]:disabled, select:disabled, input[type=text]:read-only, textarea:disabled, textarea:read-only{
    color: gray !important;
    background-image: linear-gradient( #e2e2e2 50%, #dedede 50%);
    border: 1px solid #b5b5b5;
    opacity: 1 !important;
    -webkit-text-fill-color: gray !important;
}

input[name="vpad-btpesq"], input[name="vpad-btpesq"]:hover, input[name="vpad-btpesq.x"], input[name="vpad-btpesq.x"]:hover{
    margin: 0px;
    margin-left: auto;
    margin-bottom: 2px;
    margin-top: 2px;
}

input[name="vpad-bthelp.x"], input[name="vpad-bthelp"]{
    display: none;
}

select{
    height: 20px;
}

select[multiple], textarea, select[size]:not([size='1']) {
    height: auto;
}

select[multiple],textarea{
    margin-top: 2px !important;
}
textarea{
    display: block !important;
}

.char_browser, .number_browser, .data_browser{
    margin:0px !important;
    height: 14px  !important;
    font-size: 12px  !important;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.number, .number_disable, .number_browser, .number_browser_disable, .data, .data_browser, .data_disable, .data_browser_disable{    
    text-align: right;
}

.erro{
    font-family: 'Open Sans';
    font-size: 13px;
    color: red;
    font-weight: 600;
    margin-bottom: 2px;
}
.alerta{
    font-family: 'Open Sans';
    font-size: 13px;
    color: green;
    font-weight: 600;
    margin-bottom: 2px;
}

table {height: 1% !important; border-spacing: 0; padding: 0px; border-collapse: collapse !important;}
table tr td {padding: 0px;}
.cor1, .cor2, .cor3, .cor4, .cor5, .cor6, .cor7, .cor8{font-family: "Open Sans", sans-serif;font-size: 13px;border: 0px;}

.cor1{background: #E1F0FD;}
.cor2{background: white;}
.cor3{background: #C4E1E1;}
.cor4{background: #fdabab;}
.cor5{background: #FFFFD9;}
.cor6{background: #000080;}
.cor7{background: #E8E8E8}
.cor8{background: #82b5dc;color:white;}

select#vpad-ordena{
    border: 1px solid #82b5dc;
    height: 20px;
    border-radius: 2px;
    background-color: white;
    outline: none;
    margin-right: 10px;
    /*font-family: "Lato", sans-serif;*/
}

input#vpad-pesq{
    border: 1px solid #82b5dc;
    height: 20px;
    border-radius: 2px;
    background-color: white;
    outline: none;
    margin-right: 10px;
    /*font-family: "Lato", sans-serif;*/
}

.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;
}

.btnavegnew{
    font-size: 13px;
    border: 1px solid #79B7E7;
    background-image: linear-gradient( #DEEDF8 50%, #d6e9f7 50%);
    color: #2e6e9e;
    height: 23px;
    border-radius: 2px;
    width: 23px;
    CURSOR: hand;
    outline: 0;
    margin-left: 3px;
    
}
.btnavegnew:hover{
    font-size: 13px;
    border: 1px solid #f39471;
    background-image: linear-gradient( white 50%, white 50%);
    color: #ff4500;
    height: 23px;
    border-radius: 2px;
    width: 23px;
    CURSOR: hand;
    outline: 0;
    margin-left: 3px;
}

.botao, .aba{    
    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, .aba:hover, .aba.activeaba {
    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;
}

.aba, .aba:hover, .aba.activeaba{
    width: 150px;
    border-bottom: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 28px;
}

input[type="button"]:disabled, input[type="submit"]:disabled {
    color: gray !important;
    background-image: linear-gradient( #e2e2e2 50%, #dedede 50%);
    border: 1px solid #b5b5b5;
}

/*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;
    /*border: 1px solid #82b5dc;*/
    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;
    /*border: 1px solid #82b5dc;*/
  }

  /* 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;
    /*border: 1px solid #82b5dc;*/
  }

  /* 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;
    /*border: 1px solid #82b5dc;*/
  }
  
  ::-webkit-scrollbar-corner{
    border:1px solid #dce4f3;
  }


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;
}

.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;
}

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,.loadModalConfirm{width: 100%;height: 100%;position: fixed;left: 0px;top: 0px;z-index: 99999;background-color: rgb(0 0 0 / 68%);}
.loadModalConfirm{background-color: rgb(0 0 0 / 15%) !important;}
.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;}
.ModalConfirmPad{background-color: white;width: 350px;height: 200px;box-shadow: rgb(0 0 0 / 20%) 0px 2px 6px;border-radius: 5px;display: flex;flex-direction: column;padding: 5px;}

#traducerp {
    width: 24px;
    height: 20px;
    margin: 2px 0px 0px 1px;
    cursor: pointer;
}

#helperp {
    margin: 2px 0px 0px 1px;
    cursor: pointer;
}