   /*
   Document   : MYSIRT
             Created on : 04-nov-2018, 11.11.41
             Author     : Leda Santosuosso
             Description:
   */
@font-face {
	font-family: "WaukeganLDO";
	src:
		url("../fonts/WaukeganLDO.woff2") format("woff2"),
		url("../fonts/WaukeganLDO.woff") format("woff"),
		url("../fonts/WaukeganLdo-ax19.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

 html {
              font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
              -webkit-text-size-adjust: 100%;
              -ms-text-size-adjust: 100%
 }
 body {
      background-color: #ffffff;
      font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; 
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left:0px;
      padding-right:0px;
      margin-bottom: 0px;
  }
  
  
/*********************** HEADER SECTION **********************/


 .headerM {
    background-color:#63b32f;
    color:#63b32f;
    background-image: url("../images/HeaderMysirt.jpg");
    background-size:100% 100%;
    min-height: 150px;
    border: 0px; 
    padding-top: 0px;
	padding-bottom: 0px;
	padding-left:25px;
	padding-right:15px;
	margin-bottom: 0px;
 }
 .cellM{
 	height:70px;
 	background-position:right bottom;
 	padding-left:2px;
	padding-right:2px;
 }

 .systemName{
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	font-size:54px;	
	color: white;
	text-align: left;
 }
 .fontHeaderSamll{
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	font-size:13px;	
	color: white;
	text-align: right;
 }
.bordo {
  border: 3px solid red;
}

.logoM {
	height: 35px;
	width: auto;
  	vertical-align: text-bottom;
	text-align: left;
 }
 .mostra{
	 visibility: visible;
  }
 
  @media screen and (max-width: 1024px) {
  .headerM {
    background-image: none;
    min-height: 100px;
    border: 0px; 
    padding-top: 10px;
	padding-bottom: 0px;
	padding-left:25px;
	padding-right:5px;
	margin-bottom: 0px;
  }
   .cellM{
 	height:20px;
 	background-position:right bottom;
 	padding-left:2px;
	padding-right:2px;
  }
  .logoM {
  	height: 1px;
  }
  .fontHeaderSamll{
  	color:#63b32f;
  	font-size:0px;	
  }
   .systemName{
	font-size:32px;	
   }
    .mostra{
	 visibility: hidden;
	 display: none;
   }
 }

/**************************FINE HEADER SECTION***********************************/


/***************************MENU SECTION ****************************************/

    /* Remove the navbar's default rounded borders and increase the bottom margin */ 

    .navbar {
      margin-bottom: 50px;
      border-radius: 0;
    }   
	.dropdown-submenu {
		position: relative;
	}
		
	.dropdown-submenu > .dropdown-menu {
	    top: 0;
	    left: 100%;
	    margin-top: -6px;
	    margin-left: -1px;
	    -webkit-border-radius: 0 6px 6px 6px;
	    -moz-border-radius: 0 6px 6px;
	    border-radius: 0 6px 6px 6px;
	}
		
	.dropdown-submenu:hover > .dropdown-menu {
	    display: block;
	}
	.dropdown-submenu.pull-left {
	    float: none;
	}
	
	.dropdown-submenu.pull-left > .dropdown-menu {
	    left: -100%;
	    margin-left: 10px;
	    -webkit-border-radius: 6px 0 6px 6px;
	    -moz-border-radius: 6px 0 6px 6px;
	    border-radius: 6px 0 6px 6px;
	}
	/*Leda questa � la casellina dei menu quando � rimpicciolita*/
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: #031c25; /*transparent*/
		background-image: none;
		border: 1px solid #031c25; /*#31c25 /*transparent*/
		border-radius: 4px
	}

		
	.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
		{
		color:  #ebebeb;
		background-color: #031c25 /*transparent*/
	}
		
		
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
		{
		color: #ebebeb;
		background-color: #031c25 /*transparent*/
	}
	
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
		.navbar-default .navbar-nav>.active>a:focus {
		color:  #ebebeb;
		background-color: #031c25;
	}
	
	.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover,
		.navbar-default .navbar-nav>.disabled>a:focus {
		color: #ebebeb;
		background-color: #031c25 /*transparent*/
	}
	
	.navbar-default .navbar-toggle {
		border-color: Violet;
	}
	
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
		{
		background-color: DeepPink;
	}
		
	.navbar-default .navbar-toggle .icon-bar {
		background-color: Silver
	}
	
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
		.navbar-default .navbar-nav>.open>a:focus {
		color: #ebebeb;
		background-color: #031c25
	}
	.navbar-default .navbar-link {
		color: Gray
	}
	
	.navbar-default .navbar-link:hover {
		color: #ebebeb
	}
	
	.navbar-default .btn-link {
		color: Gray
	}

	/*questo il colore dello sfondo della barra , in entrambe le risoluzioni, per� sembra influenzare 
	anche i sottomenu nel caso di risoluzione mobile*/
	.navbar-inverse {
		background-color: #ffffff;
		border-color:#ffffff
	}
		
		
	.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus
	{
		color: #ebebeb;
		background-color: #031c25 /*transparent*/
	}
		
		
	/*colore delle voci di menu principali, escluso Home*/
	.navbar-inverse .navbar-nav>li>a {
		color: #3f3f3f;
	}
	
	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus
		{
		color: #63b32f;
		background-color: #ffffff /*transparent*/
	}
	
	/*questo da il colore SOLO alla casellina di Home quando il menu � grande, o alla riga di Home quando il menu � piccolo
	quando � selezionato o ci passi sopra */
	 .navbar-inverse .navbar-nav>.active>a:hover,
		.navbar-inverse .navbar-nav>.active>a:focus {
		color: #63b32f;/*#666666;*/
		background-color:#ffffff;/*#0c2d39;*/ 

	}
	/*questo da il colore SOLO alla casellina di Home quando il menu � grande, o alla riga di Home quando il menu � piccolo 
	quando non � selezionato n� ci passi sopra */
	.navbar-inverse .navbar-nav>.active>a {
		color: #63b32f;
		background-color:#ffffff; /* Black*/
	}
	/*questo � il colore SOLO della casellina di Home quando  � piccola quando ci clicchi sopra */
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
	{
		background-color: #63b32f;/*#ebebeb*/
	}

	/*questa � la casellina del menu quando � rimpiccolito*/
	.navbar-inverse .navbar-toggle {
		border-color:#63b32f; /*#ebebeb*/
	}
	

	/*questo � il colore delle lineette dentro alla casellina del menu quando � rimpicciolita*/
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color:#666666;
	}
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border-color: acqua
	}
	/*questo fissa il colore della casella di menu che � stata selezionata, per differnziarla dalle altre
	e dal mouse over */
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,
		.navbar-inverse .navbar-nav>.open>a:focus {
		color:#63b32f;/*#ebebeb;*/ 
		background-color: #ffffff
	}
	.navbar-inverse .navbar-link {
		color: #031c25
	}

	.navbar-inverse .btn-link {
		color: #031c25
	}
	
	/***AGGIUNTI QUESTI DI SEGUITO **************+*/
	/* sottomenu nella risoluzione standard */
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #ebebeb;/*#fff;*/
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}
	
	/*sottomenu su cui passa il cursore nella risoluzione standard */
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #666666;/*#262626;*/
	text-decoration: none;
	background-color: #b7b7b7;/*#f5f5f5*/
	}


.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color:#ebebeb; /*#e5e5e5*/
}		
	.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color:#666666; /* #333;*/
	background-color:#ebebeb;
	white-space: nowrap
   }
	
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.caretRight {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
/* 	border-top: 4px dashed; */
/* 	border-top: 4px solid\9; */
/* 	border-right: 4px solid transparent; */
/* 	border-left: 4px solid transparent */
	
	border-left: 4px dashed;
	border-left: 4px solid\9;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent	
}	
	/*************   MEDIA RESOLUTION ****************************/	
		
@media ( max-width :1024px) {

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #ebebeb;
		background-color: #031c25 /*transparent*/
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
		.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: Sienna;
		background-color: GhostWhite
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: #ebebeb;/*leda cambiato qui #31c25 /*transparent*/*/
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header
		{
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus
		{
		background-image: none
	}
			
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: aqua;/*#0c2d39*/
	}

	/*questo � il colore delle voci dei sottomenu nella risoluzione mobile */
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #666666;
		background-color: #ebebeb;
	}
	/*questo � il colore dello sfondo della voce di sotto menu su cui passa il cursore nella risoluzione mobile */
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #ebebeb;
		background-color: #b7b7b7;/*#031c25 */ /*transparent*/
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: Navy;/*#666666;*/
		background-color: Fuchsia;/*#0c2d39*/
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ebebeb;
		background-color: #031c25 /*transparent*/
	}
}


/*************************END MENU SECTION **************************************/
/**************************HOME SECTION***********************************/
    .welcome{
    	color: white;
	}
    .container_home{
      background-color: #63b32f;
      width:100%;
      margin-bottom: 0px;
      margin-top: 0px;
    }
  .divMenuHome	{
     background-color: #63b32f; 
     /*se non metti il bordo non si prende il background color*/
     border-bottom: 1px solid #63b32f;
  	}       

