@font-face {
	font-family: soffid;
	src: url(/soffid/anonymous/AvenirLTStd-Medium.otf);
	font-weight: normal;
}
@font-face {
	font-family: soffid;
	src: url(/soffid/anonymous/AvenirLTStd-Black.otf);
	font-weight: bold;
}
@font-face {
	font-family: soffid;
	src: url(/soffid/anonymous/AvenirLTStd-Light.otf);
	font-weight: lighter;
}

div.highlighted {
	margin: 0; 
	padding: 0;
	box-shadow: 0px 0px 20px 3px #2b2b2b;
	background-color: white
}

p, div, span, label, a, input, textarea, 
button, input.button, input.file {
	font-family: inherit;
	font-size: inherit;
	outline: none;
}

span.missatge {
	word-break: break-word;
}


/* Títol */
.title td, .title .caption td 
{
	font-family: inherit; font-weight: bold;
	padding-top: 12px; padding-bottom: 3px; margin-bottom: 10px;
	
}

body {
	direction: ltr;
	font-size: 12pt;
	font-family: soffid, Calibri, Arial, sans-serif;
	margin: 0;
}

.title td, .title .caption td ,
td.lwt-modal, td.lwt-highlighted, td.lwt-overlapped,
td.mwt-modal, td.mwt-highlighted, td.mwt-overlapped,
td.rwt-modal, td.rwt-highlighted, td.rwt-overlapped
{
	color: white; border: none;
	background-color: #2b2b2b; 
	font-size: 13pt;
	background-image: none;
	opacity: 0.8;
}


/* Opcions del manteniment: Afegir nou, Eliminar sel·leccionat i Confirmar canvis */
.title .caption a, .title .caption a:visited{
	font-family: inherit;	font-size: inherit; font-weight: bold; color: white;
}

.title .caption a:hover {
	text-decoration: underline;
}

/* Títol azul de les capses */
.titol_capsa {
	font-family: inherit;	font-size: 13pt; font-weight: bold; color: #17b5c8;
}

/* Títol taronja de tancar la sessió i tornar el menu */
.titol_tanca {
	font-family: inherit; 
	font-size: inherit; 
	font-weight: bold; 
	color: #FFF;
	cursor: pointer;
	margin-left: 1em;
}
/* Lo "destacamos" cuando el ratón se pone encima */
.titol_tanca:hover {

	text-decoration: underline;
}

/* Borde dels windows de tipus Llista */
div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
	border: 2px solid #5f7993; 
	background: #FFF;
	padding: 16px;
	box-sizing: content-box;
}

div.wc-modal *, div.wc-modal-none *, div.wc-highlighted *, div.wc-highlighted-none * {
	box-sizing: border-box;
}


/* Linia superior de l'aplicació */
.topline {
	background-color: #2b2b2b; 
/*	background-image: url(/soffid/anonymous/background.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	*/
	color: #ffffff;
	margin: 0 0 4px 0;
	height: 41px;
	box-shadow: 0px 0px 7px #2b2b2b;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: +1;
	overflow: hidden; 
	text-align: center;
}

div.topline div.col_der img.logo {
	height: 37px;
}

div.topline div.col_der.help {
	padding: 10px;
}

div.topline div.col_der img {
	filter: invert(1);
	height: 17px;
}

div.topline div.col_der div.menu2starter:hover,
div.topline div.col_der.help:hover {
	background-color: #425466;
}


* {margin:0;padding:0;}
html, body {height: 100%; width: 100%;padding: 0px !important; 	box-sizing: border-box; }
*, *:before, *:after {  box-sizing: inherit; }
div.z-loading-indicator {box-sizing: content-box;}

.col_der, .col_izq {
	height: 100%;
}

div.col_izq img.menu3starter,
div.col_der div.menu2starter, 
div.col_der.help {
	cursor:pointer;
}


.col_der {
	float: right; 
	text-align: right;
	vertical-align:middle;
	padding: 0px;
	background-color: #2b2b2b;
	opacity: 1;
}

.col_der div.menu2starter {
	padding: 10px;
}

.col_der img.menu3starter {
	padding: 10px;
	vertical-align: middle;
	height: 24px;
}

.col_izq {
	float: left;
	vertical-align:middle;
	padding: 0px;
	background-color: #2b2b2b;
	opacity: 1;
}

.col_izq img {
	height: 35px;
	margin-right: 10px;
	vertical-align: middle;
	opacity: 1;
}


.col_cen {
	vertical-align:middle;
	white-space: nowrap;
	max-width: 50%;
	overflow: hidden;
	height: auto;
	display: inline-block;
	width: 350px;
	text-align:center;
	margin-left: 5px;
	margin-right: 5px;
	white-space: nowrap;
	background-color: #2b2b2b;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 2px #c0c0c0;
	border-radius: 10px;
}

.col_cen input.searchBox {
	background-color: #2b2b2b;
	padding: 4px;
	color: white;
	border: none;
	width: 100%;
	padding-left: 20px;
	background-image: url(/soffid/img/search.svg);
	background-position-x: left;
	background-position-y: center;
	background-size: 17px;
	background-repeat: no-repeat;
}

div.main-search.ctxpopup {
	background-color: white;
	width: 330px;
	border: solid 2px #2b2b2b;
	box-shadow: 0px 0px 7px #2b2b2b;	
	position: fixed !important;
}
div.main-search.ctxpopup span.search-header {
	color: #5f7993;
	display: block;
	border-top: solid 1px #5f7993;
	padding-top: 4px;
	padding-bottom: 4px;
}


div.main-search.ctxpopup div.search-option {
	color: #17b5c8;
	padding-left: 10px;
	text-overflow: ellipsis;
	overflow-y: hidden;
}

div.main-search.ctxpopup div.search-option span {
	color: #17b5c8;
	text-overflow: ellipsis;
}

div.main-search.ctxpopup div.search-option:hover,
div.main-search.ctxpopup div.search-option:hover span {
	color: #ffffff;
	background-color: #5f7993
}


div.main-search.ctxpopup div.search-more {
	padding-left: 10px;
}

/* Titol principal */
.maintitle {
	font-family: inherit;	
	font-size: 14pt; 
	font-weight: bold; 
	color: #FFF;
	padding-top: 2px; padding-bottom: 3px; margin-bottom: 10px;
}

.startmenu {
	border: 2px solid #70a3cc;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 5px;
	-khtml-border-radius: 3px; 
	padding: 0 5px 5px 5px;
	margin-left:5px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #0e5462;
	white-space: nowrap;
	text-align:center;
	z-index: 32768;
	float: left; /* per a alinear favorits */
}

/* Capsa dels criteris de cerca */
.capsa_cerca {
	padding: 2px;
	border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px;
	border-top-style: solid; border-right-style: solid; border-bottom-style: solid;	border-left-style: solid;
	border-top-color: #5f7993; border-right-color: #5f7993; border-bottom-color: #5f7993; border-left-color: #5f7993;
	height: 77px; padding-top:5px; padding-bottom:5px; overflow: hidden;
	margin-bottom: 7px;
}

/* Capsa del navegador */
.capsa_navegador {
	border-top-width: 6px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px;
	border-top-style: solid; border-right-style: solid; border-bottom-style: solid;	border-left-style: solid;
	border-top-color: #5f7993; border-right-color: #5f7993; border-bottom-color: #5f7993; border-left-color: #5f7993;
	/*width: 800px;*/ padding-top:0px; padding-bottom:0px; overflow: hidden;
	margin-bottom: 7px;
}

/* Capsa dels Detalls */
.capsa_detalls {
	border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px;
	border-top-style: solid; border-right-style: solid; border-bottom-style: solid;	border-left-style: solid;
	border-top-color: #5f7993; border-right-color: #5f7993; border-bottom-color: #5f7993; border-left-color: #5f7993;
	/*width: 500px;*/ overflow: auto;
	padding: 0px;
	margin-bottom: 7px;
}

/* Entrada de dades: textbox */
.text, .textbox, .textbox2, .textbox2m {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #7F9196; /*width: 135px;*/
	background-image: none;
}

div.text {
	border: none;
	background: transparent;
	text-color: black;
	padding-top: 6px;
}

.textbox2 { width: 98%; width: calc( 100% - 16px);}
.textbox2m { width: 96%; width: calc( 100% - 48px);},
	
input [type="checkbox"] {
	width: 30px;
}

/* Entrada de dades: interior dels textbox */
textarea {
	font-family: inherit;
	font-size: inherit; 
	resize: vertical;
}

span {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal; 
}

.etiqueta {
	font-family: inherit;
	font-size: inherit;
	margin-left:3px; font-weight: normal; 
	color: #5f7993; vertical-align: middle;	
}

.nowrap {
	white-space: nowrap;
}

.menuinicial {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold; margin-left:3px; color: white;	
}

.menuinicial:hover {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold; margin-left:3px; color: white;
	text-decoration: underline; cursor: pointer;
}

.menuinicialnoclicable {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold; margin-left:3px; color: #5E5A80;	
}

.seleccionable {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal; margin-left:3px; color: black;	
}

.seleccionable:hover {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold; margin-left:3px; color: black;
	text-decoration: underline; cursor: pointer;
}

.seleccionable:visited{
	font-family: inherit;
	font-size: inherit;
	font-weight: bold; margin-left:3px; color: black;
}

/* Botons */
button, input[type="button"], input[type="submit"] {
	background-image: linear-gradient(to bottom, #17b5c8, #107e8c);
	border: 0px solid transparent;
	border-radius: 5px;
	padding: 6px 9px;
	box-shadow: 2px 2px 7px #808080;
	cursor: pointer;
	border-image: none;
	margin: 3px 4px;
	color: #ffffff;
}	


/* Buttons */
button.small-button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background-image: none;
	background-color: #17b5c8;
	color: #ffffff;
	box-shadow: none;
}

button.small-button:focus, button:focus, input[type="button"]:focus, input[type="submit"]:focus {
	text-decoration: underline;
}

/* Barra de botons */
.toolbar {
	padding: 2px; border: 1px; background: #5f7993; 
}

.toolbar a, .toolbar a:visited, .toolbar a:hover {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold; color: #FFF;
	border: 0px; text-decoration: none; background: #5f7993;
	white-space:nowrap; 
} 

.toolbar img
{
	margin-left: 5px;
	width: 20px;
}

.toolbar-checkbox
{
	margin-left: 5px;
}

.toolbar-checkbox label
{
	font-family: inherit;
	font-size: inherit;
	font-weight: bold; color: #FFF;
}

/* Títols de les capceleres dels listbox, trees i grids */
div.head-cell-inner {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal; color: #000000; text-align: left;
}
	
tr.odd {
	background: white;
}

/* LISTBOX */
div.listbox {
	font-family: inherit;
	font-size: inherit;
	color: black;
	border: 1px solid #0e5462; margin: 0px;
}

/* Capçalera del listbox i del tree */
div.listbox-head th, div.listbox-paging th, 
div.tree-head th, div.tree-paging th,
div.listbox-head th span, div.listbox-paging th span,
div.tree-head th span, div.tree-paging th span  {
	font-family: inherit;
	font-size: inherit;
	color: #000000 ;	
	background: #a6d100;
	overflow: hidden;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #749200 !important;
	border-right: 1px solid #edff00 !important;
}

div.listbox-head th:last-child, 
div.listbox-paging th:last-child, 
div.tree-head th:last-child, 
div.tree-paging th:last-child {
}

div.listbox-head th div, 
div.listbox-head th.sort div, 
div.listbox-paging th div,
div.tree-head th div,
div.tree-paging th div,
div.grid-head th div {
	padding-left: 1px;
}

