/**
 * Filename:    default.css
 * 
 * Description: Implementation of the default class.
 * 
 * The copyright to the computer program(s) herein
 * is the property of Interact Solutions Ltda., Brazil.
 * The program(s) may be used and/or copied only with
 * the written permission of Interact Solutions Ltda.
 * or in accordance with the terms and conditions
 * stipulated in the agreement/contract under which
 * the program(s) have been supplied.
 */

@import 'cmn/wysiwyg/wysiwyg.css';
@import 'cmn/modal.css';
@import 'cmn/spotlight.css';
@import 'cmn/switch.css';
@import 'cmn/tabs.css';
@import 'cmn/prompt_modern.css';
@import 'cmn/simple_button.css';
@import 'cmn/field/sa_input.css';
@import 'cmn/scrollbar/scrollbar.css';
@import 'cmn/report_toolkit.css';
@import 'cmn/sa_zul_layout.css';
@import 'cmn/application-toolbar.css';
@import 'cmn/viewbutton/viewbutton.css';

/*
 * [ignore-class-disabled="true"] = Atributo setado no zul.js para conseguir evitar o estilo no elemento após o clique
 */
 [class*="-disd"]:not([ignore-class-disabled="true"]), /* selecionar todos elementos/filhos que contenham '-disd' presente na classe css */
 [class*="-disd"]:not([ignore-class-disabled="true"]) *,
 [class*="__disabled"]:not([ignore-class-disabled="true"]), /* selecionar todos elementos/filhos que contenham '__disabled' presente na classe css */
 [class*="__disabled"]:not([ignore-class-disabled="true"]) *,
 [disabled="disabled"]:not([ignore-class-disabled="true"]), /* selecionar todos elementos/filhos com o atributo [disabled="disabled"] */
 [disabled="disabled"]:not([ignore-class-disabled="true"]) *,
 [disabled="disabled"]:not([ignore-class-disabled="true"])::after,
 *:disabled:not([ignore-class-disabled="true"]) /* selecionar todos elementos que o ZK adiciona o atributo disabled */
 {
     cursor: not-allowed !important;
 }

*[sa-inactive]
{
    filter: grayscale(1) !important;
    opacity: 0.4 !important;
}

.bg-white
{
    background-color: white !important;
}

.z-borderlayout
{
    background-color: transparent;
}

/*
 * START of Smart Format Context
 */
.smart-format-script
{
    width: 100%;
    padding: 8px;
    background-color: #efefff; color: #5f5f9f;
    font-size: 10pt;
    border: 1px solid gray;
    overflow: auto;
    box-sizing: border-box;
}

.smart-format-topic
{
    color:#990000;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-size: 10pt;
    font-weight: bold !important
}

.smart-format-private
{
    background-color:#FFCFCF;
    width: 100%;
    border: none !important;
    padding: 8pt !important;
}

.smart-format-private td
{
    border: none !important;
    height: 15px !important;
}

.smart-format-private tr
{
    border: none !important;
}

/*
 * END of Smart Format Context
 */

/*
   START OVERRIDE STYLES ZK
*/
/* Selected rows in a listbox */
tr.seld, td.seld, tr.z-listitem-seld, .formRow.seld, .z-treerow-seld
{
    background: rgb( var(--color-cyan40) ) none repeat scroll 0 0 !important;
}

tr.z-treerow-seld, tr.z-listitem-seld
{
    box-shadow: inset 0px 1.1px 0px 0px rgb( var(--color-cyan200) ),
                inset 0px -1.1px 0px 0px rgb( var(--color-cyan200) );
}

tr.z-listitem-seld + tr.z-listitem-seld,
tr.z-treerow-seld + tr.z-treerow-seld
{
    box-shadow: inset 0px -1.1px 0px 0px rgb( var(--color-cyan200) ) !important;
}

/* Remove a pequena flecha que o componente (listbox), coloca ao clicar em um item e ganhar o foco */
.z-listitem .z-listitem-focus 
{
    background-image: none !important;
    background-repeat: no-repeat;
}

/* Remove a pequena flecha que o componente (Ã¡rvore), coloca ao clicar em nÃ³ e ganhar o foco */
.z-treerow .z-treerow-focus 
{
    background-image: none !important;
    background-repeat: no-repeat;
}

/* Remove sombra nos labels dos valores no ZK Charts */
.indicator-chart tspan
{
    text-shadow:rgb(255, 255, 255) -3px -3px 6px,
                rgb(255, 255, 255) -3px 3px 6px,
                rgb(255, 255, 255) 3px -3px 6px,
                rgb(255, 255, 255) 3px 3px 6px !important;
}

/* Ajusta o alinhamento do texto ao utilizar abas verticais */
.z-tab-ver .z-tab-ver-text
{
    text-align: left;
}

/*
    prefixo 	tamanho 	descriÃ§Ã£o
    fi_ 	48x48 	icone para janelas (ex. inspetores)
    mb_ 	24x24 	module button
    ab_ 	64x64 	application button
    sb_ 	56x42 	sidebar button
    tb_ 	20x20 	toolbar button (botÃµes actions)
    ni_ 	20x20 	node icon (arvores/listas)
    ci_ 	32x24 	caption icon (para view)
    eci_ 	32x32   editor caption icon (para view)
    sci_ 	32x24 	summary caption icon (resumos)
*/
.ab img,
img.ab
{
    height: 64px !important;
    width:  64px !important;
}
img.eci
{
    height: 32px !important;
    width:  32px !important;
}
.mb img,
img.mb
{
    height: 24px !important;
    width:  24px !important;
}

.fi img,
img.fi
{
    height: 48px !important;
    width:  auto !important;
}

.sb img,
img.sb
{
    height: 56px !important;
    width:  42px !important;
}

.ci img,
img.ci
{
    height: 32px !important;
    width:  24px !important;
}

.sci img,
img.sci
{
    height: 32px !important;
    width:  24px !important;
}

.tb img,
img.tb
{
    height: 20px !important;
    width:  20px !important;
}
.ni img,
img.ni
{
    height: 20px !important;
    width:  20px !important;
}
.bi img,
img.bi
{
    height: 40px !important;
    width: 40px  !important;
}
.qms-view-item img,
img.qms
{
    height: 42px !important;
    width: 42px  !important;
}

/* Adiciona borda a direita em abas verticais */
.z-tabs-ver .z-tabs-ver-cnt
{
    border-right: 1px solid #8fb9d0;
}


/* Fundo cinza para a toolbar que Ã© utilizada no FileBrowserPane */
.z-toolbar {
    /*background: url("../res?name=/images/sas/cmn/css/toolbar-background.png") repeat-x scroll 0 top #eaeaea;*/
    background: none;
    border: none;
}

/* Para nÃ£o quebrar nova linha nas tabelas */
.z-label
{
    white-space: nowrap !important;
}

/* Para quebrar linha quando necessÃ¡rio no formulÃ¡rio de ocorrÃªncia */
.occurrence-field-label
{
    white-space: pre-wrap !important;
}

/* Para não quebrar nova linha nas tabelas */
.z-treecell-cnt, .z-listcell-cnt
{
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/* Para não quebrar a linha quando adicionar componente */
.z-treecell-cnt
{
    width: 100%;
    display: flex;
    align-items: center;
}

.z-listcell-cnt > img,
.z-listcell-cnt > svg,
.z-treecell-cnt > img,
.z-treecell-cnt > svg
{
    margin-right: 4px;
}

.z-treecell-cnt .z-tree-line,
.z-treecell-cnt .z-tree-ico
{
    min-width: 18px;
}

.z-treecell-cnt > .z-label
{
    text-overflow: ellipsis;
    overflow: hidden;
}

.z-treecell[align="left"] .z-treecell-cnt
{
    justify-content: start;
}

.z-treecell[align="center"] .z-treecell-cnt
{
    justify-content: center;
}

.z-treecell[align="right"] .z-treecell-cnt
{
    justify-content: end;
}

tr.custom-treerow-seld
{
    background: #FFC040 none repeat scroll 0 0 !important;
}

.participant-schedule-tree tr.z-treerow-seld td
{
	border-bottom: 0px solid lightgray !important;
}

/* Ajuste Layout Menu para aÃ§Ãµes de vÃ­nculos no novo apresentador*/
.z-menu-inner-m .z-menu-btn, .z-menu-item-inner-m .z-menu-item-btn
{
    background: none no-repeat scroll 0 2px transparent;
    border: 0 none;
    color: white !important;
    cursor: pointer;
    margin: 0;
    min-height: 13px;
    outline: 0 none;
    overflow: visible;
    padding: 3px 1px 2px 2px;
    text-decoration: none;
    width: auto;
}

/* Ajuste nas bordas de linhas das grids */
.z-row-inner
{
    border-width:thin 0px 0px !important;
}

.z-toolbarbutton-over
{
    border: 0px !important;
}

.z-toolbarbutton-over .z-toolbarbutton-body
{
    border: 0px !important;
}

.z-toolbarbutton-body
{
    padding: 0px !important;
}

.z-west-header, .z-center-header, .z-east-header, .z-north-header, .z-south-header
{
    /*GNU*/
    /*background: #11a638 !important;
    color:#c5decc !important;*/
    /*GNU*/

    /*border: 1px solid #baddff !important;*/
}

.z-initing
{
    background: transparent !important;
}

.z-center-header, .z-east-header, .z-west-header
{
    background: #d4d4d4 !important;
    text-align: left !important;
    line-height: 22px !important;
    height: 22px !important;
    border: none !important;
    padding: 0px !important;
    text-indent: 10px;
}

div.z-column-cnt, div.z-grid-header div.z-auxheader-cnt
{
    padding: 0;
}

.z-column-cnt
{
    height: 15px;
}

tr.z-row-over > td.z-row-inner, tr.z-row-over > .z-cell
{
    background-image: none !important;
}

div.z-column-cnt, div.z-row-cnt
{
    color: rgb( var(--color-gray650) );
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
}

.z-center-header
{
    text-align: center;
}

.z-west, .z-north, .z-center, .z-east, .z-south
{
    border: none;
}

 .z-west, .z-center, .z-east
{
    height: 100%;
}

.cmn-default-editor div.z-grid-header,
.z-tabs-header
{
    width: 100%;
    /*margin: 5px 5px 0px 5px;*/
    position: relative;
    overflow: hidden;
}

.z-tabs-header-scroll
{
    margin-left: 25px;
    margin-right: 25px;
}

.z-tabs-scroll .z-tabs-cnt,
.z-tabs-ver .z-tabs-ver-cnt
{
    border: none;
}

.z-toolbar-tabs-outer .z-tabs-cnt,
.z-toolbar-tabs
{
    border: none !important;
}

.z-tabs-ver-scroll
{
    background: none;
}

.z-tabs-ver-scroll .z-tabs-ver-header
{
    background: none;
}

.z-tabpanel
{
    border: none !important;
    padding: 0px;
}

.cmn-default-editor .z-tabpanel
{
    padding-top: 5px;
}

.z-tabs-scroll
{
    border: none !important;
}

.preformatted
{
    font-family: Courier,Mono;
    background-color: #e8e8ff;
    padding: 8pt;
    display: inline-block;
    min-width:100% !important;
    box-sizing: border-box;
    color: rgb( var(--color-black) );
}

.confidential
{
    background-color: #ffcfcf;
    padding: 8pt;
}

.details_heading
{
    color: #990000;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin-left: 0pt;
}

.details_label
{
    border-bottom-width: 0pt;
    border-color: #cccccc;
    border-left-width: 0pt;
    border-right-width: 0pt;
    border-style: solid;
    border-top-width: 0pt;
    color: #0069CC;
    font-size: 10pt;
    font-style: normal;
    height: 100%;
    margin-bottom: 0pt;
    /*margin-top: 1pt;*/
    font-style: italic;
    padding-bottom: 2pt;
    padding-left: 10pt;
    padding-top: 2pt;
}

.details_text, .details_text table
{
    background-color: rgb( var(--color-gray200) );
    /*    border-bottom-width: 1pt;
        border-color: #cccccc;
        border-left-width: 1pt;
        border-right-width: 1pt;
        border-style: solid;
        border-top-width: 1pt;*/
    color: #003333;
    font-size: 10pt;
    margin-bottom: 1pt;
    margin-left: 0pt;
    margin-right: 0pt;
    margin-top: 1pt;
    padding-bottom: 4pt;
    padding-left: 10pt;
    padding-right: 10pt;
    padding-top: 2pt;
}

.details_text a
{
    font-size: 10pt;
}

.details_title
{
    background-color: #e6e6e6;
    color: #0069CC;
    font-weight: bold;
    font-size: 10pt;
    font-style: italic;
    height: 15pt;
    margin-bottom: 2pt;
    margin-top: 10pt;
    padding-left: 10pt;
    /*    padding-top: 3pt;*/
}

.details_title_no_height
{
    background-color: #e6e6e6;
    color: #0069CC;
    font-weight: bold;
    font-size: 10pt;
    font-style: italic;
    margin-bottom: 2pt;
    margin-top: 10pt;
    padding-left: 10pt;
    padding-top: 2pt;
    padding-bottom: 2pt;
}

.details_value
{
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    padding-top: 2pt;
    padding-bottom: 2pt;
    margin-left: 10pt;
    width: auto;
}

.details_comment
{
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    margin-left: 0pt;
}

.page_description
{
    background-color: #efefef;
    border: 1pt solid black;
    border-bottom-width: 1pt;
    border-color: #cccccc;
    border-left-width: 1pt;
    border-right-width: 1pt;
    border-style: solid;
    border-top-width: 1pt;
    color: rgb( var(--color-black) );
    font-size: 10pt;
    margin-top: 4px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}

.page_table
{
    font-size: 10pt;
}

.page_ruler
{
    background-color: #e6e6e6;
    height: 2pt;
}

.table_column_heading
{
    background-color: #efefef;
    color: #0069CC;
    font-size: 10pt;
    font-style: italic;
    font-weight: normal;
    margin-right: 1pt;
    margin-top: 2pt;
    padding-bottom: 2pt;
    padding-left: 1pt;
    padding-right: 1pt;
    padding-top: 2pt;
}

.table_cell_value
{
    background-color: rgb( var(--color-white) );
    color: #0069CC;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-right: 2pt;
    margin-top: 2pt;
    padding-bottom: 2pt;
    padding-left: 4pt;
    padding-right: 4pt;
    padding-top: 2pt;
    border: 1pt solid black;
}

.table_cell_heading 
{
}

.table_cell_heading + .table_cell_heading
{
    border-left: 1pt solid rgb( var(--color-white) );
}

.table_text
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    margin: 0 2px;
}

body
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    width: 100% !important;
    overflow: hidden;
}

default
{
}

.custom-toolbarbutton
{
    margin: 10px;
    cursor: pointer;
    background: transparent;
    display:inline-block;
    vertical-align:middle;
    padding:2px;
    position:relative;
    border:0 none;
}

.custom-toolbar
{
    vertical-align:middle;
    position:relative;
    border:0 none;
}

.custom-toolbar tr
{
    vertical-align: middle;
}

/* this is used in the summary pane for the draggable links to inspector page of the corresponding object */
.is-link-to-object
{
    color: #9f9fdf;
    text-decoration: none;
    font-family: helvetica;
    font-size: 7pt;
}

.z-combobox-rounded-inp, .z-bandbox-rounded-inp, .z-spinner-rounded-inp, .z-combobox-inp, .z-bandbox-inp
{
    height: 21px !important;
    /*width: 92% !important;*/
    padding-top: 2px !important;
    min-width: 55px;
}

.z-spinner-inp
{
    height: 21px !important;
    padding-top: 2px !important;

}

.formField
{
    border-bottom-width: 0pt;
    border-color: #cccccc;
    border-left-width: 0pt;
    border-right-width: 0pt;
    border-style: solid;
    border-top-width: 0pt;
    color: #0069CC;
    font-size: 10pt;
    font-style: normal;
    height: 100%;
    margin-bottom: 0pt;
    font-style: italic;
    padding-bottom: 2pt;
    padding-left: 10pt;
    padding-top: 2pt;
}

.formFieldDisabled
{
    border-bottom-width: 0pt;
    border-color: #cccccc;
    border-left-width: 0pt;
    border-right-width: 0pt;
    border-style: solid;
    border-top-width: 0pt;
    color: #cccccc;
    font-size: 10pt;
    font-style: normal;
    height: 100%;
    margin-bottom: 0pt;
    font-style: italic;
    padding-bottom: 2pt;
    padding-left: 10pt;
    padding-top: 2pt;
}

.formCaption
{
    background-color: #e6e6e6 !important;
    color: #0069CC;
    font-weight: bold;
    font-size: 12pt;
    font-style: italic;
    height: 15pt;
    margin-bottom: 2pt;
    margin-top: 10pt;
    padding-left: 10pt;
    padding-top: 3pt;
}