.home-welcome {
	min-height: 520px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 72px 24px;
}

.home-logo {
	display: block;
	width: min(560px, 82vw);
	height: auto;
}

.home-tagline {
	margin-top: 28px;
	color: #3a4740;
	font-family: "WaukeganLDO", "Avenir Next", Avenir, "Segoe UI", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}

.home-version-label {
	margin-top: 14px;
	color: #5f7f55;
	font-family: "WaukeganLDO", "Avenir Next", Avenir, "Segoe UI", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.4;
}

.home-actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.home-actions .btn {
	min-width: 128px;
}

.home-action-primary {
	background-color: #63b32f;
	border-color: #63b32f;
}

.home-learn-more {
	margin-top: 22px;
	color: #6b746e;
	font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

.home-learn-more a {
	color: #63b32f;
}
/**************************END HOME SECTION***********************************/

/******************* BUTTONS  **********************************************/

.btn-success {
    color: white;
    background-color:#63b32f;
    border-color: #63b32f;
}
.btn-primary {
	color: #63b32f;
	background-color: #ffffff;
	border-color: #63b32f
}
.btn-default {
	color: #3f3f3f;
	background-color: #ffffff;
	border-color: #d9ddd8
}

.btn {
	font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
	border-radius: 6px;
	padding: 8px 16px;
}

.btn-download-inline {
	height: 34px;
	padding: 6px 14px;
	line-height: 20px;
	border-radius: 0 6px 6px 0;
}

.btn-download-list {
	width: 28px;
	height: 28px;
	padding: 0;
	line-height: 26px;
	border-radius: 5px;
}

.btn-success:hover {
    color: #fff;
    background-color: #63b32f;
    border-color: #63b32f
}
.btn-primary:hover {
    color: #63b32f;
    background-color: #f6faf3;
    border-color: #63b32f;
}
.btn-default:hover {
	color: #24312b;
	background-color: #f7f8f6;
	border-color: #cfd6cf;
}

a {
	color: #63b32f;
}

a:hover,
a:focus {
	color: #63b32f;
}

h1, h2, h3 {
	font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
	font-weight: 500;
	color: #24312b;
	letter-spacing: 0.01em;
}

h1 {
	font-size: 34px;
	margin-bottom: 12px;
}

h2 {
	font-size: 28px;
	margin-bottom: 10px;
}

h3 {
	font-size: 22px;
	margin-bottom: 8px;
}

label,
.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea {
	font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea {
	height: 36px;
	border: 1px solid #d9ddd8;
	border-radius: 6px;
	background-color: #ffffff;
	color: #2f3b35;
	box-shadow: none;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 14px;
}

textarea {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

select {
	height: 34px;
	padding-left: 10px;
	padding-right: 30px;
	font-size: 13px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
	border-color: #a9bc98;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(99, 179, 47, 0.12);
}


/*********************** END BUTTONS *****************************************/

/****************** LIST **************************************************/

.odd {
	background-color: #ffffff;
}
.even {
	background-color: #f5f5f5;
}
.headerTable{
	background-color: #e3edd8;
	color:#36433d;
	font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.01em;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.totals{
	background-color: #edf1eb;
	color:#2f3b35;
}
.emptyRow{
	background-color: #ffffff;
}

table,
.table {
	font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
	color: #2f3b35;
	border-radius: 10px;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
}

table td,
table th,
.table td,
.table th {
	border-top-color: #edf0ec !important;
}
/********************* END LIST ******************************************/

   .requiredM {
      border-width: thin;
      border-style: solid;
      border-color: DarkRed;
   }


    .main_container{
      background-color: #f7f7f7;
      width:100%;
      margin-bottom: 0px;
      margin-top: 0px;
      		padding-top: 0px;
		padding-bottom: 0px;
		padding-left:0px;
		padding-right:0px;
    }  

	.simple-form-page {
		padding-top: clamp(64px, 11vh, 120px);
		padding-bottom: 72px;
	}

	.recovery-page {
		max-width: 780px;
		margin: 0 auto;
		padding-left: 24px;
		padding-right: 24px;
	}

	.recovery-form {
		max-width: 560px;
		margin: 26px auto 0;
		text-align: left;
	}

	.recovery-form > .input-group + .input-group {
		margin-top: 16px;
	}

	.recovery-form .input-group {
		width: 100%;
	}

	.recovery-account-name {
		margin: 0 0 26px 0;
		color: #24312b;
		font-size: 32px;
		font-weight: 400;
		line-height: 1.25;
		text-align: center;
	}

	.recovery-options {
		display: flex;
		justify-content: center;
		gap: 22px;
		margin: 26px 0 22px;
		text-align: center;
		flex-wrap: wrap;
	}

	.recovery-option {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		color: #2f3b35;
		font-weight: 500;
	}

	.recovery-help {
		max-width: 640px;
		margin: 0 auto 22px;
		color: #4f5f56;
		font-size: 15px;
		line-height: 1.55;
		text-align: center;
	}

	.recovery-actions {
		margin-top: 24px;
		text-align: center;
	}

	.recovery-status {
		max-width: 680px;
		margin: 34px auto 0;
		color: #2f3b35;
		text-align: center;
	}

	.recovery-status-title {
		margin-bottom: 22px;
		font-size: 28px;
		font-weight: 500;
		line-height: 1.3;
	}

	.recovery-status-ok .recovery-status-title {
		color: #3f8b2f;
	}

	.recovery-status-error .recovery-status-title {
		color: #9a3f35;
	}

	.recovery-status-message {
		color: #3f4b45;
		font-size: 16px;
		line-height: 1.65;
	}

	.recovery-status-message p {
		margin-bottom: 12px;
	}

	.recovery-error-detail {
		margin: 14px auto 18px;
		color: #8a3b35;
		font-size: 17px;
		font-weight: 500;
		line-height: 1.5;
	}

	@media (max-width: 768px) {
		.simple-form-page {
			padding-top: 36px;
			padding-bottom: 48px;
		}
	}

  .divMenu	{
     background-color: #f7f7f7; 
     /*se non metti il bordo non si prende il background color*/
     border-bottom: 1px solid #f7f7f7; 
  	}
  /************************** FOOTER *************************************************/
  footer {
      background-color: #63b32f;
      font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
      padding: 25px;
  }
 /*12/06/2023 sezione aggiunta per visualizzare le immagini e poterle zoommare */
  
  .msImages{
    border-radius: 5px;
  	cursor: pointer;
  	transition: 0.3s;
  }
  .msImages>hover {opacity: 0.7;}
  /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(128,128,128); /* Fallback color */
  background-color: rgba(128,128,128,0.9); /* Black w/ opacity */

}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}  
/*aggiunto PER AUDIT  */
.json-view{
    background:#f8f8f8;
    border:1px solid #ccc;
    /*padding:10px;*/
    font-family: monospace;
    white-space: pre;
    max-height:300px;
    overflow:auto;    
}
/************************** SIDEBAR LAYOUT ***********************************/
body {
    padding-left: 210px;
}

.sidebar-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 210px;
    height: 100vh;
    margin-bottom: 0;
    overflow-y: auto;
    z-index: 1000;
    background-color: #ffffff;
    border: 0;
    box-shadow: none;
    font-family: "Inter", "Open Sans", "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

.sidebar-nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-brand {
    display: flex;
    align-items: center;
    min-height: 90px;
    padding: 24px 22px 18px 22px;
    border-bottom: 0;
    background-color: #ffffff;
}

.sidebar-brand-logo {
    display: block;
    max-width: 100%;
    max-height: 84px;
    width: auto;
    height: auto;
}

.sidebar-nav .navbar-header {
    float: none;
}

.sidebar-nav .navbar-collapse {
    padding: 10px 18px 24px 18px;
    border-top: 0;
    box-shadow: none;
}

.sidebar-nav .navbar-nav,
.sidebar-nav .navbar-right {
    float: none !important;
    margin: 0 0 12px 0;
}

.sidebar-nav .navbar-nav > li,
.sidebar-nav .navbar-right > li {
    float: none;
    width: 100%;
}

.sidebar-nav .navbar-nav > li > a,
.sidebar-nav .navbar-right > li > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 45px;
    padding: 12px 8px 12px 16px;
    font-family: "Inter", "Open Sans", "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #4f4f4f;
    border-radius: 0;
    letter-spacing: 0;
    background-color: transparent;
}

.sidebar-nav .menu-icon {
    width: 16px;
    margin-right: 11px;
    color: #9aa39d;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    flex: 0 0 17px;
    opacity: 0.82;
}

.sidebar-nav .caret {
    margin-left: auto;
    color: #a0aaa4;
}

.sidebar-nav .language-toggle {
    display: flex !important;
    align-items: center;
}

.sidebar-nav .menu-flag-icon {
    width: 16px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
}

.sidebar-nav .menu-flag-option {
    width: 18px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
}

.sidebar-nav .navbar-nav > li > a:before,
.sidebar-nav .navbar-right > li > a:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    width: 2px;
    height: 14px;
    margin-top: -7px;
    background-color: transparent;
    border-radius: 2px;
}

