/**** [ layout@DiF2 | DIGITALIS | NOV2020 | v.02 ] ****/
/*ELZA - revisão 25/10/2021*/
/*** DIF:dialog Component
     ----------------------- ***/
.dialogArea {
    padding: 10px;
    font: inherit !important;
    background-color: #fff;}

/*** DIF:detailBox Component
     ----------------------- ***/
.detailbox {
    padding: 15px;
    float: right;
    /*width: 200px;*/
    width: max-content !important;
    background-color: #ddd;}
.divtwocolumn {column-gap: 0 !important;}
/*ELZA - revisão 25/10/2021 - valores vindos CSS da última versão aplicacoes - validar com viegas para retirar*/
/*.divtwocolumn {
    background-color: #95d600;
    padding: 10px;
    float: right;
    width: 210px;}*/

/**MAILnet**/
.detailboxdata dl {
    width: 250px;
    overflow: hidden;}
.detailboxdata dt {float: left;}
.detailboxdata dd {
    font-size: 110%;
    font-weight: bold;
    text-align: right;}

.userdetailboxdata {
    padding-left: 30px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    background-image: url(../img/icon_user.png);}
.noemaildetailboxdata {
    padding-left: 30px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    background-image: url(../img/icon_noemail.png);}
.noaddressdetailboxdata {
    padding-left: 30px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    background-image: url(../img/icon_noaddress.png);}
.emailsentdetailboxdata {
    padding-left: 30px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    background-image: url(../img/icon_emailsent.png);}


/*** DIF:searchBox Component
     ----------------------- ***/
.searchbox {
    background-color: #f2f2f2;
    padding: 5px;}

/*** DIF:sitemapBox Component
     ----------------------- ***/
.tree {font-size: 95%;}

.tree ul li {
    height: 18px;
    white-space: nowrap;}

.tree span {
    padding-left: 5px;
    vertical-align: top;}

.tree img {vertical-align: top;}

.tree .treetitle {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;}

.x-tree-node a.link {text-decoration: underline;}

.x-tree-node a.link:hover {text-decoration: none;}

.treeNodeFEATURE .x-tree-icon-leaf {
    background: url("../img/icon_feature.png") no-repeat left top;
    background-size: 16px;}

.treeNodeAPPLICATION .x-tree-icon-leaf {
    background: url("../img/icon_application.png") no-repeat left top;
    background-size: 16px;}

.treeNodeSERVICE .x-tree-icon-leaf {
    background: url("../img/icon_service.png") no-repeat left top;
    background-size: 16px;}

.treeNodeSTAGE .x-tree-icon-leaf {
    background: url("../img/icon_stage.png") no-repeat left top;
    background-size: 16px;}

/*** DIF:containerBox Component
     ----------------------- ***/
#containerbox {
    width: 100%;
    border: none;
    margin: 10px 0 0 0;
    padding: 0;}
.containerboxheader {
    color: #000 !important;
    font-size: 110%;
    height: 21px !important;
    line-height: 21px !important;
    margin: 0 !important;
    padding: 5px 0 0 10px !important;
    border: 0 !important;
    background-position: top;
    background-repeat: repeat-x;
    background-image: url(../img/backg_headerinquerito.jpg) !important;}

/*** DIF:wizardNavigation Component
     ----------------------- ***/
/*** [WIZARD - GERAL] ***/
.wizardnavigation {
    color: #000;
    /*font-size: 12px;*/
    line-height: 32px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #f2f2f2;}

/*.wizardnavigation a{border-bottom: none !important;}*/
.wizardnavigation ul li {
    /*font-size: 120%;*/
    text-transform: uppercase;
    display: inline;
    padding-top: 8px;
    padding-right: 25px;
    padding-bottom: 8px;
    padding-left: 10px;
    word-break: keep-all;
    /*background-image: none;*/}
.wizardnavigation ul li.activemode {
    color: #fff;
    background-color: #888;}
.wizardnavigation ul li.small {
    padding-right: 13px;
    padding-left: 2px;}
.wizardnavigation ul li.activemodelast {
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
    /*background-image: none;*/}
.wizardnavigation ul li.activemode input {
    color: #fff !important;
    /*font-size: 100% !important;*/
    border: none !important;
    font-weight: normal;}
.wizardnavigation ul li.activemode a {
    color: #fff;
    font-weight: normal;}
.wizardnavigation ul li input {height: 30px;}
.wizardnavigation input[type="submit"] {
    font-weight: normal;
    /*font-size: 12px;*/}
.wizardPagination .actions .submit, .wizardPagination .actions .cancel {
    /*padding-left: 5px;
    padding-right: 5px;*/
    background-image: none;}

.wizard {margin: 0;}
.actions ul li.sectionsResponsive {display: none;}

.wizard .visited {background-color: #1b1b1b;}
.wizard .nextstep {
    /* background: url(../img/icon_nextstep.gif) no-repeat 1px;*/
    width: 17px;
    height: 38px;}
.wizard .nextseparation {
    /*background: url(../img/icon_nextseparation.gif) no-repeat -2px;*/
    padding-bottom: 5px;}

div.wizardStepsPagination {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;}

div.wizardStepsPagination .pagination, .wizardPagination.pagination {
    /*color: #fff;*/
    color: #1b1b1b;
    text-transform: uppercase;
    margin-top: 40px !important;
    padding-right: 10px;
    margin-bottom: 20px;
    /*background-color: #000;*/
    background-color: transparent;}

div.wizardStepsPagination .pagination .actions ul,
.wizardPagination.pagination .actions ul {margin: 0;}

/*div.wizardStepsPagination .pagination .actions ul li,
.wizardPagination.pagination .actions ul li{
    padding: 10px;
    background-color: #1b1b1b;}

div.wizardStepsPagination .pagination .actions ul li:hover,
.wizardPagination.pagination .actions ul li:hover{
    padding: 10px;
    background-color: #888;}*/

div.wizardStepsPagination .pagination .actions .previous,
.wizardPagination.pagination .actions .previous {
    padding-left: 25px !important;
    background-position: 5% 50%;
    background-repeat: no-repeat;
    background-size: 8px;
    background-image: url(../img/icon_arrowleft_w.png);}

.wizardPagination.pagination .actions .previous.disablelink {
    padding: 10px;
    background-color: #1b1b1b;}
.wizardPagination.pagination .actions .submit.disablelink {
    padding: 10px;
    background-color: #1b1b1b;}
.wizardPagination.pagination .actions .cancel.disablelink {
    padding: 10px;
    background-color: #1b1b1b;}
.wizardPagination.pagination .actions .next.disablelink {
    padding: 10px;
    background-color: #1b1b1b;}

.wizardPagination.pagination .actions li.sections {background-color: transparent;}
.wizardPagination.pagination .actions li.sections:hover {
    color: #1b1b1b !important;
    background-color: transparent;}

.wizardPagination.pagination .actions input,
.wizardPagination.pagination .actions a {
    color: #fff !important;
    text-transform: uppercase;
    height: auto;
    border: none;
    padding: 10px;
    background-color: #1b1b1b;}

div.wizardStepsPagination .pagination .actions .next,
.wizardPagination.pagination .actions .next {
    padding-left: 15px !important;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 8px;
    background-image: url(../img/icon_arrow_w.png);}

div.wizardStepsPagination .pagination .actions .cancel,
.wizardPagination.pagination .actions .cancel {
    /*padding-right: 23px !important;
    padding-left: 5px !important;
    background: url(../img/icon_cancel_w.png) right no-repeat;*/
    /*padding: 0;*/
    background-image: none;}

div.wizardStepsPagination .pagination .actions .finish,
.wizardPagination.pagination .actions .finish {
    /*padding-right: 23px !important;*/
    /*padding-left: 5px !important;*/
    /*padding: 0;*/
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 8px;
    background-image: url(../img/icon_arrow_w.png);
    /*background: url("../img/backg_white_arrow.png") right no-repeat;*/}

div.wizardStepsPagination button,
.wizardPagination a, .wizardPagination input {
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: bold;
    cursor: pointer;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    padding: 10px;
    border: 0;
    background-color: #1b1b1b;}

div.wizardStepsPagination button:hover,
.wizardPagination input:hover, .wizardPagination a:hover {
    color: #fff;
    padding: 10px;
    background-color: #888 !important;}


/** [ wizard/verticalNavigation ] **//*ELZA - USADO NA HOMEPAGE DO CSSnet???*/
.wizvertical {
    width: 170px;
    float: left;
    margin: 2px 0 0 2px;
    font-weight: bold;}
.wizvertical ul {
    /*font-size: 85% !important;*/
    margin: 0;
    padding: 0;}
.wizvertical ul li {
    list-style: none !important;
    display: block;
    line-height: 20px;}
.wizvertical a {
    color: #000 !important;
    display: block;
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 4px;
    border-left: 10px solid #000;
    text-decoration: none;}
.wizvertical a:hover {
    border-left: 10px solid #fff;
    background-color: #fff !important;}
.wizvertical .maintitle_active {
    color: #fff;
    font-size: 120%;
    padding: 10px;
    border-top: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
    border-left: 1px solid #1b1b1b;
    background-color: #1b1b1b;}
.wizvertical .maintitle {
    color: #000;
    font-size: 120%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;}
.wizvertical .maintitle a {
    border-left: none;
    padding: 10px;
    *padding-left: 0;}
.wizvertical .links {
    border-top: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;}
.wizvertical .links_active {
    padding: 5px;
    *padding-left: 10px;
    border-top: none;
    border-right: none !important;
    border-bottom: 1px solid #1b1b1b;
    border-left: 1px solid #1b1b1b;
    background-color: #fff;}

/*** DIF:Wizard Component
     ----------------------- ***//*ELZA - VALIDAR ONDE É USADO*/
.wiznav {
    width: 170px;
    float: left;
    margin: 10px 0 0 10px;
    font-weight: bold;}
.wiznav ul {
    /*font-size: 85% !important;*/
    margin: 5px 0 0 0;
    padding: 0;}
.wiznav ul li {
    list-style: none !important;
    display: block;
    line-height: 20px;}
.wiznav a {
    color: #000 !important;
    display: block;
    padding-top: 4px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 4px;
    overflow: auto;
    *margin-left: -17px;
    border-left: 10px solid #f2f2f2;}
.wiznav a:hover {
    border-left: 10px solid #000;
    background-color: #fff !important;}
.wiznav .maintitle_active {
    color: #fff;
    font-size: 140%;
    padding: 10px;
    overflow: auto;
    *margin-left: -17px;
    /*border-top: none;
    border-right: none;
    border-left: none;*/
    border-bottom: 1px solid #1b1b1b;
    background-color: #1b1b1b;}
.wiznav .maintitle {
    color: #fff;
    font-size: 140%;
    border-bottom: 1px solid #000;
    background-color: #555;}
.wiznav .maintitle a {
    color: #fff !important;
    border-left: none;
    padding: 10px;
    overflow: auto;}
.wiznav .maintitle a:hover {color: #000 !important;}
.wiznav .links {
    /*border-top: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;*/
    border-bottom: 1px solid #000;}
.wiznav .links_active {
    color: #000;
    padding: 5px 5px 5px 20px;
    overflow: auto;
    *margin-left: -17px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #000;
    border-left: 10px solid #000;
    background-color: #fff;}

/*** DIF:pagination Component
     ----------------------- ***/
.pagination {
    color: #1b1b1b;
    /*border: 1px solid #608800;*/
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 10px !important;
    clear: both;
    background-color: transparent;}

.pagination div.actions { /*font-size: 11px;*/}

/*** DIF:footnote Component
     ----------------------- ***/
.footnote {
    font-size: 85% !important;
    display: inline-block;
    border-top: 1px dotted #ccc;
    margin: 10px 0 20px 0 !important;
    padding-top: 3px;}
.x-window .footnote { margin: 10px 0 10px 0 !important;}
.footnote sup {
    color: #888;
    padding-right: 3px;
    font-weight: bold;}
.footnote ul li {list-style: none;}

/*** DIF:alertBox Component
     ----------------------- ***/
#alertbox {
    margin: 15px;
    padding: 15px;
    background-color: #ddd;}
.alertboxtext {
    color: #000;
    font-weight: normal;
    display: table-row;}
.alertboxtext ul {margin: 10px;}

/** [ alerts/w/icons ] **/
.iconsalert {
    margin-right: 15px;
    float: left;}

.iconsalert img {width: 30px;}

/*** DIF:panelBox Component
     ----------------------- ***/
/* REVER:ELZA:14/01/2021*/
.panel {
    margin: 0;
    border: none; /*1px solid #ddd;*/
    background: #e0e0e0;
    overflow: auto;}

.titlePanel div.content {
    padding: 0 !important;
    margin: 0 !important;}

/* Ext Hack */
.cleanLayout {padding: 20px 20px 20px 20px;}
.cleanLayout.withSubTitle {padding: 20px 20px 20px 20px;}
.cleanLayout .x-panel .x-panel-body-default {background-color: #fff !important;}

.cleanLayout .x-panel .x-toolbar.x-docked-bottom {background-color: #fff !important;}

/*ELZAELZA - RESOLVER QUESTAO COM VIEGAS*/
.cleanLayout .x-toolbar-footer .x-btn {background-color: #000 !important;}
.cleanLayout .x-toolbar-footer .x-btn:hover {background-color: #888 !important;}
.cleanLayout .x-toolbar-footer .x-btn .x-btn-inner {color: #fff !important;}

.cleanLayout .x-form-item {font-family: montserratregular, Arial, Helvetica, sans-serif !important;}

.x-message-box {
    padding: 20px 30px 20px 30px;
    background-color: #fff;}

/*ELZA - revisão 25/10/2021 - valores vindos CSS da última versão aplicacoes - retirar referencia a font*/
.x-message-box .x-window-body {
    font-family: montserratregular, Arial, Helvetica, sans-serif !important;
    background-color: #fff;}

/*ELZA - revisão 25/10/2021 - valores vindos CSS da última versão aplicacoes - class repetida*/
/*.cleanLayout.withSubTitle {
    padding: 0px 30px 20px 30px;
}*/

.cleanLayout .x-window-header {
    padding-top: 20px;
    padding-bottom: 15px !important;
    padding-right: 30px;
    border-bottom: 1px solid #eee !important;
    /*background: white;*/
    background: #fafafa;}

.x-message-box .x-window-header {
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 30px;
    background: #fff;}

.cleanLayout .x-window-header .x-tool-close {
    /*display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    background: url(../img/icon_x.png) no-repeat;
    background-size: 15px;
    /*background-position-x: -5px;*/
    /*width: 25px;*/ /* Width of new image */
    height: 30px; /* Height of new image */
    /*padding-left: 25px;*/ /* Equal to width of new image */}

.cleanLayout .x-window-header-text-default { /*ELZA - revisão 25/10/2021 - rever com viegas - class repetida*/
    /*padding: 20px 30px !important;*/
    padding-left: 20px !important;
    margin: 0 !important;
    font-family: montserratregular, Helvetica, sans-serif !important;
    font-size: 160%;
    /*font-size: 250%;
    font-weight: normal;*/
    text-transform: uppercase;
    /*line-height: 1.4;*/
    line-height: 1.2;}

.cleanLayout .x-window-header-text-default, .x-message-box .x-window-header-text-default { /*ELZA - revisão 25/10/2021 - rever com viegas - class repetida*/
    padding: 20px 30px !important;
    margin: 0 !important;
    font-family: montserratregular, Helvetica, sans-serif !important;
    font-size: 250%;
    font-weight: normal;
    line-height: 1.4;}

.x-message-box- .x-window-header-text-default, .x-message-box .x-window-header-text-default {font-size: 170%;}
/*ELZA - revisão 25/10/2021 - rever com viegas - class repetida*/
.cleanLayout.withSubTitle .x-window-header-text-default, .cleanLayout .x-window-header {padding-bottom: 0;}
/*ELZA - revisão 25/10/2021 - rever com viegas - class repetida*/

.titlePanel h3 {
    padding: 10px 15px 0 15px !important;
    margin: 0 !important;}

.cleanLayout .titlePanel h3 {
    padding: 0 !important;
    margin: 0 !important;
    font-family: montserratregular, Helvetica, sans-serif !important;
    font-size: 250%;
    font-weight: normal;
    line-height: 1.4;}

.cleanLayout .titlePanel {overflow: hidden;}

.panelTitle {
    font-family: montserratregular, Helvetica, sans-serif !important;
    font-size: 250%;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.4em;
    white-space: nowrap;}
h3.panelTitle.panelTitleWithSubTitle {margin-bottom: 0 !important;}
.titlePanel h4.panelSubTitle {
    color: #1b1b1b;
    font-family: montserratregular, Helvetica, sans-serif !important;
    font-size: 150%;
    font-weight: normal;
    /*padding: 0 0 0 10px !important;*/
    padding: 0 0 0 0 !important; /*ELZA - revisão 22/11/2021 - rever com viegas - v.elza */
    margin: 0 0 0 0;
    white-space: normal;}

.x-panel .x-panel-header {
    background: #2f2f2f !important;
    border: none;
    color: #000;
    padding: 10px 15px;
    border-top: 1px solid #666 !important; /*ELZA - revisão 16/11/2021 - rever com viegas - CSSnet homeEscolhaCandidatura acordião */}

.x-panel .x-panel-header .x-panel-header-text {
    color: #fff;
    font-size: 120%;}

/* REVER:ELZA:10/02/2022*/
.x-panel .x-panel.innerPanel .x-panel-header {
    background: #666 !important;
    padding: 5px 15px;}
/* REVER:ELZA:10/02/2022*/
.x-panel .x-panel.innerPanel .x-panel-header .x-panel-header-text {font-size: 110%;}

.x-panel {
    /* REVER:ELZA:10/02/2022*/
    margin-right: 1px;
    border: none;
    /*background: #f2f2f2;*/}

.x-panel .x-panel-body-default {
    border: none;
    /*background: #f2f2f2;*/}

.x-tree-panel .x-grid-row .x-grid-cell {background: #f2f2f2;}

.x-grid-row-summary {
    font-family: proxima_nova_rgregular, Helvetica, sans-serif !important;
    font-weight: bold;}

.x-grid-row-summary .x-grid-cell-inner {border-top: 1px solid #ccc;}

.x-resizable-handle {display: none;}

.x-panel .x-toolbar.x-docked-bottom {
    /*background: #e0e0e0;*/
    padding: 6px 5px;
    border: none;}

.x-panel .x-toolbar.x-docked-top {
    background: #fff;
    /*padding: 6px 5px;*//*ELZA - revisão 25/10/2021 - rever com viegas - v.elza*/
    padding: 6px 0;
    border: none;}

.x-btn-default-toolbar-small-icon .x-btn-icon {background-size: 16px;}
.x-html-editor-tb .x-btn-icon {background-size: initial;}
.cleanLayout .x-panel .x-toolbar.x-docked-top {background: #fff; /*ELZA - revisão 22/11/2021 - rever com viegas - v.elza - janelas popup deve ter fundo branco*/}

.x-splitter-vertical {border-left: 2px solid white;border-right: 2px solid #fff;}
.x-splitter-horizontal {border-top: 2px solid white;border-bottom: 2px solid #fff;}

.x-column-header, .x-column-header-over {
    background: #e0e0e0;
    border-top: 1px solid #fff !important;
    border-right: 1px solid #fff !important;}

.x-column-header-over {background: #eee !important;}

.x-grid-header-ct {
    background: none;
    border: none;}

.x-btn { /*ELZA - revisão 25/10/2021 - rever com viegas - cores, formato, onde aparece*/
    color: #fff;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-family: montserratregular, Helvetica, sans-serif !important;
    padding: 8px;
    border-radius: 0 !important;
    border: none !important;
    background: #b9b9b9;}

.x-btn:hover {background: #f2f2f2 !important;}

.x-btn .x-btn-inner {color: #000;}
.x-btn .x-btn-inner:hover {color: #000;}

.x-btn-default-toolbar-small .x-btn-inner, .x-btn-default-small .x-btn-inner { /*ELZA - revisão 25/10/2021 - rever com viegas - cores, formato, onde aparece*/
    font-family: montserratregular, Helvetica, sans-serif !important;
    text-transform: uppercase !important;
    font-weight: bold !important;}

.x-btn-pressed, .x-btn-default-small-pressed, .x-btn-default-toolbar-small-pressed { /*ELZA - revisão 25/10/2021 - rever com viegas - cores, formato, onde aparece*/
    background: #f8f8f8;
    border: 1px solid #c7c7c7;
    padding: 8px;}

/*.x-btn .x-btn-inner {color: #000;}*//*ELZA - revisão 18/11/2021 - rever com viegas - class repetida abaixo*/
/*ELZA - revisão 25/10/2021 - rever com viegas - cores, formato, onde aparece*/

.x-tab-bar, .x-tab-bar-body {
    background: #fff;
    border: none !important;
    /*border-bottom: 1px solid #e0e0e0 !important;*//*ELZA - revisão 25/10/2021 - rever com viegas - v.elza*/
    /*height: 45px !important;*//*ELZA - revisão 25/10/2021 - rever com viegas - v.elza*/
    height: 43px !important; /*ELZA - revisão 25/10/2021 - rever com viegas - v.viegas*/}

.x-tab {
    padding: 10px;
    height: 40px !important;
    border: none !important;
    border-radius: 0 !important;
    border-top: 4px solid #ccc !important;
    /*background: #f7f7f7; /*ELZA - revisão 25/10/2021 - rever com viegas - v.viegas*/
    /*background: #b9b9b9; /*ELZA - revisão 25/10/2021 - rever com viegas - v.elza*/}

.x-tab button {
    color: #000 !important; /*ELZA - revisão 25/10/2021 - rever com viegas - v.elza*/
    font-size: 12px;
    font-family: montserratregular, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    /*color: #333 !important;*//*ELZA - revisão 25/10/2021 - rever com viegas - v.viegas*/}

.x-tab.x-active {background: #333;}
/*ELZA - revisão 25/10/2021 - rever com viegas - v.elza*/
/*.x-tab.x-active {background: #333;}*//*ELZA - revisão 25/10/2021 - rever com viegas - v.viegas*/

.x-tab.x-active button {color: #fff !important;}
/*ELZA - revisão 25/10/2021 - rever com viegas - v.elza*/
/*.x-tab.x-active button {color: #fff !important;}*//*ELZA - revisão 25/10/2021 - rever com viegas - v.viegas*/

/*ELZA - revisão 25/10/2021 - rever com viegas - novo componente?*/
/* Extensible calendar */
.ext-cal-hd-ct {border: none !important;}
.ext-cal-day-header, .ext-cal-hd-days-tbl {background-color: #e0e0e0 !important;}
.ext-cal-hd-days-tbl .ext-cal-bg-tbl {background-color: #e0e0e0 !important;}
.ext-cal-dayview .ext-cal-bg-tbl { border-bottom: none !important;}
.ext-cal-bg-tbl {margin-top: 1px;}
.ext-cal-day-times {background-color: #f7f7f7 !important;}
.ext-cal-day, .ext-cal-day-we {border-right: 1px solid #fff;}
.ext-cal-day-we {background-color: #f7f7f7 !important;}
.ext-cal-day-today {background-color: #c7c7c7; !important;}
.ext-cal-evr {
    border-radius: 2px;
    /*background-color: #e6edf4 !important;*/
    /*color: #000;*/
}
.ext-cal-day-col-gutter {margin-left: 1px; margin-right: 10px;}
td.ext-cal-dtitle-first {border: none; !important;}

td.ext-cal-dtitle {
    color: #000;
    font-family: proxima_nova_rgregular, Helvetica, sans-serif !important;
    text-align: left;
}

td.ext-cal-dtitle-today div {color: #000; font-weight: bold;}
.x-tree-panel .x-grid-cell-inner img, .x-tree-panel .x-grid-cell-inner img {float: left;}
.x-tree-panel .x-grid-cell-inner {vertical-align: top;white-space: normal;display: flex;}
/* Ext Hack END */

#parameterErrors .panel {
    padding: 0 10px 20px 60px;
    min-height: 60px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 46px;
    background-image: url(../img/icon_warn_warning.png);
    /*background: url(../img/popup_warning.png) 10px 10px no-repeat;*/}

.panelboxheader {
    color: #000 !important;
    /*font-size: 100% !important;*/
    height: 22px !important;
    line-height: 22px !important;
    padding-left: 10px;
    margin: 0 !important;
    border: 1px solid #ddd !important;
    background-color: #ddd;
    background-image: none !important;}
.panelboxheader span {
    float: right;
    margin: -13px 5px 0 0;}
.panelActions {
    margin: 0;
    border-top: 1px solid #f2f2f2;
    background-color: #f2f2f2;}
.panelActions div.actions {margin: 5px;}
.panelActions div.actions ul {margin-right: 5px;}

/*** DIF:popupBox - Static/Dinamic Component
     ----------------------- ***/
.helpBox {
    right: 250px;
    bottom: 50px;
    z-index: 100;
    padding: 0;
    position: absolute;
    width: 600px;
    height: 400px;
    overflow: auto;
    left: 300px;
    top: 200px;
    border: 1px solid #ddd;
    background: #f2f2f2;}
.helpboxheader {
    color: #000 !important;
    /*font-size: 90% !important;*/
    margin: 0 !important;
    padding: 5px 0 0 10px !important;
    border: 1px solid #f2f2f2 !important;
    background-image: none !important;
    background-color: #f2f2f2 !important;}

.helpItem {
    margin-bottom: 20px;
    clear: both;}

.image {
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    clear: left;
    border: 2px solid #ddd;}
.description {
    margin-bottom: 10px;
    /*font-weight: bold;*/}

/*** [ tabs_accordion/simpleHTML ] ***/
/*** DIF:accordionHTML Component
    ----------------------- ***//*ELZA - VALIDAR SE AINDA ESTÁ A SER USADO*/
.simpleopenbox {
    color: #000 !important;
    margin: 20px 15px !important;
    display: block !important;
    border: 1px solid #ddd !important;
    background-color: #ddd !important;}
.simpleopenbox h3 {
    color: #000 !important;
    /*font-size: 90%;*/
    height: 20px !important;
    margin: 0 !important;
    padding: 5px 0 0 10px !important;
    font-weight: bold !important;
    border-top: none !important;
    border-left: none !important;
    border-bottom: 1px solid #ddd !important;
    border-right: none !important;
    background-image: none !important;
    background-color: #ddd !important;}
.simpleopenbox h4 {
    color: #888 !important;
    /*font-size: 90% !important;*/
    height: 17px !important;
    margin: 0 !important;
    padding: 5px 0 0 10px !important;
    font-weight: normal !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    background-image: none !important;
    background-color: #ddd !important;}

/*** DIF:tabHTML Component
     ----------------------- ***//*ELZA - VALIDAR SE AINDA ESTÁ A SER USADO*/
#tabhtml {
    color: #1b1b1b !important;
    margin: 15px 0 !important;
    padding: 0;
    border: 1px solid #ddd !important;}

#tablink {
    margin: 0 !important;
    padding: 0 !important;
    height: 26px !important;
    border-bottom: 1px solid #ddd !important;
    background-image: none !important;
    background-color: #ddd !important;}

#tablink ul {
    width: 100% !important;
    margin: 10px !important;
    height: 26px !important;}

#tablink li {
    /*font-size: 90%;*/
    list-style: none;
    display: block;
    float: left;
    height: 17px !important;
    margin: 2px 1px;
    padding: 2px 4px 0 4px;
    border: 1px solid #ddd;
    background-color: #ddd !important;
    background-image: none !important;}
#tablink li a {color: #000 !important;}
#tablink li a:hover {
    height: 20px !important;
    background-color: #ccc !important;
    background-image: none !important;}

#tabcontainer {overflow: hidden;}

.page {
    padding: 10px;
    background: #fff;}

.imgsinglequestion {
    height: 18px !important;
    margin: 0 !important;}

/** [ tables single/double choice ] **/
.inputcenter {text-align: center;}

/* [ SIMPLEtable details/info ] */
.tablesimple {border: 0;}

.tablesimple td {padding-left: 20px;}

/* [ SIMPLEtable single/double choice ] *//*ELZA - VALIDAR SE AINDA ESTÁ A SER USADO*/
.tableform {
    width: 100%;
    margin: 0;
    padding: 0;}
.tableform th {
    padding: 10px 0 !important;
    text-align: center !important;}
.tableform caption {
    color: #000 !important;
    text-align: left;
    padding-top: 10px;}

/* [ COMPLEXtable single/double choice ] *//*ELZA - VALIDAR SE AINDA ESTÁ A SER USADO*/
.fildsetablecomplex legend {
    color: #000;
    /*font: 11px tahoma, arial, helvetica, sans-serif;*/
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;}
.fildsetablecomplex span {font-weight: bold;}

.legendscale {
    color: #888 !important;
    font-weight: bold !important;}

.mainindent {
    padding: 0 3px 0 0 !important;
    margin: 0 3px 0 0 !important;
    font-weight: bold;
    cursor: default;}

.mainindentDiv {
    margin: 7px 3px 7px 0 !important;
    cursor: default;}

.mainindentDivWithtip {
    margin: 7px 3px 0 0 !important;
    cursor: default;}

.mainindentInputs {margin-top: 0 !important;}

.fontindent {
    font-size: 100%;
    font-weight: bold;}

.mainindentInputs {margin-top: 7px !important;}

.optionVerticalMargin {
    margin: 0 0 5px 0 !important;
    line-height: 20px;}

div.optionVerticalMargin div.displayinlinetable {display: table-cell !important;}

.firstindent {padding: 2px 3px 0 0 !important;}

.secondindent {padding: 2px 3px 0 20px !important;}

/*** DIF:help Component
     ----------------------- ***/
#helpDialog {
    background-color: #fff;
    padding: 10px;
    color: #333;}

#helpDialog h2 {
    font-size: 150%;
    color: #000;
    font-weight: normal;}

#helpDialog label {
    font-size: 110%;
    color: #333;}

.jobWindow {
    background-color: #f2f2f2;
    border-radius: 3px;
    margin: 5px 5px 10px 5px;
    display: inline-table;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);}

.jobWindow .jobId {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    padding: 10px;
    background-color: #eee;
    border-right: 2px solid #aaa;}

.jobWindow div.idDiv {
    font-size: 12px;
    font-weight: bold;
    color: #888;}

.jobWindow div.idDiv .jobKeyword {
    font-family: OpenSansExtrabold;
    color: #999;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #666;
    display: block;}

.jobWindow span.id {
    color: #000;
    font-size: 20px;
    font-family: OpenSansExtrabold;}

.jobWindow span.id.symbol {
    font-size: 12px;
    color: #555;
    font-weight: bold;}

/*.jobWindow span.appName {font-family: LatoBold;}*/

.jobWindow span.type {display: none;}

.jobWindow .jobDetails {
    vertical-align: middle;
    display: table-cell;
    padding: 5px 10px 5px 10px;}

.jobWindow span.name {
    /*font-family: LatoBold;*/
    font-weight: bold;
    display: block;}

.jobWindow span.description {
    color: #888;
    display: block;}

.jobWindow span.triggerSettings {
    display: block;
    padding-bottom: 3px;}

.jobWindow span.executions {
    /*display: block;*//*ELZA - revisão 25/10/2021 - rever com viegas - v.elza*/
    display: inline-block; /*ELZA - revisão 25/10/2021 - rever com viegas - v.viegas*/
    padding-bottom: 3px;}

.jobWindow span.actions { /*ELZA - revisão 25/10/2021 - rever com viegas - v.viegas*/
    display: inline-block;
    padding-bottom: 3px;
    font-size: 100%;}

.jobWindow span.executionStatus { /*ELZA - revisão 25/10/2021 - rever com viegas - v.viegas*/
    /*font-family: LatoBold;*/
    display: inline-block;
    padding-bottom: 3px;
    font-size: 100%;
    font-weight: bold;}

img.jobImage {
    margin-right: 10px;
    vertical-align: middle;
    width: 18px;
    height: 18px;}

.gridVerticalAlignmentMiddle .x-grid-row .x-grid-cell {vertical-align: middle;}

.gridRowPadding .x-grid-row .x-grid-cell {padding: 20px 0;}

.extColumnHeaderWrap .x-column-header-inner .x-column-header-text {
    font-family: montserratregular, Arial, Helvetica, sans-serif;
    font-weight: bold;
    white-space: normal;
    text-transform: capitalize;}