.divLegends
{
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.labelOccurrenceLegend
{
    font-size: 10px !important;
}

.componentLegend
{
    text-align: center;
    white-space: nowrap;
}

.contextQuickButton img
{
    width: 16px;
    height: 16px;
}

.contextlist-folder-item,
.contextlist-folder-add,
.contextlist-item-add, 
.contextlist-box-item {
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    float:left;
    margin-bottom: 20px;
    margin-left: 10px;
    transition: 0.2s;
    box-shadow: none !important;
}

.contextlist-folder-add,
.contextlist-item-add{
    background-color: #f8f8f8 !important;
    clear:left;
}

.contextModalItemsList{
    position:absolute; 
    bottom: 0px; 
    height:100%;
    width: 0;
    right:7.5%;
    transition: all 0.4s; 
    background: rgba(30, 30 ,30, 0.9); 
    z-index:99999;
}

.contextModalItemsList.visible{
    width: 200px;
    background: rgba(30, 30 ,30, 0.9); 
    z-index:99999;
}

.contextModalItemsList .contextModalItemsListContainer
{
    height: 100%; 
    width: 0px; 
    flex: 1 1 0%; 
    display: flex; 
    flex-direction: column; 
    align-items:center; 
    padding: 20px 0px;
    opacity: 0;
    transition: all 0.4s; 
}

.contextModalItemsList.visible .contextModalItemsListContainer
{
    height: 100%; 
    width: 100%; 
    flex: 1 1 0%; 
    display: flex; 
    flex-direction: column; 
    align-items:center; 
    padding: 20px 0px;
    opacity: 1;
    transition: all 0.4s; 
}

.context-lists-container{
    padding-left:16px;
    padding-right:16px;
    overflow-y: auto;
    /*border-top:1px solid #c8c8c8;*/
}

.context-lists-container div{
    overflow:visible;
}

.context-lists-container div.z-tree-body{
    overflow:auto !important;

}
.contextlist-folder-add td.z-listcell,
.contextlist-item-add td.z-listcell,
.contextlist-folder-item td.z-listcell,
.contextlist-folder-item td.z-listcell:first-child
{
    border: 0 !important;
}

.contextlist-folder-add seld, 
.contextlist-folder-add z-listitem-seld,
.contextlist-item-add seld,
.contextlist-item-add z-listitem-seld,
.contextlist-folder-item seld:first-child,
.contextlist-folder-item seld,
.contextlist-folder-item z-listitem-seld
{
    background: #000 !important;
}

.contextlist-item-add,
.contextlist-box-item {
    width:150px;
    border: 1px solid #EAEAEA;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(178, 178, 178, 0.25) !important;
    border-radius: 6px;
    background-color: #f8f8f8;
}

.contextlist-item-add .contextListImage{
    width: 20px !important; 
    height: 20px !important;
    padding: 2px !important;
    margin-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
}

.contextlist-item-add {
    border: 0 !important;
}

.contextlist-item-add td,
.contextlist-box-item td{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width:100%;

}

.contextlist-item-add .z-listitem-img-checkbox
{
    display:none !important;
}

.contextlist-box-item .z-listitem-img-checkbox
{
    display:block !important;
    height:20px;
    width:20px;
    border-radius: 50%;
    background: url( "../res?name=/images/sas/cmn/tb_check_not_selected.png") ;
    right:-10px;
    top:-10px;
    position:absolute;
}

.contextlist-box-item.z-listitem-seld .z-listitem-img-checkbox
{
    background: url( "../res?name=/images/sas/cmn/tb_check.png") ;
    border: 1px solid rgb( var(--color-white) );
}


.contextlist-box-item{
    overflow:visible;
    position: relative;
}

.contextlist-box-item .z-listcell{
    padding-left: 0px !important;    
    padding-right: 0px !important;
}

.contextlist-item-add div,
.contextlist-box-item div{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contextListImage{
    width: 34px !important; 
    height: 34px !important;
    padding: 2px !important;
    margin-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
}

.contextlist-folder-item,
.contextlist-folder-item:first-child
{
    border:1px solid #c8c8c8;
}

.contextlist-item-add .contextListText,
.contextlist-folder-add .contextListText
{
    font-weight: bold !important; 
    font-family: arial, sans-serif !important;
    font-size: 14px !important;
    color:#b4b4b4 !important;
    overflow:visible !important;
}

.contextlist-folder-add .contextListText
{
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.contextListText
{
    font-size:12px;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;

    font-weight: normal;
    color: #323252;
    overflow: hidden;
    max-height: 30px;
    overflow-wrap: break-word;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    -webkit-line-clamp: 2;
    max-lines: 2;
    line-height: 1.4;
}

.folder-context-listbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.context-modal-list-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top: 6px;
    border: 1px solid rgb( var(--color-white) );
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    width:150px;
    min-width:150px;
    height:100px;
    min-height: 100px;
    padding: 8px;
    overflow: hidden;
    word-wrap: break-word;
    cursor: pointer;
}

.context-modal-list-item.selected{
    border: 1px solid #ffc040;
}

.contextListDescription
{
    font-size:9pt;
    font-style: italic;
    color: #6699FF;
    word-break: break-word;
}

.level-navigator-container{
    overflow:hidden; 
    text-overflow: ellipsis; 
    height:25px !important;
    word-wrap: initial; 
    word-break: keep-all; 
    margin-top:12px; 
    max-width:300px;
}


.actions-container 
{
    display:flex; 
    flex-wrap:nowrap;
    padding-right:18px; 
    max-width: 100%;
    align-items:center;
    justify-content: flex-end;
    height: 40px;
}


.actions-container.minified
{
    justify-content: flex-start;
}

.actions-container.minified div img {
    height: 20px;
    width: 20px;
}

context-modal-list-item {
    transition: all 0.3s;
}

.fileListCaption
{
    color: #6262A3;
    font-size: 7pt;
    font-style: italic;
    font-weight: bold;
    word-break: break-all;
}

.fileListText
{
    font-size: 8pt;
    word-break: break-all;
}

.toolbarbutton-no-padding
{
    padding: 0px !important;
    cursor: pointer;
    font-size: 12px !important;
}

.toolbarbutton-no-padding-data-pane
{
    padding: 0px !important;
    cursor: pointer;
    font-size: 12px !important;
    width: 61px;
}

.toolbarbutton-no-padding-data-pane-e
{
    padding: 0px !important;
    cursor: pointer;
    font-size: 12px !important;
    width: 110px;
}

.custom-grid
{
    background-color: #808080;
    border: none;
    margin-left: 5px;
}

.cmn-frontpane
{
    margin-top: 10px;
    margin-left: 10px;
}

.cmn-frontpane-ie
{
    margin-top: 10px;
    margin-left: 10px;
    background:none;
    zoom: 1;
    padding-right: 5px;
    padding-bottom: 5px;
}

.z-tabs-ver-scroll
{
    background: none;
}

.z-tabs-ver-scroll .z-tabs-ver-header
{
    background: none;
}

.custom-odd-rows
{
    background-color: white;
}

.odd-row-occurrence
{
    background-color: #F7F7F7;
}

.custom-row-inner
{
    border-width:thin 0px 0px !important;
    padding: 1px;
}

.no-background-listbox, no-background-listbox-body
{
    background: transparent !important;
    border: 0px none;
}

div.no-table-fixed-listbox div.z-listbox-body table
{
    table-layout:auto !important;
}

.cmn-abstract-table-model div.z-listbox-footer table
{
    table-layout:auto !important;
}

.no-background-grid
{
    background: transparent !important;
    border: 0px none;
}

.no-background-grid-inner
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.no-cell-padding
{
    overflow: hidden;
    padding: 2px 0px;
}

/*.context-navigation
{
    font-size: 10pt;
    font-weight: bolder;
    background-color: transparent;
    background-image: url("../res?name=/images/sas/cmn/css/context-bar.png");
    border-right: 1px solid #86A4BE;
    border-left: 1px solid #86A4BE;
    color:white;
}*/

div.simileAjax-bubble-container
{
    margin:     0px;
    padding:    0px;
    border:     none;
    position:   absolute;
    z-index:    1000;
    width: 480px !important;
}

.certificationButton
{
    font-size: 12pt;
    font-weight: bold;
    padding: 5px 40px 7px 40px;
}

.certificationTitle
{
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    font-size: 14px;
    font-weight: bold;
}

.certificationTopicError
{
    color: #ff0000;
}

.certificationTopics
{
    font-size: 12px;
    font-weight: normal;
    color: #003876;
}

.certificationCategory
{
    font-size: 14px;
    font-weight: bold;
    color: #003876;
}

.certificationInfo
{
    font-size: 8px;
    font-weight: normal;
    font-style: italic;
    color: #666666;
    /*    background-color: rgb(255, 255, 204);*/
}

.messageHeader
{
    background: #C3D9FF !important;
    border: 1px solid black;
    padding: 10px;
}

.messageHeaderLabel
{
    color: rgb(64, 80, 112) !important;
    font-size: 10pt;
    padding-bottom: 2px;
    font-family:  "Lucida Grande";
}

#message
{
    border-bottom-width: 0pt;
    border-color: #cccccc;
    border-left-width: 0pt;
    border-right-width: 0pt;
    border-style: solid;
    border-top-width: 0pt;
    color: #0069CC;
    font-size: 10pt;
    font-style: italic;
    margin-bottom: 0pt;
    padding-bottom: 2pt;
    padding-left: 10pt;
    padding-top: 2pt;
}

#comment
{
    border-bottom-width: 0pt;
    border-color: #cccccc;
    border-left-width: 0pt;
    border-right-width: 0pt;
    border-style: solid;
    border-top-width: 0pt;
    color: #0069CC;
    font-size: 10pt;
    font-style: normal;
    margin-bottom: 0pt;
    padding-bottom: 2pt;
    padding-left: 10pt;
    padding-top: 2pt;
}

.message_body
{
    color: #003333 !important;
    font-size: 10pt !important;
    font-style: italic;
}

.message_comment
{
    color: #cccccc;
    font-size: 10pt;
}

.message_comment_table_column
{
    color: gray;
    font-style: italic;
    font-size: 10pt;
}

.version
{
    color: white;
    font-size: 8pt;
    white-space: nowrap;
}

.timeline-theme { color: #555; }
.timeline-theme .timeline-band-0 .timeline-ether-bg { background-color: #d2efff }
.timeline-theme .timeline-band-1 .timeline-ether-bg { background-color: #e6e6e6 }
.timeline-theme .timeline-band-2 .timeline-ether-bg { background-color: #a0bbee }
.timeline-theme .timeline-band-3 .timeline-ether-bg { background-color: #00aacc }

.timeline-theme .t-highlight1 { background-color: #ff0000; height: 50px !important; }
.timeline-theme .p-highlight1 { background-color: #00bb00; }

.timeline-theme .timeline-highlight { background-color: #f00; }
.timeline-theme .timeline-highlight-label-end .label_t-highlight1 { color: #115; }

.timeline-theme .timeline-band-events .important { color: rgb( var(--color-white) ); }
.timeline-theme .timeline-band-events .small-important { background: #00aadd; }

.timeline-theme .timeline-date-label-em { color: #000; }
.timeline-theme .timeline-ether-lines { border-color: rgb( var(--color-white) ); border-style: solid; }
.timeline-theme .timeline-ether-highlight { background: rgb( var(--color-white) ); }

.timeline-theme .timeline-event-tape,
.timeline-theme .timeline-small-event-tape { background: rgb( var(--color-white) ); }
.timeline-theme .timeline-ether-weekends { background: rgb( var(--color-white) ); }

.occurrenceHintInfo
{
    white-space: pre-line;
    font-size: 8pt;
}

.occurrenceHintInfo table
{
    white-space: pre-line;
    font-size: 8pt;
}

.occurrencePopup
{
    font-size: 8pt;
    font-family: Arial,Helvetica,sans-serif;
    padding: 3px 5px
}

textarea
{
    resize: none;
}

.fieldRequired
{
    font-weight: bold !important;
}

.searchTextbox
{
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: 2px;
    border: none;
    font-size: 12px;
    outline: none;
}

.borderlayout-search-field table
{
    height: 100%;
}

.abstract-selector
{
    padding: 0px; 
    background: transparent;
    border-style: none;
}

.itemSelector
{
    border: none;
    font-size: 12px;
    line-height: 20px;
    overflow: auto;
}

.itemSelectorDisabled
{
    height:22px;
    line-height: 22px;
    width:100%;
    border: 1px solid #86A4BE;
    border-radius: 2px 2px 2px 2px;
    background-color: #E8E8E8;
    overflow: auto;
    box-sizing: border-box;
}

.itemSelectorEnabled
{
    height:22px;
    line-height: 22px;
    width:100%;
    border: 1px solid #86A4BE;
    border-radius: 2px 2px 2px 2px;
    background-color: white;
    overflow: auto;
    box-sizing: border-box;
}

.itemSelectorTips img
{
    width: 15px !important;
    height: 15px !important;
}

.lockSelected
{
    background-color: #c1c1c1;
    border: 1px solid gray;
    padding: 1px !important;
    cursor: pointer;
    font-size: 12px !important;
}

.lockUnselected
{
    background-color: white;
    border: 1px solid gray;
    padding: 1px !important;
    cursor: pointer;
    font-size: 12px !important;
    height: 22px !important;
    width: 22px !important;
}

.textarea-buttons
{
    margin-left: 600px;
    position: relative;
    top: 15px;
    text-align: left;
    height: 0px !important;
}

p.cke_contents
{
    padding: 0 !important;
    margin: 0 !important;
}

.postit-textbox
{
    padding-top: 0px;
    width: 99%;
    background-color: white;
    border: none;
}

.component-page-toolbarbutton img
{
    width: 32px;
    height: 32px;
}

.htmltoolkit-toolbar {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2000;
    display: inline-block;
}

.ui-icon-font-decrease,
.ui-icon-font-increase
{
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb( var(--color-white) );
    cursor: pointer;
    width:16px;
    height:16px;
    display: inline-block;
}

.ui-icon-font-decrease {
    background-image: url("../res?name=/images/sas/cmn/tb_stroke_reduce.png");
}

.ui-icon-font-increase {
    background-image: url("../res?name=/images/sas/cmn/tb_stroke_enlarge.png");
}

.view-info-pane
{
    display: inline-block !important;
    background: #FAF5B9 !important;
    min-height: 30px;
    white-space: normal;
    z-index: 100;
    padding-bottom: 5px;
    width: 100%;
}

.view-info-pane-color
{
    display: inline-block !important;
    background: rgb( 0, 132, 200 ) !important;
    border: 1px solid rgb( 0, 132, 200 );
    min-height: 35px;
    white-space: normal;
    z-index: 100;
    margin: 5px 2px;
    width: 85%;
    bottom: 25px;
    padding-bottom: 5px;
    margin-left: 7%;
    position: absolute !important;
}

.view-info-pane-label > .z-label
{
    font-family: Helvetica !important;
    font-size: 10pt !important;
    text-align: center !important;
    vertical-align: middle !important;
    margin-left: 10px;
    padding: 5px !important;
    overflow: auto !important;
    display: inline-block;
    white-space: pre-wrap !important;
    line-height: 2px;
}

.toolbar-buttons
{
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    height: 21px;
    padding: 2px;
    width: 21px;
    cursor: pointer;
    display: inline-block;
    margin: 1px 2px;
}

.toolbar-buttons-over
{
    background-color: lightGrey;
}

.cmn-smartformat-toolbar-buttons
{
    color: #c7d6ed;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 2px;
    cursor: pointer;
    margin: 0px 1.5px;
}

.bpm-sequence-list
{
    font-style: italic;
    color:  #0000FF;
    font-size: 12px;
}

.bpm-sequence-title-list
{
    font-size: 12px;
}

.bpm-title-list
{
    font-weight: bold;
    font-size: 18px;
}

.bpm-label-list
{
    font-style: italic;
    color:  #6262A3;
    font-size: 13px;
}

.bpm-value-list
{
    font-size: 13px;
}

.bpm-value-black-list
{
    font-weight: bold;
    font-size: 10px;
}

.bpm-warning-list
{
    font-style: italic;
    color:  #8B2500;
    font-size: 13px;
}

.bpm-homologation-list
{
    font-size: 10px;
    color: #969696;
}

.cmn-classification-tree img
{
    width: 25px;
    height: 25px;
}

.bi-ajax-error
{
    background-color: #fe9998;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
    margin: 5px;
}

.z-portallayout-inner
{
    height: 100% !important;
}

.z-panel-inspect
{
    background-repeat: no-repeat;
    background-image: url("../res?name=/images/sas/cmn/css/tb_toolbar_inspect.png");
    background-position-x: 0px;
}

.z-panel-inspect:hover
{
    background-position-x: -16px;
}

/* Usado para definir o tamanho da fonte do label da semana e dia no calendario */
.z-calendars-day-of-week-inner
{
    font-size: 11px;
}

.cmn-context-tree img
{
    width: 32px;
    height: 32px;
}

.cmn-context-modal .z-window-modal-cnt-noborder
{
    background: transparent !important;
}

.cmn-context-modal 
{
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.cmn-scale-image-map-body
{
    position: absolute !important;
}

.cmn-progress-file-upload .msg span
{
    font-family: tahoma,helvetica,arial,sans-serif;
    font-size: 11px;
    padding: 3px;
    color: #0F3B82;
}
.cmn-progress-file-upload .z-progressmeter
{
    width: 160px;
    height: 10px;
}

.cmn-script-pane-lines span
{
    display: block;
    font-size: 12px !important;
    color:#ccc;
    text-align: center;
    height: 16px !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 30px;
    line-height: 16px;
}

.cmn-script-pane-lines
{
    display: block;
    overflow: hidden;
    height: 100%;
    width: 30px;
    background-color: #FFFAFA;
}

.cmn-script-pane-textarea
{
    line-height: 16px !important;
    border: 0px !important;
    resize: none;
    outline: none;
    font-size: 13px !important;
    font-family: monospace !important;
    padding: 0px !important;
    margin: 0px !important;
}

.bpm-process-strip-body
{
    font-family: arial,helvetica,sanserif;
    font-size: 8pt;
    margin: 4px 4px 4px 4px;
    background-color: #fff7e0;
}

.bpm-process-strip-table
{
    font-family: arial,helvetica,sanserif;
    font-size: 8pt;
}

.bpm-process-strip-blockquote
{
    padding: 0px 20px 0px 0px;
}


.dropDiv.z-drag-over
{
    background-color: rgb( var(--color-primary) );
}

.cmn-statusbar img
{
    padding-bottom: 2px;
}

.cmn-launcher-login-pane
{
    width: 100%;
    height: 100%;
    /*    position: absolute;*/
    font-family: Verdana, Tahoma, Geneva, sans-serif !important;
    overflow: hidden !important;
}

.cmn-launcher-login-pane-keep input
{
    display:none;
}

.cmn-launcher-login-pane-keep label img
{
    top: -2px;
}

.cmn-launcher-login-pane-domain
{
    height: 40px !important;
    width: 320px !important;
}

.cmn-launcher-login-pane-domain input
{
    width: 320px !important;
    height: 40px !important;
    background-color: transparent !important;
    border-color: transparent !important;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.cmn-launcher-login-pane-domain .z-combobox-btn, .cmn-launcher-login-pane-domain .z-combobox-btn .z-combobox-btn-over
{
    background-image: url("../res?name=/images/sas/cmn/launcher/combo_btn.png") !important;
    background-position: 0px 0 !important;
    border: none !important;
    margin-left: 0px !important;
    margin-top: 15px;
}

.cmn-launcher-login-pane-domain .z-combobox-button
{
    min-height: 29px !important;
    margin-top: 1px;
}

.cmn-launcher-login-pane-language
{
    height: 25px !important;
    width: 160px !important;
}

.cmn-launcher-login-pane-language .z-combobox-rounded-btn
{
    background-image: url("../res?name=/images/sas/cmn/launcher/combo.png") !important;
    border-color: transparent !important;
    background-position: -358px -5px !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    height: 30px !important;
}

.cmn-launcher-login-pane-language .z-combobox-rounded-btn-over
{
    background-position: -358px -43px !important;
}

.cmn-launcher-login-pane-language input, .z-combobox-rounded-inp, .z-combobox-rounded-readonly
{
    background-position: 0px -83px !important;
}

.cmn-launcher-login-pane-language input
{
    width: 123px !important;
    height: 25px !important;
    background-color: transparent !important;
    background-image: url("../res?name=/images/sas/cmn/launcher/combo.png");
    background-position: -198px -83px;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-left: 15px;
    padding-top: 2px !important;
}

.cmn-default-background
{
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 0px -84px;
}

.bsc-pinable-tree img
{
    width: 20px;
    height: 20px;
}

.tv-prompt
{
    box-shadow: none !important;
}

.tv-prompt .z-window-modal-cnt-noborder
{
    background-color: transparent !important;
}

.cmn-ckeditor .cke_skin_kama
{
    border: none !important;
}

.cmn-ckeditor .cke_toolgroup
{
    background-image: none !important;
}

.cmn-ckeditor .cke_toolbar
{
    float: left;
    width: 100%;
}

.cmn-ckeditor .cke_top
{
    background-color: #cfd1cf !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgb( var(--color-gray150) )),to(#cfd1cf)) !important;
    padding: 3px !important;
    height: 32px !important;
}

.cmn-ckeditor .cke_toolgroup
{
    background-image: none !important;
    background-color: transparent !important;
    border: none !important;
    float: none !important;
}

.cke_editable
{
    word-wrap: normal;
    display: inline-block;
    box-sizing: border-box;
    min-width: 100%;
    font-size: 36px !important;
}

.cke_editable blockquote
{
    background-color: #e8e8ff;
    width: 100%;
    margin: 0px;
    padding: 25px;
    font-family: monospace;
    font-size: 11pt;
    font-style: normal;
    font-weight: normal !important;
    box-sizing: border-box;
}

.cke_editable

.cmn-ckeditor .cke_skin_kama .cke_button a, .cmn-ckeditor .cke_skin_kama .cke_button a.cke_off
{
    opacity: 1 !important;
    filter: none;
}

.cmn-ckeditor .cke_skin_kama .cke_button a, .cmn-ckeditor .cke_skin_kama .cke_button a.cke_on
{
    background-color: transparent !important;
}

.cmn-ckeditor .cke_icon
{
    height: 100% !important;
}

.cmn-ckeditor .cke_button_off
{
    background: transparent !important;
    height: 24px !important;
    padding: 4px 6px;
}

.cmn-ckeditor .cke_button__bold_icon
{
    background-image: url("../res?name=/images/sas/cmn/tb_bold.png") !important;
    background-position: 03px center !important;
    height: 20px !important;
    width: 20px !important;
}

.cmn-ckeditor .cke_button__italic_icon  /*Itálico */
{
    background-image: url("../res?name=/images/sas/cmn/tb_italic.png") !important;
    background-position: 03px center !important;
    height: 20px !important;
    width: 20px !important;
}

.cmn-ckeditor .cke_button__underline_icon  /*Sublinhado */
{
    background-image: url("../res?name=/images/sas/cmn/tb_underlined.png") !important;
    background-position: 04px center !important;
    height: 20px !important;
    width: 20px !important;
}

.cmn-ckeditor .cke_button__blockquote_icon  /*Realce */
{
    background-image: url("../res?name=/images/sas/cmn/tb_realce.png") !important;
    background-position: 02px center !important;
    height: 20px !important;
    width: 22px !important;
}

.cmn-ckeditor .cke_button__topic_icon  /*Tópico */
{
    background-image: url("../res?name=/images/sas/cmn/tb_topic.png") !important;
    background-position: 00px center !important;
    height: 20px !important;
    width: 25px !important;
}

.cmn-ckeditor .cke_button__bulletedlist_icon  /*Lista */
{
    background-image: url("../res?name=/images/sas/cmn/tb_lists.png") !important;
    background-position: 02px center !important;
    height: 20px !important;
    width: 22px !important;
}

.cmn-ckeditor .cke_button__numberedlist_icon  /*Lista Numerada */
{
    background-image: url("../res?name=/images/sas/cmn/tb_number_list.png") !important;
    background-position: 02px center !important;
    height: 20px !important;
    width: 21px !important;
}

.cmn-ckeditor .cke_button__table_icon /* Tabela */
{
    background-image: url("../res?name=/images/sas/cmn/tb_table.png") !important;
    background-position: 01px center !important;
    height: 20px !important;
    width: 20px !important;
}

.cmn-ckeditor .cke_button__link_icon /* Link */
{
    background-image: url("../res?name=/images/sas/cmn/tb_links.png") !important;
    background-position: 03px center !important;
    height: 20px !important;
    width: 22px !important;
}

.cmn-ckeditor .cke_button__image_icon /* Imagem */
{
    background-image: url("../res?name=/images/sas/cmn/tb_image.png") !important;
    background-position: 00px center !important;
    height: 20px !important;
    width: 22px !important;
}

.cmn-ckeditor .cke_button__script_icon /* Script */
{
    background-image: url("../res?name=/images/sas/cmn/tb_script.png") !important;
    background-position: 01px center !important;
    height: 20px !important;
    width: 20px !important;
}

.cmn-ckeditor .cke_button__dashboard_icon /* Dashboard */
{
    background-image: url("../res?name=/images/sas/cmn/tb_dashboard.png") !important;
    background-position: 00 !important;
    height: 20px !important;
    width: 31px !important;
}

.cmn-ckeditor .cke_button__private_icon /* Privado */
{
    background-image: url("../res?name=/images/sas/cmn/tb_private.png") !important;
    background-position: 00px center !important;
    height: 20px !important;
    width: 20px !important;
}

.cmn-ckeditor .cke_button__encodedecode_icon /* Encode/Decode */
{
    background-image: url("../res?name=/images/sas/cmn/tb_encode_decode.png") !important;
    background-position: 00px center !important;
    height: 20px !important;
    width: 20px !important;
}

.cmn-ckeditor .cke_button__view
{
    float: right !important;
    display: none;
}

.cmn-ckeditor .cke_button__view_icon /* View */
{
    background-image: url("../res?name=/images/sas/cmn/tb_view_off.png") !important;
    background-position: 00px center !important;
    height: 20px !important;
    width: 23px !important;
}

.cmn-ckeditor .cke_button__view_on_icon /* View */
{
    background-image: url("../res?name=/images/sas/cmn/tb_view_on.png") !important;
    background-position: 00px center !important;
    height: 20px !important;
    width: 23px !important;
}

.tv-preview-status-bar
{
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #888888;
}

.tv-preview-status-bar-content
{
    margin: 4px;
    margin-right: 0%;
    background: no-repeat;
    background-position: right center;
    background-image: url( "../res?name=/images/sas/med/pl_mute.png" );
}

.tv-preview-status-bar-content-on
{
    margin: 4px;
    margin-right: 5%;
    background: no-repeat;
    background-position: right center;
    background-image: url( "../res?name=/images/sas/med/pl_audio.png" );
}

.tv-preview-status-bar-content .z-label
{
    color: #292929;
    font-weight: bold;
    font-size: 18px;
}
.tv-preview-status-bar-content-on .z-label
{
    color: #292929;
    font-weight: bold;
    font-size: 18px;
}

.tv-preview-content
{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url( "../res?name=/images/sas/med/tv_white.png" );
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center center;
    background-color: #2b2b2b;
}

.tv-preview-content > iframe
{
    width: 76.5%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -38.3%;
    margin-top: -25.1%;
    border: 0px none;
}

.tv-preview-content .bright
{
    background-image: url( "../res?name=/images/sas/med/bright.png" );
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.tv-playlist-tree
{
    border: 0px none !important;
}

.tv-playlist-tree tr.z-treerow-seld,
.tv-playlist-tree tr.z-treerow-over
{
    border: 0px none !important;
    background: none !important;
}

.tv-playlist-tree tr.z-treerow-over > td.z-treecell
{
    border-top: 1px solid rgba(0,0,0,0) !important;
    border-bottom: 1px solid rgba(0,0,0,0) !important;
}

.tv-playlist-item-pane
{
    position: relative;
    border: 1px solid rgb(211, 211, 211);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    text-align: left;
    word-break: break-all;
    width: 200px;
    background-color: white;
    color: rgb( var(--color-gray450) );
    display: inline-block;
    margin: 1px;
}

.tv-playlist-item-pane span
{
    color: rgb( var(--color-gray450) );
}

.tv-playlist-item-pane.z-drag-ghost
{
    margin-left: 0px !important;
}

.selected .tv-playlist-item-pane, .selected .tv-playlist-item-pane span
{
    background-color: orange !important;
    color: white !important;
}

.duration
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/time_off.png" );
}

.selected .tv-playlist-item-pane .duration
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/time_on.png" );
}

.type-clock
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/watch_analog_off.png" );
}

.selected .tv-playlist-item-pane .type-clock
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/watch_analog_on.png" );
}

.type-presenter
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/tb_presenter_off.png" );
}

.selected .tv-playlist-item-pane .type-presenter
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/tb_presenter_on.png" );
}

.type-youtube
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/youtube_off.png" );
}

.selected .tv-playlist-item-pane .type-youtube
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/youtube_on.png" );
}

.type-html
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/html_off.png" );
}

.selected .tv-playlist-item-pane .type-html
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/html_on.png" );
}

.type-image
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/picture_off.png" );
}

.selected .tv-playlist-item-pane .type-image
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/picture_on.png" );
}

.type-chart
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/chart_off.png" );
}

.selected .tv-playlist-item-pane .type-chart
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/chart_on.png" );
}

.type-clip
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/movie_off.png" );
}

.selected .tv-playlist-item-pane .type-clip
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/movie_on.png" );
}