.sidebar-nav .dropdown-menu {
    position: static;
    float: none;
    width: calc(100% - 20px);
    min-width: 0;
    margin: 0 0 10px 24px;
    padding: 0 0 3px 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.sidebar-nav .dropdown-menu > li > a {
    position: relative;
    padding: 6px 8px 7px 10px;
    white-space: normal;
    font-family: "Inter", "Open Sans", "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #5f6862;
    background-color: transparent;
    border-radius: 0;
}

.sidebar-nav .navbar-nav > li.dropdown.open > a,
.sidebar-nav .navbar-right > li.dropdown.open > a {
    padding-bottom: 8px;
}

.sidebar-nav .navbar-nav > .active > a:before,
.sidebar-nav .navbar-right > .active > a:before {
    background-color: #7abf58;
}

.sidebar-nav .navbar-nav > .active > a,
.sidebar-nav .navbar-right > .active > a,
.sidebar-nav .navbar-nav > .open > a,
.sidebar-nav .navbar-right > .open > a {
    color: #56a83d;
    background-color: transparent;
    font-weight: 500;
}

.sidebar-nav .navbar-nav > .open:not(.active) > a,
.sidebar-nav .navbar-right > .open:not(.active) > a {
    color: #56a83d;
    background-color: transparent;
}

.sidebar-nav .navbar-nav > li > a:hover,
.sidebar-nav .navbar-nav > li > a:focus,
.sidebar-nav .navbar-right > li > a:hover,
.sidebar-nav .navbar-right > li > a:focus,
.sidebar-nav .dropdown-menu > li > a:hover,
.sidebar-nav .dropdown-menu > li > a:focus {
    color: #56a83d;
    background-color: transparent;
    text-decoration: none;
}

.sidebar-nav .navbar-nav > .active > a .menu-icon,
.sidebar-nav .navbar-right > .active > a .menu-icon,
.sidebar-nav .navbar-nav > .active.open > a .menu-icon,
.sidebar-nav .navbar-right > .active.open > a .menu-icon {
    color: #56a83d;
}

.sidebar-nav .navbar-nav > li > a:hover .menu-icon,
.sidebar-nav .navbar-right > li > a:hover .menu-icon,
.sidebar-nav .navbar-nav > .open > a .menu-icon,
.sidebar-nav .navbar-right > .open > a .menu-icon {
    color: #56a83d;
}

.sidebar-nav .navbar-collapse.in {
    overflow-y: visible;
}

@media (max-width: 1024px) {
    body {
        padding-left: 0;
    }

    .sidebar-nav {
        position: relative;
        width: 100%;
        height: auto;
    }
}
/************************ END SIDEBAR LAYOUT *********************************/
body {
    padding-top: 0;
}

.main_container,
.container_home,
.divMenu,
.divMenuHome {
    background-color: #ffffff;
    border-bottom-color: #ffffff;
}

/************************** WORKSPACE PAGE ***********************************/
.workspace-page {
	padding-top: 18px;
	padding-bottom: 32px;
	width: auto;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 24px;
	padding-right: 24px;
}

.workspace-shell {
	background-color: #ffffff;
}

.workspace-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 14px;
	border-bottom: 2px solid #63b32f;
}

.workspace-title-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
	padding-bottom: 12px;
}

.workspace-header h1 {
	margin: 0;
	font-size: 24px;
	line-height: 1.1;
	white-space: nowrap;
}

.workspace-unsaved-indicator {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #7a6a2f;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.workspace-unsaved-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #d69b1f;
	box-shadow: 0 0 0 2px rgba(214, 155, 31, 0.14);
}

.workspace-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	position: relative;
	z-index: 5;
	background-color: #ffffff;
	flex: 1 1 auto;
	align-items: flex-end;
}

.workspace-tab {
	position: relative;
	padding: 14px 20px;
	border: 1px solid transparent;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	background-color: transparent;
	color: #58645d;
	font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
}

.workspace-tab:hover,
.workspace-tab:focus {
	color: #36433d;
	outline: none;
}

.workspace-tab.active {
	color: #ffffff;
	background-color: #63b32f;
	border-color: #63b32f;
	margin-bottom: -1px;
}

.workspace-panel {
	min-height: 540px;
	background-color: #ffffff;
	padding-top: 20px;
}

.workspace-run-panel {
	position: relative;
	width: 100%;
	max-width: none;
	min-height: 780px;
}

.workspace-generation-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 120px;
	background-color: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(1px);
}

.workspace-generation-dialog {
	width: min(460px, 90%);
	min-height: 190px;
	border: 1px solid #d8e1d2;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 8px 24px rgba(36, 49, 43, 0.12);
	padding: 30px 34px;
	text-align: center;
	color: #2f3d36;
}

.workspace-generation-dialog h3 {
	margin: 18px 0 8px 0;
	font-size: 19px;
	line-height: 1.25;
}

.workspace-generation-dialog p {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
}

.workspace-generation-detail {
	margin-top: 12px !important;
	color: #6a746e;
	font-family: Consolas, "Courier New", monospace;
	font-size: 12px !important;
	word-break: break-all;
}

.workspace-generation-actions {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.workspace-generation-spinner {
	width: 46px;
	height: 46px;
	margin: 0 auto;
	border: 4px solid #dce8d5;
	border-top-color: #63b32f;
	border-radius: 50%;
	animation: workspace-generation-spin 0.8s linear infinite;
}

.workspace-generation-icon {
	width: 46px;
	height: 46px;
	margin: 0 auto;
	color: #8a6d3b;
	font-size: 40px;
	line-height: 46px;
}

.workspace-generation-overlay-warning .workspace-generation-dialog {
	border-color: #eadfbd;
	background-color: #fffdf7;
}

@keyframes workspace-generation-spin {
	to {
		transform: rotate(360deg);
	}
}

.workspace-lazy-panel {
	min-height: 540px;
	padding: 24px;
}

.workspace-lazy-state {
	width: min(460px, 92%);
	margin: 90px auto 0 auto;
	border: 1px solid #d8e1d2;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 8px 24px rgba(36, 49, 43, 0.08);
	padding: 30px 34px;
	text-align: center;
	color: #2f3d36;
}

.workspace-lazy-state h3 {
	margin: 18px 0 8px 0;
	font-size: 19px;
	line-height: 1.25;
}

.workspace-lazy-state p {
	margin: 0 0 18px 0;
	font-size: 14px;
	line-height: 1.45;
}

.workspace-lazy-state-error {
	border-color: #eadfbd;
	background-color: #fffdf7;
}

.workspace-lazy-content {
	max-width: 1180px;
}

.workspace-behaviour-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 12px;
}

.workspace-behaviour-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.workspace-access-content {
	max-width: 1280px;
}

.workspace-access-title {
	margin: 0 0 4px 0;
	font-size: 20px;
	line-height: 1.25;
	color: #26352f;
}

.workspace-access-subtitle {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: #66766e;
}

.workspace-access-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.workspace-access-roles,
.workspace-access-signup,
.workspace-access-defaults,
.workspace-access-table-wrap {
	border: 1px solid #d8e1d2;
	border-radius: 8px;
	background-color: #ffffff;
}

.workspace-access-roles {
	padding: 12px;
}

.workspace-access-section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border-bottom: 1px solid #e5ece1;
}

.workspace-access-section-header h3 {
	margin: 0;
	font-size: 15px;
	line-height: 1.3;
	color: #26352f;
}

.workspace-access-role-item {
	display: flex;
	align-items: center;
	gap: 9px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 6px;
	background-color: transparent;
	color: #2f3d36;
	font: inherit;
	text-align: left;
	padding: 10px 11px;
}

.workspace-access-add-role {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 40px;
	gap: 8px;
	padding: 12px 0;
}

.workspace-access-add-role .form-control {
	height: 32px;
	font-size: 12px;
}

.workspace-access-add-role .btn {
	height: 32px;
	padding: 5px 10px;
}

.workspace-access-role-item:hover,
.workspace-access-role-item.active {
	border-color: #b7d9a5;
	background-color: #f2f8ee;
	color: #2d6b1e;
}

.workspace-access-role-spacer {
	flex: 1 1 auto;
}

.workspace-access-role-delete {
	color: #7a8580;
	padding: 3px;
}

.workspace-access-role-delete:hover {
	color: #b33a2f;
}

.workspace-navigation-content {
	max-width: 1280px;
}

.workspace-navigation-layout {
	display: grid;
	grid-template-columns: minmax(320px, 1fr) 360px;
	gap: 18px;
	align-items: start;
}

.workspace-navigation-tree,
.workspace-navigation-properties {
	border: 1px solid #d8e1d2;
	border-radius: 8px;
	background-color: #ffffff;
}

.workspace-navigation-empty {
	margin: 14px;
	padding: 18px;
	text-align: left;
}

.workspace-navigation-help {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	margin: 10px 14px 4px 14px;
	padding: 8px 10px;
	border: 1px solid #e7ece4;
	border-radius: 6px;
	background-color: #fbfcfa;
	color: #6c7a72;
	font-size: 12px;
	line-height: 1.4;
}

