html, body {
    min-width: 1024px;
	display: flex;
	flex-direction: column;    
}

body {
	min-height: 100vh;
	margin: 0;
}

/** Header */
#header {
	background: none;
    border-bottom: 2px solid #DFE8F6;
}

.eppk .workspace_toolbar {
    background-image: url(../../../images/src/eppk/center_bg.gif);
	background-repeat: repeat-x;
    border-bottom: 1px solid #8DB2E3;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.eppk .workspace_toolbar .toolbarAction {
	margin-top: 3px;
}

.eppk #toolbar {
	background: none;
 	font-weight: bold;
    border:0px;
    height: auto;
    width: 100%;
}

#mainIcon {
	width: 125px;
	height: 30px;
}

.eppk #toolbar_menu {
	margin-top: 10px;
}

.eppk #toolbar_menu ol li {
	float:right;
    display:block;
	margin-top:5px;
}

.eppk #toolbar_menu ol li a.help {
	background-image: url(../../../images/src/eppk/information.png);
	background-repeat: no-repeat;
    text-decoration: none;
    padding-right:15px;
    padding-left:20px;
}

.eppk #toolbar_menu ol li a.modules {
	background-image: url(../../../images/src/eppk/application_view_tile.png);
	background-repeat: no-repeat;
    text-decoration: none;
    padding-right:10px;
    padding-left:20px;
}

.eppk #toolbar_menu ol li a.dateEtl {
	background-image: url(../../../images/src/eppk/information.png);
	background-repeat: no-repeat;
    text-decoration: none;
    padding-right:10px;
    padding-left:20px;
}

.eppk #toolbar_menu ol li a:hover {
    text-decoration: underline;
    border:none;
}

.fields_list_header span.selections {
    background-position: -981px 2px;
    height: 16px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-top: 7px;
}

.eppk input.search_file {
    top: 5px;
}

.eppk input.search_file_dialog {
    width: 303px;
}

span.cancel_search {
    margin-top: 3px;
}

span.cancel_search:hover {
    opacity: 1;
}

.fields_list_header  span.selections.use {
    background-position: -981px -11px;
}

.fields_list_header span.addComposedFilter {

    background: url("../../../images/src/context_down.png") no-repeat scroll center center transparent;
    margin-top:4px;
    height: 16px;
    width: 14px;
    float: right;
    cursor: pointer;

}

.noCursor{
    cursor:auto !important;
}


/* ************************ AJOUT EXTJS ********************************/
.eppk .x-menu {
	z-index: 15000;
	zoom: 1;
	background: repeat-y;
	background-color:#f0f0f0;
	background-image:url(../../../images/src/eppk/menu.gif);
}

.eppk .x-menu li{
	line-height:100%;
}

.eppk .x-menu a {
    text-decoration: none !important;
}

.eppk .x-menu-item{
    -moz-user-select: none;
    -khtml-user-select:none;
    -webkit-user-select:ignore;
}

.eppk a.x-menu-item {
    cursor: pointer;
    display: block;
    line-height: 16px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 3px 21px 3px 27px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
	color:#222;
}

.eppk .x-menu-focus {
	position:absolute;
	left:-1px;
	top:-1px;
	width:1px;
	height:1px;
    line-height:1px;
    font-size:1px;
    -moz-outline:0 none;
    outline:0 none;
    -moz-user-select: none;
    -khtml-user-select:none;
    -webkit-user-select:ignore;
    overflow:hidden;
    display:block;
}

.eppk .x-menu-list{
    padding: 2px;
	background:transparent;
	border:0 none;
    overflow:hidden;
    overflow-y: hidden;
}

.dialog_selections .count{
    font-weight: bold;
}

.dialog_selections .valueRange {
    overflow: hidden !important;
}

.eppk #composedDimensions > div{
    overflow: auto;
    height: 344px;
}

.eppk .composedDimBuilder {
    overflow: auto;
    float: left;
    display: block;
    height: 100%;
}

.eppk .composedDimBuilder .header {
    background-image: url(../../../images/src/eppk/center_bg.gif);
    background-repeat:repeat;
    border-top: 1px solid #8DB2E3;
    border-bottom: 1px solid #8DB2E3;
    color : #416AB3;
    line-height: 1.7em;
    margin: 0;
    padding: 5px 10px 6px;
}