.type-audio
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/audio_off.png" );
}

.selected .tv-playlist-item-pane .type-audio
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/audio_on.png" );
}

.type-spotlet
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/spotlet_off.png" );
}

.selected .tv-playlist-item-pane .type-spotlet
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/spotlet_on.png" );
}

.type-playlist
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/playlist_off.png" );
}

.selected .tv-playlist-item-pane .type-playlist
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/playlist_on.png" );
}

.checked
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/active_off.png" );
}

.volumeOn
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/audio_off.png" );
}
.selected .tv-playlist-item-pane .volumeOn
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/audio_on.png" );
}
.volumeOff
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/mute_off.png" );
}
.selected .tv-playlist-item-pane .volumeOff
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/mute_on.png" );
}

.selected .tv-playlist-item-pane .checked
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/active_on.png" );
}

.unchecked
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/inactive_off.png" );
}

.selected .tv-playlist-item-pane .unchecked
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/inactive_on.png" );
}

.tv-playlist-item-pane-title .close
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/rigth_off.png" );
}
.ghost
{
    width: 198px;
    height: 10px;
    background-color: lightgray;
    border: 3px dashed black;
    border-radius: 16px;
}

.playlist-drop-border
{
    position: relative;
    cursor: pointer;
    text-align: left;
    word-break: break-all;
    width: 200px;
    color: rgb( var(--color-gray450) );
    background-color: lightgray;
    border: 3px dashed black;
    border-radius: 16px;
}

.selected .tv-playlist-item-pane .close
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/rigth_on.png" );
}

.tv-selector-close
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/rigth_off.png" );
    background-size: contain;
    margin-left: -26px;
    margin-top: 26px;
    position: absolute;
}

.tv-selector-open
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/down_off.png" );
    background-size: contain;
    margin-left: -28px;
    margin-top: 26px;
    position: absolute;
}

.tv-playlist-item-pane-title .open
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/down_off.png" );
}

.selected .tv-playlist-item-pane .open
{
    background: no-repeat;
    background-position: center center;
    background-image: url( "../res?name=/images/sas/med/down_on.png" );
}

.tv-device-app-view
{
    display: inline-block;
    overflow-y: auto;
    background-color: #2b2b2b;
}

.tv-device-pane
{
    position: relative;
    background-image: url( "../res?name=/images/sas/med/tv.png" );
    background-position: center 15%;
    background-size: 85% auto;
    background-repeat: no-repeat;
    width: 400;
    height: 315;
    display: inline-block;
    margin-top: 2%;
    border-style: solid;
    border-color: transparent;
}

.tv-device-pane.selected
{
    border-radius: 30px;
    background-color: 120f0f;
    border-style: solid;
    border-color: #282525;
}

.tv-device-pane-img
{
    position: absolute;
    top: 20px;
    left: 37px;
    width: 325px;
    height: 182px;
}

.tv-device-pane-info
{
    height: 18px;
    width: 18px;
    margin-left: 331px;
    margin-top: -24px;
}

.tv-device-pane-separator
{
    background: none repeat scroll 0 0 #282525 !important;
    height: 2px;
    width: 100%;
    position: relative;
    top: 192px;
}

.tv-device-pane-separator-disable
{
    background: none repeat scroll 0 0 transparent !important;
    width: 100%;
    position: relative;
    height: 2px;
    top: 192px;
}

.tv-file-selector
{
    background-color: rgb( var(--color-white) ) !important;
}

.tv-file-selector:hover,
.tv-file-selector.selected
{
    background-color: lightgray !important;
}

.ownership-tr > td
{
    border-bottom: 1px solid rgb( var(--color-gray350) );
    border-top: 1px solid rgb( var(--color-gray350) );
}

.ownershipHeader-tr td
{
    background: rgb( var(--color-white) ); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb( var(--color-white) ) 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb( var(--color-white) )), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb( var(--color-white) ) 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb( var(--color-white) ) 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb( var(--color-white) ) 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb( var(--color-white) ) 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=rgb( var(--color-white) ), endColorstr=#ededed,GradientType=0 )"; /* IE6-9 */
}

.cmn-drop-upload
{
    border-radius: 16px;
    position: fixed;
    z-index: 10000;
    border: 4px dashed black;
    background-color: lightgray;
    opacity: 0.5;
    color: rgb( var(--color-white) );
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    box-sizing: border-box;
}

.drop-upload-selector
{
    color: rgb( var(--color-white) );
    border: dashed 2px rgb( var(--color-white) );
    /*cursor: pointer;*/
    width: 100%;
    border-radius: 16px;
    height: 100%;
    background-color: #5599CB;
    align-items: center;
    margin: auto;
    font-size: 12px !important;
}

.drop-upload-selector img
{
    margin-right: 10px;
    float: right;
}

.tv-asset-video
{
    width: 267px;
    height: 150px;
    position: relative;
    border-radius: 30px;
    background-color: 120f0f;
    border-style: solid;
    border-color: #282525;
}

.tv-asset-video-poster
{
    width: 230px;
    height: 140px;
    position: absolute;
    top: 5px;
    left: 18px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.tv-asset-video-player
{
    width: 100%;
    height: 100px;
    background-image: url( '../res?name=/images/sas/med/preview_player.png' );
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    left: 0px;
    opacity: 0.8;
}

.tv-asset-video-player:hover
{
    opacity: 1;
}

.tv-asset-playlist
{
    height: 100px;
    width: 178px;
    position: relative;
    background-color: black;
}

.tv-asset-playlist-play
{
    position: absolute;
    width: 100%;
    height: 90%;
    top: 5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url( '../res?name=/images/sas/med/preview_player.png' );
    background-position: center;
    cursor: pointer;
    opacity: 0.8;
}

.tv-asset-playlist-play:hover
{
    opacity: 1;
}

.tv-asset-playlist iframe
{
    width: 100%;
    height: 100%;
    border: 0;
}

.tv-asset-playlist-container
{
    position: relative;
}

.tv-asset-playlist-container > div
{
    display: none;
}

.tv-asset-playlist-previous
{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position-y: center;;
    background-image: url( '../res?name=/images/sas/med/sb_previous.png' );
    cursor: pointer;
    border: 10px solid transparent;
    box-sizing: border-box;
}

.tv-asset-playlist-next
{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 50%;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-image: url( '../res?name=/images/sas/med/sb_next.png' );
    cursor: pointer;
    border: 10px solid transparent;
    box-sizing: border-box;
}

.query-result-table div.z-listcell-cnt
{
    white-space: nowrap !important;
}

span.z-progressmeter-img
{
    border-radius: 4px 0px 0px 4px !important;
    background: #4682b4 !important;
    height: 18px;
}

div.z-progressmeter
{
    border-radius: 4px !important;
    background: #d3d3d3 !important;
    border: 0px;
}

.z-listitem.cmn-login-session-table-blocked
{
    background-color: #ffd7d7 !important;
}

.z-listitem-seld.cmn-login-session-table-blocked
{
    background-color: #ffa7a7 !important;
}

.z-listitem-over.cmn-login-session-table-blocked
{
    background-color: #ffa7a7 !important;
}

.tv-playlist-item-handler img
{
    width: 32px;
    height: auto;
}

.cmn-appointment-table.selected
{
    background: #FFC040 none repeat scroll 0 0 !important;
}

.cmn-appointment-table
{
    background: #FFFAFA none repeat scroll 0 0 !important;
}

.tv-preview-video > video::-webkit-media-controls-fullscreen-button,
.tv-preview-video > video::-webkit-media-controls-play-button,
.tv-preview-video > video::-webkit-media-controls-current-time-display,
.tv-preview-video > video::-webkit-media-controls-mute-button,
.tv-preview-video > video::-webkit-media-controls-time-remaining-display,
.tv-preview-video > video::-webkit-media-controls-volume-slider,
.tv-preview-video > video::-webkit-media-controls-pausebutton
{
    display: none !important;
}

.tv-preview-video
{
    background-color: black;
}

/*Cronograma Apresentador*/
.initiative-tree .cmn-abstract-tree-table-first-level .z-dottree-ico
{
    display: none !important;
}

/*.initiative-tree .z-treecell-cnt
{
    white-space: normal !important;
}*/

.initiative-tree .z-dottree-tee-open, .z-dottree-last-open
{
    background-image: url(../res?name=/images/sas/bsc/fi_open_folder_chronogram_presenter.png) !important;
    -ms-behavior: url(../res?name=/images/sas/bsc/fi_open_folder_chronogram_presenter.png);
    background-size: cover !important;
    width: 21px !important;
    height: 17px !important;
}

.initiative-tree .z-dottree-tee-close, .z-dottree-last-close
{
    background-image: url(../res?name=/images/sas/bsc/fi_close_folder_chronogram_presenter.png) !important;
    -ms-behavior: url(../res?name=/images/sas/bsc/fi_close_folder_chronogram_presenter.png);
    background-size: cover !important;
    width: 21px !important;
    height: 17px !important;
}

.initiative-tree .z-dottree-line
{
    vertical-align: middle !important;
}

.initiative-tree .z-dottree-body
{
    background: rgb( var(--color-gray150) ) !important;
}

.initiative-tree .z-treefooter-cnt
{
    font-size: 18px !important;
}

.initiative-tree .z-treecell
{
    border: none !important;
}

.abstract-tree-table-cell img
{
    width: 20px;
    height: 20px;
}

.abstract-tree-table-cell .z-label
{
    margin-left: 0px !important;
    display: inline-block;
    float: right;
    word-wrap: break-word;
    white-space: normal !important;
}
/* ----------------------*/

.agenda-table
{
    width: 100%;
    font-size: 9pt;
    border-spacing: 0px;
    font-family: arial,sans-serif;
    margin-top: 2px;
    margin-bottom: 2px;
}

.agenda-table-title
{
    font-weight: bold;
    font-size: 12pt;
    height: 20px;
    padding: 2px 5px;
}

.agenda-table-icon
{
    height: 44px !important;
    width:  auto !important;
}

.agenda-table-label
{
    color: #0069CC;
    font-size: 10pt;
    font-style: italic;
    white-space: nowrap;
}

.agenda-table-value
{
    font-size: 10pt;
    font-style: normal;
}

.ext-extender-print-stack-trace
{
    background-color: #f2dede !important;
}

.components-report-page
{
    border-right: 2px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.action-bar-vertical
{
    width: 34px;
}

.action-bar-div > span
{
    width: 35px !important;
}
.action-bar-vertical .action-bar-div
{
    display: grid;
    margin: auto;
    position: relative;
    background: rgb( var(--color-white) );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=rgb( var(--color-white) ), endColorstr=rgb( var(--color-white) ))"; /*For IE7-8-9 */
    border-radius: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    filter: drop-shadow(0px 0px 6px rgba(var(--color-gray500), 0.3));
}

.action-bar-horizontal
{
    height: 34px !important;
    width: auto !important;
    box-shadow: 0px 0px 6px rgba(var(--color-gray500), 0.3);
}

.action-bar-horizontal .action-bar-div
{  
    height: 34px;
    display: inline-flex;
    margin: auto;
    position: relative;
    background: rgb( var(--color-white) );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=rgb( var(--color-white) ), endColorstr=rgb( var(--color-white) ))"; /*For IE7-8-9 */
    border-radius: 4px;
    padding-left: 2px;
    padding-right: 2px;
    filter: drop-shadow(0px 0px 6px rgba(var(--color-gray500), 0.3));
}


.ie.action-bar-vertical.action-bar-div
{
    display: grid;
    margin: auto;
    position: relative;
    background: rgb( var(--color-white) );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=rgb( var(--color-white) ), endColorstr=rgb( var(--color-white) ))"; /*For IE7-8-9 */
    border-radius: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 0px 0px 6px rgba(var(--color-gray500), 0.3);
}

.ie.action-bar-horizontal.action-bar-div
{
    height: 34px;
    display: inline;
    margin: auto;
    position: relative;
    background: rgb( var(--color-white) );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=rgb( var(--color-white) ), endColorstr=rgb( var(--color-white) ))"; /*For IE7-8-9 */
    border-radius: 4px;
    padding-left: 2px;
    padding-right: 2px;
    box-shadow: 0px 0px 6px rgba(var(--color-gray500), 0.3);
}

.action-bar-button
{
    cursor: pointer;
}