.workspace-navigation-help .glyphicon,
.workspace-navigation-field-help .glyphicon {
	color: #7a8e98;
	font-size: 12px;
	line-height: 1.4;
}

.workspace-navigation-list {
	list-style: none;
	margin: 0;
	padding: 6px 8px;
}

.workspace-navigation-list-child {
	padding: 1px 0 1px 36px;
}

.workspace-navigation-node {
	display: flex;
	align-items: center;
	gap: 6px;
	min-height: 30px;
	padding: 3px 8px;
	border: 1px solid transparent;
	border-radius: 6px;
	color: #2f3d36;
	cursor: pointer;
}

.workspace-navigation-node-section {
	min-height: 34px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fbfdf9;
	color: #21332a;
}

.workspace-navigation-node-root {
	margin-top: 2px;
	margin-bottom: 2px;
}

.workspace-navigation-node-section .workspace-navigation-label {
	font-weight: 650;
}

.workspace-navigation-node-child {
	color: #374840;
	font-size: 12px;
}

.workspace-navigation-node-child .workspace-navigation-label {
	font-weight: 500;
}

.workspace-navigation-node-grandchild {
	font-size: 12px;
}

.workspace-navigation-drag-handle {
	color: #7e8e87;
	cursor: move;
	font-size: 11px;
	padding: 4px 2px;
	line-height: 1;
}

.workspace-navigation-node:hover {
	border-color: #e3eadf;
	background-color: #fbfdf9;
}

.workspace-navigation-drop-active > .workspace-navigation-node {
	border-color: #d2e4c9;
	background-color: #f8fcf5;
}

.workspace-navigation-node.active {
	border-color: #d8e8cf;
	border-left-color: #6dae48;
	border-left-width: 3px;
	background-color: #fbfef8;
	box-shadow: inset 2px 0 0 rgba(103, 173, 60, 0.05);
}

.workspace-navigation-node-icon {
	color: #728291;
	font-size: 12px;
}

.workspace-navigation-node-section .workspace-navigation-node-icon {
	color: #536b7d;
	font-size: 13px;
}

.workspace-navigation-label {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}

.workspace-navigation-type {
	color: #a0aaa5;
	font-size: 9px;
	font-weight: 400;
	text-transform: uppercase;
}

.workspace-navigation-actions {
	display: flex;
	gap: 2px;
	opacity: 0.2;
}

.workspace-navigation-node:hover .workspace-navigation-actions,
.workspace-navigation-node.active .workspace-navigation-actions {
	opacity: 0.78;
}

.workspace-navigation-actions .workspace-icon-button {
	width: 26px;
	height: 26px;
	border-color: #f0f3ef;
	color: #8d9993;
	background-color: #ffffff;
}

.workspace-navigation-actions .workspace-icon-button:hover {
	border-color: #dce6d7;
	color: #4f6258;
	background-color: #fbfdf9;
}

.workspace-navigation-node-spacer {
	width: 20px;
	flex: 0 0 20px;
}

.workspace-navigation-empty-drop {
	margin: 4px 8px 4px 34px;
	padding: 6px 10px;
	border: 1px dashed #d6e0d0;
	border-radius: 6px;
	color: #7b8982;
	font-size: 12px;
}

.workspace-navigation-empty-drop.workspace-navigation-drop-active {
	border-color: #82bd62;
	background-color: #f3faef;
	color: #356d22;
}

.workspace-navigation-root-drop {
	margin: 6px 14px 12px 14px;
	padding: 7px 10px;
	border: 1px dashed #d6e0d0;
	border-radius: 6px;
	color: #7b8982;
	font-size: 12px;
	text-align: center;
}

.workspace-navigation-root-drop.workspace-navigation-drop-active {
	border-color: #82bd62;
	background-color: #f3faef;
	color: #356d22;
}

.workspace-navigation-form {
	display: grid;
	gap: 14px;
	padding: 14px;
}

.workspace-navigation-field-help {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin-top: 6px;
	color: #6f7e76;
	font-size: 12px;
	line-height: 1.4;
}

.workspace-navigation-visible {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-weight: 400;
	color: #34443c;
}

.workspace-access-role-item + .workspace-access-role-item {
	margin-top: 4px;
}

.workspace-access-main {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.workspace-access-default-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(130px, 1fr));
	gap: 14px;
	padding: 14px;
}

.workspace-access-signup {
	padding: 10px 14px;
	background-color: #fbfcfa;
}

.workspace-access-signup-toggle-button .glyphicon {
	font-size: 13px;
}

.workspace-access-signup-panel {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.22s ease, opacity 0.18s ease, margin-top 0.18s ease;
}

.workspace-access-signup-panel.open {
	max-height: 300px;
	margin-top: 10px;
	opacity: 1;
}

.workspace-access-signup-help {
	grid-column: 1 / -1;
	margin: 0 0 12px 0;
	font-size: 12px;
	line-height: 1.4;
	color: #66766e;
}

.workspace-access-signup-panel.open {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) minmax(220px, 320px);
	gap: 14px;
	align-items: start;
}

.workspace-access-signup-toggle {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	color: #2f3d36;
	font-weight: 400;
}

.workspace-access-signup-toggle input {
	margin-top: 3px;
}

.workspace-access-signup-toggle strong,
.workspace-access-signup-toggle small {
	display: block;
}

.workspace-access-signup-toggle strong {
	font-size: 13px;
	line-height: 1.35;
}

.workspace-access-signup-toggle small {
	margin-top: 3px;
	color: #66766e;
	font-size: 12px;
	line-height: 1.35;
}

.workspace-access-signup-role .form-control:disabled {
	background-color: #f0f2f0;
	color: #8a958f;
}

.workspace-access-signup-warning {
	color: #9a6a00;
	font-weight: 600;
}

.workspace-access-legend {
	border-top: 1px solid #e5ece1;
	background-color: #fbfcfa;
	padding: 10px 14px;
	color: #5c6b63;
}

.workspace-access-legend-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 0;
	background: transparent;
	padding: 0;
	color: #66766e;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	text-align: left;
}

.workspace-access-legend-toggle:hover,
.workspace-access-legend-toggle:focus {
	color: #2d6b1e;
	text-decoration: none;
}

.workspace-access-legend-toggle .glyphicon {
	font-size: 13px;
}

.workspace-access-legend-panel {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.22s ease, opacity 0.18s ease, margin-top 0.18s ease;
}

.workspace-access-legend-panel.open {
	max-height: 420px;
	margin-top: 10px;
	opacity: 1;
}

.workspace-access-legend-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 18px;
	margin: 0;
}

.workspace-access-legend-item {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
}

.workspace-access-legend-item dt {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	color: #26352f;
}

.workspace-access-legend-item dd {
	margin: 0;
	font-size: 12px;
	line-height: 1.35;
	color: #66766e;
}

@media (max-width: 980px) {
	.workspace-access-legend-list {
		grid-template-columns: 1fr;
	}

	.workspace-access-legend-item {
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.workspace-access-legend-panel.open {
		max-height: 720px;
	}

	.workspace-access-signup-panel.open {
		grid-template-columns: 1fr;
		max-height: 520px;
	}
}

.workspace-access-table-wrap {
	overflow: auto;
}

.workspace-access-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	font-size: 13px;
}

.workspace-access-table th,
.workspace-access-table td {
	border-bottom: 1px solid #e7ede4;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.workspace-access-table th {
	background-color: #f6f8f5;
	color: #48584f;
	font-weight: 600;
}

.workspace-access-table tbody tr:hover {
	background-color: #fbfcfa;
}

.workspace-access-target-type {
	display: inline-block;
	margin-left: 8px;
	color: #77867e;
	font-size: 11px;
	text-transform: uppercase;
}

.workspace-access-select {
	min-width: 138px;
	height: 32px;
	padding: 5px 8px;
	font-size: 12px;
}

.workspace-access-cell-default {
	background-color: #f7f8f7;
	color: #6d7972;
}

.workspace-access-cell-custom {
	background-color: #f2fbef;
	box-shadow: inset 3px 0 0 #54ad27;
}

.workspace-access-cell-disabled {
	background-color: #f4f4f4;
	color: #8a8f8c;
}

.workspace-access-cell-label {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	line-height: 1.2;
	color: #7b8780;
}

.workspace-access-custom-label {
	color: #3b7d26;
	font-weight: 600;
}

.workspace-behaviour-flow-help {
	display: grid;
	grid-template-columns: minmax(120px, 1fr) 26px minmax(120px, 1fr) 26px minmax(120px, 1fr) 26px minmax(120px, 1fr) 26px minmax(120px, 1fr);
	align-items: center;
	gap: 8px;
	margin: 0 0 18px 0;
	position: relative;
}

.workspace-lazy-content > .workspace-inline-message {
	margin-bottom: 24px;
}

.workspace-behaviour-flow-help:before {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	top: 50%;
	height: 3px;
	background-color: #9fc18a;
	transform: translateY(-50%);
	z-index: 0;
}