div.listbox-head { background-color: #a6d100; }

/* Font del contingut del listbox i del tree (capçalera i files) */
div.head-cell-inner, div.cell-inner {
	font-family: inherit;
	font-size: inherit;
	text-align: left;
}

/* Fila del Listbox amb el cursor damunt (clar) */
tr.overd  {
   background: #F0F0F0;
}

/* Fila del Listbox sel·leccionada i amb el cursor damunt (oscur) */
tr.seld {
   background: #DBDBDB;
   /*text-decoration: underline;*/
}

table.listbox-btable tr.seld td {
	background-color: #D3D3D3;
}	

td.focusd {
	background-image: none !important; /* evitem una icona que surt en les llistes*/	
}


/* GRID */ 
div.grid, div.grid-body {
	font-family: inherit;
	font-size: inherit;
	color: black; margin: 0px;
}


div.grid-head th, table.grid th {
	font-family: inherit;
	font-size: inherit;
	color: #000000;	
	background: #a6d100;
	overflow: hidden;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #779429 !important;
	border-right: 1px solid #cfff4e !important;
}

table.grid th div {
	padding: 4px;
}

table.grid  {
    border-spacing: 0px;
    border-collapse: collapse;
    table-layout: fixed;
}

table.grid>tbody>tr.grid:hover, table.grid >tbody> tr.grid:hover>td.gc{
	background-color: #f0f0f0;
}

table.grid.grayhover>tbody>tr.grid.grayhover:hover, table.grid.grayhover>tbody>tr.grid.grayhover:hover>td.gc{
	background-color: #f8f8f8;
}

/* Files del grid */
tr.grid td.gc { 
	font-family: inherit;
	font-size: inherit;
	color: black; background: white; 
	border-bottom: none; border-left: 1px solid #FFF; border-right: 1px solid #606E72; border-top: 1px solid #DDD; 
	padding: 2px;
}

/* Bara inicial de seycon-web */
td.lwt-embedded, td.mwt-embedded, td.rwt-embedded { 
	background:#BE6200 none repeat scroll 0 0;
	color:white;
	font-family: inherit;
	font-size: inherit;
	font-weight:bold;
	padding: 0;
	border: 0 0 1px 0 solid #8AA3C1;
}

/* Hacemos que el listbox parezca a los estilos del grid */
.likeagrid table td {
	background-color:#EEEEEE;
	padding:4px 5px;
	border:1px solid white;
	border-style:solid solid none none;
	border-color: #DDDDDD #606E72 #000000 #FFFFFF;
	cursor: default;
}

.likeagrid table td div table td {
	border: none;
}

.likeagrid {
	border:1px solid #7F9DB9;
}

/* centra tots els headers dels listbox o grids */
.headcentrat  th div {
	text-align: center;
}

.label_link {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;  color: #0e5462;
	margin: 15px 5px 5px 0; cursor: pointer; display: inline; 
}
.label_link:hover {
	text-decoration:underline; 
}

/* arreglem problemes que apareixen a IE7, IE8 als listbox de SEU*/
.listbox-body {
	min-height: 30px; /*abans 70px */
	/*max-height: 282px !important;*/
	height: auto;
}
.sort {
	width: auto;
}

/* fem que els bordes siguen com a la intranet de la CAIB 
div.tree {
	border: 1px solid #70a3cc!important;
}
*/
capsa_navegador div.tree {
	border: 1px 0 0 0 solid #0e5462 !important;
}

div.wc-capsa_detalls-none {
	padding:0px 0 0 0px;
}

/* fons per defecte del components a blan */
div.listbox, div.tree, div.grid {
	background-color: #FFFFFF;
}

select {
	font-family: inherit;
	font-size: inherit;
}

/* Workflows: nou SEU */
.workarea {
	padding: 20px 20px 0px 20px;
	min-height: calc( 100vh - 40px );
	oveflow: auto;
    perspective: calc( 5 * 100vw );
}

.wf_listbox {
	border: 2px solid #0e5462;
	min-width: 740px;
}

/* perque el contingut de la 1a columna del listbox aparega centrat */
.centra_primera_col .listbox-body table.listbox-btable tbody tr.item td:first-child div {
	 text-align:center
}


/* imageclic: enlloc de imagemap */
img.imageclic, img.search-icon, span.combobox span.rbtnbk img, div.fold div.foldheader img.foldicon {
	padding: 4px;
	width: 32px;
	cursor: pointer;	
	vertical-align: top;
}

div.fold div.foldbody {
	padding-left: 32px;
}

div.fold div.foldheader img.foldicon {
	vertical-align: middle;
	transition: transform 0.5s;
}

div.fold div.foldbody {
	visibility: collapse;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s;
}

div.fold.unfold div.foldbody {
	visibility: visible;
	opacity: 1;
}

div.fold.unfold div.foldheader img.foldicon {
	transform: rotate(90deg);
}

img.imageclic:hover, img.search-icon:hover, span.combobox span.rbtnbk img:hover {
	background-image: url(/soffid/img/circle.svg);
	background-size: cover;
}

img.imageclic .centre{
	display: block;
	margin: 0 auto;
}

/* arreglem problema que surt a IE7 que mostra un scrolling vertical en els grids */
.grid .sensescroll div  {
	overflow:none !important;border: 1px solid transparent;
}

/* vbox i hbox centrats verticalment */
table.vcentre td {vertical-align: middle;}
.vcentre-sp {margin: 0; padding:0; width: 0.3em;}		


.dateboxread input, .dateboxreadnoborder input 
	{background-color:transparent; color: black !important;font-family: inherit;
	font-size: inherit;
	border: 1px solid #7F9DB9;}
.dateboxreadnoborder input {border:none;}
img.imageclic.centre{
	display: block;
	margin: 0 auto;
}

td.dataTreeCelldestacada div {text-decoration: line-through; color:gray;}

/* Estil per als combobox */
.combobox, .comboboxinp, .comboboxpp td, div.bandboxpp, div.comboboxpp {
	font-family: inherit;
	font-size: inherit;
	color: black;}

/* Estil per als menubar */

div.menubar{
	color: #ffffff;
	padding: 1px 1px 1px 0px; border: 0px; 
	border-top:0.1px solid white; 
	background-color: #5f7993;
}

div.menupopup {
	background-color: #FFF;
} 

div.menubar td {
	padding: 0px;
	border: none;
}

tr.nocheck td.menu1,
tr.nocheck td.menu1ck {
	background-image: none;
	
}

td.menu1ck {
	padding-right: 6px;
	background-image: url('../zkau/web/img/checked.gif');
	background-repeat: no-repeat;
}	


td.menu1 {
	background-image: url('../zkau/web/img/unchecked.gif');
	background-repeat: no-repeat;
	padding-right: 6px;
}

div.menubar a {
	font-family: inherit;
	font-size: inherit;
	color: #FFF;
} 

div.menupopup a  {
	font-family: inherit;
	font-size: inherit;
}

.activafiltre {
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;	
}

.activafiltre:hover {
	text-decoration: underline;
}

.checkbox_border {
	display: inline;
	padding: 2px 3px 0 3px;
	margin-right: 5px;
}

.checkbox_border input {
	margin-top: 2px;
}


.outer-frame {padding: 16px 16px 0px 16px; width: 100%}
.tabpanel-real {padding: 0px;}
div.frame-none {width: 100%; padding: 0px; border: none}
div.frame-vertical-none {width: 100%; padding: 0px; border:none}

div.frame-none div.record-list { width: 100%}
div.frame-none div.record-list-shrinked { width: 30%; vertical-align: top; display: inline-block;}

div.frame-none div.record-form { width: 65%; vertical-align: top; display: inline-block; margin-left: 5%}
div.frame-none div.record-form-shrinked { display: none;}

div.frame-vertical-none div.record-list { width: 100% }
div.frame-vertical-none div.record-list-shrinked { width: 100%;}

div.frame-vertical-none div.record-form { width: 100%;}
div.frame-vertical-none div.record-form-shrinked { display: none;}

div.listbox-head th.sort div.head-cell-inner,
div.grid-head th.sort div.head-cell-inner {
	background: transparent url(../zkau/web/img/sort_hint.png);
	background-position: 99% center;
	background-repeat: no-repeat;
}

div.listbox-head th.sort-asc div.head-cell-inner, div.grid-head th.sort-asc div.head-cell-inner {
  background: transparent url(../zkau/web/img/sort_hint_up.png);
  background-position: 99% center;
  background-repeat: no-repeat;
}

div.listbox-head th.sort-dsc div.head-cell-inner, div.grid-head th.sort-dsc div.head-cell-inner {
  background: transparent url(../zkau/web/img/sort_hint_down.png);
  background-position: 99% center;
  background-repeat: no-repeat;
}

.listfilter {background-color: #a6d100; color:#000000; width:90%; width:calc(100% - 12px); border: white solid 1px;}



.wc-overlapped {overflow-y: scroll}
.vbox {margin-top:20px;margin-right:2px;background-color:#EEEEEE}
button.vbuton {text-align:left;width:130px;margin:0 0 5px 0;padding:1px;}
.pue_img {border:1px solid gray;margin:10px 0;padding:3px;background-color:white;cursor:pointer;width:30px;}
.pue_img_noclick {border:1px solid gray;margin:10px 0;padding:3px;background-color:white;width:30px;}
.pue_noimg {border:1px solid gray;margin:10px 0;padding:3px;background-color:white;width:30px;height:30px;background-color:lightgrey;cursor:pointer}
.pue_noimg_noclick {border:1px solid gray;margin:10px 0;padding:3px;width:30px;height:30px;background-color:lightgrey;}
.ticona td {vertical-align:middle;}
.ticona td.ticona-sp {margin:0;padding-left:0;padding-right:0;adding-top:0;width:0.3em;}
.click {cursor:pointer}
.noclick {}
button.pue {padding: 1px !important;}
div.modal_mask {background-color: white;}
div.wc-highlighted, div.wc-highlighted-none {border: 2px solid #5f7993; background: #FFF;
	overflow-x: hidden;
	overflow-y: auto
}
.titol_tancar_back {padding: 4px; float:right; border: 1px solid #BE6200; background-color:#EEEEEE;}
.titol_tancar, .titol_tancar_fletxa {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold; color: #BE6200; cursor: pointer; 
}
.titol_tancar:hover {
	text-decoration: underline;
}

.titol_tancar_back:hover {background-color:#FFF7EE;}
div.head-cell-inner {text-align:left;}
div.flatpickr-calendar span.flatpickr-next-month, 
div.flatpickr-calendar span.flatpickr-prev-month {
	fill: #17b5c8;
}

div.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg, 
div.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
	fill: #20ffff
}

div.flatpickr-calendar div.flatpickr-current-month {
	font-size: 100%;
}
div.flatpickr-calendar .flatpickr-day.selected, 
div.flatpickr-calendar .flatpickr-day.selected:focus, 
div.flatpickr-calendar .flatpickr-day.selected:hover {
    background: #17b5c8;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    border-color: #17b5c8;
    border-top-color: #17b5c8;
    border-right-color: #17b5c8;
    border-bottom-color: #17b5c8;
    border-left-color: #17b5c8;
}

div.dayContainer {
	width: 212px;
	min-width: 212px;
	max-width: 212px;
}
div.flatpickr-days {
	width: 100%;
}

div.flatpickr-calendar span.flatpickr-day  {
	height: 30px;
	width: 30px;
	line-height: 30px;
}


div.flatpickr-calendar {
	width: 213px;
}


div.flatpickr-calendar.hasTime div.flatpickr-time,
div.flatpickr-time div.numInputWrapper {
	height: 30px;
	line-height: 30px;
}

div.container.datebox input.dateboxinp {
    background-image: url(/soffid/img/calendar.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
}

div.container.datebox input.dateboxinp.readonly {
	background-image: none;
}

div.databox.databox_uppercase div.container input,
div.databox.databox_uppercase div.container textarea {
	text-transform: uppercase;
}

div.databox.databox_lowercase div.container input,
div.databox.databox_lowercase div.container textarea {
	text-transform: lowercase;
}

.dateboxinp  {
	font-family: inherit;
	font-size: inherit;
	padding-left: 2px;
	padding-right: 24px;
	width: 200px;
}
.dateboxread input {border: 0px !important; font-family: inherit;
	font-size: inherit;
	width: 14em !important;}
.dateboxreadnoborder input {border: 0px !important; font-family: inherit;
	font-size: inherit;
	width: 12em !important;}
span.nomesdata input.nomesdatainp {color:black !important; font-family: inherit;
	font-size: inherit;
	border:none;background:transparent;}

.titolperfil {font-family: inherit;
	font-size: 14px;
	 !important;color:#8A4700;}

td.dataTreeCelldestacada div {text-decoration: line-through; color:gray;}

.finestraError{
	border:3px solid #0e5462;
	background-color:#FFFFFF;
}

.finestraTimeout {
	border:3px double #0e5462;
	background-color:#FAFAFA;
}

.finestraTimeout .title td {
	background-color: #0e5462;
	color: #AF0000;
}
.titolTout {
	text-align:center;
	color: #FFF;
}

.rellotge{
	background-image: url('../img/noway.png');
	background-repeat: no-repeat;
	background-position: 5px 50%;
	text-align:justify;
}

/* personalitzem la barra de processant */
.z-loading {
	border-color: #0e5462 !important;
	background-color: #0e5462 !important;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-width: 2px !important;	
}

/* intern */
/* tindre en compte le pre-carrega index... */

.z-loading-indicator {
    border-color: #0e5462 !important;
    padding: 20px 25px 10px 25px !important;
	background-image:url('../anonymous/wait.gif') !important; 
	background-size: 26px; 
	background-repeat: no-repeat;
	background-position: 15px 15px;
	height: 26px !important;
	vertical-align: middle;
	text-indent: 60px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

img.z-loading-icon {
	width: 0px !important;
	height: 0px !important;
	border: 0px none transparent !important;
	background-image: none;	
}

.headcentrat  th div {
	text-align: center;
}

.titolapp {
    color: #8A4700;
    font-family: inherit;
	font-size: 14px;
	font-weight: normal;
}



/* PER A LES TASQUES PENDENTS DE SEYCON */

.seycontask div {
	text-align: center !important
}

td.PENDING {
	background-color: #FFFF00 !important;
}

td.DONE {
	background-color: #00FF00 !important;
}

td.ERROR {
	background-color: #FF0000 !important;
}

td.UNKNOWN {
	background-color: #0000FF !important;
}

tr.seld td.PENDING {
	background-color: #B8860B !important;
}

tr.seld td.DONE {
	background-color: #00B000 !important;
}

tr.seld td.ERROR {
	background-color: #C00000 !important;
}

tr.seld td.UNKNOWN {
	background-color: #00B080 !important;
}

/* FI TASQUES PENDENTS SEYCON */

/* Element per a mostrar informació heading */ 
.titolpagina {
	padding: 1px 0 5px 0;
}
 
.titolpagina span {
	font-size: 14pt;
	font-weight: bold;
	color: #5f7993
}

.loginbox {
	padding: 20px 0 0 0;
	font-weight: bold;
	width:340px;
}

.loginbox2 {
	padding: 20px 0 0 0;
	font-weight: bold;
	width:540px;
}

.inputlogin{
	padding: 0 0 0 10px;
	text-align: right;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.login {
	padding: 100px 0 0 10px;
	width:340px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	font-weight:bold; 
}
 
.login2 {
	padding: 100px 0 0 10px;
	width:540px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	font-weight:bold; 
}


.atencio { 
	color: #a6ff00;
	width: 100%;
	font-weight:bold; 
	text-align:center;
	margin-top: 10px; 
	margin-bottom: 10px; 
}

.formCanviContrasenya { 
	/*border:1px solid #0e5462; */
	width: 340px; 
	margin:0 auto;
 }
.numUsuari {
	text-align:center; 
	font-weight:bold; 
	/*margin: 1em;
	background-color:#efefef; 
	padding:.3em; */
}

.botonera { 
	padding:.5em; 
	text-align:center; 
	margin: 0.5em;
}

.senseBorder {
	border:none;
}

.senseBorder1 {
	border:none;
	background-color:#fafae7;
}

.senseBorder2 {
	border:none;
	background-color:white;
}

.fons{
	background-color:#fafae7;
}

.titolSelf{
	font-weight:bold;
	color: #5f7993;
	font-size: 14pt;
}

.fonsBlanc{
	background-color:white;
}

.workarea {
	margin-top: 17px;
}

.startmenu {
	border: 2px solid #70a3cc;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 5px;
	-khtml-border-radius: 3px; 
	padding: 0 5px 5px 5px;
	margin-left:5px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #0e5462;
	white-space: nowrap;
	text-align:center;
	z-index: 32768;
	float: left; /* per a alinear favorits */
}
/* Titol principal */

.maintitle {
	font-size: 14pt; 
	font-weight: bold; 
	color: #FFF;
	
}

.content-title
{
	text-align: center;
}

.main
{
	margin:10px;
}

.section-title
{
	font-size:14pt;
	color:#a6d100;
	font-weight: bold;
}

.subsection
{
	margin-left: 15px;
}

.subsection-title
{
	font-size:14pt;
	font-weight: 400;
	color:rgb(14, 84, 98);
}

.label_pop{
	cursor: pointer;
	text-indent: 8px;
}

.label_pop:hover {
	color: white;
	text-decoration: underline;
}

.label_pop2{
	color: red;
	cursor: pointer;
	text-indent: 8px;
}

.label_pop2:hover {
	color: red;
	text-decoration: underline;
}

.xacmlgrid tr.z-row .z-cell {
    background-color:white;
    border:none;
}

.xacmlgrid2 tr.z-row .z-cell {
    background-color:white;
    border:none;
}

.xacmlgrid3 tr.z-row .z-cell {
    background-color:white;
    border:none;
}

.xacmlgrid tr:nth-child(odd){
    background: #a9bdc7 !important;
    color: black;
}
    
.xacmlgrid2 tr:nth-child(odd){
    background: #70a3cc !important;
    color: black;
}

.xacmlgrid3 tr:nth-child(odd){
    background: white;
    color: black;
}

.etiquetaxacml {
	font-family: sans-serif;	
	font-size: 13pt; 
	font-weight: bold; 
	margin-left:350px; 
	margin-right:auto; 
	text-align:center; 
	color: black; 
	vertical-align: middle;	
}

.etiquetaxacml2 {
	font-family: sans-serif;	
	font-size: 13pt; 
	font-weight: bold; 
	color: black; 
	vertical-align: middle;
}

.subExpression1 {
	background:#70a3cc !important;
	border:1px solid white !important;
	margin-top:4px;
	margin-right:4px;
	margin-left:4px;
	margin-bottom: 4px;
	vertical-align: middle;
	padding: 8px;
 	border-radius: 8px;
}

.subExpression2 {
	background:#a9bdc7 !important;
	border:1px solid #a4d100 !important;
	margin-top:4px;
	margin-right:4px;
	margin-left:4px;
	margin-bottom: 4px;
	vertical-align: middle;
	padding: 4px;
 	border-radius: 8px;
}

.subExpression3 {
	background:#bcc3a4 !important;
	border:1px solid gray !important;
	margin-top:4px;
	margin-right:4px;
	margin-left:4px;
	margin-bottom: 4px;
	vertical-align: middle;
	padding: 4px;
 	border-radius: 8px;
}

.subExpression3 tr:nth-child(odd){
    background: #daecfb !important;
    color: black;
    text-indent: 20px;
}

.subExpression2 tr:nth-child(odd){
    background: #a9bdc7 !important;
    color: black;
    text-indent: 20px;
}


table.noBorderGrid {table-layout: fixed;}
.noBorderGrid tr.z-row td.z-row-inner, tr.z-row .z-cell, div.z-grid { border: none;}
.noBorderGrid div.grid-body tbody tr td.gc {border: none;}
tr.noBorderGrid td.gc, tr.noBorderGrid { background-color: white;}  


/* Botons */
button, input[@type='button']{ 
	height: 32px;
}

button.small-button {
	background-color: white;
	border: 1px solid #17b5c8;
	border-image: none;
	padding: 0px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 2px 10px 2px 10px;
	color: #ffffff;
	height: 2em;
 	border-radius: 8px;
 	font-size: 10pt;
 	margin-top: -3px;
 	margin-bottom: 0px;
}	

button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled {
	color: white;
	background-image: none;
	background-color: #707070;
	border-color: #707070;
	box-shadow: none;
}


button:disabled img, input[type="button"]:disabled img, input[type="submit"]:disabled img {
	visibility: hidden;
	display:none;
}

button:hover:disabled, input[type="button"]:hover:disabled, input[type="submit"]:hover:disabled {
	color: #707070;
	border-color: white
}

button img,
div.menupopup tr td img {
	height: 20px;
	vertical-align: bottom;
}

button.small-button img {
	height: 1em;
	vertical-align: baseline;
}


span.tree-tee {width: 26px;}
span.tree-last {width: 26px;}

div.CodeMirror-code   {
	margin-left: 0px;
}


pre.CodeMirror-line {font-size: 12pt; font-family: monospace, "Courier new"} 
pre.CodeMirror-line span {font-size: 12pt; font-family: monospace, "Courier new"} 
div.CodeMirror-linenumber {font-size: 12pt} 


.search-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: lightblue;
    height: 100%;
    z-index: 3;
    opacity: 0.1;
}

.search-popup {
	position: absolute;
    z-index: 5;
}


.search-popup div.wc-search-popup-none {
	position: relative; 
	top: 2em; 
	background-color:white;
	border: 1px solid black;
}


.attribute-search-box-remove, div.databox img.remove-icon {
    margin-left: 8px;
	width:1em;
	opacity:0.2;
	vertical-align: top;
	margin-top: 5px;
	cursor: pointer;
}


div.databox.inline {
	display: inline-block;
	vertical-align: top;
}

.attribute-search-box-remove:hover, 
div.databox img.remove-icon:hover {
	opacity: 1;
}

div.databox div.container, div.databox div.container span {
	white-space: pre; 
}

div.databox div.container.scrollable {
	overflow-y: auto;
	overflow-x: clip;
	border-top: solid 2px #5f7993;
	border-bottom: solid 2px #5f7993;
	padding-right: 32px;
}

div.databox div.container span.binary {
	display: inline-block;
	margin-top: 6px;
}

div.databox div.container img.dataimage,
div.databox img.dataimage {
	max-width: 96px;
	max-height: 96px;
	object-fit: contain;
}

div.databox div.container input.name,
div.databox div.container span.name {
	width: 30%;
	min-width: 250px;
}

div.databox div.container span.name {
	min-width: 100px;
	background-color: transparent;
	margin-right: 64px;
}

div.databox-popup img.upload-menu-icon {
	width: 16px;
	margin-right: 12px;
}

span.fixedtext,
textarea.fixedtext,
div.databox.fixedtext div.container div.text {
	font-family: monospace;
	white-space: pre-line;
}

div.databox.fixedtext div.container div.text {
	word-break: break-all;
}

div.databox[multiline='true'] div.container div.text.readonly {
	white-space: normal;
	word-wrap: break-word;
}

.button-container {
	margin-top: 7px;
}

.button-container .buttons {
	text-align: right;
}

span.search-box {
	margin-bottom: 12px;
	display: inline-block;
	width: 100%;
}
span.search-box ul li {
	display: inline-block;
	margin-bottom: 5px
}

span.search-box input.searchbox-addcriteria {
	margin-bottom: 5px;
	margin-top: 0px;
	vertical-align: top;
}



a.shylink, a.shylink:active, a.shylink:visited {
	text-decoration:none;
	color: black;
}
a.shylink:hover {
	text-decoration:underline;
}

a.remove-filter, a.remove-filter:hover, a.remove-filter:active,a.remove-filter:visited,
a.search-link, a.search-link:hover, a.search-link:active,a.search-link:visited 
{
	text-decoration:none
}

.search-box textarea {
	width: 70%;
}

.search-box input.textsearch {
	padding-top: 9px;
	width: 70%
}

.capsa_cerca {
	height: auto !important;
	padding-bottom: 0px !important
}

li.attribute-search-box {
	background-color: white;
    border: 1px solid #a6d100;
    border-image: none;
    padding: 0px;
    padding-right: 4px;
    margin-left: 4px;
    margin-right: 4px;
    color: #87acd2;
}

li.attribute-search-box > button {
	background-color: transparent;
    border: none;
    border-image: none;
    padding: 4px;
    margin: 0px;
    color: #87acd2;
    cursor: pointer;
    background-image: none;
    box-shadow: none;
}

li.attribute-search-box > button div.criteria-wrap {
	max-width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

li.attribute-search-box:hover {
	background-color: #a6d100;
	color: #000000;
    cursor: pointer;
}

li.attribute-search-box:hover > button div span {
    color: #000000;
}

.search-box ul {
	display:inline;
}

div.progress {
	background-color: #17b5c8;
	height: 4px;
	transition: width 1.1s;
	transition-timing-function: linear;
}

img.progress {
	height: 24px;
	vertical-align: middle;
}

div.identity-tag-user {
    background-color: #8080c0;
    border-radius: 4px;
    padding: 4px;
    color: white;
    display: inline-block;
    margin: 8px;
}

div.identity-tag-user span {
    color: white;
    margin-right: 2em;
}

div.identity-tag-user img.imageclic {
	width:1em;
	opacity:0.2;
	vertical-align: text-top;
}

div.identity-tag-user img.imageclic:hover {
	opacity: 1;
}

div.identity-tag-group {
    background-color: #80c080;
    border-radius: 4px;
    padding: 4px;
    color: white;
    display: inline-block;
    margin: 8px;
}

div.identity-tag-group span {
    color: white;
    margin-right: 2em;
}

div.identity-tag-group img.imageclic {
	width:1em;
	opacity:0.2;
	vertical-align: text-top;
}

div.identity-tag-group img.imageclic:hover {
	opacity: 1;
}

div.identity-selector {
	cursor:pointer
}

div.identity-selector:hover {
	text-decoration: underline
}

div.identity-tag-role {
    background-color: #fff080;
    border-radius: 4px;
    padding: 4px;
    color: black;
    display: inline-block;
    margin: 8px;
}

div.identity-tag-role span {
    color: black;
    margin-right: 2em;
}

div.identity-tag-role img.imageclic {
	width:1em;
	opacity:0.2;
	vertical-align: text-top;
}

div.identity-tag-role img.imageclic:hover {
	opacity: 1;
}

input[type="radio"] {
    vertical-align: middle;
}

div.menupopup {
	border: 1px solid
}

div.menupopup table {
	padding: 5px
}

div.menupopup td {
	padding-bottom: 5px;
	padding-left: 7px
}

span.highlight {
	color: #70a3cc;
}

/* The animation code */
@keyframes slide-in-r {
    from {left: 120%; opacity: 0}
    to {left: 0px; opacity: 1}
}

@keyframes slide-in-l {
    from {left: -120%; opacity: 0}
    to {left: 0px; opacity: 1}
}

@keyframes slide-out-r {
    from {left: 0; opacity: 1; }
    to {left: 120%; opacity: 0;}
}

@keyframes slide-out-l {
    from {left: 0; opacity: 1; }
    to {left: -120%; opacity: 0; }
}

/* The element to apply the animation to */
div.hidden {
	display:none;
}

div.hideRight {
	position:absolute;
	left:150%;
    animation-name: slide-out-r ;
    animation-duration: 1s;
    width: 100%;
    opacity:0;
}

div.hideLeft {
    width: 100%;
	left:-150%;
	display:block;
	position:absolute;
    animation-name: slide-out-l ;
    animation-duration: 1s;
    opacity:0;
}

div.displayedFromRight {
    width: 100%;
	display:block;
	position:absolute;
    animation-name: slide-in-r;
    animation-duration: 1s;
}

div.displayedFromLeft {
    width: 100%;
	display:block;
	position:absolute;
    animation-name: slide-in-l;
    animation-duration: 1s;
}

/* Styles for the button "Confirm changes" when a page is open directly showing a entity in the detail */
.toolbarOnlyDetails {
	background-color:white;
	height:40px
}
.toolbarOnlyDetails a {
	background-color:white;
	color:#87acd2;
	border:solid 1px #a6d100;
	padding:7px;
	margin-left:7px;
	vertical-align:-26px;
	text-decoration: none
}
.toolbarOnlyDetails a:hover {
	background-color:#a6d100;
	color:#000000;
}
.toolbarOnlyDetails a img {
	vertical-align:-3px
}


/** new style **/
.capsa_cerca {
	border:none;
}

.capsa_navegador {
	border:none;
}

div.listbox {
	border: none;
}

div.listbox-foot, div.grid-foot, div.tree-foot{
	border-top: none;
}


div.listbox, div.tree, div.grid {
	background: transparent; border: 0px solid #7F9DB9; overflow: hidden;
}

div.tree-head th, div.listbox-head th, div.grid-head th
{
	overflow: hidden; 
	border: none;
	white-space: nowrap; padding: 2px;
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	vertical-align: top;
}
div.listbox-head th.sort div.head-cell-inner, div.grid-head th.sort div.head-cell-inner
{
	cursor: pointer; padding-right: 9px;
	background:transparent url(../zkau/web/zul/img/sort/v_hint.gif);
	background-position: 99% center;
	background-repeat: no-repeat;
}

div.listbox-head th.sort div.head-cell-inner, div.grid-head th.sort div.head-cell-inner
{
	cursor: pointer; padding-right: 9px;
	background:transparent url(../zkau/web/zul/img/sort/v_hint.gif);
	background-position: 99% center;
	background-repeat: no-repeat;
}

div.listbox-head th.sort-dsc div.head-cell-inner, div.grid-head th.sort-dsc div.head-cell-inner
	 {
	cursor: pointer; padding-right: 9px;
	background:transparent url(../zkau/web/zul/img/sort/v_dsc.gif);
	background-position: 99% center;
	background-repeat: no-repeat;
}
div.tree-body, div.listbox-body, div.grid-body {
	background: white; border: 0; overflow: auto; width: 100%;
}
div.listbox-pgi, div.grid-pgi, div.tree-pgi {
	border-top: 0px solid #AAB; overflow: hidden;
}
div.listbox-pgi-t, div.grid-pgi-t, div.tree-pgi-t {
	border-bottom: 0px solid #AAB; overflow: hidden;
}
tr.grid td.gc { 
	font-family: inherit;
	font-size: inherit;
	color: black; background: white; 
	border: none; 
	padding: 2px;
	vertical-align:top;
}


.text, .textbox, .textbox2, .textbox2m { 
	box-sizing: content-box; padding: 2px;
}

input.textbox2, input.textbox2m, input.textbox, input.dateboxinp, input.text, input.name, input.description, textarea.text, div.text,
	div.databox div.datahtml,
	input.comboboxinp {
    box-sizing: border-box;
    padding: 4px 5px 2px 5px;
    border: 2px solid #e3e3e3;
    background: #f9f9f9;
    border-radius: 4px;
}

span.combobox span.rbtnbk img {
	width: 24px;
	height: 24px;
}

input.textbox.widetextbox {
	width: 450px;
}
div.databox.databox-label div.datahtml {
	border-color: transparent;
	background: transparent;	
}

input.textbox2::placeholder, input.textbox2m::placeholder, input.textbox::placeholder, 
	input.dateboxinp::placeholder, input.text::placeholder,
	input.description::placeholder,
	input.name::placeholder {
	color: #c0c0c0;
}

textarea.noborder-textbox, input.noborder-textbox {
	display: block;
	width: 100%;
	height: 32px; 
	resize: none;
	border: none;
	padding: 4px;
}

input.readonly, input.text-disd {
	box-sizing: border-box;
	background: transparent;
	border: 2px solid transparent;
	color:#000 !important;
	padding: 4px;
}


/* Hacemos que el listbox parezca a los estilos del grid */
.likeagrid table td {
	background-color: transparent;
	padding:4px 5px;
	border: none;
	cursor: default;
}

.likeagrid table td div table td {
	border: none;
}

.likeagrid {
	border:none;
}


table.listbox-btable tr.seld td, 
table.listbox-btable tr.seld,
div.tree-body  table tr.seld {
	background-color: powderblue;
}	
tr.overd {
	background-color: aliceblue;
}	
div.record-form > div > img.imageclic {
	float: none;
	margin-left: 10px;
}

.capsa_detalls {
	border: none;
	overflow: auto;
	padding: 0px;
	margin-bottom: 7px;
}

.wf_listbox {
    border: none;
}

@keyframes hopin {
    from {
    	transform: scaleY(0.0);
    	opacity: 0.2;
		height: 0;
		margin: 0;
		padding: 0px 0px 0px 10px;
   	}
    to {
    	transform: scaleY(1.0);
    }
}
	    
@keyframes hopoff {
    from {
    	transform: scaleY(1.0);
    	opacity: 1;
		height: auto;
		padding: 5px 0px 5px 10px;
    }
    to {
    	transform: scaleY(0.0);
    	opacity: 0.2;
		height: 0;
		padding: 0px 0px 0px 10px;
   	}
}

.tree-body tr.tree-hidden > td > div {
	height: 0;
	margin: 0;
	padding: 0px 0px 0px 10px;
	opacity: 0;
	transform: scaleY(0.0);
	animation-name: hopoff;
	animation-duration: 0.3s;
}

.tree-body tr.tree-displayed > td > div {
	animation-name: hopin;
	animation-duration: 0.3s;
}

.rolldown > td > div {
  	overflow-y: hidden;
	max-height: 500px; /* approximate max height */
	animation-name: rolldown;
	animation-duration: 1s;
}

.roundedWindow {
	border-radius: 7px;
	border: solid #17b5c8 7px;
	background-color: white;
	animation-name: appear;
	animation-duration: 0.7s;
}

a.change-mode-label, a.change-mode-label:visited {
	color: #17b5c8;
}

a.change-mode-label-hidden {
	display:none;
}

a.change-mode-label-selected {
	color: #17b5c8;
	font-weight: bold;
	text-decoration: none;
}

span.rbtnbk {
	background-image: none;
	border: none;
}

select {
    padding: 4px 5px 2px 5px;
    border: 2px solid #e3e3e3;
    color: black;
    margin-top: 2px;
    margin-bottom: 2px;
    min-width:80px;
    padding-right: 24px;

	border-radius: 4px;
	display: inline-block;
	font: inherit;
	
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: nane;
	
	background: #f9f9f9 url(../zkau/web/zul/img/combobtn.gif);
	background-position:
	  calc(100% - 4px) calc(50%) ;
	background-repeat: no-repeat;
}

select option {
	padding-top: 4px;
}
select::-ms-expand {
    display: none;
}


select:disabled, select.readonly {
    background: white;
    border: 4px solid transparent;
    color: black;
}

select.classic:focus {
}



div.attributeSearchPopup {
    border: solid 2px #AAB;
    z-index: 10;
    float: left;
    margin-top: 28px;
    position: absolute;
    min-width: 150px;
    min-height: 80px;
    background: white;
    padding: 8px;
}

div.inputField {
	display: table-row
}

span.inputField_label {
	display: table-cell;
	width: 192px;
	vertical-align: top;
	padding-top: 4px
	color: 	#5f7993;
	margin-left: 8px;
}
			
div.inputField_input {
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	min-width: 260px;
}

div.inputField_input {
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.inputField_input img.imageclic {
	width: 24px !important ;	
}			

span.inputField_tail {
	display: table-cell;
	vertical-align: top;
	padding-top: 4px
}
			

.appatt {display: table; padding: 0px; width: 100%}
.appatt_row {display: table-row}
.appatt_row span {}
.appatt_label {display: table-cell; width: 202px}
.appatt_input {display: table-cell; padding-bottom:2px; padding-top:2px}
.appatt_input table th:first-child {width: 340px;}
.appatt_input > div.listbox {padding-bottom: 20px;}
.appatt_input table.listbox-btable tr {height: 20px;}

.roleatt {display: table; padding: 0px; width: 100%}
.roleatt_row {display: table-row}
.roleatt_row div {padding-top: 5px}
.roleatt_label {display: table-cell; width: 200px}
.roleatt_input {display: table-cell}
.roleatt_input table th:first-child {width: 340px;}
.roleatt_input > div.listbox {padding-bottom: 20px;}
.roleatt_input table.listbox-btable tr {height: 20px;}

.accatt {display: table; padding: 0px; width: 100%}
.accatt_row {display: table-row}
.accatt_row span {}
.accatt_label {display: table-cell; width: 202px}
.accatt_input {display: table-cell; padding-bottom:2px; padding-top:2px}
.accatt_input table th:first-child {width: 160px;}
.accatt_input > div.listbox {padding-bottom: 20px;}
.accatt_input table.listbox-btable tr {height: 20px;}

.groupatt {display: table; padding: 0px; width: 100%}
.groupatt_row {display: table-row}
.groupatt_row span {}
.groupatt_label {display: table-cell; width: 202px}
.groupatt_input {display: table-cell; padding-bottom:2px; padding-top:2px}
.groupatt_input table th:first-child {width: 160px;}
.groupatt_input > div.listbox {padding-bottom: 20px;}
.groupatt_input table.listbox-btable tr {height: 20px;}

.useratt {display: table; padding: 0px; width: 100%}
.useratt_row {display: table-row}
.useratt_label {display: table-cell; width: 120px}
.useratt_input {display: table-cell; padding-bottom:2px; padding-top:2px}
.useratt_input table th:first-child {width: 160px;}
.useratt_input > div.listbox {padding-bottom: 20px;}
.useratt_input table.listbox-btable tr {height: 20px;}

.objectatt {display: table; padding: 0px; width: 100%}
.objectatt_row {display: table-row;}
.objectatt_row div {padding-top: 6px}
.objectatt_label {display: table-cell; width: 15em}
.objectatt_input {display: table-cell}
.objectatt_input > div.listbox {padding-bottom: 20px;}
.objectatt_input table.listbox-btable tr {height: 20px;}

.messagebox {
    word-break: break-word;
    overflow: auto;
}

div.fixedToolbar {
	position: fixed; width: 100%; left: 0; top: 35px; display: none; z-index: 10;
    border-top: none;
    border-bottom: 2px solid white;
    padding: 0px;
}

.removeValueIcon {
	width: 24px; padding: 2px; vertical-align:bottom; opacity:0.5;  cursor:pointer;
}

.removeValueIcon:hover {
	opacity:1;
}

div.errbox
{
	color: #000000;
	background-color: #edff00
}

div.scroll-listbox div.listbox-head {
	padding-right: 15px;
}

div.scroll-listbox div.listbox-body {
	overflow-y: scroll;
	scrollbar-width: 15px;
}


/*********** DATATABLE ************/
div.datatable table, div.datatable table td, table.preview-table {
	border: solid 1px #c0c0c0;
	border-collapse: collapse;
	min-width: 80px;
	word-break: break-all;
}

div.datatable table tr td.selector {
	width: 50px;
	min-width: 50px;
}

div.datatable div.tbodydiv table.tbody tr td img.imageclic {
    width: 24px;
    height: 24px;
    vertical-align: baseline;
}

div.datatable.fixedlayout table {
	table-layout: fixed;
}

div.datatable table.tbody tr td.minicolumn {
	width: 25px;
	min-width: 25px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

div.datatable table.tbody tr td.selector {
	width: 50px;
	text-align: center;
}

div.datatable table.tbody tr td.statusColumn {
	width: 100px;
	text-align: center;
}

div.datatable table.tbody tr td.datetimeColumn {
	width: 160px;
	text-align: right;
}

div.datatable table.tbody tr td.dateColumn {
	width: 120px;
	text-align: right;
}

div.datatable table.tbody tr.dashed td,
div.datatree div.tree-label.dashed,
div.datatree div.tree-label.dashed div.tree-cell,
div.databox.dashed select {
	text-decoration: line-through;
}
div.datatable table.tbody tr.grayed td,
div.datatree div.tree-label.grayed,
div.datatree div.tree-label.grayed div.tree-cell,
div.databox.grayed select {
	color: #808080;
}
div.datatable table.tbody tr.bold td,
div.databox.bold select {
	font-weight: bold;
}
div.datatable table.tbody tr.red td,
div.databox.red select {
	color: red;
}
div.datatable table.tbody tr.approval-pending td {
	color: #808080;
}

div.datatable table.tbody tr.rule td {
	color: #a6d100;
}

table.preview-table {
	width: 100%
}

table.preview-table thead tr {font-weight: normal}

table.preview-table tr td .grant {color: green;}
table.preview-table tr td .revoke {color: red;}
table.preview-table tr td .toEffectiveRole {color: blue;}

div.datatable table.thead td,
table.preview-table thead {
	box-sizing: border-box;
	background-color: #a6d100;
	color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;		
    padding-bottom: 4px;
    border-left: 1px solid #749200;
    border-right: 1px solid #edff00   
}
div.datatable table.thead td:last-child {
    border-right: 1px solid #c0c0c0;   
}
div.datatable .thead td input {
	width:100%;
}

div.datatable .tbody tr.next-page td,
div.datatable .tbody tr.previous-page td {
}

div.datatable .tbody tr.next-page,
div.datatable .tbody tr.previous-page {
	text-align: center;
	color: #17b5c8;
}

div.datatable div.tfoot {
	margin-top: 5px;
	background-color: white;
	text-align: right;
	box-sizing: border-box;
	border: none;
    width:100%;
}
div.datatable div.tfoot a {
	float: left;
}

div.datatable div.tfoot span.tablepager,
div.datatree div.tfoot span.tablepager {
	float:left;
}

div.datatable div.tfoot span.tablepager span,
div.datatree div.tfoot span.tablepager span {
	cursor: pointer;
	margin-left: 8px;
	margin-right: 8px;
	color: #17b5c8;
}

div.datatable div.tfoot span.tablepager span:hover,
div.datatree div.tfoot span.tablepager span:hover{
	color: #20ffff;
}

div.datatable table.thead td.filter-cell {
	padding-left:10px;
	padding-right: 10px;
    text-overflow: clip;
}

div.datatable {
	display: block;
	border-spacing: 0;
	overflow-x: hidden;
}

div.datatable table.thead {
  width:100%;
  table-layout: fixed;  
}

div.datatable div.tbodydiv{
  background-color: white;
  box-sizing: border-box;
  width:100%; 
  overflow-y:auto;
  border-bottom: 1px solid #c0c0c0;
}

div.datatable table.tbody{
  width:100%; 
}

div.datatable tr{
  width: 100%;
}

div.datatable table.tbody td {
	padding-left:10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	vertical-align:top;
}

div.datatable table.tbody td.green {
	background-color: green;
	color: white;
	text-align: center;
	width: 100px;
}
div.datatable table.tbody td.red {
	background-color: red;
	text-align: center;
	width: 100px;
}
div.datatable table.tbody td.yellow {
	background-color: yellow;
	color: black;
	text-align: center;
	width: 100px;
}

div.datatable table.tbody tr:hover {
	background-color: #87acd2;
	color: #ffffff;
}

div.datatable table.tbody tr.selected {
	background-color: #5f7993;
	color: #ffffff;
}

div.datatable table.tbody tr {
	cursor: pointer;
}

div.datatable table.thead td:not(.sortable-column) {
	padding-left:10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.datatable table.thead td {
	box-sizing: border-box;
  	}

div.datatable td.sortable-column {
	cursor: pointer;
}
div.datatable td.sortable-column div.sort-indicator {
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
}
div.datatable td.sortable-column div.sort-indicator div {
	font-size: 50%;
}
div.datatable div.sort-indicator-disabled {
	visibility: hidden;
}

/************ SWITCH ***************/		
.switch, .switch * {
    box-sizing: content-box;
    -webkit-border-vertical-spacing: 0px;
    -webkit-border-horizontal-spacing: 0px;
}

.switch {
    color: white;
    width: 80px;
    position: relative;
    font-family: inherit;
	font-size: inherit;
    line-height: 1.4;
    cursor: pointer;
    display: inline-block;
    vertical-align:bottom;
    border: 2px solid transparent;
}

.switch span { 
    font-size: 10px;
}

.switch.disabled {
    opacity: 0.3;
}

.switch.outdated,
.switch.incompatible {
    width: auto;
}

/* create a new BFC to have floating label work correctly.
 * http://colinaarts.com/articles/float-containment/ */
.switch:before, .switch:after {
  content    : '';
  display    : inline-block;
}

.switch:after {
  clear: both;
}


.switch * {
    display: block;
    user-select: none;
}

.switch .slider.not-dragging {
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -ms-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
}

.switch .slider {
    position: absolute;
    /* (80px / 2) - 2px */
    width: 38px;
    top: -2px;
    bottom: -2px;
    border: 3px solid #17b5c8 /*#5f5f5f*/;
    background-color: white;
    border-radius: 4px;
}

.switch .slider .handle {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -4px;
    width: 2px;
    height: 8px;
    border-width: 0 6px 0 2px;
    border-style: none double none solid;
    border-color: #17b5c8;
}

.switch .off,
.switch .on,
.switch.customized .custom-content {
    font-weight: bold;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    padding: 3px 0 1px;
}

.switch .off,
.switch .on {
    /* 80px / 2 - 2px */
    width: 38px;
}

.slider.not-dragging.slider-on {
	left: 38px;
}

.slider.not-dragging.slider-off {
	left: 0px;
}

.switch .custom-content {
    /* To aid with writing style sheets, put the default color styles
     * in a less specified selector, so they're easily overridden. */
    display: none;

    /* default colors */
    background-color: #000000;
    border-color: #2e3436;
}

.switch.customized .custom-content {
    display: block;

    /* 80px - 4px */
    width: 76px;
    border-radius: 4px;
}

.switch.customized .custom-content.outdated,
.switch.customized .custom-content.incompatible {
    width: auto;
}

.switch.customized .custom-content.incompatible {
    cursor: help;
}

.switch .off {
    float: right;
    border-color: #2e3436;
    border-left-style: none;
    border-radius: 0 4px 4px 0;
    background-color: #606060;
    color: white;
}

.switch .on {
    float: left;
    border-color: #3465a4;
    border-right-style: none;
    border-radius: 4px 0 0 4px;
    background-color: #a6d100;
    font-weight: normal;
    color: #000000;
}

.switch.customized .on,
.switch.customized .off,
.switch.customized .slider {
    display: none;
}
		


.card,  .single-face-card {
  width: 100%;
  height: 100%;
  min-height: calc( 100vh - 50px );
  position: relative;
  transition: transform 1s;
  transform-style: preserve-3d ;
  opacity: 1;
}

.card__face {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
}

.card__face--front {
	pointer-events: auto;
}

.card__face--back {
  transform: rotateY( 180deg );
}

.card.is-flipped {
  transform: rotateY(180deg);
}

.card.is-flipped .card__face--front, .card__face--back {
	pointer-events: none;
}
.card.is-flipped .card__face--back, .card__face--front {
	pointer-events: auto;
}


div.addButton, div.deleteButton, div.uploader-addbutton .inputfile + label {
	display: inline-block;
	margin: 5px;
	height: 40px;
	width: 40px;
	background-color: #17b5c8;
	background-size: 20px;
	color: #ffffff;
	border-radius: 20px;
	opacity: 0.5;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

div.addButton, div.uploader-addbutton .inputfile + label {
	background-image: url(/soffid/img/add-w.svg);
}

div.deleteButton {
	float: left;
	background-color: #107e8c;
	background-image: url(/soffid/img/remove-white.svg);
}

div.addButton:hover, div.deleteButton:hover, div.uploader-addbutton .inputfile + label:hover {
	margin: 0px;
	height: 50px;
	width: 50px;
	background-color: #20ffff;
	border-radius: 25px;
	opacity: 1;
	text-align: center;
	line-height: 50px;
}

div.deleteButton:hover {
	background-color: #17b5c8;
	color: #ffffff;
}

div.addButton span, div.deleteButton span {
	vertical-align: middle;
	display: none;
	color: white;
	font-size: 35px;
	padding-top: 2px;
}

div.deleteButton span {
	padding-top: 0px;
}

span.link {
	text-decoration: underline;
	cursor: pointer;	
}

div.menu2 {
	 display: inline-block;
	 float:right;
	 font-size: 14px;
	 width: 20px;
	 cursor: pointer;
	 text-align: center;
}


div.menu2modal {
	display:none;
}

div.menu2modal table {
	width: 100%;
}

div.menu2modal.open {
    position: fixed;
    z-index: +32768;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(173, 216, 230);
    background-color: rgb(173, 216, 230, 0.1);
    display: block;
}

div.menu2modal.open div.menu2dropdown {
	display: block;
	position: absolute;
	border: solid 1px #404040;
	border-radius: 1px;
	z-index: +1;
	background: white;
	text-align: left;
	box-shadow: 4px 4px #a0a0a0;
}

div.menu2modal.open div.menu2dropdown table {
	border-collapse: collapse;
	border: none;
}

div.menu2modal.open div.menu2dropdown tr td {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
}

div.menu2modal.open div.menu2dropdown tr td img{
	margin-right: 8px;
	height: 18px;
	width: 18px;
	object-fit: cover;
}

div.menu2modal.open div.menu2dropdown tr:hover {
	color: #ffffff;
	background-color: #5f7993;
}

div.menu2modal.open div.menu2dropdown tr img.menu2rev {
	 display: none;
}

div.menu2modal.open div.menu2dropdown tr:hover img.menu2rev {
	 display: inline-block;
}

div.menu2modal.open div.menu2dropdown tr:hover img.menu2std {
	 display: none;
}

div.menu2 div.menu2starter, button.icon-button, span.zbtnbk {
	display: inline-block;
	height: 25px;
	width: 25px;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	border: none;
	background-image: none;
	box-shadow: none;
}

div.navigation-bar img.progress {
	display: inline-block;
	height: 25px;
	width: 25px;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	border: none;
	background-image: none;
	box-shadow: none;
	float: right;
}

span.zbtnbk {
	padding: 2px;
}

div.menu2 div.menu2starter, div.navigation-bar button.icon-button {
	float: right;
}

button.icon-button {
	margin: 0px 10px;
}

button.grid-icon-button {
	display: inline-block;
	height: 25px;
	width: 25px;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	border: none;
}

div.menu2 div.menu2starter img, button.icon-button img, grid-icon-button img, span.zbtnbk img {
	width: 20px;
}

button.icon-button:disabled, button.grid-icon-button:disabled {
	display: none;
}

div.menu2 div.menu2starter:hover, button.icon-button:hover, button.grid-icon-button:hover, span.zbtnbk:hover {
	background-image: url(/soffid/img/circle.svg);
	background-size: cover;
}

button img.menu2rev { display: none}
button:hover img.menu2rev { display: inline-block}
button:hover:disabled img.menu2rev { display: none}
button:hover img.menu2std { display: none}

div.navigation-bar span.pager span {
	color: #a6d100;
	font-weight: bold;
}

div.navigation-bar span.pager span:first-child,
div.navigation-bar span.pager span:last-child { 
	color: #17b5c8;
	margin-left: 8px;
	margin-right: 8px;
}

div.options {
	text-align: center;
}

.options .menuoption {
	width: 350px;
	padding: 40px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	display: inline-block;
}

.options.options-small .menuoption {
	width: 250px;
	padding: 20px;
	text-align: center;
}


.options .menuoption img {
	object-fit: contain;
	padding-left: 47px;
	padding-right: 47px;
	padding-top: 22px;
	padding-bottom: 22px;
	width: 300px;
	height: 200px;
	opacity: 1;
	border: solid 1px #e0e0e0;
	border-radius: 20px;
	margin-bottom: 18px;
    transition: padding 0.2s ease-in-out;
}

.options.options-small .menuoption img {
	object-fit: contain;
	padding-left: 39px;
	padding-right: 39px;
	padding-top: 27px;
	padding-bottom: 27px;
	border-radius: 10px; 
	width: 200px;
	height: 140px; 
}

.options.options-tiny .menuoption {
	width: 100px;
	padding: 10px;
	text-align: center;
}

.options.options-tiny .menuoption img {
	object-fit: contain;
	padding: 14px;
	width: 80px;
	height: 80px; 
}

.options.options-very-small .menuoption .menuoption-suboptions, 
.options.options-small .menuoption .menuoption-suboptions, 
.options.options-tiny .menuoption .menuoption-suboptions{
	display: none;
}


.options.options-very-small .menuoption img {
    object-fit: contain;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    width: 60px;
    height: 45px;
    margin: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}

options.options-very-small .menuoption span {
    font-size: 10pt;
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}

.options div.menuoption-tip-shadow {
	width: 272px;
	hegiht: 154px;
	position: absolute;
}

.options.options-small div.menuoption-tip-shadow {
	width: 200px;
	hegiht: 84px;
	position: absolute;
}

.options.options-tiny div.menuoption-tip-shadow {
	width: 60px;
	hegiht: 54px;
	position: absolute;
}

.options span.menuoption-tip {
    display: block;
    position: relative;
    /* left: 400px; */
    background-color: #a6d100;
    border: solid 4px #a6d100;
    text-color: #000000;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 173px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.options .menuoption:hover img {
	box-shadow: 12px 12px 8px #a6d100;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #e8e8e8;
}

.options.options-small .menuoption:hover img,
.options.options-very-small .menuoption:hover img {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.options.options-small .menuoption:hover img {
	box-shadow: 6px 6px 4px #a6d100;
}

.options.options-very-small .menuoption:hover img {
	box-shadow: none;
	background-coler: none;
}

.options.options-very-small .menuoption:hover {
	background-color: #e8e8e8;
}


.options.options-tiny .menuoption:hover img {
	box-shadow: 6px 6px 4px #a6d100;
	padding: 4px;
}

.options .menuoption .menuoption-title {
	word-break: break-word;
	font-size: 15pt;
}

.options.options-small .menuoption .menuoption-title,
.options.options-tiny .menuoption .menuoption-title {
	font-size: 10pt;
}

.options .menuoption .menuoption-suboptions {
	height: 1.2em;
	overflow-y: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden;
}

.options.options-small div.menuoption-tip-shadow {
	width: 204px;
}
.options.options-small span.menuoption-tip {
	margin-top: 113px; 
}
.options.options-small div.menuoption-tip-shadow {
	width: 80px;
}
.options.options-small span.menuoption-tip {
	margin-top: 43px; 
}
/*********************** MENU RESPONSIVE **********/
@media only screen and (max-width: 1080px) {
	.options .menuoption {
		width: 250px; 
		padding: 20px;
	}
	.options.options .menuoption img {
		object-fit: contain;
		padding-left: 39px;
		padding-right: 39px;
		padding-top: 27px;
		padding-bottom: 27px;
		border-radius: 10px; 
		width: 200px;
		height: 140px; 
	}
	.options .menuoption .menuoption-suboptions { 
		display: none;
	}
	.options.options .menuoption:hover img {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	
	.options div.menuoption-tip-shadow ,
	.options.options-small div.menuoption-tip-shadow {
		width: 204px;
		position: absolute;
	}
	.options span.menuoption-tip {
		margin-top: 113px; 
	}
	
	.options.options-tiny div.menuoption-tip-shadow {
		width: 60px;
		hegiht: 54px;
		position: absolute;
	}

	.options.options-tiny .menuoption {
		width: 100px;
		padding: 10px;
		text-align: center;
	}
	
	.options.options-tiny .menuoption img {
		object-fit: contain;
		padding: 14px;
		width: 80px;
		height: 80px; 
	}
	
}

@media only screen and (max-width: 750px) {
	.options .menuoption,
	.options.options-small .menuoption {
		width: 100px;
		padding: 10px;
	}

	.options.options .menuoption img,
	.options.options-small .menuoption img {
		object-fit: contain;
		padding-left: 9px;
		padding-right: 9px;
		padding-top: 7px;
		padding-bottom: 7px;
		border-radius: 5px; 
		width: 100px;
		height: 70px; 
	}
	.options .menuoption .menuoption-suboptions {
		display: none;
	}
	.options .menuoption .menuoption-title,
	.options.options-small .menuoption .menuoption-title,
	.options.options-tiny .menuoption .menuoption-title {
		font-size: 10pt;
	}
	
	.options div.menuoption-tip-shadow ,
	.options.options-small div.menuoption-tip-shadow ,
	.options.options-tiny div.menuoption-tip-shadow {
		width: 80px;
	}

	.options.options span.menuoption-tip,
	.options.options-small span.menuoption-tip,
	.options.options-tiny span.menuoption-tip {
		background-color: #a6d10080;
		border-color: transparent;
		margin-top: 43px; 
	}

	.options.options-tiny .menuoption {
		width: 100px;
		padding: 10px;
		text-align: center;
	}
	
	.options.options-tiny .menuoption img {
		object-fit: contain;
		padding: 14px;
		width: 80px;
		height: 80px; 
	}
	
	.topline img.logo.col_der {
		display: none;
	}

	.options.options-very-small .menuoption {
		width: 250px;
	}
	
	.options.options-very-small .menuoption img {
	}
	
	.options.options-very-small .menuoption span.menuoption-title {
	}
	
}

.options.options-very-small .menuoption {
	text-align: left;
	padding: 10px;
}

.options.options-very-small .menuoption img {
    object-fit: contain;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    width: 60px;
    height: 45px;
    margin: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    border:none;
}

.options.options-very-small .menuoption span.menuoption-title {
    font-size: 10pt;
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
}


/********* MENU BAR **************/
div.navigation-bar {
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	color: #17b5c8;
	min-height: 36px;
}

div.navigation-bar span.link {
	color: #17b5c8;
	font-weight: bold;
}

div.navigation-bar.dummy span {
	color: #a6d100;
	font-weight: bold;
}


/****************** DATATREE ******************/
div.datatree div.sortable-column div.sort-indicator {
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
}
div.datatree div.sortable-column div.sort-indicator div {
	font-size: 50%;
}
div.datatree div.sort-indicator-disabled {
	visibility: hidden;
}

div.datatree div.thead {
	box-sizing: border-box;
	background-color: #a6d100;
	color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;		
  	}

div.datatree div.thead input {
	width:100%;
}

div.datatree div.thead div.filter-cell {
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 2px;
    text-overflow: clip;
    border-bottom: 1px solid #c0c0c0;
}

div.datatree {
	display: block;
	border-spacing: 0;
}

div.datatree div.thead div.sortable-column {
	cursor: pointer;
}
div.datatree div.tfoot {
	width:100%;
	box-sizing: border-box;
	margin-top: 5px;
	background-color: white;
	text-align: right;
	box-sizing: border-box;
	border: none;
}
		

div.datatree div.tree-collapse, div.collapser {
    background-image: url(/soffid/img/foldBackground.svg);
    background-size: cover;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
    padding: 0px;
    margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;   
	cursor: pointer;
}

div.datatree div.tree-collapse img, div.collapser img {
	transition: transform 0.3s ease-in-out;
    transform: rotate(-90deg) scale(1, 1);
    width: 18px;
    height: 18px;
}

div.datatree div.tree-collapse.open img, div.collapser.open img {
   	transform: rotate(0deg) scale(1, 1);		
}

div.datatree div.tbody {
  border: 1px solid #a6d100;
  background-color: white;
  box-sizing: border-box;
  width:100%; 
  overflow-y:auto;
  overflow-x:clip;
  padding: 0px;
}

div.tree-collapse {
	padding-top: 3px;
	padding-right: 6px;
}


svg.tree-collapse, div.tree-collapse svg{
	width: 16px;
	height: 16px;
	display: inline-block; 
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
    vertical-align: top;
	transform: scale(0.8, 0.8);		    
	color: #5f7993;
	position: relative;
	top: 3px;
	margin-left: 6px;
	margin-right: 6px;   
}

svg.tree-collapse.open, div.tree-collapse.open svg {
	transition: transform 0.2s ease-in-out;
    transform: rotate(90deg) scale(1, 1);	
	color: #87acd2;
}

div.datatree div.tbody div.tree-item {
	width: calc( 100% - 30px );
	overflow-x: hidden;
	display: inline-block; 
	padding-left: 4px;
}

div.tree-children.waiting {
	background-image: url(/soffid/img/wait.gif); 
	background-size: 16px 16px;
	width: 16px;
	height: 32px;
	background-repeat: no-repeat;
	background-position-y: 8px;
}

div.tree-children.waiting div.tree-tail {
	display: none;
}

div.datatree div.tree-itemholder {
  background-image: url(/soffid/img/separator.svg);
	
}
	
div.datatree div.tree-itemholder img.tree-icon,
div.datatree div.tree-itemholder div.tree-icon-button,
img.small-icon {
	width: 1em;
	height: 1em;
	display: inline-block;
	margin-right: 4px;			
}

div.datatree div.tree-itemholder img.tree-icon, 
div.datatree div.tree-itemholder div.tree-icon-button {
	vertical-align: top
}

div.datatree div.tree-itemholder div.tree-cell:hover div.tree-icon-button {
	visibility: visible;
}

div.datatree div.tree-itemholder div.tree-cell:hover div.tree-icon-button img.button-0,
div.datatree div.tree-itemholder div.tree-cell:hover div.tree-icon-button:hover img.button-1
{
	display: none;
}

div.datatree div.tree-itemholder div.tree-cell:hover div.tree-icon-button:hover img.button-0,
div.datatree div.tree-itemholder div.tree-cell:hover div.tree-icon-button img.button-1
{
	display: inline-block;
}

div.datatree div.tree-itemholder div.tree-cell:hover div.tree-icon-button img.button-0 {
	display: none;
}
div.datatree div.tree-itemholder div.tree-cell:hover div.tree-icon-button {
	visibility: visible;
}

div.datatree div.tree-itemholder div.tree-icon-button {
	visibility: hidden;
}

div.datatree div.tree-itemholder.page-down, 
div.datatree div.tree-itemholder.page-up  {
	text-align: center;
	color: #17b5c8;
	cursor: pointer;
	height: 32px;
	padding-top: 6px; 
	overflow: hidden;
}

div.datatree div.tree-label {
	cursor: pointer;		
	height: 32px;
	padding-top: 0px; 
	overflow: none;
/*	border-bottom: 1px solid #c0c0c0; 
	border-left: 1px solid #c0c0c0; */
}
div.datatree div.tree-label.dashed {
	text-decoration: line-through;
}

div.datatree div.tree-label.drag-highlight {
	background-color: #87acd2;
	color: #ffffff;
}

div.datatree div.tree-label:hover,
div.datatree div.tree-itemholder.page-down:hover, 
div.datatree div.tree-itemholder.page-up:hover  {
	background-color: #87acd2;
	color: #ffffff;
}

div.datatree div.tree-label.selected {
	background-color: #5f7993;
	color: #ffffff;
}

div.datatree. div.tfoot {
	background-color: white;
	text-align: right;
	box-sizing: border-box;
	border: none;
}

div.datatree div.thead div.column ,
div.datatree div.tbody div.tree-label div.tree-cell {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 4px;
	overflow: hidden;
	height: 24px;
	white-space: nowrap;
	text-overflow: clip;
	border-right: 1px solid #c0c0c0;
}
div.datatree div.thead div.filter-cell {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 4px;
	overflow: hidden;
	height: 30px;
	white-space: nowrap;
	text-overflow: clip;
	border-right: 1px solid #c0c0c0;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.datatree div.tbody div.tree-label div.tree-cell,
div.datatree div.tbody div.tree-label.no-columns {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	vertical-align: baseline;
	padding-bottom: 2px;
	height: 32px;
}

div.datatree div.thead div.filter-cell input.filter {
	width: calc( 100% - 20px );
	margin-left: 10px;
	margin-right: 10px;
}

div.datatree div.tbody div.tree-children,
div.datatree div.tbody div.tree-label {
	width: 100%;
	overflow: hidden;
}

span.lock {
	color: #000000;
	background-color: #a6d100;
	border: solid 3px #a6d100;
	border-radius: 6px;
}
/******* END DATATREE **********/
tr.noBorderGrid td {
	vertical-align: top;
}

tr.noBorderGrid > td:first-child {
	width: 250px;
}

tr.noBorderGrid td:first-child div.gc.cell-inner span {
	color: 	#5f7993;
}

tr.noBorderGrid td div.gc.cell-inner {
	margin: 4px;
}

span.welcome {
	padding: 6px; 
	display: block;
	color: #a6d100;
	font-weight: bold;
}

input.required {
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='1em' width='1em'><text x='0' y='1em' fill='%2317b5c8' font-size='11'>*</text></svg>");
    background-position: top right;
    background-repeat: no-repeat;
}

div.menu3modal {
    position: fixed;
    z-index: +1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(173, 216, 230);
    background-color: rgb(173, 216, 230, 0.1);
    display: block;
}

div.menu3 {
	position: absolute;
	z-index:10;
	display: block;
	border: solid 2px #5f7993;	
	border-radius: 3px;
	z-index: +1;
	background: white;
	text-align: left;
	box-shadow: 4px 4px rgb(190, 190, 190, 0.5);
}

div.menu3 div.menu3menu {
	padding: 6px;
	width: 100%;
}

div.menu3 table {
	border-collapse: collapse;
	border: none;
}

div.menu3 tr td {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
}

div.menu3 table tr td a,
div.menu3 table tr td a:visited {
	color: inherit;
	text-decoration: none;
}

div.menu3 table tr td img{
	object-fit: contain;
	margin-right: 8px;
	height: 20px;
	width: 40px;
	vertical-align: middle;
}

div.menu3 tr:hover {
	color: #ffffff;
	background-color: #5f7993;
}

img.menu3starter {
	height: 100%;
	background-color: #17b5c8;
	padding: 6px;
}

img.menu3starter:hover {
	background-color: #87acd2;
}

div.card div.form {
	height: calc( 100vh - 120px);
	overflow-y: auto;
	overflow-x: hidden; 
}

div.tabpanel {
	border: none;
}

div.form > div > div.tabpanels div.tabpanel {
	height: calc( 100vh - 185px);
	overflow-y: auto;
	overflow-x: hidden; 
	padding: 0;
}

div.form > div > div.tabpanels div.tabpanel >div.tabpanel-real {
	padding-top: 8px;
	width: 100%;
}

tr.compactGrid td.gc {
	border: solid 1px #a6d100;
}
tr.compactGrid > td.gc, tr.compactGrid > td.gc > div.gc {
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}

div.tree-body td, div.listbox-body td, 
div.tree-foot td, div.listbox-foot td, 
tr.item, tr.item a, tr.item a:visited {
	font-size: inherit; 
}

div.tree-tail {
	margin-top: 0px;
	height: 32px;
}

div.tree-tail button {
	border-radius: 5px;
	padding: 3px 9px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 9pt;
}


/** FILE UPLOAD **/
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	background-image: linear-gradient(to bottom, #17b5c8, #107e8c);
	border: 0px solid transparent; 
	border-radius: 5px;
	padding: 6px 9px;
	margin-top: 6px;
	margin-bottom: 6px;
	box-shadow: 2px 2px 7px #808080; 
	cursor: pointer;
	color: #ffffff;
    display: inline-block;
    margin: 3px 4px;
}


.inputfile + label:hover {
	background-image: none;
	background-color: #17b5c8;
	color: #ffffff;
	box-shadow: none;
}

form.upload-form input[type="submit"] {display:none;}
.inputfile + label + input[type="button"] {float: right;}
	
	/************* databox *****************/
div.databox {
/*	display: flex; */
}
div.databox div.label, span.label, span label {
	display: inline-block;
	min-width: 192px;
	color: 	#5f7993;
    vertical-align: top;
    text-align: left;
    margin-top: 6px;
	margin-left: 8px;
}

div.databox.longlabel div.label, span.label.longlabel {
	min-width: 292px;
}

span.label.black {
	width: auto;
	color: 	black;
}

span.label.longlabel {
	width: 350px;
}

div.databox.databox_switch div.label {
	width: auto;
	min-width: 192px ; 
}

div.databox.right-label div.label {
	text-align: right;
	padding-right: 10px;
}

div.databox.separator div.label, span.separator,
span.separator_label {
	display: inline-block;
	width: 100%;
	color: 	#a6d100;
	margin-left: 0px;
	margin-top: 16px;
	margin-bottom: 4px;
	font-size: 20px;
    font-weight: bold;
}

div.databox div.container {
	display: inline-block;
    margin-bottom: 4px;
    vertical-align: top;
    position: relative;
    width: calc(100% - 200px);
}

div.merge div.databox div.container {
    margin-bottom: 0px;
}

div.databox div.container.container-nolabel {
    width: 100%;
}

div.databox.longlabel div.container {
    width: calc(100% - 300px);
}


div.databox div.container.wrapped {
	display: block;
	margin-left: 200px;
}

div.databox.longlabel div.container.wrapped {
	margin-left: 300px;
	display: block;
}

div.databox.databox_switch div.container.wrapped {
	margin-left: 0px;
	display: inline-block;
}

div.databox div.container.datebox {
	width: fit-content;
}

div.databox div.container.switch, div.databox div.container.switch.wrapped {
	width: 80px;
	flex-grow: 0;
	margin-left: 0;
	overflow: visible;
}


div.databox div.container select {
	width: 100%;
}

div.databox div.container input.text ,
div.databox div.container textarea.text,
div.databox textarea.text {
	width: 100%;
	resize: vertical;
}

div.databox[forceselecticon='true'] div.container input.text {
	width: calc(100% - 30px)
}

div.databox[selecticon] div.container textarea.text {
	width: calc( 100% - 30px );
}

div.databox[selecticon] div.container button.icon-button {
	vertical-align: top
}

div.databox div.container input.description,
div.databox[multivalue='true'] div.container input.text ,
div.databox[multivalue='true'] div.container select.select ,
div.databox[multivalue='true'] div.container textarea.text {
	width: 90%;
	width: calc( 100% - 1em - 8px );
}

div.databox[multivalue='true'] div.container input.description {
	width: 90%;
	width: calc( 100% - 2em - 8px );
}

div.databox-popup {
   position: fixed;
   margin-top: 2px;
   background-color: white;
   padding: 8px;
   border: solid 1px #425466;
   border-radius: 3px;
   width: fit-content;
   min-width: 200px;
   max-width: 800px;
   max-height: 800px;
   z-index: 99999;
   box-shadow: 4px 4px #a0a0a0;
   overflow-y: auto;
}

div.databox-popup div {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}

div.databox-popup div span.name span {
	font-weight: bold;
}

div.databox-popup div span.search-match{
	color: #17b5c8;
}

div.databox-popup div:hover,
div.databox-popup div:hover span ,
div.databox-popup div:hover span.search-match {
	background-color: #87acd2;
	color: #ffffff;
}

div.databox-popup div.no-results,
div.databox-popup div.no-results:hover {
	background-color: white;
	color: #606060;
}

div.databox button.icon-button, span.zbtnbk {
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	vertical-align: middle;
}

div.databox img.warning-icon {
    height: 24px;
    vertical-align: bottom;
}


div.databox div.warning span {
    font-weight: bold;
}

div.databox-popup img {
   width: 24px;
}

div.section {
	display: inline-block;
	width: 50% ;
	padding-right: 24px;
	vertical-align: top;
}

div.highlighted div.section {
	display: block;
	width: 100%;
	padding-right: 0px;
}

@media only screen and (max-width: 1023px) {
	div.section {
		display: block;
		width: 100%;
		padding-right: 0px;
	}
}
	
@media only screen and (max-width: 430px) {
	div.databox.longlabel div.container, 
	div.databox div.container,
	div.databox div.container.wrapped,
	div.databox.longlabel div.container.wrapped {
	    width: calc(100% - 50px);
		display: block;
		margin-left: 50px;
	
	}
	div.databox div.container.switch {
		display: block;
		margin-left: 50px;
	
	}
	div.databox div.container span {
	    width: 100%;
		display: block;
		margin-left: 0px;
	}
	div.databox div.container input.name, div.databox div.container span.name {
	    width: calc(100% - 30px);
	    min-width: 50px;
	}
	div.databox.databox_switch div.container span {
	    width: 38px;
	}
	div.databox.databox_switch div.container span span.handle {
	    width: 2px;
	}
	.switch span.slider {
		height: 20px;
	}
	
}
	
/*** WIZARD **/
div.wizard-bar {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -16px;
    margin-bottom: 16px;
    height: 52px;
    width: 1000%;
    background: #f0f0f0;
    border-top: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
    overflow: hidden;
    position: relative;
}

div.wizard-bar div.active-step {
    background-color: #a6d100;
    display: inline-block;
    padding: 16px;
    vertical-align: bottom;
}

div.wizard-bar div.active-step span {
    color: #000000;
}

div.wizard-bar div.previous-step {
    display: inline-block;
    padding: 16px;
    vertical-align: bottom;
}

div.wizard-bar div.next-step {
    display: inline-block;
    padding: 16px;
    color: #808080;
    vertical-align: bottom;
}

div.wizard-bar div.separator-p {
	height: 100%;
	width: 26px;
	display: inline-block;
	background-image: url(/soffid/img/wizard-p.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

div.wizard-bar div.separator-n {
	display: inline-block;
	height: 100%;
	width: 26px;
	background-image: url(/soffid/img/wizard-n.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

div.wizard-bar div.separator-d {
	display: inline-block;
	height: 100%;
	width: 26px;
	background-image: url(/soffid/img/wizard-d.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


@media only screen and (max-width: 600px) {
	.col_izq img.menu3starter,
	div.col_der.help {
		 display:none;
	}
}

@media only screen and (max-width: 400px) {
	div.col_cen {
		display: none;
	}
}

input[type='radio'] {
	height: 31px;
}

input[type='radio'] + label {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 6px;
	height: 31px;
    display: inline-block;
    width: calc(100% - 40px);
    word-break: break-word;
    margin-bottom: 15px;
}

div.search-popup input[type='radio'] + label {
	height: 24px;
	width: 192px;
	margin-bottom: 0px;
}

img.small-picture {
	max-width: 32px;
	max-height: 32px;	
}

div.ck button {
	box-shadow: none;
}

div.databox div.datahtml *, div.ck, div.ck ol, div.ck ul, div.ck li {
	margin: inherit;
	padding: revert;
}

div.databox div.datahtml {
	min-height: 32px;
	overflow-x: clip;
	overflow-y: auto;
	max-height: 125px;
	text-wrap: wrap;
}

div.ck.ck-editor__main {
	min-height: 400px;
} 

/** Accept / reject checkbox **/
.custom-checkbox {
	display: inline-block; position: relative;
	cursor: pointer; 
	height: 32px; width:32px;
	-webkit-user-select: none; 
	-moz-user-select: none; -ms-user-select: none; user-select: none; 
	float:left; 
}

/* Hide the browser's default checkbox */ 
.custom-checkbox input { 
	position: absolute; opacity: 0; cursor: pointer;
	height: 0; width: 0; 
}

/* Create a custom checkbox */ 
.custom-checkbox > label {
	position: absolute; top: 0; left: 0; height: 25px; min-width:25px; width: 25px; background-color: #eee; 
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ label 
{
	background-color: #ccc; 
	display: block;
}

.custom-checkbox-red:hover input ~ label {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4wQOFBgWJLs02wAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAA/ElEQVQ4y43TQUoDQRCF4S9eQDdCmGyMxIAaQw6QrV5WvICokEWIoCAICSFugwuvIKibamya6WhD0Yuqv/pVzRt+zzlu0Fc/+7jHRZk4wTu+Ma80OcA6arYY5y8n+CvuBwwyuItV5FK8YSpk53C6b0PJMV4LOMWdKJpXmlxjWYEfMUkS+yG7rUlbPGFULmkQsv+CXzAMplM26YfsGjxDkwN7RYMOznb44BSftWR3x7bz2JQqkklW/4BTLNHL7bneMfNHJfeMI+Ht2rYbHIbstpqF+DG2Ld95mI3YtBhqg6tUMA5vJ4eNWpbcC9kJviwLpuHtSc0kMfMie7nzAzAUjZ0bw7t3AAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: center;
}

.custom-checkbox-green:hover input ~ label { 
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4wocEDI7TCYtLwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAyklEQVQY043RMYqDUBDG8f/IY5EYXmcVCKS0SA7gGexyk4U9yTZbBxb2ACFlukgwoIhCqlTWbmEjwoOXQmITI5ny4zfFfCNf/z9MzUw++HS2tmkasixDvYO11mitAXDewY+p67pfiIrARkVgp3Ce5/wuz6KiIrBhGPZpjD1ubvIKA0jbttZ1XQCMMXRdh+d5oxjASZIEYwwASqlJDODs11eJ4/jp6LIsn/DQ0n59lTRNh7CqKnaLk4y1N/zhb3URUqzv+3zPD/Kq7jsrRlP0CTOLEAAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: center;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox-green input:checked ~ label {
	background-color: lightgreen; 
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4wocEDI7TCYtLwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAyklEQVQY043RMYqDUBDG8f/IY5EYXmcVCKS0SA7gGexyk4U9yTZbBxb2ACFlukgwoIhCqlTWbmEjwoOXQmITI5ny4zfFfCNf/z9MzUw++HS2tmkasixDvYO11mitAXDewY+p67pfiIrARkVgp3Ce5/wuz6KiIrBhGPZpjD1ubvIKA0jbttZ1XQCMMXRdh+d5oxjASZIEYwwASqlJDODs11eJ4/jp6LIsn/DQ0n59lTRNh7CqKnaLk4y1N/zhb3URUqzv+3zPD/Kq7jsrRlP0CTOLEAAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: center;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox-red input:checked ~ label {
	background-color: #e00000; 
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4wQOFBgWJLs02wAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAA/ElEQVQ4y43TQUoDQRCF4S9eQDdCmGyMxIAaQw6QrV5WvICokEWIoCAICSFugwuvIKibamya6WhD0Yuqv/pVzRt+zzlu0Fc/+7jHRZk4wTu+Ma80OcA6arYY5y8n+CvuBwwyuItV5FK8YSpk53C6b0PJMV4LOMWdKJpXmlxjWYEfMUkS+yG7rUlbPGFULmkQsv+CXzAMplM26YfsGjxDkwN7RYMOznb44BSftWR3x7bz2JQqkklW/4BTLNHL7bneMfNHJfeMI+Ht2rYbHIbstpqF+DG2Ld95mI3YtBhqg6tUMA5vJ4eNWpbcC9kJviwLpuHtSc0kMfMie7nzAzAUjZ0bw7t3AAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: center;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox label:after { 
	content: ""; position: absolute; display: none; 
}

/* Show the checkmark when checked */ 
.custom-checkbox input:checked ~ label:after { display: block; }


a.bookmark {
	display: block;
	color: #17b5c8;
	cursor: pointer;	
}

a.bookmark:hover {
	text-decoration: underline;
}

div.graphjs {
	width: 400px;
	height: 400px;
	display: inline-block;
	vertical-align: bottom;
}

div.tutorialMessage{
	position:fixed;
	z-index:2;
	text-align: center;
}
div.tutorialMessage span{
	color: #ffffff; 
	padding:16px;
	border-radius:10px; 
	padding-block: 10px; 
	background-color:#5f7993;
	display: block;
}
div.tutorialMessage button{
	
}

div.merge div.databox {
	word-break: break-all;		
}

div.merge div.databox {
	min-height: 30px;
}


div.merge {
	width: 100%;
}
div.merge.reverse,
div.merge.reverse div.databox,
div.merge.reverse div.databox input ,
div.merge.reverse div.databox span.name,
div.merge.reverse div.databox select {
	background-color: #17b5c8;
	color: #ffffff  !important; 
}
div.merge.hidden {
	visibility: hidden;
}
div.databox span.name {
	margin: 2px;
	padding: 4px;
    display: inline-block;
    background: inherit;
    min-width: 100px;
}

div.merge,
div.merge div.databox ,
div.merge div.databox select,
div.merge div.databox input {
	cursor: pointer;
}

div.notice {
	position: fixed;
    z-index: 10;
    top: 40px;
    right: 0px;
    width: 350px;
    background-color: #5f7993;
    height: 150px;
    padding: 60px;
    border-radius: 14px;
    box-shadow: -10px 10px #425466;
    color: #ffffff
}

div.merge,
div.merge div.databox ,
div.merge div.databox select,
div.merge div.databox input {
	cursor: pointer;
}

span.inlineCheck {
	display: inline;
	vertical-align: bottom;
}
span.inlineCheck input {
	height: 15px;
	margin-bottom: 12px;	
}
span.inlineCheck label {
	display: inline;
	
}

input[type=number] {
  -moz-appearance: textfield;
}  