@font-face {
    font-family: 'Oxygen';
    src: url("/css/fonts/Oxygen-Regular.ttf");
}

@font-face {
    font-family: "Oxygen";
    src: url("/css/fonts/Oxygen-Bold.ttf");
    font-weight: bold;
}

html, body {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


.styBtnsApp {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 5px;
}

.styBtnsApp:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.styBtnsApp:hover,
.styBtnsApp:focus {
    color: #333333;
    text-decoration: none;
}

.styBtnsApp:active,
.styBtnsApp.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.styBtnsApp.disabled,
.styBtnsApp[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.styBtnsApp-blue {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.styBtnsApp-blue:hover,
.styBtnsApp-blue:focus,
.styBtnsApp-blue:active,
.styBtnsApp-blue.active {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.styBtnsApp-blue:active,
.styBtnsApp-blue.active {
    background-image: none;
}

.styBtnsApp-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.styBtnsApp-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.styBtnsApp-block + .styBtnsApp-block {
    margin-top: 5px;
}

input[type="submit"].styBtnsApp-block,
input[type="reset"].styBtnsApp-block,
input[type="button"].styBtnsApp-block {
    width: 100%;
}

.body_master {
    margin: auto;
    overflow: hidden;
}

.txtinputs {
    height: 20px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-right: 0px;
    padding-left: 0px;
}

.paddcellleft {
    padding-left: 10px;
}

.paddcellright {
    padding-right: 10px;
}

.tituloDatTrab {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.texthorasdata {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 65px;
    height: 20px;
}

.stlAlinhamentoImgCards {
    vertical-align: bottom;
    padding-bottom: 4px;
    padding-left: 4px;
}

.pointer {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    color: #000000;
    cursor: pointer;
}

.titulosperiodos {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 13.3px;
    font-weight: bold;
}

.txtstyFiltros {
    border-radius: 5px;
    border: solid rgba(0, 0, 0, 0.2) 1px;
}

.btnAnoCalend {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

.btnscalendario {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

.btnscalendario:hover, .btnscalendario:focus {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

.MenuInishadows {
    -moz-box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.2);
}

.divcolsTipoPer {
    position: absolute;
    bottom: 8px;
}

.divcolsTipoPer:before,
.divcolsTipoPer:after {
    display: table;
    content: " ";
}

.divcolsTipoPer:after {
    clear: both;
}

.colTipoPer {
    position: relative;
    float: left;
    cursor: pointer;
    width: 100px;
    height: 70px;
    margin-right: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #565656;
}

.btnImgsContextMenuCtrlPer {
    width: 110px;
    line-height: 24px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    cursor: pointer;
}

.MensagensErroLogin {
    background-color: #E8A3A3;
    border: 1px solid #C00000;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
}

.fonttextos {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
}

.MensagensAvisoLogin {
    background-color: #FFDB97;
    border: 1px solid #FFC000;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
}

.styTipoAnalise {
    font-size: 12px;
    line-height: 29px;
    padding-left: 20px;
    cursor: pointer;
}

.divCtrlLstPers {
    height: 25px;
    cursor: pointer;
}

.txtCtrlLstPers {
    font-size: 11px;
}

.espacamentosmenuini {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.titulodivs {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    padding-left: 10px;
    vertical-align: middle;
}

.titulodivs:hover, .textodivmsg:hover, .dark > * .titulodivs:hover, .dark > * .textodivmsg:hover {
    text-decoration: underline;
}

.col-funcionalidades {
    position: relative;
    padding-left: 15px;
    float: left;
    padding-top: 15px;
    top: 1px;
    left: -1px;
}

.btnAdicionar {
    background-image: url(/images/svg/Adicionar_Atalho.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    width: 102px;
    height: 45px;
    cursor: pointer;
    box-shadow: -2px 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: -2px 2px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: -2px 2px 3px rgba(0,0,0,0.2);
    border: none;
    border-radius: 5px;
}

.stydivcount {
    font-size: 9px;
    position: absolute;
    top: 23px;
    right: 5px;
    border-radius: 5px;
    padding: 2px 4px;
    color: white;
}

.btnAtalhoGrande {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    width: 102px;
    height: 45px;
}


.divatalhosweb {
    max-width: 495px;
}

.divatalhosweb:before,
.divatalhosweb:after {
    display: table;
    content: " ";
}

.divatalhosweb:after {
    clear: both;
}

.spnMeusatl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    width: 90px;
    display: inline-block;
}

.spnatlWeb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    width: 72px;
    display: inline-block;
}

.divsearchall {
    width: 495px;
    height: 40px;
    border-radius: 5px;
    margin-left: 25px;
}

.tituloMold {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
}

.tituloMold:hover {
    text-decoration: none;
}

.divinfo {
    display: none;
    font-size: 11px;
    width: 260px;
}

.textboxsearch {
    display: inline-block;
    vertical-align: middle;
    border: none;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    width: 471px;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-right: solid 1px #a5a5a5;
    outline: none;
}

.textboxsearch::-ms-clear {
    display: none;
}

.btn_pesquisar {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
    outline: none;
}

.divlistasempresas {
    font-size: 12px;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto
}

.divempresa {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
    padding: 10px 15px;
    margin: 0px 15px;
    border-radius: 5px;
    border-bottom: solid #F9F9F9 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.txtempresasdefir, .txtempresasdefir:hover, .txtempresasdefir:focus {
    font-size: 10.6px;
    cursor: pointer;
}

.txtschemaempmenu {
    font-size: 9px;
    color: #D0D0D0;
}

::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

:-moz-placeholder {
    color: #999;
    font-style: italic;
}

::-moz-placeholder {
    color: #999;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #999;
    font-style: italic;
}

.col-Graficos {
    position: relative;
    padding: 15px;
    float: left;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.espacamentosframeini {
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.bulletitenpend {
    display: list-item;
    list-style-type: circle;
    list-style-position: inside;
    vertical-align: middle;
    line-height: 15px;
    width: 16px;
    height: 16px;
    font-size: 22px
}

.divsearchbox {
    height: 35px;
    width: 600px;
    height: 30px;
}

.textboxsearchrelatorios {
    display: inline-block;
    vertical-align: middle;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    width: 471px;
    height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    outline: none;
    border: solid rgba(0, 0, 0, 0.2) 1px;
    border-radius: 5px;
    margin: 0px;
}

    .textboxsearchrelatorios::-ms-clear {
        display: none;
    }

.btn_pesquisarrel {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
    outline: none;
}

.divlistarelatoriosSemFlex {
    list-style: none;
    overflow: auto;
    padding-left: 7px;
}

.divlistarelatoriosComFlex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 20px;
    width: 10px;
    list-style: none;
    overflow: auto;
    padding-left: 7px;
}


.titulomapas {
    font-weight: bold;
    font-size: 13px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 25px;
    padding-bottom: 5px;
}

    .titulomapas:first-child {
        padding-top: 0px;
    }

.listamap {
    font-size: 12px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    cursor: pointer;
    padding: 2px 0px;
    padding-right: 20px;
    width: max-content;
}

.bulletmapas {
    display: list-item;
    list-style-type: circle;
    list-style-position: inside;
    vertical-align: middle;
    line-height: 15px;
    width: 16px;
    height: 16px;
    font-size: 22px;
    float: left;
}

.btnImgsContextMenuListasCards {
    border: none;
    background-repeat: no-repeat;
    background-position-y: 7px;
    background-position-x: 3px;
    width: 210px;
    height: 24px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    white-space: pre-wrap;
    cursor: pointer;
    text-align: left;
    padding-left: 30px;
    border-radius: 5px;
    margin: 3px 10px;
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 20px;
    background-color: transparent;
}

.btnprevisualizar {
    background-image: url(/images/PreVisualizar_16x16.png);
}

.btnprevisualizaropcoes {
    background-image: url(/images/Opcoes_16x16.png);
}

.btnexportmapaexcel {
    background-image: url(/images/Exportar_Tabela_16x16.png);
}

.btnexportmapaword {
    background-image: url(/images/word_16x16.png);
}

.divaligncenter {
    text-align: center;
}

.tituloselectlist {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14.6px;
    font-weight: bold;
}

.btnAddFiltro {
    border: none;
    border-radius: 5px;
    height: 25px;
    width: 120px;
    cursor: pointer;
    background-color: transparent;
    font-size: 10.6px;
}

/*ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    background-color: rgb(246, 246, 246);
    font-weight: normal;
    color: #454545;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ColunasDisponiveis, .ColunasMostrar {
    border: none;
    width: 260px;
    height: 345px;
    list-style-type: none;
    padding: 5px 0 0 0;
    overflow: auto;
    border-radius: 5px;
}

.ColunasDisponiveis li, .ColunasMostrar li {
    margin: 0 5px 5px 5px;
    padding: 3px;
    font-size: 10.6px;
    width: 233px;
    cursor: pointer;
    padding-top: 0px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ColunasValores, .ColunasNaoValores {
    border: 1px solid #eee;
    width: 192px;
    height: 357px;
    list-style-type: none;
    margin: auto;
    padding: 5px 0 0 0;
    margin-right: 10px;
    overflow: auto;
}

.ColunasValores li, .ColunasNaoValores li {
    margin: 0 5px 5px 5px;
    padding: 3px;
    font-size: 10.6px;
    width: 180px;
    cursor: pointer;
    line-height: 15px;
    height:25px;
}

.DadosLinhasSelecionadas {
    border: 1px solid #eee;
    width: 212px;
    height: 157px;
    list-style-type: none;
    margin: auto;
    padding: 5px 0 0 0;
    margin-right: 10px;
    overflow: auto;
    border-radius: 5px;
}

.DadosColunasSelecionadas, .DadosValoresSelecionadas {
    border: 1px solid #eee;
    width: 212px;
    height: 87px;
    list-style-type: none;
    margin: auto;
    padding: 5px 0 0 0;
    margin-right: 10px;
    overflow: auto;
    border-radius: 5px;
}

    .DadosLinhasSelecionadas li, .DadosColunasSelecionadas li, .DadosValoresSelecionadas li {
        margin: 0 5px 5px 5px;
        padding: 3px;
        font-size: 10.6px;
        width: 180px;
        cursor: pointer;
        line-height: 15px;
        height: 25px;
    }

.imgdeletedroprows {
    vertical-align: middle;
    cursor: pointer;
    float: right;
    padding-left: 2px;
    height: 14px;
    width: 14px;
}

.barralateral {
    background-color: rgb(92, 118, 186);
    width: 40px;
    height: 100%;
    /*align-content: center;*/
    cursor: pointer;
}

.rodarcontrolsbarralateral {
    position: fixed;
   /* z-index: 99999;*/
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%) rotate(-90deg) translate3d(0,0,0) translateZ(0);
    -webkit-transform-origin: right top;
    -webkit-font-smoothing: antialiased;
    -moz-transform: translateX(-100%) rotate(-90deg) translate3d(0,0,0) translateZ(0);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg) translate3d(0,0,0) translateZ(0);
    -o-transform-origin: right top;
    transform: translateX(-100%) rotate(-90deg) translate3d(0,0,0) translateZ(0);
    transform-origin: right top;
    text-align: right;
    padding-right: 10px;
    color: white;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    filter: none;
    padding-top: 8px;
}

.imagensbarra {
    vertical-align: middle;
    cursor: pointer;
    width: 29px;
    height: 25px;
    filter: invert(100%) sepia(0%) saturate(7443%) hue-rotate(198deg) brightness(126%) contrast(112%);
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border-radius: 5px;
    padding: 5px 2px;
}

.imagensbarraAnexo {
    vertical-align: middle;
    cursor: pointer;
    width: 24px;
    height: 29px;
    filter: invert(100%) sepia(0%) saturate(7443%) hue-rotate(198deg) brightness(126%) contrast(112%);
    transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    border-radius: 5px;
    padding: 7px 2px;
}

.imagensbarraPivot {
    vertical-align: middle;
    cursor: pointer;
    width: 29px;
    height: 29px;
    filter: invert(100%) sepia(0%) saturate(7443%) hue-rotate(198deg) brightness(126%) contrast(112%);
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    border-radius: 5px;
    padding: 7px 2px;
}

.btnnewcalimg {
    background-image: url(/images/img16_32/calendario_novo.svg);
    background-size: 16px;
}

.btnnewcalprivimg {
    background-image: url(/images/img16_32/calendario_bloquear.svg);
    background-size: 16px;
}

.btneditcalimg {
    background-image: url(/images/img16_32/editar_doc6.svg);
    background-size: 16px;
}

.btncopiarcalimg {
    background-image: url(/images/img16_32/copiar.svg);
    background-size: 16px;
}

.btndeletecalimg {
    background-image: url(/images/img16_32/delete.svg);
    background-size: 16px;
}

.margensframes {
    margin-left: 30px;
    border: none;
}

.allshadows {
    -moz-box-shadow: inset 3px 3px 6px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 3px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: inset 3px 3px 6px 0px rgba(0,0,0,0.2);
}

.tabelacard {
    vertical-align: top;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    color: inherit;
}

.alturaminima {
    height: 23px;
}

.imgpick {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    color: #000000;
    cursor: pointer;
    margin-left: 3px;
    border: 3px solid #E9ECEF;
    vertical-align: top;
    width: 20px;
    height: 20px
}

.inputpick {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
    font-size: 10.6px;
    width: 109px;
}

.CtrlEditaveisLstBorder {
    border: solid 1px #D0D7E5;
}

.txtModoNaoEditavelCards {
    background-color: transparent;
    border: none;
    height: 20px;
}

.textboxpequenas {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 75px;
    height: 15px;
}

.textboxmedias {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 110px;
}

.textboxmediasLkbutton {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    width: 110px;
    height: 15px;
}

.textboxgrandes {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 220px;
    height: 15px;
}

.textboxgrandeslistas {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    min-width: 220px;
    width: 98%;
    height: 15px;
}

.textboxgrandescards {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 95%;
}

.textboxgrandescardsLkbutton {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    width: 95%;
    height: 15px;
}

.textboxmultilinhasimplesmetade {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 220px;
    height: 150px;
}

.textboxmultilinhasimplesmetadecards {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 100%;
    height: 150px;
}

.textboxmultilinha {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 220px;
    height: 300px;
}

.textboxmultilinhacards {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 100%;
    height: 300px;
}

.textboxlinhalongo {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 95%;
}

.textboxmultilinhaHTML {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
    font-size: 10.6px;
    width: 95%;
    height: 300px;
}

.textboxmultilinhaHTMLcards {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 100%;
    height: 300px;
}

.textboxmultilinhaHTMLMetadeAltura {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 95%;
    height: 150px;
}

.textboxmultilinhaHTMLcardsMetadeAltura {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 100%;
    height: 150px;
}

.textboxmultilinhaHTMLMax {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 95%;
    height: 100%;
}

.textboxmultilinhaHTMLMaxcards {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    width: 100%;
    height: 100%;
}

.FormatarcampovalorcardLkbutton {
    text-align: right;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    height: 19px;
    width: 142px;
    display: inline-block;
}

.Formatarcampovalorcard {
    text-align: right;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    height: 19px;
    width: 142px;
    display: inline-block;
}

.Formatarcampovalor {
    text-align: right;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    height: 19px;
    width: 75px;
}

.txtModoNaoEditavelSemTamanhoCards {
    background-color: transparent;
    border: none;
}

.txtHeaderscards {
    font-size: 14px;
    padding-left: 13px;
    font-weight: bold;
}

.header_usercontrol {
    width: 100%;
}

.divbtnsPeqPopups {
    border-radius: 5px;
    height: 28px;
}

.btnsPeqPopups {
    text-align: center;
    width: 28px;
    padding: 5px;
    cursor:pointer;
}

.txtcountnotaslinks {
    position: absolute;
    padding: 1px;
    padding-right: 5px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(50%) translateX(100%) rotate(90deg) translate3d(0,0,0) translateZ(0); /*translate(0,0) scale(1.1);*/
    -webkit-transform-origin: left top;
    -webkit-font-smoothing: antialiased;
    -moz-transform: translateY(50%) translateX(100%) rotate(90deg) translate3d(0,0,0) translateZ(0); /*translate(0,0) scale(1.1);*/
    -moz-transform-origin: left top;
    -o-transform: translateY(50%) translateX(100%) rotate(90deg) translate3d(0,0,0) translateZ(0); /*translate(0,0) scale(1.1);*/
    -o-transform-origin: left top;
    transform: translateY(50%) translateX(100%) rotate(90deg) translate3d(0,0,0) translateZ(0); /*translate(0,0) scale(1.1);*/
    transform-origin: left top;
    filter: none;
    background-color: rgba(0, 0, 0, 0);
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    color: white;
    cursor: pointer;
}

.txtcountnotaslinks_cardlistas {
    position: absolute;
    padding: 1px;
    padding-right: 5px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 8px;
    cursor: pointer;
}

.btnsPeqPopupsLinks {
    text-align: center;
    width: 28px;
    height:28px;
    padding: 5px;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    vertical-align: baseline;
    cursor: pointer;
}

.btnsPeqPopupsAjudaAmarelo {
    text-align: center;
    width: 28px;
    padding: 5px;
    filter: invert(88%) sepia(33%) saturate(838%) hue-rotate(3deg) brightness(107%) contrast(104%);
    cursor:pointer;
}

.Listastytabela {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    background-color: transparent;
}

.ListalinhasrodapeNew {
    padding: 5px 2px 5px 2px
}

.truncateCabsLst {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.formatacoescabecalholista {
    text-decoration: none;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11.4px;
}

.lyaoutEspacListas {
    display: table;
    display: grid;
    border-radius: 5px;
    padding: 0px 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
    margin-top: 12px;
    margin-right: 10px;
}

.ListalinhasStandard {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
}

.lstcabecalhochecks {
    width: 40px;
}

.stlTdsListasBtns {
    padding: 2px;
    vertical-align: middle;
    width: 20px;
}

.btnImgsContextMenuListasCards {
    border: none;
    background-repeat: no-repeat;
    background-position-y: 7px;
    background-position-x: 3px;
    width: 210px;
    height: 24px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    white-space: pre-wrap;
    cursor: pointer;
    text-align: left;
    padding-left: 30px;
    border-radius: 5px;
    margin: 3px 10px;
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 20px;
    background-color: transparent;
}

.btnlimpimg {
    background-image: url(/images/img16_32/delete.svg);
    background-size: 16px;
}

.btncopycel {
    background-image: url(/images/copiar_celula_16x16.png);
}

.btncopylinha {
    background-image: url(/images/copiar_linha_16x16.png);
}

.btncopyanterior {
    background-image: url(/images/copiar_anterior_16x16.png);
}

.btncopylinhaanterior {
    background-image: url(/images/copiar_anterior_16x16.png);
}

.btnpastecel {
    background-image: url(/images/colar_celula_16x16.png);
}

.btnpastelinha {
    background-image: url(/images/colar_linha_16x16.png);
}

.btnabrepainelfiltros {
    background-image: url(/images/img16_32/Filtro.svg);
    background-size: 16px;
}

.btnfiltrarvalor {
    background-image: url(/images/Filtro_16x16.png);
}

.btnadicionarfiltro {
    background-image: url(/images/Filtro_Adicionar_16x16.png);
}

.btnescolhercolunas {
    background-image: url(/images/colunas_escolher_16x16.png);
}


.btnverdesc {
    background-image: url(/images/descricoes_16x16.png);
}

.btneditarvistas {
    background-image: url(/images/svg/Filtro.svg);
    background-size: 14px;
}

.btneditargraficos {
    background-image: url(/images/svg/Criar_Grafico.svg);
    background-size: 14px;
}

.btneditarpivots {
    background-image: url(/images/svg/Tabela_Dinamica.svg);
    background-size: 14px;
}

.btntotallinhas {
    background-image: url(/images/img16_32/calculadora4.svg);
    background-size: 16px;
}

.btnexportexcel {
    background-image: url(/images/img16_32/exportar_ficheiro2.svg);
    background-size: 16px;
}

.btnexportpdf {
    background-image: url(/images/img16_32/pdf.svg);
    background-size: 16px;
}

.top_grf {
    border-radius: 5px;
    padding: 0px 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
    margin-top: 12px;
    width: 100%;
    height: 48px;
    min-width: 1060px;
}

.top_grf .chosen-container a {
    color: inherit;
}

.top_grf .chosen-container-active .chosen-single {
    box-shadow: none;
}

.top_grf .chosen-container-single .chosen-single {
    background: none;
    line-height: 30px;
}

.top_grf .chosen-container-single .chosen-single abbr {
    display: none
}

.top_grf .chosen-container-single .chosen-single div {
    right: 0px;
    margin-top: 5px;
}

.top_grf .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 0px;
}

.top_grf .chosen-container-single .chosen-single abbr {
    margin-top: 4px;
    display: block;
    background-image: url("/images/svg/Fechar_sem_Gravar.svg");
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position-y: 2px;
    background-position-x: 0px;
    filter: invert(100%) sepia(0%) saturate(7443%) hue-rotate(198deg) brightness(126%) contrast(112%)
}

.top_grf .chosen-container-single .chosen-single div {
    right: 20px;
}

.top_grf .chosen-container-single .chosen-single div b { /*seta*/
    background-image: url("/images/svg/Triangulo_Baixo.svg");
    background-size: 8px 5px;
    background-repeat: no-repeat;
    background-position-y: 9px;
    background-position-x: 0px;
}

.top_grf .chosen-container-multi .chosen-choices {
    background: none;
    border: none;
    box-shadow: none;
}

.top_grf .chosen-container-multi .chosen-choices li.search-choice {
    line-height: 24px;
    color: white;
    cursor: pointer;
}

.top_grf .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    margin-top: 4px;
    display: block;
    background-image: url("/images/svg/Fechar_sem_Gravar.svg");
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position-y: 2px;
    background-position-x: 0px;
    filter: invert(100%) sepia(0%) saturate(7443%) hue-rotate(198deg) brightness(126%) contrast(112%);
    top: 6px;
}

    .top_grf .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
        color: black; /*tem que ser esta cor porque o filtro inverte a cor do texto*/
        background: none;
        background-image: url("/images/svg/search.svg");
        background-size: 12px;
        background-position-x: right 5px;
        background-position-x: 5px;
        background-position-y: 10px;
        background-repeat: no-repeat;
        filter: invert(100%) sepia(0%) saturate(7443%) hue-rotate(198deg) brightness(126%) contrast(112%);
        line-height: 22px;
    }

.imgMenuCt {
    filter: invert(100%) sepia(0%) saturate(7443%) hue-rotate(198deg) brightness(126%) contrast(112%);
}

.btnExpGraftoImg {
    border: none;
    padding: 10px;
    background-color: transparent;
    border-radius: 5px;
    width: 130px;
    cursor: pointer;
    text-align: left;
}

.btnExpGraftoCsv {
    border: none;
    padding: 10px;
    background-color: transparent;
    border-radius: 5px;
    width: 130px;
    cursor: pointer;
    text-align: left;
}

.divcanvgrf {
    border-radius: 5px;
    padding: 0px 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
    margin-top: 18px;
    width: 100%;
    height: 200px;
    margin-bottom: 18px
}

.btnAplicarFiltro {
    border: none;
    border-radius: 5px;
    height: 25px;
    width: 80px;
    cursor: pointer;
    background-color: transparent;
    font-size: 10.6px;
    font-weight: bold;
}

.emptylista {
    border-collapse: collapse;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
    margin: 0px;
}

.lyaoutEspacListas {
    border-radius: 5px;
    padding: 0px 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
    margin-top: 12px;
    margin-right: 10px;
}

.divsearchboxlst {
    height: 40px;
    width: 236px;
    border: none;
    padding: 5px;
    border-radius: 5px;
    margin: 1px;
}

.textboxsearchlst {
    display: inline-block;
    vertical-align: middle;
    border: none;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    border-right: solid 1px #a5a5a5;
    outline: none;
    height: 29px;
    width: 201px;
    border-radius: 5px;
    border: solid rgba(0, 0, 0, 0.2) 1px;
    margin: 0
}

.textboxsearchlst::-ms-clear {
    display: none;
}

.btn_pesqtodoslst {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
    outline: none;
    height: 16px;
    width: 21px;
    padding-left: 5px;
}

.stdivlVistasGrav {
    float: left;
    padding: 7px;
    padding-left: 15px
}

.stdivlVistasGrav .chosen-container-single .chosen-single abbr {
    margin-top: 4px;
    display: block;
    background-image: url("/images/svg/Fechar_sem_Gravar.svg");
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position-y: 2px;
    background-position-x: 0px;
    filter: invert(100%) sepia(0%) saturate(7443%) hue-rotate(198deg) brightness(126%) contrast(112%)
}

.stdivlVistasGrav .chosen-container-single .chosen-single div {
    right: 14px;
}

.stdivlVistasGrav .chosen-container-single .chosen-single div b { /*seta*/
    background-image: url("/images/svg/Triangulo_Baixo.svg");
    background-size: 8px 5px;
    background-repeat: no-repeat;
    background-position-y: 9px;
    background-position-x: 0px;
}

.imgVista {
    background-image: url(/images/svg/Filtro.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position-x: 2px;
    background-position-y: 6px;
    color: black;
}

.stdivlVistasGrav .chosen-container .chosen-results li.imgVista {
    padding-left: 20px;
}

.imgVistaSelect {
    background-image: url(/images/svg/Filtro.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-x: 0px;
    background-position-y: 10px;
    color: black;
    filter: invert(100%) sepia(0%) saturate(7443%) hue-rotate(198deg) brightness(126%) contrast(112%);
    padding-left: 14px
}

.imgGrafico {
    background-image: url(/images/svg/Criar_Grafico.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position-x: 2px;
    background-position-y: 6px;
    color: black;
}

.stdivlVistasGrav .chosen-container .chosen-results li.imgGrafico {
    padding-left: 20px;
}

.imgGraficoSelect {
    background-image: url(/images/svg/Criar_Grafico.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-x: 0px;
    background-position-y: 9px;
    color: black;
    filter: invert(100%) sepia(0%) saturate(7443%) hue-rotate(198deg) brightness(126%) contrast(112%);
    padding-left: 14px
}

.imgPivot {
    background-image: url(/images/svg/Tabela_Dinamica.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position-x: 2px;
    background-position-y: 6px;
    color: black;
}

.stdivlVistasGrav .chosen-container .chosen-results li.imgPivot {
    padding-left: 20px;
}

.imgPivotSelect {
    background-image: url(/images/svg/Tabela_Dinamica.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-x: 0px;
    background-position-y: 11px;
    color: black;
    filter: invert(100%) sepia(0%) saturate(7443%) hue-rotate(198deg) brightness(126%) contrast(112%);
    padding-left: 14px
}

.stdivlVistasGrav .chosen-container .chosen-results li.highlighted {
    filter: invert(100%) sepia(0%) saturate(744%) hue-rotate(180deg) brightness(100%) contrast(100%);
}

.stdivlVistasGrav .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 29px;
}

.stdivlVistasGrav .chosen-container-single .chosen-single {
    background: none;
    line-height: 30px;
}

.stdivlVistasGrav .chosen-container-single .chosen-single div {
    margin-top: 5px;
}

.stdivlVistasGrav .chosen-container a {
    color: inherit;
}

.stdivlVistasGrav .chosen-container-active .chosen-single {
    box-shadow: none;
}

.btnOpcoesLst {
    border: none;
    cursor: pointer;
    border-radius: 5px;
    color: white;
    font-size: 10.6px;
    height: 30px;
    margin-top: 7px;
    width: 65px;
    padding-bottom: 2px;
    font-weight: bold;
}

.divfiltrosLst {
    width: 320px;
    overflow: auto;
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2);
    margin-left: 0px;
    border-radius: 5px;
    padding-left: 5px;
}

.divMinFiltros, .divMaxFiltros {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.divMinFiltros::before {
    content: "\0203A";
    color: white;
    font-size: 30px;
    padding: 0px 6px;
    text-align: center;
    line-height: 13px;
    display: block;
}

.divMaxFiltros::before {
    content: "\2039";
    color: white;
    font-size: 30px;
    padding: 0px;
    text-align: center;
    line-height: 13px;
    display: block;
}

.divMinFiltrosTransform, .divMaxFiltrosTransform {
    margin: 0;
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.divMinFiltrosTransform::before {
    content: "\0203A";
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 13px;
    display: block;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    padding: 0px 12px;
}

.divMaxFiltrosTransform::before {
    content: "\2039";
    color: white;
    font-size: 30px;
    padding: 0px;
    text-align: center;
    line-height: 13px;
    display: block;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    padding: 0px 12px;
    margin-top: -2px;
}

.divTituloUcFiltrosTransform {
    transform: translateX(-100%) rotate(-90deg) translate3d(0,0,0) translateZ(0);
    transform-origin: right top;
    -webkit-transform: translateX(-100%) rotate(-90deg) translate3d(0,0,0) translateZ(0);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg) translate3d(0,0,0) translateZ(0);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg) translate3d(0,0,0) translateZ(0);
    -o-transform-origin: right top;
    text-align: right;
    padding-right: 10px;
    /*width: 410px;*/
    width: 330px;
    padding-top: 2px;
}

.lblTitlUc {
    font-size: 11px;
    font-weight: bold;
}

.lblTituloFiltros {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 3px;
}

.btnAplicarFiltro {
    border: none;
    border-radius: 5px;
    height: 25px;
    width: 80px;
    cursor: pointer;
    background-color: transparent;
    font-size: 10.6px;
    font-weight: bold;
}

.btnLimparFiltro {
    border: none;
    border-radius: 5px;
    height: 25px;
    width: 80px;
    background-color: transparent;
    cursor: pointer;
    font-size: 10.6px;
}

.lblTitlUcDetalhe {
    font-size: 10px;
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*width: 400px;*/
    width: 330px;
    display: inline-block;
    padding-right: 10px;
}

input[type="date"]:focus 
{ 
    outline: none;
}

.MensagensErro {
    background-color: #E8A3A3;
    border: 1px solid #C00000;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
}

.MensagensAviso {
    background-color: #FFDB97;
    border: 1px solid #FFC000;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
}

.MensagensInfo {
    background-color: #0080FF;
    border: 1px solid #0000CC;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
}

.divOpcoesReportsGravadas {
    border: 1px solid #e1dde6;
    background-color: white;
    border-radius: 5px;
    width: 128px;
    height: 26px;
}

.divOpcoesReportsGravadasSelect {
    border: 1px solid #e1dde6;
    background-color: #FFD75E;
    border-radius: 5px;
    width: 128px;
    height: 26px;
}

.OpcaoReportGravadas {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
    font-size: 10.6px;
    text-align: left;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 83px;
    display: inline-block;
    vertical-align: middle;
}

.OpcaoReportGravadasSelect {
    color: black;
    font-weight: bold;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
    font-size: 10.6px;
    text-align: left;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 83px;
    display: inline-block;
    vertical-align: middle;
}

.SpnOpcaoReportGravadas {
    background-image: url(/images/chosen-sprite.png);
    background-repeat: no-repeat;
    background-position-y: -21px;
    background-position-x: -28px;
    padding-left: 20px;
    vertical-align: middle;
}

.btnUpload {
    border: none;
    border-radius: 5px;
    height: 25px;
    width: 128px;
    cursor: pointer;
    background-color: transparent;
    font-size: 10.6px;
    font-weight: bold;
    white-space: pre-wrap;
}

div.fileinputs {
    position: relative;
}

input.file {
    position: relative;
    text-align: right;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    cursor:pointer;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.btnselectfiles {
    border: none;
    border-radius: 5px;
    height: 25px;
    cursor: pointer;
    background-color: transparent;
    font-size: 10.6px;
    font-weight: bold;
}

.TamanhoPeqUpload {
    width: 145px;
}

.TamanhoGrandeUpload {
    width: 470px;
}

.MensagensErroValidador {
    color: red;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
    font-size: 12px;
}

.ImageRemoveUpload {
    background-image: url('/images/svg/Fechar_sem_Gravar.svg');
    background-repeat: no-repeat;
    padding-left: 15px;
    color: #0E2378;
    font-family: 'Segoe UI';
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.fontbtnswz_av {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    color: rgba(121, 193, 76);
}

.fontbtnswz_rec {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    color: rgba(245, 166, 35);
}

.fontbtnswz_concl {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    color: rgba(104, 170, 62);
}

.dhtmlgoodiesmainContainer {
    height: 45px;
}

.dhtmlgoodiesmainContainer div { /* Parent <div> of small boxes */
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    width: 120px;
}

.dhtmlgoodiesmainContainer div ul {
    padding-left: 0px;
    width: 100%;
    border: 1px solid #D0D7E5;
    border-radius: 5px;
}


.dhtmlgoodiesmainContainer div div { /* Heading above small boxes */
    font-size: 12px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 118px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dhtmlgoodiesmainContainer ul { /* Small box in right column ,i.e <ul> */
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 100px;
    height: 30px;
    margin-bottom: 0px;
    overflow: hidden;
}

.colsdrop {
    list-style-type: none;
    color: #00156e;
    font-size: 12px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-left: 10px;
    cursor: pointer;
    line-height: 30px;
}

.imgdeletedrop {
    cursor: pointer;
    float: right;
    height: 12px;
    margin-top: 8px;
    margin-right: 5px;
}

.altDivLstCabs {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rowsdropUnico {
    height: 30px;
    color: white;
    font-size: 0.9em;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-width: 75px;
    width: 100%;
    line-height: 30px;
    padding-left: 4px;
    padding-right: 4px;
}

.imgdeletedroprowsUnico {
    vertical-align: middle;
    cursor: pointer;
    float: right;
    padding-left: 2px;
    height: 14px;
    width: 14px;
    margin-top: 8px;
}

.rowsdropMulti {
    color: white;
    font-size: 0.9em;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-width: 75px;
    width: 100%;
    margin-bottom:2px;
    padding: 4px;
}

.imgdeletedroprowsMulti {
    vertical-align: middle;
    cursor: pointer;
    float: right;
    padding-left: 2px;
    height: 11px;
    width: 11px;
}

.divTituloBlocosProdutos {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    /*background-color: rgba(218, 242, 252, 1);*/
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #9EB7E5;
}

.titulosblocosprodutos {
    font-size: 18px;
    font-weight: bold;
    /*color: #1F96BF;*/
    color: #304C89;
}

.tblEscCol {
    Width: 85%;
    margin: auto;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13.3px;
}

.tblEscCol_titulos {
    vertical-align: top;
    text-align: center;
    padding: 5px;
    border-bottom: solid;
    border-bottom-color: darkgray;
    border-bottom-width: 1px;
}

.tblEscCol_descdetalhe {
    color: #304C89;
}

.styadd_rem {
    cursor: pointer;
    vertical-align: middle;
}

.divRev {
    Width: 75%;
    margin: auto;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    font-size: 13.3px;
    border: solid 1px gray;
    padding: 5px;
}

.tblRev {
    width: 100%;
}

.trRevTotal {
    font-weight: bold;
}

.tblRevTitul {
    vertical-align: top;
    font-size: 17.3px;
    color: #304C89;
    font-weight: bold;
    padding: 5px;
}

.tblRevCol_titulos {
    vertical-align: top;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

.divfeCT {
    width: 220px;
}

.textboxsearchtree {
    width: 216px;
    font-size: 10.6px;
    border: none;
    padding-top: 0.5em;
    padding-bottom: 0.3em;
    border: solid rgba(0, 0, 0, 0.2) 1px;
    border-radius: 5px;
}

.textboxsearchtree::-ms-clear {
    display: none;
}

.btn_pesquisartree {
    vertical-align: middle;
    border-left: 1px solid #ebebeb;
    padding-left: 5px;
}

.ulExplFiles {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
}

.btnImgsContextMenuListasCards {
    border: none;
    background-repeat: no-repeat;
    background-position-y: 7px;
    background-position-x: 3px;
    width: 210px;
    height: 24px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    white-space: pre-wrap;
    cursor: pointer;
    text-align: left;
    padding-left: 30px;
    border-radius: 5px;
    margin: 3px 10px;
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 20px;
    background-color: transparent;
}

.btnnovapastaopcoes {
    background-image: url(/images/img16_32/novo_pasta1.svg);
    background-size: 16px;
}

.btncopylinha {
    background-image: url(/images/copiar_linha_16x16.png);
}

.btndownloadopcoes {
    background-image: url(/images/Download_16x16.png);
}

.spgrupoExplFile {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.spgrupoExplFile::before {
    content: "\23F5" /*"\1F782" Este não funciona no IE*/; /*https://graphemica.com/search?q=black+right*/
    color: inherit;
    display: inline-block;
    margin-right: 6px;
}

.spgrupoExplFile-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}

.imgExplFileLi {
    margin-right: 3px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.ulExplFileFilho {
    display: none;
}

.ulExplFileactive {
    display: block;
}

.divPastasFicheirosLista {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}

.btnPastaDocsLista {
    border: none;
    background-image: url(/images/pasta_grande.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-color: transparent;
    width: 100%;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    text-align: left;
    cursor: pointer;
    padding-left: 30px;
    word-wrap: break-word;
    white-space: pre-wrap;
    cursor: pointer;
    height: 20px;
}

.btnPastaDocsPequenos {
    border: none;
    background-image: url(/images/pasta_grande.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 25px 25px;
    background-color: transparent;
    width: 100px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
    word-wrap: break-word;
    white-space: pre-wrap;
    cursor: pointer;
    height: 55px;
    padding-bottom: 25px;
}

.divPastasFicheirosColuna {
    float: left;
    padding-right: 2px;
    text-align: center;
    cursor: pointer;
}

.lblCaminhoDocs {
    border: none;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    white-space: pre-wrap;
    cursor: pointer;
}

.lblCaminhoDocs::before {
    content: "\23F5";
    color: inherit;
    display: inline-block;
    margin-right: 1px;
}

.btnpastaeliminaropcoes {
    background-image: url(/images/img16_32/delete.svg);
    background-size: 16px;
}

.btnpropriedadesopcoes {
    background-image: url(/images/Propriedades_16x16.png);
}

.btnhistorico {
    background-image: url(/images/Historico_16x16.png);
}

.header_usercontrolCards {
    width: 100%;
    /*position: fixed;*/
    position:sticky;
    top:0px;
    z-index: 1010;
    /*transform: translateZ(0);
    -webkit-transform: translateZ(0);*/
}

.MensagensManutencao {
    background-color: #FFDB97;
    border: 1px solid #FFC000;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
    line-height: 30px;
}

/*Formatações das letras*/

/*Normal e bold*/
.NBB {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    font-weight: bold;
}

.NBR {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: chocolate;
    font-size: 10.6px;
    font-weight: bold;
}

.NBG {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: green;
    font-size: 10.6px;
    font-weight: bold;
}

.NBV {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: red;
    font-size: 10.6px;
    font-weight: bold;
}

/*Normal e italico*/
.NIB {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    font-style: italic;
}

.NIR {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: chocolate;
    font-size: 10.6px;
    font-style: italic;
}

.NIG {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: green;
    font-size: 10.6px;
    font-style: italic;
}

.NIA {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: cornflowerblue;
    font-size: 10.6px;
    font-style: italic;
}

/*Normal e regular*/
.NRB {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
}

.NRR {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: chocolate;
    font-size: 10.6px;
}

.NRG {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: green;
    font-size: 10.6px;
}

.NRA {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: cornflowerblue;
    font-size: 10.6px;
}

/*Normal e bold e italico*/
.NIBB {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 10.6px;
    font-style: italic;
    font-weight: bold;
}

.NIBR {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: chocolate;
    font-size: 10.6px;
    font-style: italic;
    font-weight: bold;
}

.NIBG {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: green;
    font-size: 10.6px;
    font-style: italic;
    font-weight: bold;
}

.NIBA {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: cornflowerblue;
    font-size: 10.6px;
    font-style: italic;
    font-weight: bold;
}

/*Médio e bold*/
.MBB {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 12px;
    font-weight: bold;
}

.MBR {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: chocolate;
    font-size: 12px;
    font-weight: bold;
}

.MBG {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: green;
    font-size: 12px;
    font-weight: bold;
}

/*Médio e itálico*/
.MIB {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 12px;
    font-style: italic;
}

.MIR {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: chocolate;
    font-size: 12px;
    font-style: italic;
}

.MIG {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: green;
    font-size: 12px;
    font-style: italic;
}

/*Médio e Regular*/
.MRB {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 12px;
}

.MRR {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: chocolate;
    font-size: 12px;
}

.MRG {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: green;
    font-size: 12px;
}

/*Grande e bold*/
.BBB {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 12.6px;
    font-weight: bold;
}

.BBR {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: chocolate;
    font-size: 12.6px;
    font-weight: bold;
}

.BBG {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: green;
    font-size: 12.6px;
    font-weight: bold;
}

/*Grande e itálico*/
.BIB {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 12.6px;
    font-style: italic;
}

.BIR {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: chocolate;
    font-size: 12.6px;
    font-style: italic;
}

.BIG {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: green;
    font-size: 12.6px;
    font-style: italic;
}

/*Grande e Regular*/
.BRB {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: inherit;
    font-size: 12.6px;
}

.BRR {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: chocolate;
    font-size: 12.6px;
}

.BRG {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: green;
    font-size: 12.6px;
}
/************************/

.LinhaHeaderDadosLista {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.1;
    font-weight: bold;
    display: none;
    margin: 2px 0 2px 0;
    padding: .5em .5em .5em .7em;
    background-color: transparent;
}

.LinhaHeaderDadosListaTexto {
    padding-left: 1.5em;
    font-size: 12.6px;
    text-decoration: none;
}

.divframeEncomenda {
    Width: 50%;
    margin: auto;
    padding: 5px;
    height: 100%;
}

.p_printframe {
    border: 1px solid black;
    background-color: white;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
    font-size: 16px;
    white-space: pre-wrap;
    cursor: pointer;
    height: 50px;
    width: 100px;
    font-weight: bold;
}

.frameEncomenda {
    border: none;
    Width: 100%;
}

.btnvisiveltodos {
    background-image: url(/images/img16_32/procurar_doc.svg);
    background-size: 16px;
}

.btnunreadopcoes {
    background-image: url(/images/img16_32/email.svg);
    background-size: 16px;
}


.tableFixHead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.tableSizeFix {
    height: 50px;
}

.StylLink {
    color: #0d6efd;
    cursor: pointer;
}

.StylLink:hover,
.StylLink:focus {
    color: #2a6496;
    text-decoration: underline;
    cursor: pointer;
}

.StylLink:active,
.StylLink:hover {
    outline: 0;
}

.gripresize {
    border-right: solid 1px #D0D7E5;
    height: 40px;
    /* position: relative;
    z-index: 88;*/
    cursor: e-resize;
    margin-top: 5px;
}

.btnexportIMG {
    background-image: url(/images/svg/Download_PNG.svg);
    background-size: 16px;
    background-position-y: 5px;
}

.fonttextosTitulo {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding-left: 17px;
}

.fonttextosAjuda {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-size: 10px;
    list-style: circle;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btnImgsContextMenuVideoAjuda {
    border: none;
    background-repeat: no-repeat;
    background-position-y: 7px;
    background-position-x: 3px;
    width: 210px;
    height: 24px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    white-space: pre-wrap;
    cursor: pointer;
    text-align: left;
    padding-left: 30px;
    border-radius: 5px;
    margin: 3px 10px;
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 20px;
    background-color: transparent;
}

.btnAjudaManual {
    background-image: url(/images/svg/pdf.svg);
    background-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btnAjudaVideo {
    background-image: url(/images/img16_32/videos.svg);
    background-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btnMenuTree {
    border: none;
    width: 150px;
    height: 24px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    white-space: pre-wrap;
    cursor: pointer;
    text-align: left;
    border-radius: 5px;
    margin: 0px 6px;
    padding-top: 5px;
    padding-bottom: 20px;
    background-color: transparent;
}


.btnMenuTreeIMG {
    border: none;
    width: 150px;
    height: 24px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10.6px;
    white-space: pre-wrap;
    cursor: pointer;
    text-align: left;
    border-radius: 5px;
    margin: 0px 6px;
    padding-top: 5px;
    padding-bottom: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position-y: 7px;
    background-position-x: 3px;
    background-size: 10px;
    padding-left: 12px;
}