.workspace-behaviour-flow-step {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 82px;
	width: 100%;
	border: 1px solid #d8e1d2;
	border-radius: 8px;
	background-color: #f8faf6;
	color: #2f3d36;
	font: inherit;
	padding: 12px;
	text-align: left;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.workspace-behaviour-flow-step-button {
	cursor: pointer;
}

.workspace-behaviour-flow-step-button:hover {
	box-shadow: 0 0 0 3px rgba(84, 173, 39, 0.12);
}

.workspace-behaviour-flow-step.active {
	border-color: #54ad27;
	background-color: #eef8e8;
	box-shadow: 0 0 0 3px rgba(84, 173, 39, 0.18);
}

.workspace-behaviour-flow-step-where {
	border-color: #c9d7e6;
	background-color: #f4f8fb;
}

.workspace-behaviour-flow-step.workspace-behaviour-flow-step-where > span {
	color: #456f92;
}

.workspace-behaviour-flow-step-where.active {
	border-color: #5f8db4;
	background-color: #eaf3fb;
	box-shadow: 0 0 0 3px rgba(95, 141, 180, 0.22);
}

.workspace-behaviour-flow-step-when {
	border-color: #ead8ae;
	background-color: #fffaf0;
}

.workspace-behaviour-flow-step.workspace-behaviour-flow-step-when > span {
	color: #9a6c1c;
}

.workspace-behaviour-flow-step-when.active {
	border-color: #d69a2d;
	background-color: #fff2d7;
	box-shadow: 0 0 0 3px rgba(214, 154, 45, 0.22);
}

.workspace-behaviour-flow-step > span {
	display: block;
	margin-bottom: 8px;
	color: #4c7437;
	font-size: 16px;
}

.workspace-behaviour-flow-step strong {
	display: block;
	font-size: 13px;
	line-height: 1.25;
}

.workspace-behaviour-flow-step small {
	display: block;
	margin-top: 5px;
	color: #68766c;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.25;
}

.workspace-behaviour-flow-step em {
	position: absolute;
	right: 8px;
	bottom: 8px;
	min-width: 22px;
	border-radius: 11px;
	background-color: #e2ebdc;
	color: #4d6046;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}

.workspace-behaviour-flow-arrow {
	position: relative;
	z-index: 1;
	color: #8ea581;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

.workspace-behaviour-flow-arrow span {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #7fa06f;
	color: #fff;
	line-height: 30px;
}

.workspace-behaviour-flow-help-modal {
	margin: 0;
	grid-template-columns: minmax(100px, 1fr) 20px minmax(100px, 1fr) 20px minmax(100px, 1fr) 20px minmax(100px, 1fr) 20px minmax(100px, 1fr);
	gap: 6px;
}

.workspace-behaviour-flow-help-modal-detail {
	grid-template-columns: minmax(84px, 1fr) 18px minmax(84px, 1fr) 18px minmax(84px, 1fr) 18px minmax(84px, 1fr) 18px minmax(84px, 1fr) 18px minmax(84px, 1fr);
}

.workspace-behaviour-flow-help-modal:before {
	left: 8px;
	right: 8px;
	height: 2px;
}

.workspace-behaviour-flow-help-modal .workspace-behaviour-flow-step {
	min-height: 62px;
	padding: 8px 10px;
	border-radius: 6px;
}

.workspace-behaviour-flow-help-modal .workspace-behaviour-flow-step > span {
	margin-bottom: 5px;
	font-size: 13px;
}

.workspace-behaviour-flow-help-modal .workspace-behaviour-flow-step strong {
	font-size: 11px;
}

.workspace-behaviour-flow-help-modal .workspace-behaviour-flow-step small {
	margin-top: 3px;
	font-size: 10px;
}

.workspace-behaviour-flow-help-modal .workspace-behaviour-flow-arrow {
	font-size: 13px;
	line-height: 22px;
}

.workspace-behaviour-flow-help-modal .workspace-behaviour-flow-arrow span {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	line-height: 22px;
}

.workspace-behaviour-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(120px, 180px));
	gap: 14px;
	margin-top: 18px;
}

.workspace-behaviour-stat {
	border: 1px solid #d8e1d2;
	border-radius: 8px;
	background-color: #f8faf6;
	padding: 18px 20px;
	color: #38453e;
}

.workspace-behaviour-stat span {
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #4c7437;
}

.workspace-behaviour-stat label {
	display: block;
	margin: 8px 0 0 0;
	font-size: 13px;
	font-weight: 600;
	color: #5f6d64;
}

.workspace-behaviour-grid {
	display: grid;
	grid-template-columns: minmax(220px, 260px) minmax(260px, 1fr) minmax(300px, 360px);
	gap: 16px;
	margin-top: 20px;
	align-items: start;
}

.workspace-behaviour-column {
	min-height: 360px;
	border: 1px solid #d8e1d2;
	border-radius: 8px;
	background-color: #ffffff;
	padding: 14px;
}

.workspace-behaviour-column-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.workspace-behaviour-column-header h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #2f3d36;
}

.workspace-behaviour-list-item {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	align-items: center;
	width: 100%;
	min-height: 42px;
	border: 1px solid #d8e1d2;
	border-radius: 6px;
	background-color: #f8faf6;
	color: #2f3d36;
	text-align: left;
	gap: 8px;
	padding: 8px 10px;
	margin-bottom: 8px;
}

.workspace-behaviour-list-item:hover,
.workspace-behaviour-list-item.active {
	border-color: #9fc18a;
	background-color: #edf6e8;
}

.workspace-behaviour-list-item .glyphicon {
	color: #5e7b4f;
}

.workspace-behaviour-trigger-row {
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 6px;
	padding: 6px;
}

.workspace-behaviour-trigger-main {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-width: 0;
	border: 0;
	background: transparent;
	color: #2f3d36;
	text-align: left;
	padding: 2px 4px;
}

.workspace-behaviour-trigger-main .glyphicon {
	color: #5e7b4f;
}

.workspace-behaviour-item-main {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}

.workspace-behaviour-badge,
.workspace-behaviour-muted {
	min-width: 24px;
	border-radius: 12px;
	background-color: #e2ebdc;
	color: #4d6046;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 2px 7px;
}

.workspace-behaviour-empty {
	border: 1px dashed #cbd7c4;
	border-radius: 6px;
	background-color: #fbfcfa;
	color: #68766c;
	font-size: 13px;
	line-height: 1.4;
	padding: 14px;
}

.workspace-behaviour-form {
	display: grid;
	gap: 14px;
}

.workspace-behaviour-check {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-weight: 600;
	color: #38453e;
}

.workspace-behaviour-job-note {
	border: 1px solid #e0e7dc;
	border-radius: 6px;
	background-color: #f8faf6;
	color: #5f6d64;
	padding: 10px 12px;
	font-size: 13px;
}

.workspace-behaviour-job-note strong {
	color: #4c7437;
	font-size: 18px;
	margin-right: 5px;
}

.workspace-behaviour-property-actions {
	display: flex;
	justify-content: flex-end;
}

.workspace-behaviour-jobs,
.workspace-behaviour-conditions,
.workspace-behaviour-modal-section,
.workspace-behaviour-assigns {
	display: grid;
	gap: 8px;
	border-top: 1px solid #e0e7dc;
	padding-top: 12px;
}

.workspace-behaviour-subheader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.workspace-behaviour-subheader h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #2f3d36;
}

.workspace-behaviour-subheader h4 small {
	display: block;
	margin-top: 3px;
	color: #68766c;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
}

.workspace-behaviour-help-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 6px;
	border: 1px solid #cbd7c4;
	border-radius: 50%;
	background-color: #f8faf6;
	color: #5f6d64;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	cursor: help;
	vertical-align: middle;
}

.workspace-behaviour-job-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 6px;
	border: 1px solid #d8e1d2;
	border-radius: 6px;
	background-color: #f8faf6;
	padding: 6px;
}

.workspace-behaviour-job-row.active {
	border-color: #9fc18a;
	background-color: #edf6e8;
}

.workspace-behaviour-job-main {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	border: 0;
	background: transparent;
	color: #2f3d36;
	text-align: left;
	padding: 4px;
}

.workspace-behaviour-job-order {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #e2ebdc;
	color: #4d6046;
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
}

.workspace-behaviour-job-text {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}

.workspace-behaviour-job-actions {
	display: flex;
	align-items: center;
	gap: 4px;
}

.workspace-icon-button {
	width: 28px;
	height: 28px;
	border: 1px solid #d8e1d2;
	border-radius: 6px;
	background-color: #ffffff;
	color: #4d6046;
	padding: 0;
	line-height: 26px;
	text-align: center;
}

.workspace-icon-button:hover:not(:disabled) {
	border-color: #9fc18a;
	background-color: #edf6e8;
}

.workspace-icon-button:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.workspace-behaviour-condition-row {
	display: grid;
	grid-template-columns: minmax(150px, 1fr) minmax(140px, 170px) minmax(150px, 1fr) 32px;
	align-items: end;
	gap: 8px;
	border: 1px solid #d8e1d2;
	border-radius: 6px;
	background-color: #f8faf6;
	padding: 10px;
}