.dialog_composedDimension {
    min-width: 800px !important;
    margin-left : 0px;
    margin-right : 0px;
    background-color: #d3d3d3;
}
.dialog_composedDimension .dialog_icon {
    display: none;
}
.dialog_composedDimension .dialog_body {
    height: 380px;
    overflow: hidden !important;
    margin:0px;
    padding: 5px 0px !important;
}

.dialog_composedDimension .existingDimension{
    line-height: 6em;
    background-color: white
 }

.dialog_composedDimension .addDimension{
    border-top: 1px solid grey;
    font-weight:bold;
    padding: 20px 0px;
}

.dialog_composedDimension .existingDimension .d_dimension{
     padding: 4px 8px 4px 8px;
     min-width: 70px;
     border-radius: 4px;
 }

.d_dimension_composed {
    background: #e5f6ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e9ef), to(#c2d5e2));
    background: -moz-linear-gradient(top, #e0e9ef 0%, #c2d5e2 100%);
    border: 1px solid #2a6085;
    color: #2a6085;
    display: inline !important;
    box-shadow: 0 0 2px #DDD;
    padding: 4px 8px 4px 8px;
    min-width: 70px;
    border-radius: 4px;
}


.eppk .x-menu-list-item{
    white-space: nowrap;
	display:block;
	padding:1px;
	font:normal 11px arial,tahoma,sans-serif;
}

.eppk .x-menu-floating{
    border-color:#718bb7 !important;
    border: 1px solid;
}

.eppk .x-menu-item-icon {
	border: 0 none;
	height: 16px;
	padding: 0;
	vertical-align: top;
	width: 16px;
	position: absolute;
    left: 3px;
    top: 3px;
    margin: 0;
    background-position:center;
}

.eppk .x-layer {
    visibility: hidden;
}

.eppk .forcedHide{
    display: none !important;
}

.eppk .x-menu-item-active {
    background-image: url(../../../images/src/eppk/item-over.gif);
	background-color: #dbecf4;
    border-color:#aaccf6;
	background-repeat: repeat-x;
    background-position: left bottom;
    border-style:solid;
    border-width: 1px 0;
    margin:0 1px;
	padding: 0;
}

.eppk .x-menu-item-active a.x-menu-item {
    border-style:solid;
    border-color:#aaccf6;
    border-width:0 1px;
    margin:0 -1px;
}

.eppk .x-menu-sep {
    background-color:#e0e0e0;
	border-bottom-color:#fff;
	display:block;
	font-size:1px;
	line-height:1px;
	margin: 2px 3px;
	border-bottom:1px solid;
    overflow:hidden;
}


/**************  Logo   ******************/
.eppk #logo {
    display:block;
    float:left;
    min-width:120px;
    width:auto;
    font-weight: bold;
    margin-bottom: 0px;
}

.eppk #logo td{
    padding: 0px;
}

.eppk #logo .icon{
	padding: 10px 5px 2px 5px;
	vertical-align: middle;
}

.eppk #logo #saikuIconToolbar{
	vertical-align: middle;
	float: inherit;
}

.eppk #logo .userIcon {
    padding-left: 9px;
    padding-top: 4px;
}

.eppk #logo .userIcon img {
    margin-top:2px;
}

.eppk #logo #username {
    font-weight: bold;
    padding-left: 2px;
    padding-top: 2px;
    width:auto;
    font-size: var(--font-size-giant);
}

.eppk #logo a {
	background-position:inherit;
	width: inherit;
	text-indent: inherit;
    margin: auto;
    height: auto;
}

.eppk #toolbar ul,ol,li{margin:0;padding:0;}

.eppk #toolbar ol,ul {list-style:none;}

/**************  Tabs   ******************/
/** Tab Panel */

.eppk #tab_panel {
    border-top: 1px solid #8DB2E3;
    display: block;
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
}

.eppk .tab_container {
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
}

.eppk .tabs {
    background-color: #deecfd;
	background-repeat: repeat-x;
    border-bottom: 1px solid #8DB2E3;
    border-top: 2px solid #8DB2E3;
    height: 29px;
    padding-top: 0px;
    text-align: left;
    overflow: hidden;
}