.action-bar-button-selected
{
    background: #C0D7F3!important;
    background: -ms-linear-gradient( #C0D7F3, #C0D7F3) !important;/*For IE10*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#C0D7F3, endColorstr=#C0D7F3)";/*For IE7-8-9 */
}

.action-bar-button-over
{
    background: #C0D7F3 !important;
    background: -ms-linear-gradient( #C0D7F3, #C0D7F3) !important;/*For IE10*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#C0D7F3, endColorstr=#C0D7F3)" !important;/*For IE7-8-9 */
}

.action-bar .action-bar-button-disabled
{
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
}

.ie .action-bar-vertical .z-slider-ver
{
    display: inline;
    margin-left: 4px;
}

.ie .action-bar-vertical .action-bar-button
{
    height: 35px !important;
}

.action-bar-vertical .action-bar-button
{
    display: flex;
    width: 35px !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ie .action-bar-horizontal .action-bar-button
{
    height: 30px !important;
}

.action-bar-horizontal .action-bar-button
{
    height: 34px !important;
    display: inline-flex;
    float: left;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 2px 0 2px;
}

.action-bar-button .action-bar-button-icon
{
    width: auto;
    height: 20px;
    vertical-align: middle !important;
    text-align: center !important;    
}

.action-bar-vertical .z-slider-ver
{
    margin-top: 2px;
    display: block;
    margin: auto auto;
    height: 75px !important;
    margin-bottom: 8px !important;
}

.action-bar-vertical .z-slider-ver-center
{
    display: block;
    margin: auto auto;
    height: 80px !important;
}

.ie .action-bar-horizontal .z-slider-hor
{
    display: inline;
}

.action-bar-horizontal .z-slider-hor
{
    margin-left: 2px;
    margin-right: 8px;
    margin-top: 4px;
    float: left;
    width: 75px !important;
}

.action-bar-horizontal .z-slider-hor-center
{
    width: 80px !important;
}

.action-bar-vertical .z-slider-ver-btn, .action-bar-vertical .z-slider-ver-btn-over, .action-bar-vertical .z-slider-ver-btn-drag
{
    background-position: 0px !important;
    background-size: 100% 100% !important;
    background-image: url( '../res?name=/images/sas/cmn/actionbar/ai_scrollvertical.png' ) !important;
    width: 15px !important;
    height: 23px !important;
    left: 3px !important;
}

.action-bar-horizontal .z-slider-hor-btn, .action-bar-horizontal .z-slider-hor-btn-over, .action-bar-horizontal .z-slider-hor-btn-drag
{
    background-position: 0px !important;
    background-size: 100% 100% !important;
    background-image: url( '../res?name=/images/sas/cmn/actionbar/ai_scrollhorizontal.png' ) !important;
    width: 23px !important;
    height: 15px !important;
}

.slide-preview-selected
{
    height: 80px;
    min-width:130px;
    cursor: pointer;
    border: 2px solid rgb(211, 211, 211,0.7);
    border-radius: 15px;
    background-color: #ffc040;
    color: rgb(238,238,238);
    margin: 1px 2vw;
}

.slide-preview-unselected
{
    height: 80px;
    min-width:130px;
    cursor: pointer;
    border: 2px solid rgb(211, 211, 211,0.7);
    border-radius: 15px;
    background-color: white;
    color: rgb(174,174,174);
    margin: 1px 2vw;;
}

.slide-preview-selected, .slide-preview-unselected
{
    box-sizing: border-box;
}

.slide-preview-selected span
{
    color: white;
}

.slide-preview-unselected[visible=false]
{
    background-color: #d3d3d3 !important;
    background-image: url("../res?name=/images/sas/cmn/tb_hide_grey.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    color: rgb(174,174,174);
}

.slide-preview-selected[visible=false]
{
    background-color: #da950e !important;
    background-image: url("../res?name=/images/sas/cmn/tb_hide_white.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    color: rgb(238,238,238);
}

.slide-preview-selected[selected=true],
.slide-preview-unselected[selected=true]
{
    border: 2px solid rgb(240,165,19) !important;
}

.action-balloon > div > div > div, .action-balloon .action-balloon-content
{
    height: 265px;
    width: 300px;
    border-radius: 6px;
    border: solid 1px #E7E7E7;
    background: rgb( var(--color-white) ) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F1F1F1, endColorstr=#DADADA)";/*For IE7-8-9 */
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.action-balloon-content .cke_editable > div 
{
    line-height: normal;
}

.action-balloon, .action-balloon > div > div, .action-balloon > div, .action-balloon .z-popup-cl
{
    border: none !important;
    background: transparent !important;
    background-image: none !important;
}

.z-borderlayout > :first-child,
.z-center-body > :first-child,
.z-west-body > :first-child,
.z-east-body > :first-child
{
    height: 100%;
}

html,
.z-button-os,
div.z-treefooter-cnt,
div.z-treecell-cnt,
div.z-treecol-cnt,
div.z-listfooter-cnt,
.z-west-header,
.z-center-header,
.z-east-header,
.z-north-header,
.z-south-header,
.z-tab,
.z-tab-text,
.z-tabs-cnt,
.z-caption-l,
.z-textbox,
.z-decimalbox,
.z-intbox,
.z-longbox,
.z-doublebox
{
    font-family: Arial,Helvetica,sans-serif;
}

div.z-listcell-cnt
{
    padding: 1px 0 1px 0 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.editor-button
{
    background-color: #FBF7FB;
    min-width: 120px !important;
    font-family: Helvetica,Arial,SansSerif;
    font-size: 11pt;
    color:#707070;
    display: inline-block;
    border: none;
    position: relative;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle !important;
    text-align: left !important;
    margin-bottom: 3px !important;
    margin-right: 3px !important;
    margin-left: 10px !important;
    margin-top: 10px !important;
    line-height: 30px;
    font-weight: normal;
    height: 30px;
    margin: 10px;
    cursor: pointer;
}

.editor-button-info
{
    width: 34px;
    height: 30px;
    display: inline-block;
    border: none;
    position: relative;
    padding-left: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 10px;
    cursor: pointer;
}

.editor-button-info img
{
    width: 34px;
    height: 30px;
    position: relative;
    float: left;
    left: -16px;
}

.editor-disabled-button
{
    background-color: #FBF7FB;
    min-width: 120px !important;
    font-family: Helvetica,Arial,SansSerif;
    font-size: 11pt;
    color:#a0a0a0;
    display: inline-block;
    border: none;
    position: relative;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle !important;
    text-align: left !important;
    margin-bottom: 3px !important;
    margin-right: 3px !important;
    margin-left: 10px !important;
    margin-top: 10px !important;
    line-height: 30px;
    font-weight: normal;
    height: 30px;
    margin: 10px;
    outline: 1px solid #868686 !important;
}

.editor-button img,
.editor-disabled-button img
{
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    left: -10px;
}
@-moz-document url-prefix()
{
    .editor-button img,
    .editor-disabled-button img
    {
        width: 30px;
        height: 30px;
        position: relative;
        float: left;
/*        left: -13px;
        top: -1px;*/
    }
}

.editor-info 
{
    padding: 10px;
    background: #EBF4FF;
    background-color: #EBF4FF !important;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
}

.editor-info span 
{
    line-height: 14px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 8pt;
    color: rgb( var(--color-gray650) );
}

.role-tree div.z-tree-body
{
    height: 355px !important;
}

.ishikawa-style-unselected
{
    background: rgb(247,247,247);
    background: -moz-linear-gradient(left, rgba(247,247,247,1) 0%, rgba(223,223,223,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(223,223,223,1)));
    background: -webkit-linear-gradient(left, rgba(247,247,247,1) 0%,rgba(223,223,223,1) 100%);
    background: -o-linear-gradient(left, rgba(247,247,247,1) 0%,rgba(223,223,223,1) 100%);
    background: -ms-linear-gradient(left, rgba(247,247,247,1) 0%,rgba(223,223,223,1) 100%);
    background: linear-gradient(to right, rgba(247,247,247,1) 0%,rgba(223,223,223,1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#f7f7f7, endColorstr=#e3e3e3,GradientType=1 )";

    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
}

.ishikawa-style-selected
{
    background-color: #baddff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
}

.ishikawa-style-selected-orange
{
    background: rgb(255,200,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,200,0,1) 0%, rgba(250,75,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,200,0,1)), color-stop(100%,rgba(250,75,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,200,0,1) 0%,rgba(250,75,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,200,0,1) 0%,rgba(250,75,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,200,0,1) 0%,rgba(250,75,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,200,0,1) 0%,rgba(250,75,0,1) 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffc800, endColorstr=#fa4b00,GradientType=0 )"; /* IE6-8 */

    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
}

.colorbox, .colorbox *
{
    cursor: pointer !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.slider-color-range
{
    background: none !important;
}

.slider-color-range-horizontal
{
    height: 35px;
}

.slider-color-range-horizontal .ui-slider-horizontal
{
    top: 24px;
}

.slider-color-range-horizontal .ui-slider-handle
{
    background: rgb( var(--color-white) );
    color: rgb( var(--color-black) ) !important;
    top: -20px !important;
    clip-path: polygon(10% 0, 90% 0, 90% 73%, 50% 100%, 10% 73%);
    -webkit-clip-path: polygon(10% 0, 90% 0, 90% 73%, 50% 100%, 10% 73%);
}

.custom-slider
{
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-slider .ui-slider
{
    flex: 1;
}

.custom-slider .ui-slider-horizontal
{
    background: #E6E6E6 !important;
    border: none !important;
    height: 5px !important;
}

.custom-slider-horizontal
{
    height: 21px;
    flex-direction: row;
}

.custom-slider-horizontal .ui-slider-handle
{
    height: 14px;
    width: 14px;
    left: -3px;
    top: calc( 50% - 7px );
    border-radius: 50%;
    background-position: 0px !important;
    border: none !important;
    background: rgb( var(--color-white) ) !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.custom-slider .ui-slider-vertical
{
    background: #E6E6E6 !important;
    border: none !important;
    width: 8px !important;
    height: 122px;
}

.custom-slider-vertical
{
    width: 11px;
    flex-direction: column;
}

.custom-slider-vertical > div
{ 
    margin: auto;
}

.custom-slider-vertical .ui-slider-handle
{
    height: 14px;
    width: 14px;
    left: -3px;
    border-radius: 50%;
    background-position: 0px !important;
    border: none !important;
    background: rgb( var(--color-white) ) !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.custom-ui-slider-range {
    background: rgb(var(--color-blue200)) !important;
    border-radius: inherit;
}

.ie .custom-slider .ui-slider-vertical
{
    width: 4px !important;
}

.color-cell
{
    margin: 0 !important;
    text-align: left !important;
}

.draggable-actionbar-button
{
    cursor: -webkit-grab !important;
    cursor: -moz-grab !important;
}

.draggable-actionbar-button.z-dragged
{
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    background: transparent !important;
}

.cmn-p26n
{
    background-color: #ffa500;
    color: #808080;
    width: 100%;
    top: 0px;
    z-index: 1800;
    overflow: hidden;
}

.cmn-p26n-logo
{
    padding-right: 5px;
}

.cmn-p26n-bt-send .z-toolbarbutton-cnt
{
    background-image: none !important;
}

.cmn-p26n-lb-hash
{
    font-size: 12px;
    font-weight: bold;
    padding-left: 50px;
}

.cmn-p26n-lb-title
{
    font-size: 14px;
    font-weight: bold;
    color: #476292;
}

.cmn-p26n input
{
    color: #808080 !important;
    text-align: center;
    width: 70px;
    font-size: 18px;
    border-radius: 8px;
    outline: none;
    padding: 5px;
}

.cmn-p26n-status
{
    font-size: 10px;
}

.systemMaintenance_center
{
    height:554px;
    width: 699px;
    z-index:2;
    position: absolute;
    margin-left: -339.5px;
    left: 50%;
}

.systemMaintenance_logo
{
    height:274px;
    width: 300px;
    z-index:3;
    position: absolute;
    margin-left: -150px;
    margin-top: 40px;
    left: 50%;
}

.systemMaintenance_title
{
    height:20px;
    width: 580px;
    z-index:2;
    position: absolute;
    margin-left: -290px;
    left: 50%;
    margin-top: 340px;
    color: white;
    font-family: sans-serif;
    font-size: 25pt;
    font-weight: bold;
    text-align: center;
}

.systemMaintenance_content
{
    height: 300px;
    width: 580px;
    z-index: 2;
    position: absolute;
    margin-left: -290px;
    top: 35px;
    left: 50%;
    margin-top: 360px;
    color: white;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: lighter;
    text-align: center;
}

.systemMaintenance_info
{
    height: 300px;
    width: 580px;
    z-index: 2;
    position: absolute;
    margin-left: -290px;
    top: 35px;
    left: 50%;
    margin-top: 420px;
    color: white;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: lighter;
    text-align: center;
    font-style: italic;
}

.systemMaintenance_about
{
    width: 580px;
    z-index: 2;
    position: absolute;
    margin-left: -290px;
    left: 50%;
    margin-top: 360px;
    color: white;
    font-family: sans-serif;
    font-size: 12px;
    bottom: 15px;
    z-index: 1;
    font-weight: lighter;
    text-align: center;
}

.systemMaintenance_banner
{
    width: 181px;
    height: 36px;
    z-index: 2;
    position: absolute;
    margin-left: -90.5px;
    left: 50%;
    margin-top: -18px;
    bottom: 45px;
    z-index: 1;
}

.analysis-tool-listitem img
{
    height: 60px;
    width: auto;
}

.mobile-showcase-qr-pane img
{
    height: 100vh;
    bottom: 0px;
    left: 0px;
    position: absolute;
}

.mobile-showcase-Pane
{
    overflow-y: auto;
    display: inline-block;
    position: relative;
    margin: 44px 42px 44px 42px;
    width: 511px;
    height: 438px;
    z-index: 2;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    color: rgb( var(--color-white) );
    overflow: hidden;
    overflow-y: hidden;
}

.mobile-type
{
    width: 70px;
    padding-right: 20px;
    display: inline-block;
}

.mobile-invite
{
    width: 70px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.mobile-icon-ie
{
    height: 240px;
    width: 135px;
    padding-left: 63px;
    padding-top: 52.5px;
    z-index: 1;
}

.treenode-controller-menuitem .z-menu-item-img
{
    background-size: contain;
}

div:focus
{
    outline: none;
}

.cmn-ckeditor-none .cke_top
{
    display: none;
}

.projectcanvas-background
{
    /*
    background: #c0daf6;
    background: -moz-linear-gradient(left,  #c0daf6 1%, #ebf1f6 50%, #ebf1f6 50%, #c0daf6 100%);
    background: -webkit-linear-gradient(left,  #c0daf6 1%,#ebf1f6 50%,#ebf1f6 50%,#c0daf6 100%);
    background: linear-gradient(to right,  #c0daf6 1%,#ebf1f6 50%,#ebf1f6 50%,#c0daf6 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#c0daf6, endColorstr=#c0daf6,GradientType=1 )";
    */

    background: #c0daf6;
    background: -moz-radial-gradient(top, ellipse cover,  #c0daf6 0%, #ebf1f6 0%, #c0daf6 100%);
    background: -webkit-radial-gradient(top, ellipse cover,  #c0daf6 0%,#ebf1f6 0%,#c0daf6 100%);
    background: radial-gradient(ellipse at top,  #c0daf6 0%,#ebf1f6 0%,#c0daf6 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#c0daf6, endColorstr=#c0daf6,GradientType=1 )";
}

.cmn-video-player
{
    background-color: #2b2b2b;
}

.cmn-video-player video
{
    width: 720px;
    height: 405px;
    position: absolute;
    top: 16px;
    left: 16px;
}

.cmn-video-player-bright
{
    width: 100%;
    height: 100%;
    background-image: url( "../res?name=/images/sas/med/bright.png" );
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-position: 365px, center;
    opacity: 0.6;
}

.cmn-video-player-play
{
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url( "../res?name=/images/sas/med/preview_player.png" );
    position: absolute;
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -110px;
    top: 50%;
    left: 50%;
    opacity: 0.7;
    cursor: pointer;
    z-index: 1000;
}

.cmn-video-player-play:hover
{
    opacity: 1;
}

.cmn-video-player-content
{
    width: 754px;
    height: 504px;
    background-image: url( "../res?name=/images/sas/cmn/tv_gray.png" );
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
}

.cmn-video-player-toolbar
{
    display: none;
    background-color: rgba( 0, 0, 0, 0.6 );
    width: 100%;
    position: absolute;
    bottom: 82px;
    left: 0px;
    height: 45px;
}

.cmn-video-player-full-screen.z-toolbarbutton-over .z-toolbarbutton-cnt
{
    background-image: none !important;
}

.cmn-video-player-full-screen, .cmn-video-player-full-screen
{
    position: absolute;
    right: 18px;
    top: 4px;
}

.cmn-video-player-full-screen.z-toolbarbutton-over
{
    padding: 1px 0px;
}

.snap-window,
.snap-window .z-window-modal-cnt-noborder,
.snap-window .z-window-modal-tl,
.snap-window .z-window-modal-tr,
.snap-window .z-window-modal-hl,
.snap-window .z-window-modal-hr,
.snap-window .z-window-modal-header
{
    background-color: #292929;
    background-image: none;
}

.snap-window
{
    border-radius: 18px;
}

.snap-button
{
    height: 55px;
    width: 292px;
    background-color: #519eff;
    border-top: 0px none !important;
    border-left: 0px none !important;
    border-right: 0px none !important;
    border-bottom: 8px solid #1563c5;
    color: white;
    font-size: 22px;
    padding: 0px;
    margin-top: 26px;
    cursor: pointer;
    outline: none;
}

.snap-window .z-window-modal-close
{
    position: absolute;
    top: 10px;
    right: 10px;
}

.cmn-bubble-popup .z-popup, .cmn-bubble-popup .z-popup-cr, .cmn-bubble-popup .z-popup-tl, .cmn-bubble-popup .z-popup-cl, .cmn-bubble-popup .z-popup-cm, .cmn-bubble-popup .z-popup-tr
{
    background-image: none !important;
}

.cmn-bubble-popup .z-popup-cl .z-popup-cr .z-popup-cm
{
    background: none !important;
    background-image: none !important;
}

div.bubble-container
{
    color: #222222;
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    border: medium none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
}

div.bubble-innerContainer
{
    border: medium none;
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}

div.bubble-border-top-left
{
    height: 50px;
    left: -50px;
    position: absolute;
    top: -50px;
    width: 50px;
}

.bubble-border-top-left-pngTranslucent
{
    background: url( "../res?name=/images/sas/bsc/diagrambubblepopup/bubble-top-left.png") no-repeat scroll right bottom transparent;
}

div.bubble-border-top-right
{
    height: 50px;
    position: absolute;
    right: -50px;
    top: -50px;
    width: 50px;
}

.bubble-border-top-right-pngTranslucent
{
    background: url( "../res?name=/images/sas/bsc/diagrambubblepopup/bubble-top-right.png") no-repeat scroll left bottom transparent;
}

div.bubble-border-bottom-left
{
    bottom: -50px;
    height: 50px;
    left: -50px;
    position: absolute;
    width: 50px;
}

.bubble-border-bottom-left-pngTranslucent
{
    background: url( "../res?name=/images/sas/bsc/diagrambubblepopup/bubble-bottom-left.png") no-repeat scroll right top transparent;
}

div.bubble-border-bottom-right
{
    bottom: -50px;
    height: 50px;
    position: absolute;
    right: -50px;
    width: 50px;
}

.bubble-border-bottom-right-pngTranslucent
{
    background: url( "../res?name=/images/sas/bsc/diagrambubblepopup/bubble-bottom-right.png") no-repeat scroll left top transparent;
}

div.bubble-border-left
{
    height: 100%;
    left: -50px;
    position: absolute;
    top: 0;
    width: 50px;
}

div.bubble-border-left-pngTranslucent
{
    background: url( "../res?name=/images/sas/bsc/diagrambubblepopup/bubble-left.png") repeat-y scroll right top transparent;
}

div.bubble-border-right
{
    height: 100%;
    position: absolute;
    right: -50px;
    top: 0;
    width: 50px;
}

.bubble-border-right-pngTranslucent
{
    background: url( "../res?name=/images/sas/bsc/diagrambubblepopup/bubble-right.png") repeat-y scroll left top transparent;
}

div.bubble-border-top
{
    height: 50px;
    left: 0;
    position: absolute;
    top: -50px;
    width: 100%;
}

.bubble-border-top-pngTranslucent
{
    background: url( "../res?name=/images/sas/bsc/diagrambubblepopup/bubble-top.png") repeat-x scroll left bottom transparent;
}

div.bubble-border-bottom
{
    bottom: -50px;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
}

.bubble-border-bottom-pngTranslucent
{
    background: url( "../res?name=/images/sas/bsc/diagrambubblepopup/bubble-bottom.png") repeat-x scroll left top transparent;
}

div.bubble-close
{
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: -10px;
    top: -12px;
    width: 16px;
}

.bubble-close-pngTranslucent
{
    background: url( "../res?name=/images/sas/bsc/diagrambubblepopup/close-button.png") no-repeat scroll 0 0 transparent;
}

.strategicTable .z-doublebox-text-disd
{
    color: rgb( var(--color-black) ) !important;
}

.strategicTable .z-spinner-disd *
{
    color: rgb( var(--color-black) ) !important;
}

.function-tree-borderlayout .z-south-colpsd
{
    height: 22px !important;
}

.collaborator-tree-borderlayout .z-south-colpsd
{
    height: 22px !important;
}

.permission-tree .z-tree-ico
{
    visibility: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance:textfield;
}

.minimize-button:focus
{
    outline: 0;
}

.minimize-button
{
    border: none;
    border-radius: 25px;
    background: white;
    width: 20px;
    height: 5px;
    cursor: pointer;
}

.editing-indicator-item-cell
{
    padding-left: 20px;
    border: solid 1px #949294 !important;
    background-color: #efebef !important;
    background-image: url('../res?name=/images/sas/cmn/busy.gif') !important;
    background-size: 16px 16px;
    background-position: left;
    background-repeat: no-repeat;
}

.disabled-indicator-item-cell
{
    padding-left: 20px;
    border: solid 1px #949294 !important;
    background-color: #efebef !important;
    background-image: url('../res?name=/images/sas/cmn/pencil.png') !important;
    background-size: 16px 16px;
    background-position: left;
    background-repeat: no-repeat;
}

.north-diagram-history .z-north-body
{
    overflow: auto !important;
}

.permission-icon img
{
    width: 14px;
    height: 14px;
}

.log-tree .z-treerow-over
{
    background: transparent !important;
}

.log-tree .z-treecell
{
    border: none !important;
}

.log-tree .z-tree-body
{
    font-size: 9pt;
    background-color: #F7F7F7;
    border-top: 1px solid #777777;
}

/*BPM TimeLine Chart*/

.timeLineChart {
    font-family: Verdana;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
    min-width: 500px;
}

.timeLineChart #title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    min-width: 500px;
}

.timeLineChart #subTitle {
    text-align: center;
    font-size: 20px;
    min-width: 500px;
}

.timeLineChart #unit {
    text-align: center;
    font-size: 16px;
    min-width: 500px;
}

.timeLineChart #timeline {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
}

.ballon {
    width: 215px;
    min-height: 95px;
    position: absolute;
    background: rgb(16,152,251);
    font-size: 12px;
    font-weight: bold;
    color: rgb(255,255,255);
}

.ballon:hover {
    transform: scale(1.05);
    z-index: 2;
}

.circle:hover {
    transform: scale(1.1);
    z-index: 2;
}

.ballon.left::before {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    top: 30px;
    right: 99%;
    border-top: 15px solid rgb(16,152,251);
    border-left: 15px solid transparent;
}

.ballon.right::before {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    top: 30px;
    left: 99%;
    border-top: 15px solid rgb(16,152,251);
    border-right: 15px solid transparent;
}

.ballon .dateTime {
    text-align: center;
    vertical-align: top;
    font-size: 11px;
    font-weight: normal;
    color: rgb(255,255,255);
    width: 60px;
}

.ballon .desc {
    font-weight: bold;
    font-size: 13px;
    color: rgb(255,255,255);
    vertical-align: top;
}

.ballon .author {
    font-weight: normal;
    font-size: 11px;
    color: rgb(255,255,255);
}

.ballon .label {
    font-weight: normal;
    font-size: 10px;
    color: rgb(255,255,255);
}

.ballon .value {
    font-weight: bold;
    font-size: 10px;
    color: rgb(255,255,255);
}

.ballon.right .desc {
    width: 100%;
    text-align: right;
}

.ballon.right .author {
    text-align: right;
}

.ballon.right .label {
    width: 100%;
    text-align: right;
}

.ballon.right .value {
    text-align: right;
}

.arrow {
    width: 40px;
    height: 75px;
    position: absolute;
    background: rgb(239,96,38);
    transform: translateY( 30px );
    -webkit-transform: translateY( 30px );
    -khtml-transform: translateY( 30px );
    -moz-transform: translateY( 30px );
    -ms-transform: translateY( 30px );
    -o-transform: translateY( 30px );
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 75px;
    color: rgb(255,255,255);
    border-radius: 3px 3px 0px 0px;
}

.arrow::before {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 74px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgb(239,96,38);
}

.arrow::after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    left: 0;
    top: 74px;
    border-left: 20px solid rgb(239,96,38);
    border-right: 20px solid rgb(239,96,38);
    border-bottom: 20px solid transparent;
}

.line {
    width: 100px;
    position: absolute;
    border-top: 4px dotted rgb(16,152,251);
}

.circle {
    width: 110px;
    height: 75px;
    position: absolute;
    background: rgb(16,152,251);
}

.circle > span {
    font-size: 13px;
    color: rgb(255,255,255);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 75px;
}
.circle > span > span {
    font-size: 11px;
}

.occurrence-timeline .circle {
    width: 90px;
    height: 90px;
    border-radius: 90px;
}

.occurrence-timeline .circle > span {
    height: 90px;
}

.infostrip-tabpanel
{
    padding: 0px !important;
}

.cmn-infostrip
{
    font-family: arial,helvetica,sanserif;
    font-size: 8pt;
    margin: 4px 4px 4px 4px;
    background-color: #fff7e0;
}

.cmn-infostrip-table
{
    font-family: arial,helvetica,sanserif;
    font-size: 8pt;
}

.pdf-toolbar-pane
{
    background-color: rgb( var(--color-white) );
}

.pdf-toolbar-pane img
{
    width: 18px;
    padding: 6px 0px;
    padding-left: 3px;
}

.pdf-toolbar-pane .z-slider-hor
{
    margin-top: 5px;
    margin-right: 50px;
}

.pdf-toolbar-pane input
{
    margin-top: 6px;
}

.pdf-viewer {
    position: fixed;
    background-color: RGB(175,175,175);
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pdf-viewer-footer {
    position: fixed;
    width: 100%;
    background-color: RGB(27,82,154);
    left: 0;
    bottom: 0;
}

.pdf-viewer-button {
    display: inline-block;
    width: 25%;
    background-color: #1563c5;
}

.pdf-viewer-button > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pdf-viewer-thumbnail-navigator {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    padding: 5px 0px 5px 0px;
}

.pdf-viewer-thumbnail-navigator img {
    margin-left: 5px;
    vertical-align: middle;
    background-image: url(../m/snap/img/pdf/loading-small.gif);
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid black;
}

.pdf-viewer-thumbnail-navigator img:last-of-type {
    margin-right: 5px;
}

.hidden {
    display: none;
}

.loadingImage {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
    display: none;
}

.occurrence-fields-tabbox .z-tabpanel-cnt
{
    height: inherit !important;
}

.dds-div
{
    font-weight: lighter;
    text-align: center;
    border-right: 10px;
    border-style: solid;
    border-width: 2px;
    font-weight: lighter;
    border-radius: 3px 3px 3px 3px;
    width: 95.5%;
    color: rgb( var(--color-white) );
    visibility: visible;
    background-color: #64A7D5 !important;
    border-color: #64A7D5 !important;
    cursor: default;
    color: rgb( var(--color-white) ) !important;
}

.collaborator-treepane-center .z-center-header
{
    color: #1B1B1B;
    font-weight: bold;
    padding: 5px 3px 4px 5px;
    border-bottom: 1px solid #C5C5C5;
    background: transparent repeat-x 0 0 !important;
    background-image: url( "../zkau/web/fc8ffd59/zul/img/silvertail/layout/borderlayout-hm.png" ) !important;
    white-space: nowrap;
    overflow: hidden;
    line-height: 15px;
    zoom: 1;
    cursor: default;
    text-align: left !important;
}

.qualifications-tree table:first-child
{
    table-layout: auto !important;
}

.summary-details-table tr:last-child
{
    border-bottom: none;
}

.report-details-text
{
    font-size: 10pt;
    margin-bottom: 1pt;
    margin-left: 0pt;
    margin-right: 0pt;
    margin-top: 1pt;
    padding-bottom: 4pt;
    padding-left: 10pt;
    padding-right: 10pt;
    padding-top: 2pt;
}

.report-details-icon
{
    font-size: 10pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    margin-right: 0pt;
    margin-top: 0pt;
    padding-bottom: 0pt;
    padding-left: 10pt;
    padding-right: 10pt;
    padding-top: 0pt;
}

.report-page-ruler
{
    background-color: #efefef;
    height: 2pt;
}

.sa-editor-table tbody
{
    -webkit-user-modify: read-only !important;
}

.report-separator
{
    background-color: #e4ebf2;
    height: 2pt;
}

.report-text
{
    background-attachment: scroll;
    color: #2C67A0;
    font-size: 10pt;
    margin-bottom: 6pt;
    margin-right: 0pt;
    margin-top: 6pt;
    padding-bottom: 0pt;
    padding-left: 10pt;
    padding-right: 0pt;
    padding-top: 0pt;
}

.questionnaire-popup .z-popup-cl
{
    background: #E7F4FE !important;
    border: none;
}

@keyframes highlight
{
    0%
    {
        background: #FFC040;
    }

    100%
    {
        background: none;
    }
}

.highlighted
{
    animation: highlight 1s;
}

.navigator-button,
.mobile-navigator-button
{
    padding: 0px !important;
    cursor: pointer;
    font-size: 12px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
    margin-left: 10px !important;
    display: inline-block;
}

.mobile-navigator-button-cnt
{
    color: rgb( var(--color-white) ) !important;
    font-family: arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal !important;
    position:relative;
}

.mobile-navigator-button-cnt img
{
    width: 20px;
    height: 20px;
    position:relative;
    overflow:visible;
}

.mobile-navigator-button.clickable .mobile-navigator-button-cnt::after
{
    content:"";
    display:block;
    width: 0; 
    height: 0; 
    position:absolute;
    
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(255,255,255,0.9);

    top: 31px;
    left: 10px;
}

.mobile-navigator-popup
{
    -moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow:0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
}

.mobile-navigator-popup .z-popup-cnt
{
    background-color: rgb( var(--color-suite) );
    color:rgb( var(--color-white) ) !important;
}

.mobile-navigator-popup .z-popup-cnt div
{
    border-bottom: 1px solid rgb( var(--color-white) );
}

.mobile-navigator-popup-label
{
    display: inline-block;
    width: 100%;
    color: rgb( var(--color-white) );
}

.navigator-button-cnt
{
    color: #3e7bce !important;
    font-family: arial,sans-serif;
    font-size: 16px;
}

.navigator-button-cnt img
{
    width: 20px;
    height: 20px;
    padding-right: 5px;
}

.navigator-popup
{
    -moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow:0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.navigator-popup .z-popup-cl
{
    border-width: 2px;
    border-color: white;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.navigator-popup .z-popup-cnt
{
    background-color: #efefef;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.navigator-popup-label
{
    display: inline-block;
    width: 100%;
    background-image: linear-gradient( to right, #707070 33%, rgba( 255,255,255,0 ) 0% );
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
    color: #707070;
}

tr .defenserlayer-tree .z-treerow-seld
{
    background: #FFC040 none repeat scroll 0 0 !important;
}

.indicator-chart .highcharts-tooltip
{
    z-index: 99999;
}

.indicator-chart .highcharts-tooltip span
{
    background: rgb( var(--color-gray100) );
}

.no-selection
{
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

/**
 * DOCUMENT ANNOTATIONS
 */

.document-note-wrapper,
.document-signature-wrapper
{
    cursor: pointer;
}

.note-selected,
.signature-selected
{
    outline: dashed 1.5px rgb(240,165,19);
}

.note-selected .ui-resizable-handle,
.signature-selected .ui-resizable-handle
{
    visibility: visible;
}

.ui-resizable-handle
{
    background: rgb( 240, 165, 19 );
    height: 10px !important;
    width: 10px !important;
    visibility: hidden;
}

.ui-resizable-n, .ui-resizable-s
{
    left: 50% !important;
}

.ui-resizable-w, .ui-resizable-e
{
    top: calc( 50% - 5px ) !important;
}
.ui-resizable-se
{
    right: -5px !important;
    bottom: -5px !important;
}

.note-tooltip-content
{
    width: 300px;
    max-height: 300px;
    min-height: 50px;
    height: auto;
    word-break: break-all;
    overflow: auto;
}

.ui-widget-content
{
    background: rgba( 255, 255,255, 0.85 ) !important;
    border: 1px solid #3e7bce !important;
}

.note-list-row-selected
{
    background: #fffdd0;
}

.document-note-balloon .color-cell
{
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #CECECE;
}

.document-notes-wrapper,
.document-signatures-wrapper
{
    position: absolute;
}

.pdf-finder-matches
{
    position: absolute;
    right: 20px;
    top: 83px;
    height: 20px;
    background: white;
    width: 200px;
    border: 1px solid rgb( 192, 192, 192 );
    z-index: 99999;
    line-height: 20px;
}

.signature-window .z-window-modal-cnt-noborder,
.extended-chart-window .z-window-modal-cnt-noborder
{
    overflow: auto;
}

.signature-window,
.signature-window .z-window-modal-tl,
.signature-window .z-window-modal-tr,
.signature-window .z-window-modal-hr,
.signature-window .z-window-modal-hl,
.signature-window .z-window-modal-header
{
    background-color: #0A66CF;
    background-image: none;
    cursor: default;
}

.extended-chart-window,
.extended-chart-window .z-window-modal-tl,
.extended-chart-window .z-window-modal-tr,
.extended-chart-window .z-window-modal-hr,
.extended-chart-window .z-window-modal-hl,
.extended-chart-window .z-window-modal-header
{
    background-image: none;
    cursor: default;
}

.extended-chart-window
{
    border-radius: 18px;
}

.extended-chart-window .z-window-modal-icon
{
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../res?name=/images/sas/eight/tb_close_feed.png) !important;
    background: none;
    height: 20px;
    width: 20px;
}

.extended-chart-window-content
{
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 25px;
    width: 100%;
    height: auto;
}

.extended-chart-window .z-window-modal-cnt-noborder
{
    overflow-y: scroll;
}

.signature-window,
.extended-chart-window,
.signature-window .z-window-modal-cnt-noborder,
.extended-chart-window .z-window-modal-cnt-noborder
{
    background-color: #e9e7e7;
    background-image: none;
}

.signature-window .z-window-modal-cnt-noborder,
.extended-chart-window .z-window-modal-cnt-noborder
{
    height: 500px;
    width: 800px;
    margin-bottom: 20px;
}

.signature-window-face
{
    float: left;
    width: 60px;
    height: 60px;
    margin: 12px 25px;
    border-radius: 50%;
}

.signature-window-separator
{
    height: 70px;
    width: 1px;
    background-color: rgb( var(--color-white) );
    float: left;
    margin-top: 5px;
}

.signature-window-title
{
    color: rgb( var(--color-white) );
    padding-left: 15px;
    padding-top: 25px;
    width: 70%;
    text-align: left;
    float: left;
}

.signature-window-user
{
    color: rgb( var(--color-white) );
    font-size: 20px;
    font-weight: bold;
    width: 70%;
    text-align: left;
    padding-left: 15px;
    float: left;
    padding-top: 10px;
}

.signature-table
{
    width: 100%;
    padding: 15px;
    background-color: transparent;
}

.signature-table td:first-child
{
    color: #0A66CF;
    width: 135px;
}

.signature-table td
{
    font-size: 10pt;
    padding-bottom: 5px;
}

.signature-block-title,
.signature-issuer-title
{
    background-color: #c8c8c8;
    color: #0A66CF;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0px 15px;
}

.signature-issuer-title
{
    background: transparent;
    margin: 0px 30px;
}

.signature-collapsible-title img
{
    width: 15px;
    margin-right: 15px;
    float: left;
}

.signature-collapsible-title
{
    background-color: #0A66CF;
    color: rgb( var(--color-white) );
    font-weight: bold;
    padding: 5px 10px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

.signature-hash
{
    font-size: 10pt;
    word-wrap: break-word;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    display: none;
}

.signature-issuer-table
{
    font-size: 10pt;
    margin-left: 37px;
    margin-bottom: 20px;
}

.signature-issuer-table td:first-child
{
    width: 160px;
}

.signature-issuer-table td
{
    padding-bottom: 5px;
}

.signature-window
{
    border-radius: 18px;
}

.signature-window .z-window-modal-icon
{
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../res?name=/images/sas/cmn/aw_close.png) !important;
    background: none;
    height: 20px;
    width: 20px;
}

.signature-certificate-table .signature-table
{
    padding: 5px 15px;
}

.signature-certificate-table
{
    margin: 15px;
}

.signature-certificate-table img
{
    width: 60px;
}

.signature-certificate-table table>tbody>tr>td>img
{
    width: 40px;
}

.signature-certificate-table table>tbody>tr>td>span
{
    font-size: 10px;
}

.signature-certificate-title
{
    font-weight: bold;
    padding: 0px 20px;
    font-size: 18px;
    padding-bottom: 5px;
    width: 100%;
}

.signature-certificate-subtitle
{
    padding: 0px 20px;
    font-size: 10pt;
}

.signature-navigator
{
    position: absolute;
    top: 60px;
    right: 50px;
}

.signature-navigator-count
{
    width: 10px;
    height: 11px;
    background: #0a66cf;
    position: absolute;
    right: 10px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid rgb( var(--color-white) );
    top: -5px;
    color: rgb( var(--color-white) );
}

.signature-navigator-count span
{
    font-size: 10px;
}

.signature-navigator img
{
    width: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.signature-navigator-popup,
.signature-navigator-popup .z-menu-item
{
    background-color: rgb( var(--color-white) );
}

.snap-window .z-window-modal-close
{
    position: absolute;
    top: 10px;
    right: 10px;
}

.actionplan-editor-spacing > *
{
    margin-top: 10px;
}

.actionplan-editor-spacing > *:first-child
{
    margin-top: 0;
}

.document-stage-info
{
    width: 450px;
    height: 370px !important;
    background-color: #64a7d5;
    border-radius: 16px;
    align-items: center;
    margin: auto;
}

.document-stage-info-aux
{
    width: 450px;
    height: 400px !important;
    border-radius: 16px;
    align-items: center;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.document-stage-info-autoconversion
{
    width: 450px;
    height: 370px !important;
    background-color: #fac364;
    border-radius: 16px;
    align-items: center;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.document-stage-info-close
{
    width: 20px;
    height: 20px !important;
    right: 10px;
    top: 10px;
    cursor: pointer;
    position: absolute;
}

.document-stage-info, .document-stage-info-autoconversion img
{
    height: 100px;
}

.document-stage-info, .document-stage-info-autoconversion span
{
    font-weight: bold;
    color: rgb( var(--color-white) );
    font-size: 16px;
}

.document-stage-info button
{
    width: 275px;
    height: 30px;
    color: #5599cb;
    background: rgb( var(--color-white) );
    padding: 0px;
    border: none;
    cursor: pointer;
    font-size: medium;
    font-weight: bold;
    font-size: 16px;
}

.document-stage-info-autoconversion button
{
    width: 275px;
    height: 30px;
    color: #fac364;
    background: rgb( var(--color-white) );
    padding: 0px;
    border: none;
    cursor: pointer;
    font-size: medium;
    font-weight: bold;
    font-size: 16px;
}

.document-stage-general
{
    /*height: 95% !important;*/
    margin: 0px 10px;
}

/*.document-stage-general .z-tabs,
.document-stage-general .z-tabpanels
{
    background-color: rgb( var(--color-white) ) !important
}*/

.document-stage-toolbar
{
    background-color: rgb( var(--color-white) );
    width: 100%;
    height: 20px;
}

.document-stage-toolbar img
{
    padding: 5px 0px;
}

.sa-dds-pane
{
    height: 40px !important;
    background: #64a7d5;
    position: absolute;
    bottom: 0px;
    padding-right: 20px;
    color: rgb( var(--color-white) );
    width: 100% !important;
    text-align: center;
    cursor: pointer;
    left: 0px;
}

.sa-dds-pane a
{
    line-height: 40px;
    align-items: center;
    color: rgb( var(--color-white) );
    position: absolute;
    text-align: center;
    width: 100%;
    text-decoration: none;
    left: 0px;
}

.sa-dds-pane a:hover
{
    background-color: transparent;
    text-decoration: none;
}

.sa-dds-pane img
{
    float: left;
    padding: 8px 15px;
}

.controller-toolbar-button
{
    padding: 0px 0px;
    margin: 0px 3px;
    background: none !important;
    outline: 1px solid #868686;
    width: 100px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.controller-toolbar-button-selected
{
    padding: 0px 0px;
    margin: 0px 3px;
    background-color: #c0c0c0 !important;
    outline: 1px solid #868686;
    width: 100px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.controller-toolbar-button z-toolbarbutton-cnt
{
    background-image: none !important;
}

.controller-toolbar-button-selected .z-toolbarbutton-cnt
{
    background-image: none !important;
    font-weight: bold !important;
}

.no-background
{
    background: none;
}

.accessprompt-body
{
    background: radial-gradient( #3996ff, #055cbf );
    height: 100%;
    width: 100%;
    position: absolute;
}

.accessprompt-div
{
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    /*width: 66%;*/
    /*margin-left: 18%;*/
    width: 100%;
}

.accessprompt-icon
{
    display: table;
    margin: 5% auto 3% auto;
    width: 80px;
    height: 80px;
}

.accessprompt-label
{
    color: white;
    font-size: 18px;
    font-weight: bold;
    white-space: normal !important;
}

.accessprompt-button
{
    background-color: #f2f2f2;
    width: 320px;
    height: 40px;
    margin-left: 23%;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
}

.accessprompt-buttonlabel
{
    font-weight: bold;
    font-size: 13px;
    color: #065fc3;
}

.options-table .z-listbox-header
{
    width: 100% !important;
}

.context-descriptor-tree .z-treecell-cnt img
{
    height: 32px !important;
}

.radar-chart rect, .radar-chart text[itemid], .radar-chart image[itemid], .radar-chart circle[itemid]
{
    cursor: pointer;
}

.radar-chart rect
{
    fill: white;
    filter: drop-shadow( 0px 0px 6px rgba(139, 139, 139, 0.3) );
}

.radar-chart rect[seld="true"]
{
    fill: #E6F8FF !important;
    stroke: rgb( var(--color-cyan200) ) !important;
    stroke-width: 1 !important;
}

.radar-chart
{
    background: white;
}

.radar-chart text
{
    font-size: 12px;
}

.radar-chart .group-label
{
    font-weight: bold;
}

.radar-chart circle[seld="true"]
{
    stroke: rgb( var(--color-white) ) !important;
    stroke-width: 2 !important;
}

.radar-chart line[seld="true"]
{
    stroke: rgb( var(--color-cyan200) ) !important;
    stroke-width: 1 !important;
}

.radar-chart line
{
    stroke: #808080;
    stroke-width: 1;
}

.radar-chart path
{
    fill: #f0f0f0;
    stroke: #808080;
}

.radar-chart-popup-title {
    display: flex;
    justify-content: space-between;
}

.radar-chart-popup-title > .title {
    width: 300px;
    word-break: break-word;
}

.radar-chart-popup-title > .title > span {
    margin: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.radar-chart-popup-title > div > img {
    margin-left: 5px;
}

.radar-chart-popup-performance > div > img + img {
    margin-left: 5px;
}

.radar-chart-popup-performance div
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.radar-chart-popup-title img,
.radar-chart-popup-performance img 
{
    height: 16px;
}

.radar-chart-popup-content
{
    gap: 6px;
    display: flex;
    flex-direction: column;
}

.radar-chart-popup-content > .radar-chart-popup-performance  {
    padding-top: 6px;
    display: flex;
    justify-content: space-between;
}

.radar-chart-popup-content span {
    margin: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.dupont-map canvas
{
    left: 0px;
    top: 0px;
}

.finance-datebox .z-datebox-text-invalid
{
    border: 1px solid rgb(221, 120, 112) !important;
}

.svc-payment-list div.z-listbox-body .z-listcell
{
    border: 0px !important;
    padding: 0px !important;
}

.svc-payment-list .z-listitem-over-seld .z-listitem-seld .z-listitem-over
{
    padding: 0px !important;
    border: 0px !important;
}
.svc-payment-list-value-td
{
    width: 10vw;
}

@media screen and (max-width: 1050px)
{
    .svc-payment-list-value-td
    {
        width: 8vw;
    }
}

table .no-border
{
    border: 0;
    border-spacing: 0;
}

table .no-border td
{
    padding: 0;
}

.dc-table .z-column-cnt
{
    display: initial;
}

.overflow-auto
{
    overflow: auto !important;
}

.z-listbox-footer > table
{
    table-layout: auto !important;
}

.z-readonly-cursor-not-allowed
{
    cursor: not-allowed;
}

.bsc-item-table .z-textbox-readonly,
.bsc-item-table .z-intbox-readonly,
.bsc-item-table .z-longbox-readonly,
.bsc-item-table .z-doublebox-readonly,
.bsc-item-table .z-datebox-readonly,
.bsc-item-table .z-decimalbox-readonly
{
    border: none;
    background: transparent !important;
}

.bsc-item-table  td
{
    border: 3px solid transparent!important;
}

.bsc-item-table .z-paging td
{
    border: 0px !important;
}

.bsc-item-table span,
.bsc-item-table .z-column-cnt
{
    line-height: 15pt;
}

.bsc-item-table input
{
    padding: 0px !important;
    margin-top: 3pt;
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
}

.bsc-item-table .z-datebox,
.bsc-item-table .z-datebox-inp,
.bsc-item-table .z-datebox-inplace,
.bsc-item-table .z-datebox-focus
{
    margin-top: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
}

.bsc-item-table .focused
{
    border: 3px solid #c8c8c8 !important;
    background-color: #efefef !important;
}

.bsc-item-table tr.z-row td.z-row-inner,
.bsc-item-table tr.z-row .z-cell
{
    padding: 0px;
}

.bsc-item-table .editable
{
    border: 3px solid #fa9d64 !important;
    background-color: #f2d249 !important;
}


.bsc-item-table input[autocomplete="off"]::-webkit-contacts-auto-fill-button
{
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    height: 0;
    width: 0;
    margin: 0;
}

.cellpading-0 td
{
    padding: 0;
}

.flex-1
{
    flex: 1;
}

.mr-5
{
    margin-right: 5px;
}
.ml-5
{
    margin-left: 5px
}
.mt-5
{
    margin-top: 5px;
}
.mb-5
{
    margin-bottom: 5px;
}

.mr-8
{
    margin-right: 8px;
}
.ml-8
{
    margin-left: 8px
}
.mt-8
{
    margin-top: 8px;
}
.mb-8
{
    margin-bottom: 8px;
}

/*tv channel catalog pane*/
.tv-channel-catalog-pane
{
    display: flex;
    justify-content: center;
    overflow: auto;
    height: 100%;
}

.tv-channel-catalog
{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: -7px;
    margin-top: 0;
    height: 100%;
}

.channel-catalog-item
{
    display: flex;
    width: 256px;
    height: 155px;
    background: #6a6a6a;
    cursor: pointer;
    margin: 7px;
}

.channel-catalog-item-number
{
    width: 40px;
    display: flex;
    justify-content: center;
    color: #d5d5d5;
    background-color: #8F8F8F;
}

.channel-catalog-item-number > span
{
    font-size: 25px;
    height: 30px;
    margin-top: 5px;
}

.channel-catalog-item-selected > .channel-catalog-item-number
{
    background-color: #ffb680;
    color: #6a6a6a;
}

.channel-catalog-item-container
{
    margin-left: 10px;
    width: 206px; /*256px - 40px - 10px*/
}

.channel-catalog-item-header
{
    height: 35px;
    display: flex;
    align-items: center;
    color: #d5d5d5;
}

.channel-catalog-item-header > span
{
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.channel-catalog-item-default-icon
{
    width: 195px;
    height: 110px;
    background: #383838;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 195px;
}

.channel-catalog-item-poster
{
    width: 195px;
    height: 110px;
    flex: 0 0 195px;
    position: absolute;
    left: 0;
}

/** SCORE CARD **/
.scorecard-color-balloon {
    font-size: 11px;
    width: 140px;
}

.scorecard-color-balloon tr td {
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: transparent;
}

.scorecard-color-balloon tr td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left-width: 2px;
}

.scorecard-color-balloon tr td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right-width: 2px;
}

.scorecard-color-balloon tr[selected] td {
    border-color: #0A66CF;
}

.scorecard-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 28px;
    background-color: #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #bcbcbc;
    display: flex;
    font-size: 9pt;
    font-family: Arial;
    z-index: 2;
}

.scorecard-footer > .scorecard-footer-label {
    display: inline-flex;
    margin-left: 20px;
    align-items: center;
    font-weight: bold;
    color: #0A66CF;
    height: 28px;
}

.scorecard-footer > .scorecard-footer-content {
    display: inline-flex;
    margin-left: 20px;
    height: 100%;
    width: 100%;
    flex-flow: row wrap;
}

.scorecard-footer-item {
    height: 28px;
    display: inline-flex;
    align-items: center;
    margin-right: 11px;
    color: #58595B;
    font-weight: bold;
}

.scorecard-footer-item > span {
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.scorecard-footer-item-color {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    margin-right: 8px;
    display: inline-block;
}

/** CALENDAR POPUP **/
.calendar-popup {
    background-color: #0A66CF;
    border: 2px solid white;
    width: 578px;
    height: 395px;
    box-shadow: 0 0 20px #777777;
    z-index: 1000;
    margin: auto;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.calendar-popup-caption {
    background-color: #0456B4;
    height: 27px;
    width: 100%;
    display: flex;
    align-items: center;
}

.calendar-popup-caption-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    cursor: pointer;
}

.calendar-popup-caption-close {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: 8px;
    cursor: pointer;
}

.calendar-popup-header {
    height: 68px;
    border-bottom: 2px solid #5293DD;
    display: flex;
    align-items: center;
    color: white;
    padding-left: 8px;
}

.calendar-popup-header-day {
    font-weight: bold;
    font-size: 52px;
}

.calendar-popup-header-date-wrapper {
    display: flex;
    flex-flow: column;
    margin-left: 8px;
}

.calendar-popup-header-month {
    font-size: 20px;
}

.calendar-popup-header-day-name {
    font-style: italic;
    font-size: 16px;
}

.calendar-popup-header-time {
    font-size: 45px;
    font-weight: bold;
    margin-left: auto;
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.calendar-popup-header-time-icon-wrapper {
    display: flex;
    flex-flow: column;
}

.calendar-popup-header-time-period {
    font-size: 13px;
    margin-top: 5px;
}

.calendar-popup-header-time-icon {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.calendar-popup-header {

}

.calendar-popup-previous {
    position: absolute;
    left: 8px;
    cursor: pointer;
    top: 10px;
}

.calendar-popup-next {
    position: absolute;
    right: 8px;
    cursor: pointer;
    top: 10px;
}

.calendar-popup-separator {
    width: 2px;
    background-color: white;
}

.calendar-popup-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 8px;
    align-items: center;
}

.calendar-popup-footer-today {
    background-color: #3782D8;
    width: 45px;
    height: 22px;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    font-size: 11px;
}

.calendar-popup-footer-tip {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-style: italic;
}

.calendar-popup-footer-dummy {
    width: 45px; /*same width as calendar-popup-footer-today*/
}

/** MINI CALENDAR **/
.mini-calendar-caption {
    height: 40px;
    border-bottom: 2px solid #5293DD;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.mini-calendar-header {
    display: table-header-group;
}

.mini-calendar-header-cell {
    display: table-cell;
    font-size: 15px;
    font-weight: bold;
    color: white;
    padding-bottom: 4px;
    text-align: center;
}

.mini-calendar-header-cell[weekend] {
    color: #6BB0FF;
}

.mini-calendar-table {
    display: table;
    width: calc(100% - 8px);
    margin: 4px;
    min-width: 280px;
    min-height: 200px;
}

.mini-calendar-day {
    width: 100%;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: white;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.mini-calendar-day[selected] {
    border: 2px solid #004CA2;
    box-sizing: border-box;
    background-color: #0456B4;
    font-weight: bold;
}

.mini-calendar-day[selected]:not([current]) {
    border: 2px solid #0356b5;
    box-sizing: border-box;
    background-color: #055bbd;
    font-weight: bold;
}

.mini-calendar-day[current][weekend] {
    color: #6BB0FF;
}

.mini-calendar-day:not([current]) {
    color: #6FA5E3;
}

.mini-calendar-day[weekend]:not([current]) {
    color: #3284E3;
}

.mini-calendar-busy {
    height: 2px;
    width: 18px;
    background-color: #3D86D9;
    position: absolute;
    bottom: 5px;
    left: 6.5px;
}

.mini-calendar-day[selected] > .mini-calendar-busy {
    /*precisa diminuir 2px por causa da borda*/
    bottom: 3px;
    left: 4.5px;
}

.mini-calendar-month {
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: white;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.mini-calendar-month[selected] {
    outline: 2px solid #004CA2;
    box-sizing: border-box;
    background-color: #0456B4;
    font-weight: bold;
}

/** Calendar Timebox **/
.calendar-timebox {
    border: 2px solid rgb( var(--color-white) );
    display: flex;
    color: rgb( var(--color-white) );
    align-items: center;
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    align-self: flex-end;
}

.calendar-timebox-label {
    font-weight: bold;
    padding: 0 5px;
}

.calendar-timebox-buttons-div {
    border-left: 2px solid rgb( var(--color-white) );
    display: flex;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendar-timebox-buttons-div img {
    width: 10px;
    height: 10px;
}

.calendar-timebox-button {
    flex-grow: 1;
    cursor: pointer;
    padding: 0 5px;
    display: flex;
}

.calendar-timebox-button:hover {
    background: rgba( 255, 255, 255, 0.2 );
}



/** QRCODE LOGIN POPUP **/
.qrcode-login-popup {
    background-color: #0A66CF;
    border: 2px solid white;
    width: 578px;
    height: 395px;
    box-shadow: 0 0 20px #777777;
    z-index: 1000;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.qrcode-login-popup-caption {
    background-color: #0456B4;
    height: 27px;
    width: 100%;
    display: flex;
    align-items: center;
}

.qrcode-login-popup-caption-close {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: 8px;
    cursor: pointer;
}

.hide-placeholder:focus::placeholder {
    opacity: 0;
}


.sa-menu-action .z-menu-item-img
{
    background-size: contain;
}

.sa-menu-action.z-menu-item-over .z-menu-item-cr,
.sa-menu-action.z-menu-item-over .z-menu-item-cm,
.sa-menu-action.z-menu-item-over .z-menu-item-cnt,
.sa-menu-action.z-menu-item-over .z-menu-item-cl,
.sa-menu-action.z-menu-item-disd .z-menu-item-cnt
{
    background: none !important;
}

.sa-formula {
    width: 800px; height: 150px; overflow-y: auto; border: 2px solid rgb(204,204,204); padding: 5px; background-color: white; word-wrap: break-word;
}

.sa-formula:focus {
    border: 2px solid rgb(36, 145, 235) !important;
}

.signatureprompt-body
{
    background-color: #D7D7D7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 15px 65px;
    height: calc( 100% - 30px );
}

.signatureprompt-flex
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.signatureprompt-field
{
    width: 296px;
    height: 26px;
    border: #AEAEAE 2px solid;
    border-radius: 8px;
    background-color: rgb( var(--color-white) );
    outline: none;
    display: flex;
}

.signatureprompt-field input
{
    width: 100%;
    height: 26px;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    border: none;
    background: none;
    color: #808080;
    font-size: 15px;
    outline: none;
    padding: 2px;
    padding-left: 13px;
}

.signatureprompt-button
{
    width: 300px;
    height: 30px;
    border-radius: 8px;
    background-color: #3A82BC;
    color: rgb( var(--color-white) );
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.signatureprompt-cancel
{
    position: absolute;
    top: 15px;
    right: 28px;
    cursor: pointer;
}

.checkbox-aligned {
    display: flex;
    align-items: center;
}

.z-listitem.medium-icon-item > .z-listcell img {
    width: 32px;
    height: 32px;
}

.z-treecell.small-icon-cell img {
    width: 20px;
    height: 20px;
}

@keyframes action-plan-blink
{
    1% { opacity: 0.0; }
    10% { opacity: 0.1; }
    20% { opacity: 0.3; }
    30% { opacity: 0.4; }
    40% { opacity: 0.6; }
    50% { opacity: 0.8; }
    60% { opacity: 0.6; }
    70% { opacity: 0.4; }
    80% { opacity: 0.3; }
    90% { opacity: 0.1; }
    100% { opacity: 0.0; }
}

@-webkit-keyframes action-plan-blink
{
    1% { opacity: 0.0; }
    10% { opacity: 0.1; }
    20% { opacity: 0.3; }
    30% { opacity: 0.4; }
    40% { opacity: 0.6; }
    50% { opacity: 0.8; }
    60% { opacity: 0.6; }
    70% { opacity: 0.4; }
    80% { opacity: 0.3; }
    90% { opacity: 0.1; }
    100% { opacity: 0.0; }
}

.action-plan-blink
{
    animation: action-plan-blink 1.5s step-start 0s infinite;
    -webkit-animation: action-plan-blink 1.5s step-start 0s infinite;
}

.ics-user-appointments-window,
.ics-user-appointments-window .z-window-modal-cnt-noborder,
.ics-user-appointments-window .z-window-modal-tl,
.ics-user-appointments-window .z-window-modal-tr,
.ics-user-appointments-window .z-window-modal-hl,
.ics-user-appointments-window .z-window-modal-hr,
.ics-user-appointments-window .z-window-modal-header
{
    background-color: #292929;
    background-image: none;
}

.ics-user-appointments-windoww
{
    border-radius: 18px;
}

.ics-user-appointments-button
{
    height: 55px;
    width: 292px;
    background-color: #519eff;
    border-top: 0px none !important;
    border-left: 0px none !important;
    border-right: 0px none !important;
    border-bottom: 8px solid #1563c5;
    color: white;
    font-size: 22px;
    padding: 0px;
    margin-top: 26px;
    cursor: pointer;
    outline: none;
}

.ics-user-appointments-window table td
{
    padding: 0px;
}

.ics-user-appointments-window .z-window-modal-close
{
    position: absolute;
    top: 10px;
    right: 10px;
}

.fullscreen-window .z-window-modal-cnt-noborder
{
    padding: 0 !important;
}

.summary-pane-button {
    opacity: 0.7 !important;
    transition: all 0.2s;
}

.summary-pane-button:hover {
    opacity: 1 !important;
}

.center-overflow-y-scroll .z-center-body
{
    overflow-y: scroll !important;
}

/** FLEX TABLE **/
.flex-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.flex-table-header {
    display: table-header-group;
    display: flex;
    width: 100%;
    background-image: url(../zkau/web/fc8ffd26/zul/img/silvertail/grid/column-bg.png);
}

.flex-table-head {
    position: relative;
    overflow: hidden;
    border: 1px solid;
    white-space: nowrap;
    color: rgb( var(--color-gray650) );
    font-family: arial;
    font-size: 12px;
    border-color: rgb( var(--color-gray350) ) rgb( var(--color-gray350) ) rgb( var(--color-gray350) ) white;
    border-top: none;
    padding: 8px 5px 7px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.flex-table-row {
    display: flex;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.flex-table-row:nth-child(even) {
    background-color: #F7F7F7;
}

.flex-table-row:hover {
    background-color: rgb( var(--color-gray300) );
}

.flex-table-row-selected {
    background-color: #FFC040 !important;
}

.flex-table-row-cell {
    border: 1px solid transparent;
    border-left: 1px solid rgb( var(--color-white) );
    cursor: pointer;
    box-sizing: border-box;

    padding: 6px 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: rgb( var(--color-gray650) );
    overflow: hidden;

    display: flex;
    align-items: center;

    background-clip: padding-box;
}

/** FLEX TABLE BORDER VARIANT**/
.flex-table-border .flex-table-head {
    border-top: 1px solid rgb( var(--color-gray350) );
    padding: 7px 5px 7px;
}

.flex-table-border .flex-table-head:first-child {
    border-left-color: rgb( var(--color-gray350) );
}

.flex-table-border .flex-table-row {
    border-right: 1px solid rgb( var(--color-gray350) );
    border-left: 1px solid rgb( var(--color-gray350) );
}

.flex-table-border .flex-table-row:last-child {
    border-bottom: 1px solid rgb( var(--color-gray350) );
}


.document-qrcode-window, 
.document-qrcode-window .z-window-modal-cnt-noborder,
.document-qrcode-window .z-window-modal-tl,
.document-qrcode-window .z-window-modal-tr,
.document-qrcode-window .z-window-modal-hl,
.document-qrcode-window .z-window-modal-hr,
.document-qrcode-window .z-window-modal-header {
    background-color: #292929;
    background-image: none;
}

.document-qrcode-window {
    border-radius: 18px;
}

.document-qrcode-window .z-window-modal-cnt-noborder {
    padding: 40px;
    display: flex;
    color: white;
}

.document-qrcode-button {
    height: 55px;
    width: 292px;
    background-color: #519eff;
    border-top: 0px none !important;
    border-left: 0px none !important;
    border-right: 0px none !important;
    border-bottom: 8px solid #1563c5;
    color: white;
    font-size: 22px;
    padding: 0px;
    margin-top: auto;
    cursor: pointer;
    outline: none;
}

.document-qrcode-window .z-window-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
}


.document-qrcode-body-div {
    display: flex; 
    flex-flow: column;
    align-items: center;
    flex: 1;
    align-items: center;
    max-width: 50%;
}

.iframe-container-loaded #iframe-loading-dialog {
    display: none;
}

.release-notes-pane {
    overflow: auto;
    background-color: rgb( var(--color-gray100) );
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.release-notes-title {
    font-size: 20pt;
    font-weight: bold;
    color: #4a4a4d;
}

.release-notes-list {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 30px 0 30px;
}

.release-notes-card {
    width: 260px;
    height: 110px;
    margin: 8px 20px;
    background-color: rgb( var(--color-white) );
    box-shadow: 0px 0px 4px #dadada;
    border-radius: 2px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.release-notes-card img {
    width: 60px;
    margin-left: 20px;
    margin-right: 14px;
}

.release-notes-card span {
    font-size: 16pt;
    font-weight: bold;
    color: #9e9999;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.formula-editor-cursor {
    font-size: 14pt;
    color: black;
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
}

.cmn-tooltip {
    pointer-events: none;
    position: fixed;
    text-align: center;
    background: rgb( var(--color-white) );
    padding: 10px 15px;
    z-index: 50000;
    height: auto;
    font-size: 12px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid rgb( var(--color-gray350) );
    display: none;
}

@keyframes blink {
    from, to { color: transparent; }
    50% { color: black; }
}

@-moz-keyframes blink {
    from, to { color: transparent; }
    50% { color: black; }
}

@-webkit-keyframes blink {
    from, to { color: transparent; }
    50% { color: black; }
}

@-ms-keyframes blink {
    from, to { color: transparent; }
    50% { color: black; }
}

@-o-keyframes blink {
    from, to { color: transparent; }
    50% { color: black; }
}

.cmn-default-window
{
    transition: opacity 400ms;
}


body > div > div > div > div > .z-north, 
body > div > div > div > div > .z-south, 
body > div > div > div > div > .z-west, 
body > div > div > div > div > .z-center, 
body > div > div > div > div > .z-east 
{
    border: none !important;
}

body > div > div > div > div > .z-east > .z-east-header {
    color: #676767 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.z-east-colps, 
.z-west-exp 
{
    background-position: 0 -15px;
    margin-right: 5px;
    margin-top: 3px;
}

.z-west-colps, 
.z-east-exp
{
    background-position: 0 -45px;
    float: left;
    margin-left: 5px;
    margin-top: 3px;
}

.z-east-splt, .z-west-splt, .z-north-splt, .z-south-splt{
    background: #d4d4d4 !important;
    background-image: none !important;
}

.z-east-colpsd, .z-west-colpsd, .z-south-colpsd, .z-north-colpsd {
    background: #d4d4d4 !important;
    border: none !important;
}

.schedule-table .z-listbox-body
{
    height: calc( 100% - 64px );
    overflow-y: auto !important;
}

.chronogram-tree > .z-tree-header
{
    width: 100% !important;
}

.chronogram-tree > .z-tree-footer
{
    width: inherit !important;
}

.cmn-context-info .cmn-summary-html,
.cmn-context-info .z-north
{
    background-color: rgba(0,0,0,0.79);
    color: rgb( var(--color-white) ) !important;
}

.cmn-context-info .z-north span{
    color: rgb( var(--color-white) ) !important;
}

.cmn-context-info .z-north
{
    border-top: 1px solid rgba(80,80,80,1);
}

.cmn-context-info-container{
    position: absolute; 
    width:100%; 
    background: transparent !important; 
    transition: all 0.4s; 
    z-index: 20; 
    display:flex;
    height: 0px;
    opacity: 0.5;
    bottom: 0px; 
    left: 7.5%;
}

.cmn-context-info-container.visible{
    width:100%; 
    height: 130px;
    opacity: 1;
}

.tips-popup .z-popup-cl
{
    border: none !important;
    background: transparent !important;
    background-image: none !important;
}

.tips-popup .z-center-body
{
    overflow: auto !important;
}

.cmn-guidance-bottom-text,
.cmn-guidance-bottom-text a
{
    color: rgb( var(--color-white) );
}

.cmn-guidance-bottom-text a:hover
{
    background: transparent;
    text-decoration:underline;
}

.progress 
{
    height: 100%;
}

.progress-wrap 
{
    background: rgb( var(--color-white) );
    margin: 7px 0;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    border: 1px solid #C8C8C8;
}

.progress-bar 
{
    left: 0;
    position: absolute;
    top: 0;
    width: 0%;
}

.option-topic-selected svg *
{
    fill: rgb( var(--color-primary) );
    stroke: rgb( var(--color-primary) );
}

.colorbox-risk i
{
    width: inherit;
}

.default-block-pane .z-caption .z-caption-l > img 
{
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.default-block-pane .z-caption .z-caption-l 
{
    font-size: 12px;
}

.default-block-pane .z-textbox-readonly 
{
    background: white;
    border: 1px solid #E5E5E5;
}

.default-block-pane .z-groupbox-hr 
{
    background: none repeat scroll 0 0 transparent !important;
    padding-right: 0 !important;
 }
 
 .default-block-pane .z-groupbox-hl .z-groupbox-header 
 {
     border: 0 none !important;
     color: #373737 !important;
     font-family: arial,sans-serif !important;
     font-size: 12px !important;
     font-weight: normal !important;
     padding: 4px 5px !important;
 }
 
 .default-block-pane .z-groupbox-hl 
 {
     background: none repeat scroll 0 0 transparent !important;
     border-bottom: 0 none !important;
     padding-left: 0 !important;
     position: relative !important;
 }
 
 .default-block-pane .z-groupbox-tr 
 {
     position: relative !important;
 }
 
 .default-block-pane .z-groupbox-tl, .z-groupbox-tr 
 {
     background: none repeat scroll 0 0 transparent!important;
     font-size: 0 !important;
     height: 0!important;
     line-height: 0!important;
     margin-right: 0 !important;
 }
 
 .default-block-pane .z-groupbox-bl 
 {
     background: none repeat scroll 0 0 transparent !important;
     height: 0 !important;
     padding-left: 0 !important;
 }
 
 .default-block-pane .z-groupbox-bl, .z-groupbox-br, .z-groupbox-bm 
 {
     font-size: 0 !important;
     line-height: 0 !important;
 }
 
 .default-block-pane .z-groupbox-cnt 
 {
     border: 1px solid #E5E5E5 !important;
     padding: 5px !important;
     max-height: 400px;
 }
 
 .default-block-pane .z-groupbox-hm 
 {
     border: 1px solid #E5E5E5 !important;
     overflow: hidden !important;
     background: #E5E5E5 !important;
 }

 .default-block-pane .z-borderlayout 
 {
    max-height: 400px;
 }

 td[id$="bdflex"]
 {
     width: 0px;
     display: none;
    line-height: 0 !important;
 }
 
 .default-block-pane .z-groupbox-cnt 
 {
     border: 1px solid #E5E5E5 !important;
     padding: 5px !important;
     max-height: 400px;
 }
 
 .default-block-pane .z-groupbox-hm 
 {
     border: 1px solid #E5E5E5 !important;
     overflow: hidden !important;
     background: #E5E5E5 !important;
 }

 .default-block-pane .z-borderlayout 
 {
    max-height: 400px;
 }

 td[id$="bdflex"]
 {
     width: 0px;
     display: none;
 }

 .process-simulation .process-simulation-button 
 {
    display: inline-flex;
    float: left;
    height: 34px !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 7px 0 7px;
 }

 .process-simulation-button > div > div
 {
    display: flex;
    width: 20px !important;
 }

 .process-simulation-button:hover
 {
    background: #C0D7F3;
 }

.process-locator-table tr:nth-child(even)
{
    background: #F7F7F7;
}

.process-locator-table .z-treecell,
.document-table .z-listcell,
.audit-locator-table .z-listcell,
.occurrence-locator-table .z-listcell,
.project-locator-table .z-listcell,
.contract-locator-table .z-listcell
{
    border-right: 1px solid #E5E5E5;
    white-space: nowrap;
}

.document-table div.z-listbox-body td:nth-child(n+2),
.audit-locator-table div.z-listbox-body td:nth-child(n+2),
.occurrence-locator-table div.z-listbox-body td:nth-child(n+2),
.project-locator-table div.z-listbox-body td:nth-child(n+2),
.contract-locator-table div.z-listbox-body td:nth-child(n+2),
.process-locator-table div.z-tree-body td:nth-child(n+2)
{
    padding-left: 12px;
}

.document-table th.z-listheader > div,
.audit-locator-table th.z-listheader > div,
.occurrence-locator-table th.z-listheader > div,
.project-locator-table th.z-listheader > div,
.contract-locator-table th.z-listheader > div,
.process-locator-table th.z-treecol > div
{
    padding-left: 12px !important;
}

.project-locator-table tr.z-listitem
{
    height: 34px;
}

.rating-selector-empty
{
    display: flex;
    width: 16px;  
    height: 16px;  
    background: rgb( var(--color-white) );
    border: 0.7px solid rgb( var(--color-gray350) );
    border-radius: 3px;
    margin: 1px;
}

.rating-selector-fill
{
    display: flex;
    width: 16px;  
    height: 16px; 
    background: #3A9CFF;  
    border: 0.7px solid rgb( var(--color-gray350) );
    border-radius: 3px; 
    margin: 1px;
}

.simple-selector
{
    display: flex;
    align-items: center;
    height: 24px !important;
    background: rgb( var(--color-white) );
    color: rgb( var(--color-gray650) );
    border: 1px solid rgb( var(--color-gray350) ) !important;
    border-radius: 4px;
    padding: 0 8px;
}

.simple_text_area__disabled
{
    background: rgb( var(--color-gray250) ) !important;
    border: 1px solid rgb( var(--color-gray250) ) !important;
    color: rgb(var(--color-gray500)) !important;
}

.simple_text_area
{
    background: rgb( var(--color-white) );
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: rgb( var(--color-gray650) );
    border: 1px solid rgb( var(--color-gray350) );
}

.simple-selector-error
{
    display: flex;
    align-items: center;
    background: rgb( var(--color-white) );
    color: rgb( var(--color-gray650) );
    border: 1px solid red !important;
    border-radius: 4px;
    padding: 0 8px;
}

.simple-selector-component-error span
{
    color: #E63B3B !important;
}

.simple-selector-error.not-writable
{
    background: rgb( var(--color-gray150) ) !important;
}

.simple-selector-error-label /* the label below the input */
{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #E63B3B;
    order: 1;
}

.simple-selector .input
{
   outline-color: transparent;
}

.simple-selector.z-intbox-disd,
.simple-selector.z-timebox-disd,
.simple-selector.z-textbox-disd,
.simple-selector.z-doublebox-disd
{
    color: rgb(var(--color-gray500)) !important;
    background-color: rgb( var(--color-gray250) ) !important;
    border: 1px rgb( var(--color-gray250) ) !important;
    opacity: 1;
}

.simple-selector.z-spinner
{
    padding: 0 2px 0 4px;
}

.simple-selector.z-spinner .z-spinner-inp
{
    width: calc(100% - 21px);
    height: 24px !important;
    padding-top: 2px !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
    outline: none;
}

.simple-selector.z-spinner .z-spinner-btn
{
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none
}

.simple-selector.z-spinner .z-spinner-btn .z-spinner-btn-upper
{
    border: none;
    background-image: url( "../../../../sa/res?name=/images/sas/components/tb_arrow_up.png" );
    background-size: 12px;
    background-position: center;
    margin: 0 0 1px 0;
    background-repeat: no-repeat;
}

.simple-selector.z-spinner .z-spinner-btn .z-spinner-btn-lower
{
    border: none;
    background-image: url( "../../../../sa/res?name=/images/sas/components/tb_arrow_down.png" );
    background-size: 12px;
    background-position: center;
    margin: 1px 0 0 0;
    background-repeat: no-repeat;
}

.simple-selector table
{
    height: 100%;
}

.simple-selector .z-column-cnt
{
    display: flex;
    align-items: center;
}

.simple-selector.z-textbox.z-textbox-inplace
{
    background: transparent; 
    border: none !important;
}

.simple-selector.z-textbox
{
    color: rgb( var(--color-gray650) );
}

.simple-inputform
{
    width: 100% !important;
    height: fit-content !important;
    overflow: visible !important;
}

.simple-search-textbox
{
    text-align: start;
    margin: 0;
}

.simple-search-textbox::placeholder
{
    color:#999;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.simple-inputform-context                                                                                                                 
{                                                                                                                                        
    max-height: 400px !important;                                                                                                      
}

.occurrence-field-table-cell .z-treecell-cnt 
{
    display: flex;
    align-items: center;
}

.z-toolbar-tabs .tips_toolbarbutton img,
.z-toolbar-tabs .tips_toolbarbutton svg
{
    width: 16px;
    height: 16px;
}

.sa-popup-menu-bar button
{
    height: 20px;
}

.sa-popup-menu-component
{
    padding: 4px;
    background-color: rgb( var(--color-white) );
    border-radius: 4px;
    box-shadow: 0px 0px 8px rgba(178, 178, 178, 0.2);
}

.sa-popup-menu-bar .z-menu-inner-l,
.sa-popup-menu-bar .z-menu-inner-r
{
    display: none !important;
    background: none !important;
}

.sa-popup-menu-bar .z-menu-inner-m div
{
    background: none;
    padding: 0;
}

.sa-popup-menu-bar .z-menu-btn
{
    padding: 0 !important;
    margin: 0;
    width: 20px;
}

.sa-popup-menu-bar .z-menu-inner-m
{
    background: none !important;
}

.sa-popup-menu-bar .z-menu-body-seld
{
    background: none !important;
    border: none !important;
}

.popup-menu
{
    background: transparent no-repeat right center !important;
    background-image: url( "../res?name=/images/sas/cmn/tb_more.png" ) !important;
    background-color: transparent;
    cursor: pointer;
    border: none;
    padding: 5px;
    padding-right: 10px;
    color: rgb( var(--color-gray650) );
    font-size: 12px;
}

.sa-popup-component
{
    min-width: 30px;
    min-height: 30px;
    max-width: 400px;
    background: none !important;
    background-color: rgb( var(--color-white) ) !important;
    box-shadow: 0px 0px 8px rgba(178, 178, 178, 0.2);
}

.sa-popup-menu-component > ul,
.sa-popup-component > div
{
    background: rgb( var(--color-white) ) !important;
    border: 1px solid rgb( var(--color-gray350) );
    border-radius: 4px;
    overflow: auto !important;
    max-height: inherit;
    max-width: inherit;
}

.popup-item a,
.popup-menu a,
.popup-menu-item a
{
    color: rgb( var(--color-gray650) );
    font-size: 12px;
    text-decoration: none;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.sa-popup-menubar
{
    background: transparent !important;
    border: none;
    cursor: pointer;
}

.sa-popup-menubar[mode="MODERN"]
{
    display: flex;
    align-items: center;
    border-radius: 4px;
    height:26px;
    font-size: 14px;
    font-family: arial;
    border:none;
    color: rgb( var(--color-gray550) );
}

.sa-popup-menubar[mode="MODERN"]:hover
{
    background-color: rgb( var( --color-gray200 ) ) !important;
    cursor: pointer;
}

.toolbar-item.popup-menu-item a
{
    gap: 8px;
}

.sa-popup-menu-component:has( .toolbar-item )
{
    top: 30px !important;
}

.popup-menu-item.toolbar-item.toolbar-item-disd:hover
{   
    background-color: transparent !important;
}

.popup-item
{
    padding: 8px 6px;
    color: rgb( var(--color-gray650) );
    cursor: pointer;
    background-color: transparent;
}

.popup-menu-item
{
    padding: 5px;
    padding-right: 10px;
    color: rgb( var(--color-gray650) );
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.popup-menu-item__empty
{
    padding: 5px;
    padding-right: 10px;
    color: rgb( var(--color-gray650) );
    background-color: transparent;
    border: none;
}

.popup-menu-item__empty a
{
    color: rgb( var(--color-gray650) );
    font-size: 12px;
    text-decoration: none;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.popup-item:hover,
.popup-menu:hover,
.popup-menu-item:hover
{   
    background-color: rgb( var(--color-cyan40) ) !important;
    border-radius: 4px !important;
}

ul.breadcrumb 
{
    padding-left: 25px;
    list-style: none;
    margin: 0px;
    display: flex;
    flex-direction: row;
    padding-top: 5px;
    padding-bottom: 5px;
}
  
  
  /* Display list items side by side */
ul.breadcrumb li 
{
    display: inline;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: default;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb( var(--color-primary) );
    font-weight: bold;
}
  
  /* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before 
{
    display: inline-block;
    padding-right: 5px;
    background-image: url("../res?name=/images/sas/cmn/tb_s_arrow_right.png");
    content: "";
    background-repeat: no-repeat;
    background-size: 16px 12px;
    width: 16px;
    height: 12px;
    vertical-align: middle;
}
  
  /* Add a color to all links inside the list */
ul.breadcrumb li a 
{
    margin: 0 8;
    color: rgb( var(--color-gray550) );
    text-decoration: none;
    cursor: pointer;
}
  
  /* Add a color on mouse-over */
ul.breadcrumb li a:hover 
{
    color: #01447e;
    text-decoration: underline;
}

.checkbox-group
{
    display: flex;
    align-items: center; 
}

.checkbox-group input
{
    height: 16px;
    width: 16px;
}

.simple-generate-code-button
{
    width: 111px; 
    height: 26px; 
    background: rgb( var(--color-white) );
    border: 1px solid rgb( var(--color-gray350) );
    border-radius: 4px; 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; 
    font-size: 12px; 
    color: rgb( var(--color-gray650) );
    cursor: pointer;
}

.simple-generate-code-button:disabled 
{
    color: rgb( var(--color-gray350) );
}

.searchfield-popup.z-popup .z-popup-cnt > span
{
    display: flex;
    flex-direction: column;
}

.searchfield-popup.z-popup .z-radio
{
    display: flex;
    align-items: center;
}

.searchfield-popup.z-popup .z-radio > input
{
    margin: 3px;
}

.form-modern 
{
    background: white !important;
    width: 100% !important;
}

.form-modern .default-window-center
{
    background: white !important;
}

.form-modern .z-south
{
    background: white !important;
}

.form-modern-tab 
{
    width: 100% !important; 
}

.form-modern-tab .z-tab-seld .z-tab-hl
{
    background: transparent !important;
    /* border-bottom: solid 2px rgb( var(--color-suite) ); */
    
    border-top: 0px;
    margin: auto auto 0px;
}

.form-modern-tab .z-tab-hl, .form-modern-tab .z-tab-hm, .form-modern-tab .z-tab-hr 
{
    background: rgb( var(--color-white) );
}

.form-modern-tab .z-tab-text 
{
    padding: 5px 10px !important;
    color: rgb( var(--color-gray450) );
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.form-modern-tab .z-tab-seld .z-tab-text 
{    
    color: rgb( var(--color-primary) );
    font-weight: 700;
}

.form-modern .form-table 
{        
    border-collapse: separate;
    border-spacing: 0 18px;  
}

.form-modern-button{
    height: 32px;
    background: rgb( var(--color-primary) );
    border-radius: 4px;
    /* padding-top: 10px; */
    padding-right: 5px;
    /* padding-bottom: 10px; */
    padding-left: 5px;
    font-family: 'Arial';
    font-style: bold;
    font-size: 12px;
    color: white;
    border: 0;
    cursor: pointer;
}

.form-modern-button:hover
{    
    opacity: 0.9;    
}

.form-modern-button:active
{    
    opacity: 1;    
}

.form-modern .form-field-box:has( .form-list )  
{
    margin-top: 12px;
}

.form-modern .form-list .search-field
{    
    margin-bottom: 6px !important;        
}

.form-modern .form-list .search-field .z-center
{    
    border-radius: 4px;        
}

.form-modern .form-list .search-field .z-west
{    
    display: none;        
}

.form-modern .form-list .form-list-button
{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 4px;
}

.form-modern .form-list .z-listbox
{
    border-radius: 4px;
}

.form-modern .form-list th:last-child
{
    border: 0 !important;
}

.form-modern-textarea .editor
{
    border-radius: 6px;
}

.form-modern-textarea .sa-toolbar
{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.form-modern-textarea .limit
{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.form-error
{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    /* identical to box height, or 140% */

    display: flex;
    align-items: center;

    color: rgb( var(--color-red200) );
}

.form-section
{
    margin-top: 5px; 
    margin-bottom: 5px;
}

.form-modern .form-section
{
    border-left: 5px solid #3A9CFF;
    border-radius: 6px;    
    margin-top: 18px;
    margin-bottom: 0;    
}

.form-section-content
{
    border-right: 1px solid #C1C1C1; 
    border-bottom: 1px solid #C1C1C1; 
    border-left: 1px solid #C1C1C1; 
    border-top: none;

    padding-top: 8px;
}

.form-modern .form-section-content
{    
    border-bottom-right-radius: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.form-modern .form-section-header-title
{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 12px;
    line-height: 14px;

    color: rgb( var(--color-gray650) );
}

.form-modern .form-section-header
{
    background: rgb( var(--color-gray100) ) !important;
    border-top-right-radius: 6px;
    height: 40px !important;
}

.form-modern .form-section .form-section-header
{
    border-bottom-right-radius: 6px;
}

.form-modern .form-section.expanded .form-section-header
{
    border-bottom-right-radius: 0;
}

.form-modern .form-section-bt
{    
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
}

.form-modern .form-section > .form-section-header .form-section-bt
{
    background-image:  url("../res?name=/images/sas/bpm/tb_s_show_more.png");
}

.form-modern .form-section.expanded > .form-section-header .form-section-bt
{
    background-image:  url("../res?name=/images/sas/bpm/tb_s_show_less.png");
}

.form-multi-list {
    width: 100% !important;
    width: -moz-available !important;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available !important;  /* Mozilla-based browsers will ignore this. */
    width: fill-available !important;
}

.form-multi-list .z-listbox-body 
{
    width: 100% !important;
    width: -moz-available !important;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available !important;  /* Mozilla-based browsers will ignore this. */
    width: fill-available !important;
}
    
.form-modern .form-multi-list 
{
    background: inherit !important;
    border: 1px solid rgb( var(--color-gray400) );
    border-radius: 6px;
}

.form-modern .form-multi-list .z-listbox-body 
{
    background: rgb( var(--color-white) );
}

.form-modern .form-multi-list-button
{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 4px;
}

.form-modern .form-info 
{
    padding: 10px;
    background: #EBF4FF;
    background-color: #EBF4FF !important;
    border-radius: 4px;

    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;

    color: rgb( var(--color-gray650) );
}

.form-modern .form-info span 
{    
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgb( var(--color-gray650) );
}

.form-modern .form-info .no-background-grid-body 
{    
    width: 100% !important;
}

.form-modern-field 
{
    display: flex;
    align-items: center;
    height: 32px !important;
    background: rgb( var(--color-white) );
    color: rgb( var(--color-gray650) );
  
    border: 1px solid rgb( var(--color-gray400) ) !important;
    border-radius: 6px;
    padding: 0px;
    margin-bottom: 1px;
    opacity: 1;
    box-sizing: border-box;
}

.form-modern-field.readonly
{
    background: rgb( var(--color-gray100) ) !important;
}

.form-modern-field.readonly .button-box span
{
    opacity: 0.15;
}


.form-modern-field:focus-within  
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid rgba(77, 144, 254, 0.5) !important;    
}

.form-modern-field input::placeholder,
.form-modern-field div::placeholder,
.form-modern-field::placeholder
{
    color: rgb( var(--color-gray400) );
    font-family: 'Arial';
    font-size: 12px;
    font-weight: normal;
}  

input.form-modern-field.readonly::-webkit-input-placeholder,
input.form-modern-field.readonly::placeholder,
.form-modern-field.readonly input::-webkit-input-placeholder,
.form-modern-field.readonly input::placeholder  
{
    opacity: 0;
}

input.form-modern-field.readonly:-ms-input-placeholder
{
    opacity: 0;
}

.form-modern-field.readonly input:-ms-input-placeholder
{
    opacity: 0;
}
     
textarea.form-modern-field.readonly::-webkit-input-placeholder,
textarea.form-modern-field.readonly::placeholder   
{
    opacity: 0;
}

textarea.form-modern-field.readonly:-ms-input-placeholder
{
    opacity: 0;
}

.form-modern-textarea.readonly .sa-editor-placeholder
{
    opacity: 0;
}

.form-modern-field.error
{
    border: 1px solid rgb( var(--color-red200) ) !important;
}

input.form-modern-field.readonly
{
    background: rgb( var(--color-gray100) ) !important;
    color: rgb( var(--color-gray450) ) !important;
    opacity: 1;
    }

textarea.form-modern-field.readonly
{
    background: rgb( var(--color-gray100) ) !important;
    color: rgb( var(--color-gray450) ) !important;
    opacity: 1;
}

.form-modern-field.readonly input
{
    background: inherit !important;
    color: rgb( var(--color-gray450) ) !important;
    opacity: 1;
}

.form-modern-field.readonly .z-datebox,
.form-modern-field.readonly .z-timebox
{    
    opacity: 1 !important;
}
    
.form-modern-slider .z-intbox-disd
{
    background: rgb( var(--color-gray100) ) !important;
    color: rgb( var(--color-gray450) ) !important;
    opacity: 1;
}  

.form-modern-field .itemSelectorDisabled,
.form-modern-field .itemSelectorEnabled 
{
    border: 0;
    background: inherit;
}

.form-modern-field .itemSelector
{
    cursor: inherit !important;
}

.form-modern-field.duration.readonly
{
    color: rgb( var(--color-gray650) ) !important;
}

.form-modern-field.datetime.readonly input
{
    color: rgb( var(--color-gray650) ) !important;
}

.form-modern-field.sa_input.readonly input
{
    color: rgb( var(--color-gray650) ) !important;
}

.form-modern-field.z-decimalbox.readonly
{
    color: rgb( var(--color-gray650) ) !important;
}

.form-modern-field.int.readonly input
{
    color: rgb( var(--color-gray650) ) !important;
}

.form-modern-radio
{
    display: flex;    
    gap: 18px !important; 

    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
    /* identical to box height, or 117% */

    color: rgb( var(--color-gray650) );
}

.form-modern-radio.vertical
{
    display: flex;   
    flex-direction: column; 
    gap: 14px !important;
}

.form-modern-radio .z-radio 
{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.form-modern-radio .z-radio  input[type=radio] 
{
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgb( var(--color-gray400) ) !important;
    margin: 0;    

    border-radius: 50%;
    background-color: transparent;

    display: grid;
    place-content: center;
}

.form-modern-radio .z-radio  input[type=radio]:checked 
{
    border: 1px solid #3A9CFF !important;
}

.form-modern-radio .z-radio input[type="radio"]::before 
{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);

    box-shadow: inset 1em 1em #3A9CFF;
}

.form-modern-radio .z-radio input[type="radio"]:checked::before 
{
    transform: scale(1);
}

.form-modern-check input[type=checkbox] 
{
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgb( var(--color-gray400) );
    border-radius: 2.77273px;

    background-color: transparent;

    display: grid;
    place-content: center;
}  

.form-modern-check input[type=checkbox]:checked 
{
    border: 1px solid #3A9CFF;

    background-color: #3A9CFF ;
}

.form-modern-check input[type="checkbox"]::before 
{
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);

    box-shadow: inset 1em 1em rgb( var(--color-white) );

    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.form-modern-check input[type="checkbox"]:checked::before 
{
    transform: scale(1);
}

.form-modern-slider 
{
    display: flex;
    width: 100%;
    height: 32px;
    align-items: center;
}

.form-modern-slider input
{
    width: 46px !important;
    height: 32px;
    text-align: center;
    background: rgb( var(--color-white) );
    border: 1px solid rgb( var(--color-gray400) );
    border-radius: 6px;

    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */

    color: rgb( var(--color-gray650) );
}

.form-modern-slider .ui-slider
{
    top: 0 !important;
    height: 8px !important;
    margin-left: 18px !important;
    width: calc(100% - 70px) !important;
}

.form-modern-slider .ui-slider-handle
{
    top: -3 !important;
}

.form-modern-field .itemSelector 
{
    outline: 0;
}  

.form-modern-field.time, 
.form-modern-field.date, 
.form-modern-field.datetime, 
.form-modern-field.duration, 
.form-modern-field.int   
{
    width: 210px !important
}

.form-modern-field.z-textbox, .form-modern-field.z-intbox, .form-modern-field.z-decimalbox 
{
    padding-left: 16px !important;
    background: inherit;
}

.form-modern-field .selectize-input 
{    
    left:0 !important;
    top:0 !important;
    border: 0 !important; 
    background: inherit;
    width: 100% !important;
}

.form-modern-field .selectize-input.locked
{
    background: inherit;
}

.form-modern-field .selectize-input.locked .user-input-selected-option-name
{
    background: inherit;
    color: rgb( var(--color-black) );
    opacity: .6;
    font-weight: normal;
}

.form-modern-field .selectize-input input 
{
    padding-left: 16px !important;
    left:0 !important;
    top:0 !important;
}

.form-modern-field .z-timebox 
{    
    background: inherit;
}

.form-modern-field .z-timebox-inp 
{
    border: 0;
    outline: none !important;
    width: 100%;
    padding-left: 16px !important;
    background: inherit;
}

.form-modern-field .z-combobox-inp 
{    
    width: 100% !important;
    padding-left: 16px !important;
    border: 0;
    background: rgb( var(--color-white) );
    outline: 0;   
    background: inherit;
    cursor: pointer;
}

.form-modern-field .z-combobox-inp.z-combobox-readonly
{
    color: rgb( var(--color-gray650) ) !important;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.form-modern .z-combobox-pp 
{        
    background: rgb( var(--color-white) );
}


.form-modern-field input 
{
    border: 0;
    outline: none !important;
    width: 100%;
    padding-left: 16px !important;
    background: inherit;
    color: rgb( var(--color-gray650) );
}

textarea.form-modern-field  
{    
    height: auto !important;
    padding-top:13px;
    padding-bottom:13px;
}

.form-modern-field .z-combobox-btn 
{    
    width: 20px;
    height: 20px;
    border: 0 !important;
    background-image:  url("../res?name=/images/sas/bpm/tb_s_open_options.png");
    background-position:0;

    margin: 0px 10px;
}

.form-modern-field .z-datebox-inp 
{
    border: 0;
    outline: none !important;
    width: 100%;
    padding-left: 16px !important;
    background: inherit !important;
}

.form-modern-field .z-datebox
{
    background: inherit !important;
}

.form-modern-field .z-datebox-disd
{
    background: inherit !important;
}

.form-modern-field .z-datebox-btn 
{    
    display: none;
}

.form-modern-field .z-timebox-btn 
{    
    display: none;
}

.form-modern-field .button-box 
{
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgb( var(--color-gray400) ) !important;
    padding: 0px 12px;
    height: 100%;
    gap:4px;
}

.form-modern-field .button-box.right 
{    
    border:0 !important;    
}


.form-modern-field .button-box .NoClass-disd 
{
    opacity: 1 !important;
}

.form-modern-field .button-box .NoClass,
.form-modern-field .button-box .NoClass-body,
.form-modern-field .button-box .NoClass-cnt
{
    width: 20px;
    height: 20px;
}

.form-modern-field .button-box .z-upload 
{
    display: none;
}

/* .form-modern-field .button-box .z-upload {      
width: 20px;
left: -1px !important;
cursor: pointer;
} */

.form-modern-label 
{                
    display: flex;
    margin-bottom: 8px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height, or 117% */
    color: rgb( var(--color-gray650) );
}

.form-modern-label .form-label
{
    overflow: hidden;
    text-overflow: ellipsis;    
}

.form-modern-label .form-label.error 
{          
    color: rgb( var(--color-red200) ) !important;
}

.form-modern-label .z-label 
{
    font-size: 12px;
    font-family: 'Arial';
    color: rgb( var(--color-gray650) );
    font-weight: 700;
}

.form-modern-label .form-label-optional 
{
    font-family: 'Arial';
    font-style: italic;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 14px;    
    /* identical to box height, or 117% */

    color: rgb( var(--color-gray400) ) !important;
}

.form-label-required 
{
    font-size: 14px !important;
}

.input-reset-password
{
    font-size: 16px;
    width: 100%;
    font-weight: 400;
}

.toogle-password 
{
    position: absolute;
    height: 20px;
    width: 20px;
    margin-top: 7px;
    margin-left: 10px;
}

.svg-icon 
{
    position: absolute;
    fill: #a7a7a7;
    stroke-width: 0px;
    stroke: #a7a7a7;
    cursor: pointer;
}

.svg-icon:focus,
.svg-icon:hover 
{
    fill: rgb( var(--color-primary) );
    stroke:rgb( var(--color-primary) );
}

.doc-tree .z-treecell-cnt > img
{
    width: 20px;
    height: 20px;
}

td.z-treecell
{
    border: 0;
    border-left: 0;
}

tr.z-treerow-over > td.z-treecell 
{
    border-top: 0;
    border-bottom: 0;
}

.ishikawa-style-selected > span, 
.ishikawa-style-selected-orange > span,
.ishikawa-style-unselected > span
{
    display: block;
    max-width: 90px;
    word-wrap: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
}

.autocomplete-selector-table td
{
    padding: 0;
}

.breadcrumb-label
{
    cursor: pointer;
    text-decoration: solid underline transparent;
    transition: text-decoration 0.2s;
}

.breadcrumb-label:hover
{
    text-decoration-color: rgb( var( --color-white ) );
}

.z-treecell[sa-inactive-treecell]
{
    filter: grayscale(1) !important;
    opacity: 0.4 !important;
}

.custom-tree .z-tree-body table .z-treechildren .z-treerow:nth-child(even)
{
    background-color: #F7F7F7;
}

.custom-tree .z-tree-body table .z-treechildren .z-treerow:nth-child(odd)
{
    background-color: rgb( var(--color-white) );
}

.arrow_action:hover
{
    background-color: rgb( var(--color-gray200) );
    border-radius: 4px;
}

.arrow_action:active
{
    background-color: rgb( var(--color-gray200) );
    border-radius: 4px;
    box-shadow: 0px 0px 2.18px 0px rgba(0, 0, 0, 0.25);
}

div.mobile.page .pdf-toolbar-pane .z-slider-hor
{
    margin-right: 5px !important;
}

div.mobile.page .pdf-toolbar-pane .z-textbox
{
    width: 40px !important;
}

div.mobile.page .pdf-toolbar-pane .z-intbox
{
    width: 35px !important;
}

div.mobile.page .pdf-toolbar-pane .pdf-btnClose
{
    margin-left: 5px !important;
}

.ui-tooltip.component__tooltip
{
   background: rgb( var(--color-gray650) ) !important;
   border: none !important;
   border-radius: 4px !important;
   padding: 8px 12px;
   display: block;
   pointer-events: none;
   position: absolute;
   z-index: 999999; /*Workaround for Modals created without ZK Window component*/
   max-height: 164px;
   max-width: 314px;
}

.ui-tooltip-content.component__tooltip__content
{
   color: rgb( var(--color-white) ) !important;
   font-size: 12px;
   font-family: Arial;
   font-style: normal;
   line-height: 16px;
   max-width: 298px;  /* 314px - 16px (Padding) */
   max-height: 140px; /* 164px - 24px (Padding) */
   overflow: hidden;
}

.eap-project-tooltip td,
.eap-task-tooltip td
{
    padding: 3px 0;
}

@media only screen and (max-width: 768px) {
    .signature-window .z-window-modal-cnt-noborder,
    .extended-chart-window .z-window-modal-cnt-noborder {
        width: 98vw;
        height: 60vh;
    }

    .signature-certificate-table {
        margin: 15px 0 15px 0;
    }
    
    .signature-window-title {
        width: auto;
    }

    .signature-window-user {
        width: auto;
        font-size: 15px;
    }
}

.z-paging
{
    padding: 10px 14px 10px 14px;

    .z-paging-text
    {
        font-size: 12px !important;
    }

    .z-paging-inp
    {
        height: 18px;
        width: 40px;
        padding: 2px 0px 2px 6px;
        font-size: 12px !important;
        border-radius: 4px;
        border-color: rgb(var(--color-gray350));
    }

    .z-paging-btn
    {
        border-radius: 4px;

        &:hover
        {
            background-color: rgb(var(--color-gray200));

            *
            {
                color: rgb(var(--color-gray600));
            }
        }

        &:active
        {
            box-shadow: inset 0px 0px 1px 1px rgb(var(--color-gray350));
            background-color: rgb(var(--color-gray200));

            *
            {
                color: rgb(var(--color-gray600));
            }
        }

        button
        {
            height: 20px !important;
            width: 20px !important;
            color: rgb(var(--color-gray500));
            background-image: unset !important;

            svg
            {
                height: 16px;
                width: 16px;
            }
        }
    }

    .z-paging-btn.z-paging-btn-disd
    {
        color: rgb(var(--color-gray350)) !important;
        opacity: 1;

        &:hover
        {
            background-color: transparent;
        }

        &:active
        {
            background-color: transparent;
            box-shadow: unset;
        }

        *
        {
            color: rgb(var(--color-gray350)) !important;
            opacity: 1;
        }
    }

    .z-paging-info
    {
        top: calc(50% - 6px) !important;
        right: 14px !important;
        font-size: 12px !important;
    }

    .paging__duration
    {
        position:absolute;
        top:calc(50% - 6px);
        font-size: 12px;
    }
}