.workspace-behaviour-condition-row-where {
	grid-template-columns: minmax(190px, 2fr) minmax(82px, 112px) minmax(92px, 120px) minmax(260px, 2.8fr) 32px;
	gap: 6px;
	padding: 8px;
}

.workspace-behaviour-condition-row-when {
	grid-template-columns: minmax(240px, 2.4fr) minmax(130px, 170px) minmax(82px, 112px) minmax(170px, 2fr) 32px;
	gap: 6px;
	padding: 8px;
}

.workspace-behaviour-condition-row-where .form-control,
.workspace-behaviour-condition-row-when .form-control {
	height: 36px;
	padding: 6px 8px;
	font-size: 13px;
}

.workspace-behaviour-rule-summary {
	margin: -4px 0 10px 0;
	border-left: 3px solid #78b85a;
	color: #26392f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	padding: 3px 0 3px 10px;
}

.workspace-behaviour-natural-help {
	margin: -2px 0 8px 0;
	border: 1px solid #d8e1d2;
	border-radius: 6px;
	background-color: #fbfcfa;
	color: #4f5f55;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	padding: 9px 11px;
}

.workspace-behaviour-validation-list {
	margin: -4px 0 14px;
	padding: 10px 14px 10px 28px;
	border: 1px solid #e4b8b8;
	border-radius: 6px;
	background: #fff8f8;
	color: #8a2e2e;
	font-weight: 600;
}

.workspace-behaviour-validation-list li + li {
	margin-top: 4px;
}

.workspace-behaviour-cardinality-feedback {
	margin: 6px 0 2px 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

.workspace-behaviour-cardinality-single {
	color: #2f7a24;
}

.workspace-behaviour-cardinality-multiple {
	color: #9a6810;
}

.workspace-behaviour-condition-row .workspace-field {
	margin: 0;
}

.workspace-behaviour-condition-row .workspace-label {
	font-size: 11px;
}

.workspace-behaviour-condition-connector {
	display: grid;
	grid-template-columns: minmax(140px, 220px) minmax(120px, 180px);
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin: 7px auto;
	border: 1px solid #ead8ae;
	border-radius: 14px;
	background-color: #fffaf0;
	color: #70501a;
	padding: 5px 8px 5px 12px;
	font-size: 12px;
	font-weight: 700;
}

.workspace-behaviour-condition-connector .form-control {
	height: 28px;
	padding: 3px 8px;
	font-size: 12px;
	font-weight: 700;
}

.workspace-behaviour-assign-row {
	display: grid;
	grid-template-columns: minmax(190px, 1.1fr) minmax(130px, 170px) minmax(230px, 1.5fr) 32px;
	align-items: end;
	gap: 8px;
	border: 1px solid #d8e1d2;
	border-radius: 6px;
	background-color: #f8faf6;
	padding: 10px;
}

.workspace-behaviour-assign-row .workspace-field {
	margin: 0;
}

.workspace-behaviour-assign-row .workspace-label {
	font-size: 11px;
}

.workspace-behaviour-assign-summary {
	grid-column: 1 / -1;
	margin-top: 2px;
	border-left: 3px solid #78b85a;
	color: #26392f;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	padding: 2px 0 2px 9px;
}

.workspace-behaviour-condition-delete {
	margin-bottom: 1px;
}

.workspace-behaviour-condition-join {
	width: 58px;
	margin: 6px auto;
	border: 1px solid #d8e1d2;
	border-radius: 12px;
	background-color: #edf6e8;
	color: #4d6046;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}

.workspace-behaviour-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1200;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 8vh 24px 32px 24px;
	background-color: rgba(28, 38, 32, 0.38);
	overflow-y: auto;
}

.workspace-behaviour-modal {
	width: min(980px, 96vw);
	border: 1px solid #d8e1d2;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 18px 42px rgba(25, 35, 29, 0.24);
	color: #2f3d36;
}

.workspace-behaviour-modal-header,
.workspace-behaviour-modal-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 18px;
	border-bottom: 1px solid #e0e7dc;
}

.workspace-behaviour-modal-header h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #2f3d36;
}

.workspace-behaviour-modal-header p {
	margin: 4px 0 0 0;
	color: #68766c;
	font-size: 13px;
}

.workspace-behaviour-modal-body {
	display: grid;
	gap: 18px;
	padding: 18px;
}

.workspace-behaviour-context {
	display: grid;
	gap: 12px;
	border: 1px solid #c6d9bb;
	border-radius: 8px;
	background-color: #fbfdf9;
	padding: 14px;
}

.workspace-behaviour-context > div:first-child {
	color: #2f3d36;
	font-size: 13px;
	font-weight: 700;
}

.workspace-behaviour-context-flow {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
}

.workspace-behaviour-context-node {
	min-width: 0;
	border: 1px solid #d8e1d2;
	border-radius: 8px;
	background-color: #ffffff;
	padding: 12px 14px;
}

.workspace-behaviour-context-node small {
	display: block;
	color: #68766c;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.workspace-behaviour-context-node strong {
	display: block;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #1f3028;
	font-size: 18px;
	line-height: 1.2;
}

.workspace-behaviour-context-node strong.workspace-behaviour-context-missing {
	color: #8a6d3b;
	font-style: italic;
	font-weight: 600;
}

.workspace-behaviour-context-arrow {
	width: 42px;
	height: 42px;
	border-radius: 21px;
	background-color: #54ad27;
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
}

.workspace-behaviour-job-summary {
	border-top: 1px solid #e0e7dc;
	color: #2f3d36;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	padding-top: 11px;
}

.workspace-behaviour-job-summary-warning {
	color: #8a6d3b;
	font-style: italic;
}

.workspace-behaviour-context dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
}

.workspace-behaviour-context dl div {
	min-width: 0;
}

.workspace-behaviour-context dt {
	color: #68766c;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.workspace-behaviour-context dd {
	min-width: 0;
	margin: 3px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2f3d36;
	font-size: 14px;
	font-weight: 700;
}

.workspace-behaviour-modal-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.workspace-behaviour-condition-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.workspace-behaviour-condition-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 56px;
	border: 1px solid #d8e1d2;
	border-radius: 8px;
	background-color: #f8faf6;
	color: #2f3d36;
	font-weight: 700;
	padding: 10px 12px;
	text-align: left;
}