.eppk .about-logo {
    background-image: url(../../../images/src/eppk/logo-decalog-sigb-noir.png) !important;
    background-repeat: no-repeat;
    height: 38px;
    width: 200px;
}


.eppk .tabs ul {
    background: #F8F8F8;
    margin: 0;
    padding: 0 0 0 2px;
}

.eppk .use_result_label{
    width:350px;
}

.eppk .tabs ul li {
    float: left;
    list-style: none;
    padding-right: 4px;
    background-image: url(../../../images/src/eppk/tabs_bg.png);
	background-repeat: repeat-x;
    color: #416AA3;
    border-left: 1px solid #8DB2E3;
    border-top: 1px solid #8DB2E3;
    border-right: 1px solid #8DB2E3;
    display: block;
    margin:1px 1px -1px 0;
    padding: 2px 0px 4px 0px;
    text-decoration: none;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}
.eppk .tabs ul li.selected {
    border-left: 1px solid #8DB2E3;
    border-top: 1px solid #8DB2E3;
    border-right: 1px solid #8DB2E3;
    background-image: url(../../../images/src/eppk/tabs_bg_selected.png);
    border-bottom: 1px solid #F0F0F0 !important;
    font-weight: bold;
}

.eppk .tabs ul li.selected:hover {
    border-left: 1px solid #8DB2E3;
    border-top: 1px solid #8DB2E3;
    border-right: 1px solid #8DB2E3;
    background-image: url(../../../images/src/eppk/tabs_bg_selected.png);
    border-bottom: 1px solid #F0F0F0 !important;
    font-weight: bold;
}

.eppk .tabs ul li:hover {
    border-left: 1px solid #BBB;
    border-top: 1px solid #BBB;
    border-right: 1px solid #BBB;
    background-image: url(../../../images/src/eppk/tabs_bg_hover.png);
	background-repeat: repeat-x;
}
.eppk .tabs ul li a {
    color: #416AA3;
    cursor: pointer;
    padding: 5px 2px 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.eppk .tabs ul li.selected a {
     color: #416AB3;
}

.eppk .tabs ul li .saikutab>span {
	color: #416AB3;
}

.eppk .tabs ul li a:hover{
    color: #416AB3;
}
.eppk .tabs ul li span.close_tab {
	background-image: url(../../../images/src/eppk/tab-close.gif);
    display: inline-block;
    height: 18px;
    text-indent: -9999px;
    width: 20px;
    background-position:top;

}
.eppk .tabs ul li span.close_tab:hover {
    background-image: url(../../../images/src/eppk/tab-close.gif);
    height: 18px;
    width: 20px;
     background-position:top;
}

.eppk .tabs a.pager {
	background-image: url(../../../images/src/eppk/icon-arrow-down.gif);
	background-position:center;
    background-color: #CDDCEE;
    border: 1px solid #8DB2E3;
    margin-top: 2px;
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

.eppk .pager_contents {
	top: 46px;
	right: 10px;
	background-color:  #EBF3FD;
	border: 1px solid #8DB2E3;
}

.eppk .pager_contents a {
	padding-left:2px;
	color: #416AB3;
}

.eppk .sidebar h3 {
    background-image: url(../../../images/src/eppk/center_bg.gif);
    background-repeat:repeat;
    border-top: 1px solid #8DB2E3;
    border-bottom: 1px solid #8DB2E3;
	color : #416AB3;
}

.eppk .sidebar h3>b>span {
	color : #416AB3;
}

.composedDimBuilder h3{
    background-image: url(../../../images/src/eppk/center_bg.gif);
    background-repeat:repeat;
    border-top: 1px solid #8DB2E3;
    border-bottom: 1px solid #8DB2E3;
    color : #416AB3;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFFFFF;
    line-height: 1.5em;
    margin: 0;
    padding: 5px 10px 6px;
}

.eppk .sidebarComposed {
    float: left;
    overflow: auto;
    width: 260px;
}



/** TabHelp  */
.eppk .tabs a.help_global {
    margin-top: 2px;
    margin-right: 5px;
    float: right;
    height: 16px;
    width: 16px;
	background-image: url(../../../images/src/eppk/help.png);
}

.eppk .tabs a.dictionary {
    margin-top: 2px;
    margin-right: 5px;
    float: right;
    height: 16px;
    width: 16px;
	background-image: url(../../../images/src/eppk/dictionary.png);
}

.eppk #fancybox-outer {
	background-color: #ccd8e7;
	width: 1296px;
	height: 614px;
	border: 1px solid #8DB2E3;
	border-radius: 3px;
}

.eppk  #fancybox-content {
 	background-color: #ccd8e7;
	top:23px;
 	left:5px;
 	right:5px;
	bottom:5px;
	border-color:  #ccd8e7; 
}

.eppk #fancybox-close{
	position: absolute;
	top: 3px;
	right: 7px;
	background: transparent url('../../../images/src/eppk/close.gif');
	cursor:pointer;
	z-index:1103;
	width: 16px;
	height: 16px;
}

.eppk #fancybox-frame{
	width: 1247px;
	height: 548px;
	border: 1px solid #8DB2E3;
	
} 
 
/** Sidebar Separator */
.eppk .sidebar_separator {
    background: #DFE8F6;
    border-right: 1px solid #8DB2E3;
    border-left: 1px solid #8DB2E3;
}
.eppk .sidebar_separator:hover {
    background: #CDDCEE;
    border-right: 1px solid #8DB2E3;
    border-left: 1px solid #8DB2E3;
}

.eppk .workspace_toolbar a.on {
    border: 1px solid #8DB2E3;
    background-color: #EBF3FC;
}

.eppk .RepositoryObjects li a:hover {
    background-color: #EBF3FC;
}

.eppk #save_query_form [name="name"] {
    width: 400px;
}

.eppk #save_query_form .add_folder {
    height: 20px;
    padding: 0px 8px 4px 8px;
    margin-left:10px;
	background-image: url(../../../images/src/folder_add.png);
	background-repeat: no-repeat;
}

.eppk .workspace_toolbar .open {
	width: 50px;
    background-position: 7px 7px;
    background-image: url('../../../images/src/eppk/file-open.png');
}

.eppk .workspace_toolbar .for_queries .delete {
    background-position: 7px 6px;
    background-image: url('../../../images/src/delete.png');
    width: 105px;
}

.eppk .workspace_toolbar .for_folder .delete {
    background-position: 7px 10px;
    background-image: url('../../../images/src/delete.png');
}

.eppk .workspace_toolbar .for_queries .rename {
    background-position: 7px 7px;
    background-image: url('../../../images/src/eppk/textfield_rename.png');
}

.eppk .workspace_toolbar .for_folder .rename {
    background-position: 7px 10px;
    background-image: url('../../../images/src/eppk/textfield_rename.png');
}

.eppk .workspace_toolbar .add {
    background-position: 7px 9px;
    background-image: url('../../../images/src/folder_add.png');
}

.eppk .workspace_toolbar .definition {
    margin: 20px 15px;
    text-shadow: none;
    padding-left: 3px;
    color: #333;
    font-weight:normal;
}

.eppk .workspace_toolbar .definition .a {
    text-decoration: none;
}

.eppk .for_queries a.button {
    display: block;
    height: 16px;
    padding: 3px 3px 3px 10px;
    width: 75px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration:none;
    position: relative;
    top: 5px;
}

.eppk .for_folder a.button {
    display: block;
    height: 16px;
    padding: 8px;
    min-width: 81px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
     text-decoration:none;
}

.eppk .for_folder a.button.longLabel {
    min-width: 145px;
    text-wrap: nowrap;
}

.eppk .for_folder a.button.longLabel span{
    margin-right : 0px;
}

.eppk .dialog_rename .dialog_icon {
    background-position: -1315px -85px;
    width: 50px;
}

.eppk .dialog_erreur .dialog_icon {
	margin-top: 10px;
	margin-left: 10px;
	background-image: url('../../../images/src/toolbar_message.png');
    width: 50px;
}

.eppk input.search_networks, .eppk input.search_file {
    width:170px;
    margin-left:10px;
    height: 18px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    padding: 1px 7px;
    position: absolute;
    left: 0px;
    z-index: 0;
    top: 5px;
}

.admin_sidebar .sidebar_inner{
    padding:0;
}

.eppk .workspace_results {
	padding-top:0px;
}