.workspace-behaviour-condition-toggle > span {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.workspace-behaviour-condition-toggle > span strong {
	color: #2f3d36;
	font-size: 13px;
	line-height: 1.1;
}

.workspace-behaviour-condition-toggle > span small {
	color: #68766c;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.workspace-behaviour-condition-toggle:hover,
.workspace-behaviour-condition-toggle.active {
	border-color: #9fc18a;
	background-color: #edf6e8;
}

.workspace-behaviour-condition-toggle-where {
	border-color: #c9d7e6;
	background-color: #f4f8fb;
}

.workspace-behaviour-condition-toggle-where > span strong,
.workspace-behaviour-condition-toggle-where .glyphicon {
	color: #385f80;
}

.workspace-behaviour-condition-toggle-where:hover,
.workspace-behaviour-condition-toggle-where.active {
	border-color: #5f8db4;
	background-color: #eaf3fb;
}

.workspace-behaviour-flow-step-master,
.workspace-behaviour-condition-toggle-master {
	border-color: #d9c8b2;
	background-color: #fff8ed;
}

.workspace-behaviour-flow-step-master strong,
.workspace-behaviour-flow-step-master .glyphicon,
.workspace-behaviour-condition-toggle-master > span strong,
.workspace-behaviour-condition-toggle-master .glyphicon {
	color: #7b5a31;
}

.workspace-behaviour-flow-step-master:hover,
.workspace-behaviour-flow-step-master.active,
.workspace-behaviour-condition-toggle-master:hover,
.workspace-behaviour-condition-toggle-master.active {
	border-color: #b98245;
	background-color: #fff0db;
}

.workspace-behaviour-condition-toggle-when {
	border-color: #ead8ae;
	background-color: #fffaf0;
}

.workspace-behaviour-condition-toggle-when > span strong,
.workspace-behaviour-condition-toggle-when .glyphicon {
	color: #8a5f17;
}

.workspace-behaviour-condition-toggle-when:hover,
.workspace-behaviour-condition-toggle-when.active {
	border-color: #d69a2d;
	background-color: #fff2d7;
}

.workspace-behaviour-condition-count {
	min-width: 28px;
	border-radius: 12px;
	background-color: #e2ebdc;
	color: #4d6046;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

.workspace-behaviour-modal-footer {
	justify-content: flex-end;
	border-top: 1px solid #e0e7dc;
	border-bottom: 0;
}

.workspace-progress-bars {
	display: grid;
	gap: 16px;
	max-width: 720px;
	margin-bottom: 20px;
}

.workspace-progress-step {
	display: grid;
	grid-template-columns: 180px minmax(220px, 1fr);
	align-items: center;
	gap: 16px;
	color: #38453e;
	font-size: 14px;
}

.workspace-progress-track {
	height: 18px;
	background-color: #eef2eb;
	border: 1px solid #d8e1d2;
	border-radius: 8px;
	overflow: hidden;
}

.workspace-progress-bar {
	height: 100%;
	width: 0;
	background-color: #63b32f;
	transition: width 0.1s linear;
}

.workspace-browser-frame {
	width: 100%;
	min-height: 720px;
	border: 1px solid #d8e1d2;
	border-radius: 8px;
	background-color: #ffffff;
}

.workspace-browser-page {
	position: static !important;
	float: none !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	width: 100%;
}

.workspace-browser-layout {
	position: relative;
	padding-right: 72px;
}

.workspace-browser-main {
	width: 100%;
}

.workspace-browser-sidebar {
	position: absolute;
	top: 0;
	right: 12px;
	z-index: 4;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

#browser_frame.workspace-browser-frame {
	height: 720px;
}

.workspace-browser-toolbar {
	margin-bottom: 10px;
}

.workspace-browser-url {
	height: 38px;
	font-family: Consolas, "Courier New", monospace;
	font-size: 13px;
	color: #2d3a34;
	background-color: #ffffff;
}

.workspace-settings {
	max-width: 1180px;
}

.workspace-section {
	margin-bottom: 32px;
}

.workspace-section-header {
	margin-bottom: 14px;
}

.workspace-section-header h2 {
	margin: 0 0 6px 0;
	font-size: 18px;
	font-weight: 600;
	color: #2d3a34;
}

.workspace-section-header p {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #6b746e;
}

.workspace-settings-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px 20px;
	align-items: end;
}

.workspace-field-full {
	grid-column: 1 / -1;
}

.workspace-label-row {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 6px;
}

.workspace-label {
	display: block;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #24312b;
}

.workspace-help {
	font-size: 12px;
	line-height: 1.4;
	color: #6b746e;
}

.workspace-help-note {
	max-width: 360px;
}

.workspace-toggle-row {
	margin-top: 22px;
}

.workspace-toggle-group {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.workspace-toggle-card {
	display: grid;
	grid-template-columns: 18px 1fr;
	grid-template-areas:
		"check title"
		". text";
	column-gap: 12px;
	row-gap: 4px;
	padding: 16px 16px 14px 16px;
	border: 1px solid #dfe5dc;
	border-radius: 12px;
	background-color: #ffffff;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.workspace-toggle-card:hover {
	border-color: #c7d7b8;
	background-color: #fbfcfa;
}

.workspace-toggle-card.active {
	border-color: #a9bc98;
	background-color: #f8fbf5;
	box-shadow: 0 0 0 2px rgba(99, 179, 47, 0.10);
}

.workspace-toggle-card input[type="checkbox"] {
	grid-area: check;
	width: 16px;
	height: 16px;
	margin: 0;
	margin-top: 2px;
}

.workspace-toggle-title {
	grid-area: title;
	font-size: 15px;
	font-weight: 600;
	color: #24312b;
}

.workspace-toggle-text {
	grid-area: text;
	font-size: 13px;
	line-height: 1.45;
	color: #6b746e;
}

.workspace-template-section {
	margin-top: 28px;
}

.workspace-template-options {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 10px;
	margin-bottom: 18px;
}

.workspace-template-option {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #49564f;
}

.workspace-template-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(120px, 1fr));
	gap: 14px;
}

.workspace-template-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	padding: 0;
	border: 1px solid #dfe5dc;
	border-radius: 12px;
	background-color: #ffffff;
	overflow: hidden;
	width: 100%;
	text-align: left;
	cursor: pointer;
	position: relative;
	transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.workspace-template-card:hover,
.workspace-template-card:focus {
	border-color: #c7d7b8;
	outline: none;
	transform: translateY(-1px);
}

.workspace-template-card.active {
	border-color: #63b32f;
	box-shadow: 0 0 0 3px rgba(99, 179, 47, 0.18);
	background-color: #f8fbf5;
}

.workspace-template-radio {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.workspace-template-preview {
	display: grid;
	grid-template-rows: repeat(4, 1fr);
	height: 110px;
}

.workspace-template-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 4px 8px;
	border-radius: 999px;
	background-color: rgba(36, 49, 43, 0.88);
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.workspace-template-band:nth-child(1) { background-color: #789178; }
.workspace-template-band:nth-child(2) { background-color: #18344a; }
.workspace-template-band:nth-child(3) { background-color: #c9d8bb; }
.workspace-template-band:nth-child(4) { background-color: #4d5750; }

.workspace-template-preview-volley .workspace-template-band:nth-child(1) { background-color: #18344a; }
.workspace-template-preview-volley .workspace-template-band:nth-child(2) { background-color: #f18f01; }
.workspace-template-preview-volley .workspace-template-band:nth-child(3) { background-color: #d5d9df; }
.workspace-template-preview-volley .workspace-template-band:nth-child(4) { background-color: #23323b; }

.workspace-template-preview-wellness .workspace-template-band:nth-child(1) { background-color: #5f544d; }
.workspace-template-preview-wellness .workspace-template-band:nth-child(2) { background-color: #b7aca2; }
.workspace-template-preview-wellness .workspace-template-band:nth-child(3) { background-color: #3a3c3e; }
.workspace-template-preview-wellness .workspace-template-band:nth-child(4) { background-color: #1d1c1f; }

.workspace-template-preview-holidays .workspace-template-band:nth-child(1) { background-color: #6ca6c1; }
.workspace-template-preview-holidays .workspace-template-band:nth-child(2) { background-color: #f4a261; }
.workspace-template-preview-holidays .workspace-template-band:nth-child(3) { background-color: #f6d55c; }
.workspace-template-preview-holidays .workspace-template-band:nth-child(4) { background-color: #7c8a8e; }

.workspace-template-preview-happy .workspace-template-band:nth-child(1) { background-color: #f96fa3; }
.workspace-template-preview-happy .workspace-template-band:nth-child(2) { background-color: #ffb347; }
.workspace-template-preview-happy .workspace-template-band:nth-child(3) { background-color: #ffd166; }
.workspace-template-preview-happy .workspace-template-band:nth-child(4) { background-color: #8ecae6; }

.workspace-template-preview-custom .workspace-template-band:nth-child(1) { background-color: #111111; }
.workspace-template-preview-custom .workspace-template-band:nth-child(2) { background-color: #f5f5f5; }
.workspace-template-preview-custom .workspace-template-band:nth-child(3) { background-color: #8b1e1e; }
.workspace-template-preview-custom .workspace-template-band:nth-child(4) { background-color: #1c1c1c; }

.workspace-template-name {
	padding: 0 14px 14px 14px;
	font-size: 15px;
	font-weight: 600;
	color: #3a4740;
}

.workspace-custom-logo {
	margin-top: 24px;
	padding: 22px 22px 18px 22px;
	border: 1px solid #dfe5dc;
	border-radius: 14px;
	background: linear-gradient(180deg, #fbfcfa 0%, #f6f8f4 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.workspace-custom-logo-header {
	margin-bottom: 14px;
}

.workspace-custom-logo-header h3 {
	margin: 0 0 6px 0;
	font-size: 17px;
	font-weight: 600;
	color: #2d3a34;
}

.workspace-custom-logo-header p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: #6b746e;
}

.workspace-custom-logo-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 18px 20px;
	align-items: end;
}

.workspace-custom-logo-field,
.workspace-custom-logo-upload {
	margin-bottom: 0;
}

.workspace-custom-logo-help {
	margin-top: 14px;
	margin-bottom: 0;
}

.workspace-inline-message {
	margin-top: 14px;
	padding: 10px 12px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.45;
}


.workspace-inline-message.success {
	background-color: #eef6e8;
	border: 1px solid #c7d7b8;
	color: #3f5b35;
}

.workspace-inline-message.error {
	background-color: #fbefef;
	border: 1px solid #e3c3c3;
	color: #8a2f2f;
}

.workspace-inline-message.warning {
	background-color: #fff8e7;
	border: 1px solid #eadfbd;
	color: #7a5a1b;
}

.workspace-def-override-message {
	margin-bottom: 12px;
	max-width: 760px;
}

.workspace-actions {
	margin-top: 28px;
	display: flex;
	justify-content: flex-end;
}

.workspace-primary-action {
	min-width: 170px;
	padding: 10px 22px;
}

.workspace-tab.locked {
	opacity: 0.5;
	cursor: not-allowed;
}

.workspace-settings-message {
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 460px;
}

.workspace-input-error {
	border-color: #c86b6b;
	box-shadow: 0 0 0 3px rgba(200, 107, 107, 0.08);
}

.workspace-upload-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 108px;
	padding: 14px;
	border: 1px dashed #bfcdb5;
	border-radius: 12px;
	background-color: #ffffff;
	text-align: center;
	cursor: pointer;
}

.workspace-upload-box:hover {
	border-color: #8fad77;
	background-color: #fbfcfa;
}

.workspace-upload-input {
	display: none;
}

.workspace-upload-title {
	font-size: 14px;
	font-weight: 600;
	color: #2d3a34;
}

.workspace-upload-text {
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.4;
	color: #6b746e;
}

.workspace-upload-button {
	margin-top: 12px;
}

.workspace-panel-designer {
	padding-top: 16px;
	position: relative;
	z-index: 1;
}

.workspace-designer-shell {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.workspace-designer-layout {
	position: relative;
	padding-right: 72px;
}

.workspace-designer-sidebar {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 4;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.workspace-designer-toolbar {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}

.workspace-designer-work {
	min-height: 640px;
	border: 1px solid #dfe5dc;
	border-radius: 14px;
	background-color: #ffffff;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.workspace-designer-messages {
	display: none !important;
}

.data-model-context-menu {
	position: fixed;
	z-index: 10000;
	min-width: 120px;
	padding: 4px;
	background: #fff;
	border: 1px solid #d7dfd2;
	border-radius: 4px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.data-model-context-menu button {
	display: block;
	width: 100%;
	padding: 7px 10px;
	border: 0;
	background: transparent;
	color: #2f3d36;
	font-size: 13px;
	text-align: left;
}

.data-model-context-menu button:hover,
.data-model-context-menu button:focus {
	background: #eef7e9;
	color: #2f641f;
	outline: none;
}

.workspace-designer-work.work_container {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	float: none !important;
	width: 100%;
	min-height: 640px;
	background-color: #ffffff;
	border: 0 !important;
}

.workspace-designer-work.work_container #contenitore_griglia {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	height: 100%;
	min-height: 640px;
	background-color: #ffffff;
	overflow: auto !important;
}

.workspace-designer-work.work_container #design_grid {
	min-height: 640px;
	background-color: #ffffff;
	border: 0 !important;
}

.workspace-tool-button {
	width: 42px;
	height: 42px;
	border: 1px solid #d6ddd4;
	border-radius: 12px;
	background-color: #ffffff;
	color: #486052;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	position: relative;
	font-size: 16px;
	line-height: 1;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.workspace-tool-button[data-tooltip]::after {
	content: attr(data-tooltip);
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
	background-color: #26342d;
	color: #ffffff;
	border-radius: 6px;
	padding: 6px 9px;
	font-size: 12px;
	line-height: 1.2;
	white-space: nowrap;
	box-shadow: 0 3px 10px rgba(23, 32, 27, 0.18);
	z-index: 30;
	transition: opacity 0.12s ease, transform 0.12s ease;
}

.workspace-tool-button[data-tooltip]::before {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(100% + 4px);
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
	border-width: 5px 0 5px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #26342d;
	z-index: 31;
	transition: opacity 0.12s ease;
}

.workspace-tool-button[data-tooltip]:hover::after,
.workspace-tool-button[data-tooltip]:focus::after {
	opacity: 1;
	transform: translateY(-50%) translateX(-2px);
}

.workspace-tool-button[data-tooltip]:hover::before,
.workspace-tool-button[data-tooltip]:focus::before {
	opacity: 1;
}

.workspace-tool-button:hover,
.workspace-tool-button:focus {
	background-color: #eef3ea;
	border-color: #bfd0b8;
	color: #24312b;
	outline: none;
}

.workspace-tool-button:active {
	transform: scale(0.97);
}

.workspace-tool-button-primary {
	background-color: #63b32f;
	border-color: #63b32f;
	color: #ffffff;
}

.workspace-tool-button-primary:hover,
.workspace-tool-button-primary:focus {
	background-color: #63b32f;
	border-color: #63b32f;
	color: #ffffff;
}

.value-list-inline-button {
	height: 34px;
	min-width: 42px;
	padding: 6px 12px;
	line-height: 20px;
}

.workspace-tool-button-run {
	background-color: #63b32f;
	border-color: #63b32f;
	color: #ffffff;
	margin-bottom: 8px;
	box-shadow: 0 2px 6px rgba(36, 49, 43, 0.18);
}

.workspace-tool-button-run:hover,
.workspace-tool-button-run:focus {
	background-color: #63b32f;
	border-color: #63b32f;
	color: #ffffff;
}

.workspace-tool-button-run:disabled {
	background-color: #a9b5a4;
	border-color: #a9b5a4;
	color: #ffffff;
	cursor: not-allowed;
	box-shadow: none;
}

.workspace-hidden-field {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.workspace-legacy-action {
	display: none !important;
}

.workspace-designer-modal {
	padding-top: 0;
	background-color: transparent;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 2000;
}

.workspace-designer-modal .modal-dialog {
	margin: 32px auto;
}

.workspace-designer-modal .modal-content {
	width: 100%;
	max-width: none;
	background: #ffffff;
	background-color: #ffffff;
	opacity: 1;
	color: #1f2a24;
	border: 1px solid #d9e2d3;
	border-radius: 12px;
	box-shadow: 0 24px 60px rgba(18, 38, 32, 0.24);
}

.workspace-designer-modal .modal-header,
.workspace-designer-modal .modal-body,
.workspace-designer-modal .modal-footer {
	background: #ffffff;
	opacity: 1;
}

.workspace-designer-modal#explainEntity .modal-content {
	max-height: calc(100vh - 48px);
	overflow: hidden;
}

.workspace-designer-modal#explainEntity .modal-body {
	max-height: calc(100vh - 190px);
	overflow-y: auto;
}

.modal-backdrop.in {
	opacity: 0.28;
}

.workspace-designer-modal .modal-header .close {
	position: relative;
	top: auto;
	right: auto;
	color: #2f3d34;
	font-size: 28px;
	opacity: 0.75;
}

.workspace-designer-modal .modal-header .close:hover,
.workspace-designer-modal .modal-header .close:focus {
	color: #111111;
	opacity: 1;
}

@media (max-width: 1024px) {
	.workspace-page {
		padding-top: 18px;
	}

	.workspace-tab {
		padding: 12px 14px;
		font-size: 13px;
	}

	.workspace-header {
		flex-wrap: wrap;
		align-items: flex-end;
	}

	.workspace-title-wrap {
		width: 100%;
		padding-bottom: 0;
	}

	.workspace-panel {
		min-height: 420px;
	}

	.workspace-settings-grid {
		grid-template-columns: 1fr;
	}

	.workspace-template-grid {
		grid-template-columns: repeat(2, minmax(140px, 1fr));
	}

	.workspace-toggle-group {
		grid-template-columns: 1fr;
	}

	.workspace-custom-logo-grid {
		grid-template-columns: 1fr;
	}

	.workspace-designer-work {
		min-height: 520px;
	}

	.workspace-designer-work .work_container,
	.workspace-designer-work #contenitore_griglia,
	.workspace-designer-work #design_grid {
		min-height: 520px;
	}

	.workspace-designer-layout {
		padding-right: 64px;
	}

	.workspace-tool-button {
		width: 38px;
		height: 38px;
		font-size: 15px;
	}

}

@media (max-width: 768px) {
	.workspace-designer-layout {
		padding-right: 0;
	}

	.workspace-designer-sidebar {
		position: static;
		margin-bottom: 10px;
	}

	.workspace-designer-toolbar {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
}
/************************ END WORKSPACE PAGE *********************************/
/*************************** USER HOME ***************************************/
.userhome-page {
	padding-top: 28px;
	padding-bottom: 32px;
}

.userhome-shell {
	max-width: 1120px;
}

.userhome-header {
	margin-bottom: 30px;
}

.userhome-header h1 {
	margin-top: 0;
	margin-bottom: 10px;
}

.userhome-intro {
	max-width: 760px;
	margin: 0 0 8px 0;
	color: #415048;
	font-size: 16px;
	line-height: 1.5;
}

.userhome-note {
	color: #6c756f;
	margin: 0;
}

.userhome-feedback {
	margin-bottom: 16px;
	color: #8a2f2f;
}

.userhome-section {
	margin-bottom: 28px;
}

.userhome-section-header {
	margin-bottom: 14px;
}

.userhome-section-header h2 {
	margin: 0 0 6px 0;
	font-size: 18px;
}

.userhome-section-header p {
	margin: 0;
	color: #6b746e;
	font-size: 14px;
	line-height: 1.45;
}

.userhome-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.userhome-grid-start {
	grid-template-columns: minmax(240px, 340px);
}

.userhome-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 108px;
	padding: 20px 22px;
	border: 1px solid #dfe5dc;
	border-radius: 12px;
	background-color: #ffffff;
	color: #24312b;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.userhome-card:hover,
.userhome-card:focus {
	border-color: #c7d7b8;
	background-color: #f8fbf5;
	color: #24312b;
	text-decoration: none;
}

.userhome-card-new {
	border-color: #c9d8bb;
	background-color: #f6faf3;
}

.userhome-card-kicker {
	display: inline-block;
	margin-bottom: 8px;
	color: #63b32f;
	font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.userhome-card-title {
	font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
}

.userhome-empty {
	padding: 20px 22px;
	border: 1px dashed #d7ddd2;
	border-radius: 12px;
	background-color: #fbfcfa;
	color: #6b746e;
	font-size: 14px;
}

@media (max-width: 1024px) {
	.userhome-page {
		padding-top: 18px;
	}

	.userhome-intro {
		font-size: 15px;
	}

	.userhome-grid {
		grid-template-columns: 1fr;
	}

	.userhome-grid-start {
		grid-template-columns: 1fr;
	}
}
/************************ END USER HOME **************************************/