.eppk .network_informations {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    overflow: auto;
}

.eppk .network_informations {
    padding:0px;
}

.networkObjects {
    margin: 0;
    padding: 0;
}

.networkObjects li {
    cursor: pointer;
    line-height: 2em;
    list-style-type: none;

    padding:0.2em;
    padding-bottom: 1px;
    padding-top: 1px;
    border-bottom:1px solid #ddd;
}

.networkObjects li .icons{
    vertical-align: middle;
    float: right;
}

.networkObjects li img{
    margin: 0 0.5em 0 0.5em;
    vertical-align: middle;
}

.eppk .networkObjects li.missingNetwork{
    cursor: default;
    color:red;
}

.eppk .networkObjects li.missingNetwork:hover{
    background-color: #fff;
}

.eppk .workspace_generalAdministration_inner .actionLine{
    padding: 1em;
    margin: 1em;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.eppk .workspace_generalAdministration_inner .actionLine .btn-action{
    -webkit-user-select: none;
    background-color: rgb(51, 152, 204);
    border-radius: 3px;
    border-width: 0;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    height: 1.5em;
    line-height: 1.5em;
    margin: 0;
    margin-right: 1em;
    /*padding: 10px 16px;*/
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    vertical-align: middle;
    width: 100px;
}
.eppk .workspace_generalAdministration_inner .actionLine .btn-action:hover{
    background-color: #3a3c3f;
    border-color: #204d74;
}

.eppk .workspace_toolbar  a.button.checkQueries {
    background-position: 7px 7px;
    background-image: url('../../../images/src/run.png');
    width : 230px;
}


.networkObjects li.query {
    margin-left: 16px;
}



.networkObjects li a {
    color: #222;
    text-decoration: none;
}

.networkObjects li:hover {
    background: #f0f0f0;
}

.eppk .leftHeaderContainer{
    float: left;
    margin:0px;
    margin-left: 10px;

}

.eppk .topLeftHeaderContainer{
    float: left;
    margin:0px;
    display: block;
}

.eppk .topHeaderContainer{
    float: left;
    margin:0px;
    display: block;
    overflow: hidden
}



.mainHeaderContainer {
    padding-top:0px;
    display:block;
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
}
.mainHeaderContainer table {
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    margin-bottom: 0;
    table-layout: fixed;
    width: auto;
}
.mainHeaderContainer table th {
    border-left: 1px solid #d5d5d5;
    margin-bottom: 0;
    white-space: normal;
}

.mainHeaderContainer table th.all_null {
    text-align: center;
    border: none;
}
.mainHeaderContainer table th.col {
    border-top: 1px solid #d5d5d5;
    background: #f9f9f9;
    text-align: left;
}
.mainHeaderContainer table th.col_null {
    background: #f9f9f9;
}
.mainHeaderContainer table th.row {
    border-top: 1px solid #d5d5d5;
    background: #f9f9f9;
}

.mainHeaderContainer table th.row_header {
    border-top: 1px solid #d5d5d5;
    /*border-bottom: 1px solid #d5d5d5;*/
    background: #E5E5E5;
}

.mainHeaderContainer table th.row_null {
    background: #f9f9f9;
}
.mainHeaderContainer table td.data {
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    text-align: right;
    white-space: nowrap;
}
.mainHeaderContainer table tr:hover {
    background: #edf4fa !important;
}

.mainHeaderContainer table td.cellhighlight:hover {
    background: #c2d5e2 !important;
}
.mainHeaderContainer table td.cellhighlight {
    cursor: pointer;
}

.mainHeaderContainer .headerhighlight:hover {
    background: #c2d5e2 !important;
}
.mainHeaderContainer .headerhighlight {
    cursor: pointer;
}

.mainHeaderContainer table td.selected {
    background: #c2d5e2 !important;
}

.eppk .workspace_filters #toggle_filter {
	margin-bottom: 10px;
	margin-left: 10px;
}
	
.workspace_filters .filters_field {
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}

.workspace_filters a.clear_filter {
    background: url("../../../images/src/cancel3.png") no-repeat scroll center center transparent;
    cursor: pointer;
    display:inline-block;
    height: 15px;
    width: 15px;
    opacity: 0.1;
}

.workspace_filters .filters_description:hover a.clear_filter{
    opacity: 0.9;
    -ms-filter: none;
    filter: none;
}

.workspace_filters .filters_field {
    font-size: var(--font-size-medium);
    font-weight:bold;
    text-decoration: underline;
}

.workspace_filters ul li span{
    vertical-align: top;
}

.eppk .query_save_error{
	color : red;
	font-weight : bold;
}

.eppk .workspace_filters .name_restriction {
	font-size: var(--font-size-medium);
	font-weight:bold;
	padding-top: 5px;
}

.eppk .workspace_filters .dimension {
    color:#2a6085;
}

.eppk .workspace_filters .measure {
    color:#983030;
}

.eppk #toggle_filter > ul > li > ul{
    margin-left: 15px;
}

.eppk .workspace_filters span.collapsed {
    background-position: -1406px -95px;
    cursor: pointer;
    padding: 5px 6px;
    margin-right: 5px;
    margin-left: -16px;
}


.eppk .workspace_filters span.expand {
    background-position: -1538px -95px;
    cursor: pointer;
    padding: 5px 6px;
    margin-right: 5px;
    margin-left: -16px;
}

.eppk .workspace_filters #empty_filter {
	font-style:italic;
	padding-left:10px;
}

.eppk .workspace_filters #empty_restriction {
	font-style:italic;
	padding-left:10px;
}

.eppk .workspace_toolbar .fill_table {
  background-image: url('../../../images/src/eppk/fill_table.png');
  background-position: 7px 7px;
  background-repeat:no-repeat;
}

.eppk .workspace_toolbar .hierarchical_sort {
    background-image: url('../../../images/src/eppk/hierarchy-16.png');
    background-position: 7px 7px;
    background-repeat:no-repeat;
}

.eppk .workspace_toolbar .apply_today {
    background-image: url('../../../images/src/eppk/calendar_16.png');
    background-position: 7px 7px;
    background-repeat:no-repeat;
}

.eppk .workspace_toolbar .toggle_filter {
  background-image: url('../../../images/src/eppk/report_magnify.png');
  background-position: 7px 7px;
  background-repeat:no-repeat;
}

.eppk .workspace_toolbar .comment {
    background-image: url('../../../images/src/eppk/comment.png');
    background-position: 7px 7px;
    background-repeat:no-repeat;
}

.eppk .workspace_toolbar .trash {
	display:inline;
	float:right;
	width:100px;
	padding:0px 50px 0px;
}

.eppk .workspace_toolbar .remove {
  background-image: url('../../../images/src/eppk/delete.png');
  background-position: 7px 7px;
  background-repeat:no-repeat;
  display: block;
  height: 16px;
  padding: 8px;
  width: 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor:default;
}

.eppk .workspace_toolbar .removeHover  {
  background-image: url('../../../images/src/eppk/delete_on.png'); 
}

.eppk .workspace_inner #show_title {
	margin-bottom: 10px;
	text-align:center;
	font-weight: bold;
	font-size: var(--font-size-tall);
    margin-left:200px;
}

.eppk #searchQueryProgressbar{
    width: 100%;
    height:3px;
    padding:0px;
    margin: 0px 0px 0px -10px;
    background: none;
    position:absolute;
}


.eppk #searchSaveQueryProgressbar {
    width: 91.5%;
    height:3px;
    padding:0px;
    margin: 0px 0px 0px -10px;
    background : none;
    position:absolute;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0px;
    height: 100%;
}

.eppk #searchQueryProgressbar .ui-widget-header,  .eppk #searchSaveQueryProgressbar .ui-widget-header{
    background-color: #416AB3;
    background-image: none;
    padding : 0;
}



.ui-progressbar {
    text-align: left;
    border: 0;
    background: none;
}


.eppk .dialog_comment .dialog_icon {
    background-position: -1075px -87px;
    width: 40px;
}

.eppk .dialog_comment #title {
	height : 58px;
	font-family: Rubik, sans-serif;
	font-size: var(--font-size-medium);
}

.eppk .dialog_comment .dialog_body textarea {
    width: 457px;
    height: 200px;
	font-family: Rubik, sans-serif;
	font-size: var(--font-size-medium);
    resize : none;
}

.eppk .fields_list {
    overflow:hidden;
    min-height: 28px;
}

.eppk .fields_list .fields_list_body ul {
	height: auto;
	min-height: 26px;
}

.eppk .fields_list .fields_list_header {
	background:  #F9F9F9;
}

.eppk .fields_list .unuse {
    background: #ffffff;
}

/*remove undesirable effects of saiku popup*/
.eppk  .ui-draggable-dragging {
 	display: block !important;
 	height: auto !important;
 	text-align: left;
 }

/* Agrandir la zone de parcours du repository*/
.eppk .workspace_scrollable {
    overflow: auto;
}

.eppk  .sidebar{
    width: 500px;
}

 /* Agrandir la zone de parcours du repository*/
.eppk  .sidebar.queries{
    width: 500px;
}

/*Button pour refresh*/
.eppk .queries .refresh{
	cursor:pointer;
    position: absolute;
    top: 11px;
    right: 24px;
    display: block;
    height: 16px;
    width: 16px;
	background-image: url(../../../images/src/arrow_refresh.png);
}

.eppk .queries .add_folder{
    cursor:pointer;
    position: absolute;
    top: 7px;
    right: 48px;
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(../../../images/src/folder_add.png);
}

.eppk .dragHover{
    background-color: #a0a0a0;
}


.eppk #addUnknownValue{
    margin-top: 20px;
    margin-left: 185px;
}

.eppk #addUnknownValueLabel{
    margin-top: -3px;
    font-weight: bold;
}

.eppk .network_informations  legend {
    color : #15428b;
}

.eppk .network_informations dt {
    float: left;
    clear: left;
    width: 230px;
    text-align: left;
    font-weight: bold;
    padding-top : 1.5em;
}

.eppk .network_informations dt + dd {
    padding-top : 1.5em;
}

.eppk .network_informations dt:after {
    content: " :";
}


.eppk .network_informations  dd {
    margin: 0 0 0em 130px;
}

.eppk .network_informations dd img {
    vertical-align: middle;
    margin-right: 0.5em;
}


.eppk .network_informations  dl:first-child{
    margin: 0 0 5em 120px;
}

.eppk .network_informations .queryDetail  {
    border-top : 1px solid #ccc;
}

.eppk .network_informations .queryDetail dt  {
    padding-top :0em;
    padding-left : 10px;
    margin-left:60px;
    border-left : 1px solid #ccc;
}

.eppk .network_informations .queryDetail dd  {
    padding-top :0em;
}

.eppk .network_informations dd .errorCount {
    display:inline-block;
    width:150px;
}

/*.eppk .network_informations  .queryDetail dd  {*/
    /*margin: 0 0 0em 120px;*/
/*}*/


/*.eppk .network_informations .queryDetail dl:first-child{*/
    /*margin: 0 0 0em 120px;*/
/*}*/

.eppk .network_informations .detailToggle.main{
    padding-left: 4em;
    font-weight: bold;
    text-decoration:  none;
}

.eppk .network_informations .detailToggle{
    text-decoration:  none;
}

.eppk .network_informations .icons{
    width: 1.5em;
    display: inline-block;
}

.eppk .network_informations .rejectInfos li{
    height:2em;
}


.eppk .network_informations .rejectInfos li span{
    font-weight: bold;
}

.eppk .network_informations .rejectInfos li span.rejectNumber{
    padding-left:10px;
}


.eppk .network_informations .rejectNumber{
    width: 75px;
    display: inline-block;
}

.eppk .network_informations .detailToggle{
    text-decoration:  none;
}

.eppk .showComment{
    position: absolute;
    float: left;
    width: 150px;
    background-position: 7px 7px;
    background-image: url('../../../images/src/eppk/comment.png');
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* height: 30px; */
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    background-color: #deecfd;
    margin-top: -10px;
    border-bottom: 1px solid #8DB2E3;
    border-right: 1px solid #8DB2E3;
}

.eppk .showCommentInner{
    position: relative;
    margin-top: 10px;
}

.eppk .commentContent{
    position: absolute;
    float: left;
    margin-top: 25px;
    background-color: white;
    border: 1px solid #aaa;
    padding: 10px;
    margin-left: 15px;
    width: 450px;
    min-height: 350px;
}

input[type="text"] {
	width: 360px;
}
