html{height:100%}
body{height:100%;
margin: 0;
padding: 0;
background:url("/das/static/images/vertical-sprite.png") repeat-x 0 0px #f8fcff;
font-size:12px;
font-family:Arial,Helvetica,Verdana,sans-serif;
text-align: center}
form {text-align: left}
select, option {
    text-align:right;
}
a {color: #800080;}

.hidden {
	display: none;
}

.error {
	color: red;
}

.nowrap { white-space: nowrap; }

.text-limited {
	overflow: hidden;
	text-overflow: ellipsis;
  }

.ui-widget-content{
  text-align: left;
}

.progress-animated {
	display: block;
}

form {
	margin: 0;
}

.cke_wrapper cke_ltr iframe{
  height : 400px;
}

/********************************************************************************/
/* General styles								*/

input[type=text], input[type=password], input[type=email], textarea {
	margin-bottom: 3px;
	margin-top: 3px;
	border: 1px solid #CCC;
	font-size: 1.3em;
	padding: 2px;
}

.full-width {
	width: 100%;
}


/********************************************************************************/
/* jQuery UI customization							*/

.ui-widget input {
	font-size: 1em;
}

.ui-front {
	/* Make sure front is always far above all (otherwise clashes with Leaflet controls) */
	z-index: 1000;
}

/********************************************************************************/
/* jQuery UI custom components							*/

.custom-combobox {
    position: relative;
    display: inline-block;
	margin: 0 0 5px 0;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

input.custom-combobox-input {
    margin: 0;
    padding: 0.4em;
    font-size: 1.1em;
}

button.ui-multiselect {
/*	height: 29px;*/
    margin: 0;
    padding: 0.4em;
	overflow-x: hidden;
	white-space: normal;
}

.ui-multiselect .ui-icon-triangle-1-s {
    margin: 0;
}

/********************************************************************************/
/* Login page									*/

.login-block {
	width: 30em;
	margin: 0 auto;
}

.login-label {
	float: left;
	width: 40%;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	clear: left;
}

.login-comment {
	float: left;
	width: 58%;
	font-size: 1em;
	text-align: left;
	margin-left: 40%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.login-comment input[type=checkbox] {
	margin-left: 0;
}

.login-content {
	float: left;
	width: 58%;
	margin: 3px 0 0 0px;
	padding: 3px 10px 5px 10px;
	border: 1px solid #c0c0c0;
	color: black;
	text-align: left;
}

.login-action-button-block {
	float: left;
	width: 100%;
}

.login-page-logo {
	padding-top: 5em;
	margin: 0 auto;
	width: 50%;
}

.login-page-logo img {
	margin: 0 auto;
}

.login_position form {text-align: center}
.login_position {
  text-align: center;
  margin-top: 3em;
  width : 100%;
}

/********************************************************************************/
/* Header									*/
#page {
  display:table;
  height:100%;
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0 0px;
  border-left:0px solid #c3c3c3;
  border-right:0px solid #c3c3c3;
  background-color:#ecf2f7;
  background:url("/das/static/images/vertical-sprite-top.png") repeat-x 0 0px #f8fcff;
  text-align: left;
  position:relative;
}

/* Make the tab width fixed, so we can place a scrollbar inside if needed (eg. group analysis) */
#tabs {
	position: absolute;
	right: 0;
	left: 0;
}

/* If inside the content div, make it relative, so it will expand the content div  */
.content #tabs {
	position: relative;
}

/* XXX ? */
#container select {
  text-align: left;
}

#header {
	width: 100%;
	display: table;
	margin: 0 auto;
	height:125px;
	z-index:100;
}

.logo {
	width: 70px;
	height: 55px;
	margin: 1em 0 0 0;
	overflow: hidden;
	display: block;
	background: url("/das/static/images/logo-header.png") 0px 0px no-repeat;
}

#logo {
	display: block;
	min-height: 4em;
}

.logoimg {
	margin: 1em 0 0 0;
	overflow: hidden;
	display: block;
}

.logotop {
	margin:0px 0 0;
	overflow:hidden;
	display:block;
	text-indent:0px;
	white-space:nowrap;
}

.header-global-search-container {
	display: block;
	height: 20px;
	position: absolute;
	top: 90px;
	right: 0;
	width: 300px;
	vertical-align: middle
}

.global-search {
	position: relative;
	float: right;
	display: block;
	width: 228px;
	text-align: right;
}

/* XXX Who is this? */
.s2 {
float: none;
}

.header-user-info-container {
	overflow:hidden;
	width: 20em;
	background-color: #d9e9f0;
	display:block;
	height: 4em;
	right: 0;
	position: absolute;
	font-weight: bold;
	-moz-border-radius: 0px 0 10px 10px;
	-webkit-border-radius:0px 0 10px 10px;
	border-radius:0 0 10px 10px;
	box-shadow: 2px 2px 2px #CCCCCC;
	top: 0px
}

/*.header-user-info-date {
	float: left;
	overflow: hidden;
	display: block;
	font-size: 0.8em;
	color: #2b77a4;
#	padding-top: 0.5em;
	padding-left: 5%;
	width: 100%;
}
*/
.header-user-info-logout {
	float: right;
	overflow: hidden;
	display: inline;
	color: #2b77a4;
	margin-top: 0.5em;
	margin-right: 1.1em;
	text-align: right;
}

.header-user-info-welcome {
	float: left;
	overflow:hidden;
	display: inline;
	font-size: 1.2em;
	padding-left: 5%;
	color: #2b77a4;
	padding-top: 0.5em;
	width: 50%;
}

.env {
	overflow:hidden;
	width: 50%;
	height: 6em;
	display:block;
	right: 27em;
	top: 0;
	position: absolute;
	font-weight: bold;
	text-align: center;
}

.server {
	font-size: 3em;
	color: #cc0000;
}

.tenant {
	font-size: 1.5em;
}

/********************************************************************************/
/* Main menu									*/
/* Ref: http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support */
/* Ref: http://stackoverflow.com/questions/114543/how-to-center-a-div-in-a-div-horizontally */
#menu {
   background-color: #61afd8;
   overflow:hidden;
   position:relative;
   height: 2.5em;
   border-radius: 10px;
   width: 100%;
   display: table;
   margin: 0.5em auto;
}

#menu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#menu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#menu ul li a,
#menu ul li a.active {
   display: block;
   margin: 0 1.4em;
   padding: 0;
   color: #FFF;
   font-weight: bold;
   text-decoration:none;
   line-height: 2em;
   font-size: 1.4em;
}

#menu ul li a:hover,
#menu ul li a.active {
   color: #28618e;
}


/********************************************************************************/
/* Common page elements								*/
.content {
  float: none;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  padding: 0.5em 0 0 0;
  border-radius: 10px;
  border-color: #EEEEEE;
  border-style: double
}

.content-homepage {
  height: 520px;
  margin: 3em auto;
  width: 95%;
  padding: 0;
}

.buttontoppositionprint {
  display: inline-block;
  position: absolute;
//  top: 10px;
  right: 140px;
//  border: 1px solid #aed0ea;
//  border-radius: 6px;
//  overflow: hidden;
}

.full-map-switch-position {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 200px;
}

.buttontoppositionprint:hover {
  border-color: #2779aa;
}

/********************************************************************************/
/* Home page									*/
.blockbox {
  height: 145px;
  width: 248px;
  border-radius: 10px;
  display:inline-block;
  box-shadow: 5px 5px 5px #CCCCCC;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  color: #FFFFFF;
  bottom: 0px;
  text-align: center;
  background-color: #5d9bd0;
  position: relative;
}

.blockboxtext {
  height: 45px;
  width: 220px;
  display:inline-block;
  font-weight: bold;
  font-size: 12px;
  color: #AAAAAA;
  bottom: 0px;
  text-align: left;
}

.boximagetime {right: 15px;position: absolute;top: 10px; }
.boxtext {bottom : 8px ;position: absolute; left : 10px; }
.boxnumber {float:right; margin:118px 10px 0 0; font-size: 0.8em; font-style: normal;}
.blockmainmenu a {color:#FFFFFF; text-decoration: none}
.blockbox:hover { background-color: #4371a6}
.boximagetime img { border-style: none; }

/********************************************************************************/
/* Table pages									*/
.tableborderbox {
  background-color: #f2f5f7;
  border-radius: 10px;
  width: 95%;
  position: relative;
  margin: 0 auto;
  padding:20px 10px 10px 10px;
  font-size: 12px;
  height: 100%;
  display: table;
}

table.content-table {
	width: 100%;
}

.content-table thead tr th {
	height: 30px;
	padding: 5px 18px 5px 5px;
	background: none;
	background-color: #c7d0d7;
	border: 1px solid #bcc0c2;
	color: #000000;
}
.content-table tfoot {
	display: table-header-group;
}
.content-table tfoot tr th {
	border: 1px solid #bcc0c2;
	height: 30px;
	padding: 5px 18px 5px 5px;
	background: none;
	background-color: #c7d0d7;
}
.content-table tbody tr {
	height: 40px;
}
.content-table tbody tr td {
	border: 1px solid #bcc0c2;
	height: auto;
	padding: 5px 18px 5px 5px;
	vertical-align: top;
}
.content-table .embedded-linebreaks a {
  white-space: pre;
}

#totalRow {
	display: table-footer-group;
}
#totalLabel {
	text-align: right;
	border: 0 !important;
	background-color: #f2f5f7 !important;
}
#totalCell {
	text-align: left;
	border: 0 !important;
	background-color: #f2f5f7 !important;
}

input[type="text"].filter-input, input[type="text"].filter-date {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 1em;
	padding: 5px;
}

/* Only target Mozilla with this one */
_:-moz-tree-row(hover), .content-table tbody tr td {
	height: auto;
	min-height: 30px;
}

_:-moz-tree-row(hover), .content-table thead tr th div {
	height: 30px;
	display: table-cell;
	vertical-align: middle;
}

_:-moz-tree-row(hover), .content-table tbody tr td div {
	min-height: 30px;
}

/* Only target IE 10+ with this one				*/
/* Ref: http://www.impressivewebs.com/ie10-css-hacks/		*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	/* IE (up to 10) doesn't recognize height on a table cell as minimum height, it expects min-height instead */
	.content-table tbody tr td { height: auto; min-height: 30px;}
}

.content-table-wide-cell { max-width: 20em; }

#main-content-table-create-button, #main-content-table-edit-places-button,
#main-content-table-edit-members-button, #main-content-table-edit-button,
#main-content-table-add-partners-button, #main-content-table-editgroup-button,
#main-content-table-edit-partners-button, #updateSummaryNoteButton {float: right;}
.main-content-table-edit-element {width: 100%;height: 100%;	display: block;}
.main-content-table-city-dropbox { width: 15em;}
.main-content-table-wide-cell { width: 60%; }

.main-content-table-search-input {
	width: 15em;
}

.main-content-table-search-input-short {
	width: 8em;
}


/********************************************************************************/

#headerleft,#headermiddle,#headerright,#page-title,#sub-section {
overflow:hidden;
display:inline-block
}

#headerleft {
float:left;
width: 19.9%;
}
#headermiddle {
float:left;
width: 60%;
}

#headerright {
float:left;
width: 19.9%;
}

.text-left1 {
	width: 100px;
	float: left;
	clear: left;
	text-align: left;
	white-space: nowrap;
	min-width: 5em;
}

dl.left40 {padding: 0; margin: 0; /*word-break: break-all;*/}
dl.left40 > dd {word-break: break-word;}
dt {float: left; clear: left; width: 40%; text-align: left;}
dd {margin: 0 0 0 40%;  padding: 0;}

dl.inline-flex {padding: 0; margin: 0; display: flex; flex-flow: row; flex-wrap: wrap;}
dl.inline-flex > dt {flex: 0 0 50%;}
dl.inline-flex > dd {margin-left: auto;  text-align: left;  flex: 0 0 50%}

dl.inline-flex-block {padding: 0; margin: 0; display: flex; flex-flow: row; flex-wrap: wrap;}
dl.inline-flex-block > dt {flex: 0 0 36%;}
dl.inline-flex-block > dd {margin-left: auto;  text-align: left;  flex: 0 0 64%}

.text-position-left75 {text-align: left; display: inline-block; width: 55%; vertical-align: top}
.text-position-left75-2 {text-align: left; display: inline-block; vertical-align: top}
.text-position-left150 {text-align: left; display: inline-block; width: 150px; vertical-align: top}
.text-position-left200 {text-align: left; display: inline-block; width: 200px; color: #3300FF}
.text-position-left450 {text-align: left; display: inline-block; width: 450px; color: #3300FF }
.text-position-left {text-align: left; color: #3300CC; display: inline-block; width: 450px}
.text-position-textarea {text-align: left; color: #3300CC; width: 400px}
.text-position-right {text-align: right; color: #FF0000; display: inline-block; width: 30px;}
.text-position-right350 {text-align: left; display: inline-block; width: 250px;}
.text-position-right400 {text-align: left; width: 250px; position: absolute; left: 200px;}
.text-position-right a {text-decoration: none;}
.text-position-right-all {text-align: left; color: #000000; display: inline-block;}
.text-position-right-all-w {text-align: left; color: #000000; display: inline-block; width: 400px;}
.text-position-right-all-r {text-align: right; color: #000000; display: inline-block; width : 365px; vertical-align: top}
.text-position-right-all-r-2 {color: #000000; display: inline-block; vertical-align: top; float: right;}

#content-block-dialog {
  float:none;
  overflow:hidden;
  top : 30px;
  width : 510px;
  background-color : #FFFFFF;
  height : 28px;
  position: relative;
  border-color: #EEEEEE;
  left : 12px;
  z-index: 5;
  display: inline-block
}

.content-text-width-block-inf {width : 150px;}
.content-text-width {width : 150px;}
.content-text-width100 {width : 100%;}
.content-block-fon {
  width : 98%;
  padding: 10px 10px 10px 10px;
}

#headerright span {float: right;}
#print-button {float: right;}

.tablesearchtextposition {height: 20px;position: relative;top: 0px;left: 250px;width : 380px;vertical-align: top}
.tablesearchtextposition2 {height: 20px; position: relative; top: 0px; left: 290px; width : 380px;}

.tablesearchtextposition-manage {
  height: 20px;
  position: relative;
  top: 0px;
  left: 20px;
  width : 380px;
  vertical-align: bottom;
}

.headtableborderbox {
  width: 100%;
  padding-bottom: 1em;
  text-align: left;
  left: 0px;
}

.main-content-map {
	min-height: 30em;
}

.full-map {
	min-height: 50em;
	width: 100%;
}

/* Content blocks */
.content-text-block {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	border-radius: 4px;
	background-color: #FCFCFC;
	padding: 1em;
/*	margin-top: 0.75em;*/
}

.content-text-block-map {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	border-radius: 4px;
	background-color: #FCFCFC;
	padding: 1em;
}

.content-text-block-partners {
  position: relative;
  left: 0px;
  top: 0px;
  width: 600px;
  display: inline-block
}

.layout-bigpic {
  width: 490;
  height: 330;
  left: 35px;
}

/* Content layout */
.layout-column {
  float: left;
  width: 49%;
  text-align: left;
}

.layout-column-r {
  float: right;
  width: 49%;
  text-align: left;
}

.layout-column-w-divider {
  float: left;
  width: 48%;
  text-align: left;
  border-right: 2px solid #61AFD8;
  padding-right: 1%;
  position: relative;
}

.layout-column-r-w-divider {
  float: right;
  width: 49%;
  text-align: left;
  padding-left: 1%;
}

.layout-column-h {
  clear: both;
  width : 100%;
  text-align: center;
}

.layout-subblock { float: left; margin-right: 1em; }
.layout-subblock-photo {margin-right: 1em; left: 150px; position: absolute }
.layout-subblock-button {	display: inline-block;float: right;margin-right: 1em;}
.layout-subblock-button2 {display: inline-block;float: right;position: relative;}
.layout-block-inf-photos {
  width : 100%;
}

.layout-block {
	clear: left;
	float: left;
	margin-bottom: 1em;
	width: 100%;
  text-align: left;
  display: inline
}
.layout-space {
  white-space: normal;
}

.layout-block h2 {
 text-align : left;
 display: inline
}

.layout-block button {
 float: right;
 display: inline
}

.layout-block textarea {
  text-align : left;
}

.divider {
	float: left;
	clear: none;
  height : 100%;
	color: #FF0000;
}

.divider2 {
	float: left;
	clear: none;
  width: 2%;
  height : 400px;
}

.divider-h {
	float: right;
	clear: none;
  width: 100%;
  height : 2%;
}

.layout-single-block {
	width: 100%;
}

/********************************************************************************/
/* Dialogs									*/

/* Error elements should go before the regular ones, so that the latter		*/
/* would override these.							*/
.form-dialog-content-error-container {
	width: 100%;
	float: left;
}

.form-dialog-content-error-container-inside {
	width: 100%;
}

.form-dialog-content-error-container-block-padded {
	padding-left: 50px;
}

.form-dialog-content-error {
	margin-left: 30%;
	margin-bottom: 15px;
	color: red;
	display: block;
}

.form-dialog-content-error-inside {
	color: red;
	display: block;
}

.form-dialog-content-error-login {
	color: red;
}

.form-dialog-content-error-container-login {
	float: left;
	margin-left: 40%;
}

input.form-dialog-content-error, input.form-dialog-content-error-login, textarea.form-dialog-content-error, input.form-dialog-content-error-inside, textarea.form-dialog-content-error-inside, input.form-element-error, textarea.form-element-error {
	border: 1px solid !important;
	border-color: red !important;
	margin-left: 0;
	display: inline;
}

.form-element-error {
	color: red;
	display: block;
	text-align: left;
}

.form-dialog-label {
	width: 29%;
	float: left;
	clear: left;
	text-align: left;
	min-width: 5em;
	word-break: break-word;
}

.form-dialog-content {
	width: 68%;
	margin: 0 0 5px 0;
	float: left;
	clear: none;
	text-align: left;
	min-width: 5em;
}

.form-dialog-content-inside {
	width: 100%;
	margin: 0;
	float: left;
	clear: none;
	text-align: left;
}

textarea.form-dialog-content {
	margin-bottom: 0.75em;
}

input.location-dialog-address {
	width: 100%;
	margin-right: 0.25em;
}

.fullscreen-dialog-header {
	float:none;
	overflow:hidden;
	background-color : #e3f1fa;
	height : 28px;
	border-radius: 10px;
	position: relative;
	border-color: #61afd8;
	border-style: double;
}

div.fullscreen-dialog-column {
	width: 30%;
	float: left;
	text-align: left;
	min-width: 5em;
	margin-left: 2em;
}

div.fullscreen-dialog-column-first {
	clear: left;
	margin-left: 0;
}

div.fullscreen-dialog-column-wide {
	width: 65%;
	clear: left;
	margin-left: 0;
}

.form-dialog-label2-text {font-size: 17px; font-weight: normal}
.form-dialog-label2 {width: 150px;float: left;clear: left;text-align: left;	white-space: nowrap ;min-width: 5em; font-size: 15px; font-weight: normal }
.form-dialog-label-var {width: 15%; float: left;clear: left;text-align: left;	white-space: nowrap;	min-width: 5em;}
.form-dialog-label-all {width: 100%;text-align: left;	white-space: nowrap;	min-width: 5em;}

.form-dialog-text {
	width: 50%;
	text-align: left;
}

.content-width-dtp {
	width : 120px;
	display: inline-block
}

.form-dialog-label-timereg {
	width: 15%;
	float: left;
	clear: left;
	text-align: left;
	white-space: nowrap;
	min-width: 5em;
}

div.form-dialog {
	display: none;
}

.ui-dialog .ui-dialog-content {
	overflow: hidden;
}

/* A workaround for CSS3PIE: makes dialogs higher on IE8/9, does nothing on regular browsers */
div.dialog-footer {
	display: none;
}

.form-dialog input:not([type=submit]) {

}

.form-dialog select {
  text-align: left
}

.dialog-map {
	height: 25em;
	width: 100%;
	margin: 5px 0 10px 0;
}

.dialog-map-small {
	height: 13em;
	width: 100%;
	margin: 5px 0;
}

#address {
  width: 170px;
  position : relative;
  top : 10px;
  left : 0px;

}
.content-text-block {text-align: left;}
#createPersonSex, #updatePersonSex {width : 60%; text-align: left; position: relative;}
#editPersonSex, #editMemberLeader {width : 60%; text-align: right; position: relative;}
#editPartnersFormat {width : 68%; text-align: left; position: relative;}
#editPartners, #summaryNote  {width : 100%;}

.form-control {
  width: 57%;
  margin-right: 0;
  vertical-align: middle;
}

.alpaca-field input[type=text], .alpaca-field textarea {
  display: block;
}

.alpaca-field:not(.alpaca-field-object):before {
  content: '\A';
  white-space: pre;
}

.alpaca-field-object:after {
  content: '\A';
  white-space: pre;
}

.form-control2 {
  width: 29%;
  margin-right: 0;
  vertical-align: middle;
}

.btn-add, .btn-remove {
  padding: 2px;
  border-radius: 0;
  border-left: 0;
  vertical-align: middle;
}

.table-main-column {
	width: 100%;
}

.timetracking-question-answer { width: 100%; }

.location-position {
  height: 100px;
}
.location-image-positionA2 {
   height: 93px;
   width : 181px;
   top: 50px;
   position : absolute;
   right : 13px;
}

div.action-buttons-block {
  position: relative;
  float: right;
  z-index: 1;
  clear: left;
  vertical-align: middle;
}

.action-buttons-block2 {
  position: absolute;
  right : 20px;
}

.action-buttons-block-top {
  width : 100%;
  text-align: right;
  position: relative;
	float: none;
	clear: left;
  vertical-align : middle;
	top : 100px;
}

.action-button input, button {

}

.header-button {
	float: right;
	clear: none;
	margin-bottom: 5px;
}

.header-with-button {
	clear: none;
	display: inline;
	width: auto;
  text-align: left
}

/* safari and opera need tris */
##page-title {width:100%}
.footer {clear:both; text-align: center; margin-top: 1em;}

.buttontopposition {
  display:inline-block;
  position: absolute;
  top: 55px;
  right: 10px;
}
.top-content-block-close {
  display:inline-block;
  position: absolute;
  top: 4px;
  right: 5px;
}

.button-position-center {
  display:inline-block;
  position: absolute;
  top: 2px;
}

.button-position-right {display:inline-block;position: absolute; right: 20px;}
.button-position-right-float {display:inline-block;position: relative; float: right; margin-right: 20px;}
.button-position-right-findcomplaint {display:inline-block;position: absolute; right: 0px;}

.button-position-right-autosaving {display:inline-block; position: absolute;top: 13px;right: 70px;}

.buttontopposition a {
  padding: 5px 5px 5px 5px;
  background-color: e7f3fd;
  color: 65accb;
  font-size: 12px;
  border-color: 65accb;
  border-style: dotted;
  border-width: thin;
  -moz-border-radius:5px 5 5 5px;
  -webkit-border-radius:5px 5 5 5px;
  border-radius:5px 5 5 5px;
  text-decoration: none;
}

.button-position-right a, .button-position-right-float a {
  padding: 5px 5px 5px 5px;
  background-color: e7f3fd;
  color: 65accb;
  font-size: 12px;
  border-color: 65accb;
  border-style: dotted;
  border-width: thin;
  -moz-border-radius:5px 5 5 5px;
  -webkit-border-radius:5px 5 5 5px;
  border-radius:5px 5 5 5px;
  text-decoration: none;
}

.data_top {
  font-size: 8px;
  display:block;
  left: 0px;
}
.blockmainmenu-color {
  background-color: #f2f5f7;
  height: 100%;
  border-radius:10px 10px 10px 10px;
  max-width: 1000px;
  left: 15px;
  position: relative;
  margin:10px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  text-align: center;
  border-color: #EEEEEE;
  border-style: double;
  z-index: 1;
}

.blockmainmenu3 {
  background-color: ffffff;
  height: 500px;
  border-radius:10px 10px 10px 10px;
  max-width: 1000px;
  left: 15px;
  position: relative;
  margin:10px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  text-align: center;
  border-color: #EEEEEE;
  border-style: double;
}
.blockmainmenu4 {
  background-color: ffffff;
/*  height: 700px;*/
  border-radius:10px 10px 10px 10px;
  max-width: 1000px;
  left: 15px;
  position: relative;
  margin:10px 0px 0px 0px;
  padding:20px 0px 0px 0px;
  text-align: center;
  border-color: #EEEEEE;
  border-style: double;
  z-index: 1;
}


.position-left {text-align : left;}
.position-left-25 {text-align : left; padding: 0px 0px 0px 25px}
.position-right-25 {text-align : right; padding: 0px 25px 0px 0px}
.blockmenubottom {height: 50px;width : 100px;}
.block-bottom-partners {
  width : 100%
  height : 150px;
}

.content-block-text {text-align: left; font-size: 15px; color: #000000; padding: 5px 25px 0px 25px; font-weight: bold; top: 15px;}
.content-block-text2 {text-align: left; font-size: 12px; color: #000000; padding: 5px 25px 0px 25px; font-weight: bold; top: 15px;}
.top-content-block-text {text-align: left; font-size: 15px; color: #153f66; padding: 5px 5px 5px 25px; font-weight: bold;}
.position-textarea { float: left; width: 95%; text-align: center; padding: 10px 10px 10px 25px /*; height: 200px*/ }

.notes-title-block {display:inline-block;}
.title-text {display:inline-block;left: 15px;text-align: left;font-size: 20px;color: #000000;padding: 5px 15px 5px 25px;font-weight: bold}
.dialog-header {text-align: left;font-size: 20px;color: #000000;padding: 5px 0 15px 0;font-weight: bold}
.sub-title-text {left: 0px;text-align: left;font-size: 15px;color: #000000;padding: 15px 0px 15px 25px;font-weight: bold; float : left}

.positiondiv {margin: 40px 35px 0 35px; float:left;}
.positionboxs {}
.positiontexts {margin-left:20px;}

.positionbox14 {left: 150px;position: absolute;top: 60px;}
.positionbox24 {right: 150px;position: absolute;top: 60px;}
.positionbox34 {left: 150px;position: absolute;top: 280px;}
.positionbox44 {right: 150px;position: absolute;top: 280px;}
.positionbox15 {left: 50px;position: absolute;top: 60px;}
.positionbox25 {left: 360px;position: absolute;top: 60px;}
.positionbox35 {right: 50px;position: absolute;top: 60px;}
.positionbox45 {left: 50px;position: absolute;top: 280px;}
.positionbox55 {left: 360px;position: absolute;top: 280px;}
.positionbox65 {right: 50px;position: absolute;top: 280px;}

.positiontext14 {left: 170px; position: absolute;top: 210px;}
.positiontext24 {right: 170px;position: absolute;top: 210px;}
.positiontext34 {left: 170px;position: absolute;top: 430px;}
.positiontext44 {right: 170px;position: absolute;top: 430px;}
.positiontext15 {left: 70px; position: absolute;top: 210px;}
.positiontext25 {left: 380px;position: absolute;top: 210px;}
.positiontext35 {right: 70px; position: absolute;top: 210px;}
.positiontext45 {left: 70px;position: absolute;top: 430px;}
.positiontext55 {left: 380px;position: absolute;top: 430px;}
.positiontext65 {right: 70px;position: absolute;top: 430px;}

table {
  font-size: 12px;
  font-family: "Arial Unicode MS", Arial, sans-serif;
  border-collapse: collapse;
}
table tbody tr td a:link {color: #0D3D77; text-decoration: none }
table tbody tr td a:hover {color: #0D3D77; text-decoration: underline }
table tbody tr td a:visited {color: #0D3D77; text-decoration: none }
table tbody tr td{
  border-color: #6600FF;
  border: 2px solid #bcc0c2;
}

table thead tr th{
  font-size: 12px;
  font-family: "Arial Unicode MS", Arial, sans-serif;
  border-collapse: collapse;
  border: 2px solid #bcc0c2;
  text-align: left;
}
tr:nth-child(odd) {
  background-color: #f2f5f7;
}
tr:nth-child(even) {
  background-color: #e4e9ed;
}

table.dataTable thead tr th{
  background: none !important;
  background-color: #c7d0d7 !important;
  border: 1px solid #bcc0c2 !important;
  color: #000000 !important;
  cursor: pointer !important;
}
table.dataTable tfoot tr th{
  background: none !important;
  background-color: #c7d0d7 !important;
  border: 1px solid #bcc0c2 !important;
  color: #000000 !important;
}
table.dataTable tbody tr:nth-child(odd) {
  background-color: #e2e4ff !important;
}
table.dataTable tbody tr:nth-child(even) {
  background-color: #ffffff !important;
}
table.dataTable tr.odd td.sorting_1 {
  background-color: #d3d6ff;
}
table.dataTable tr.odd td.sorting_2 {
  background-color: #dadcff;
}
table.dataTable tr.odd td.sorting_3 {
  background-color: #e0e2ff;
}
table.dataTable tr.even td.sorting_1 {
  background-color: #eaebff;
}
table.dataTable tr.even td.sorting_2 {
  background-color: #f2f3ff;
}
table.dataTable tr.even td.sorting_3 {
  background-color: #f9f9ff;
}

.ui-controlgroup > .ui-corner-all {
	border-radius:0;
}
.ui-controlgroup > .ui-corner-left {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}
.ui-controlgroup > .ui-corner-right {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
}

#main-content-table-issue thead tr th{height: 30px;padding-left: 5;background-color: #c7d0d7;}
#main-content-table-issue tbody tr td{height: 30px;padding-left: 5;}

#main-content-table-var thead tr th{height: 30px;padding-left: 5;background-color: #c7d0d7;}
#main-content-table-var tbody tr td{height: 30px;padding-left: 5;}

#main-content-table-issue-amb thead tr th{height: 30px;padding-left: 5;background-color: #c7d0d7;}
#main-content-table-issue-amb tbody tr td{height: 30px;padding-left: 5;}

#main-content-table-var {width: 85%;}
#main-content-table-issue {width: 90%;}
#main-content-table-issue-amb {width: 400px;}

.dtpposition {left : 195px; position: absolute; top : 21px;}

.dialog-column-left {
	float: left;
	width: 20%;
	font-weight: bold;
	word-break: break-word;
}

.dialog-column-right {
	float: left;
	width: 80%;
}

.dialog-column-right-new-lines {
	float: left;
	width: 80%;
	white-space:pre-wrap;
}

.dialog-column-left-user {
	float: left;
	width: 40%;
	font-weight: bold;
}

.dialog-column-right-user {
	float: left;
	width: 60%;
}

table.file-upload {
	width: 99%;
	margin-bottom: 0.75em;
	border: 0;
}

#addQuestionAnswerTable {
	width: 99%;
}

/* Copied from Bootstrap */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}
/*
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
*/
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated .bar {
  background: url(/das/static/js/jQuery-File-Upload/img/progressbar.gif) !important;
  filter: none;
}

.state-sample-value- {
	background-color: #DDF;
}
.state-sample-value-0 {
	background-color: #FF8080;
}
.state-sample-value-1 {
	background-color: #8060C0;
}
.state-sample-value-2 {
	background-color: #C080C0;
}
.state-sample-value-3 {
	background-color: #70B0E0;
}
.state-sample-value-4 {
	background-color: #60A0FF;
}

.state-sample-value-5 {
	background-color: #B0E0FF;
}

.ui-autocomplete {
	max-height: 310px;
	overflow-y: auto; /* prevent horizontal scrollbar */
	overflow-x: hidden; /* add padding to account for vertical scrollbar */
#	padding-right: 20px;
	z-index:1000 !important;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
	display:    none;
	position:   fixed;
	z-index:    10000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .8 )
		url('/das/static/images/ajax-loader.gif')
		50% 50%
		no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
	display: block;
}

/* Warnings */
.alert {
	padding: 5px;
	border: #EEE solid 1px;
	border-radius: 5px;
	background-color: #FFFFE0;
	font-weight: bold;
	color: #666;
	margin-bottom: 3px;
	margin: 3px auto;
}

.fatal {
	padding: 5px;
	border: #EEE0E0 solid 1px;
	border-radius: 5px;
	background-color: #FFE0E0;
	font-weight: bold;
	color: #900;
	margin-bottom: 3px;
	margin: 3px auto;
}

.info {
	padding: 5px;
	border: #afdbff solid 1px;
	border-radius: 5px;
	background-color: #d8e0ff;
	font-weight: bold;
	color: #001460;
	margin: 3px auto;
}

.ui-slider-horizontal .ui-slider-handle {
    text-align: center;
    text-decoration: none;
    top: -.6em;
    margin-left: -.6em;
    line-height: 1.6em;
    width: 3em;
    height: 1.7em;
    z-index: inherit;
}

#createRecordDurationSlider {
	left: 0.5em;
	width: 93%;
}

.fg-button {
  border: 1px solid #74b2e2 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 3em !important;
}

.fg-button.next {
  border-right: 1px solid #74b2e2 !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.fg-button.previous {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.ellipsis {
  border-left: 1px solid #74b2e2 !important;
  padding: 6px 10px 8px 10px !important;
}

.minwidth15 {
	min-width: 15px;
}

.photo-inline {
	float: right;
    margin: 0 0 5px 5px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.switch-wrapper {
  display: inline-block;
  position: relative;
  top: 3px;
}

.serif {
  font-family: Arial,Helvetica,Verdana,sans-serif;
  width: auto;
  padding: 0;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.up, .down, .delete-row, .delete-row-span, .delete-row-group, .copy-row, .add-row, .fa-magic {
	cursor: pointer;
}

.add-row {
	float: left;
}

.fc-header-toolbar .fc-left h2 {
	padding-top: 10px;
	font-size: 1.1em;
}

.bold {
    font-weight: bold
}

div.alpaca-label-with-outcome > label.control-label.alpaca-control-label:after { white-space: pre; display: block;  content: "\A" }

.outcomes_message {
    margin-top: 1em;
    font-style: italic;
}

span[role="combobox"] > .ui-selectmenu-text, .ui-selectmenu-menu .ui-menu-item-wrapper {
	font-family: 'Font Awesome 5 Free',Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
}

.select-note-type {
	cursor: pointer;
	display: inline;
}

.ui-tabs-anchor {
#	display: inline;
}

.nt-submenu {
	width: 200px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	z-index: 999;
}

.fc-today, .ui-state-highlight {
	background: #61afd8 !important;
	border: 1px solid #2694e8 !important;
}

.comiseo-daterangepicker-triggerbutton.ui-button {
	min-width: 80px;
	min-height: 30px;
	margin: 0;
	padding: 0.4em;
}

.comiseo-daterangepicker-triggerbutton .ui-button-icon {
	float: right;
	position: static;
	margin-top: 0;
}

.settings-cog {
	color: #2b77a4;
	margin-right: 10px;
	cursor: pointer;
}

body.dragging, body.dragging * {
	cursor: move !important;
}

.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}

ul.settings li.force {
	background-color: #dddddd !important;
}

ul.settings {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
}

ul.settings li {
	cursor: move;
	position: relative;
	display: block;
	background-color: #c7d0d7 !important;
	border: 1px solid #bcc0c2 !important;
	min-height: 20px !important;
	width: auto;
	float: left;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 7px;
}

ul.settings li.placeholder {
	margin: 0;
	margin-bottom: 7px;
	padding: 0;
	border: 0 !important;
}

ul.settings li.placeholder:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	left: -5px;
	top: -1px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #cc0000;
}

.ui-helper-reset {
	word-break: break-all;
}

.ui-multiselect-filter {
	width: auto !important;
}

.ui-multiselect-filter input {
	width: 90% !important;
}

.ui-multiselect-menu {
	z-index: 9999;
}

.settings-cog {
	color: #2b77a4;
	margin-right: 10px;
	cursor: pointer;
}

body.dragging, body.dragging * {
	cursor: move !important;
}

.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}

ul.settings {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
}

ul.settings li {
	cursor: move;
	position: relative;
	display: block;
	background-color: #c7d0d7 !important;
	border: 1px solid #bcc0c2 !important;
	min-height: 20px !important;
	width: auto;
	float: left;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 7px;
}

ul.settings li.placeholder {
	margin: 0;
	margin-bottom: 7px;
	padding: 0;
	border: 0 !important;
}

ul.settings li.placeholder:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	left: -5px;
	top: -1px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #cc0000;
}

ul.settings li.force {
	background-color: #dddddd !important;
}

.dataTable button.ui-widget, .dataTable .ui-button {
	color: #606060;
	background: #dadada url("/das/static/images/grey-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	border-color: #bcc0c2;
}

.dataTable button.ui-widget:hover, .dataTable button.ui-widget:focus, .dataTable .ui-button:hover, .dataTable .ui-button:focus {
	color: #606060;
	background: #e6e6e6 url("/das/static/images/grey-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	border-color: #888888;
}

.dataTable .ui-multiselect-open .ui-icon {
	background-image: url("/das/static/images/grey-ui/ui-icons_777777_256x240.png");
}

.comiseo-daterangepicker-triggerbutton .ui-icon, .comiseo-daterangepicker-triggerbutton .ui-icon:hover, .comiseo-daterangepicker-triggerbutton:hover .ui-icon {
	background-image: url("/das/static/images/grey-ui/ui-icons_777777_256x240.png") !important;
}

.filter-th {
	padding: 5px !important;
}

.dataTable .ui-selectmenu-button {
padding: 0 !important;
border: 0 !important;
//	padding-right: 2px !important;
//	padding-left: 2px !important;
}

.dataTable .ui-selectmenu-icon {
float: none;
margin-top: 10px;
}

.dataTable .ui-selectmenu-button .ui-icon, .dataTable .ui-selectmenu-button .ui-icon:hover {
	background-image: url("/das/static/images/grey-ui/ui-icons_777777_256x240.png") !important;
}

.note-print {
	width: 580px;
	text-align: left;
	border: 1px solid #aaa;
	border-radius: 20px;
	margin: 20px;
	padding: 20px;
}

.sa-question__select {
	text-align: left;
}
.sa-visualizer__toolbar {
	display: none!important;
}

.statesample-value {
	background-color:white;
}

.statesample-value-facetridderkerk-csi-1 {
	background-color:green;
}

.statesample-value-facetridderkerk-csi-2 {
	background-color:orange;
}

.statesample-value-facetridderkerk-csi-3 {
	background-color:red;
}

.statesample-value-welzijn-csi-1 {
	background-color:green;
}

.statesample-value-welzijn-csi-2 {
	background-color:orange;
}

.statesample-value-welzijn-csi-3 {
	background-color:red;
}

.statesample-value-methhw-csi-1 {
	background-color:green;
}

.statesample-value-methhw-csi-2 {
	background-color:orange;
}

.statesample-value-methhw-csi-3 {
	background-color:red;
}

.statesample-value-seniorenwelzijnmvs-csi-1 {
	background-color:green;
}

.statesample-value-seniorenwelzijnmvs-csi-2 {
	background-color:orange;
}

.statesample-value-seniorenwelzijnmvs-csi-3 {
	background-color:red;
}

.statesample-value-socteamsheuvelrug-csi-1 {
	background-color:green;
}

.statesample-value-socteamsheuvelrug-csi-2 {
	background-color:orange;
}

.statesample-value-socteamsheuvelrug-csi-3 {
	background-color:red;
}

.statesample-value-wijzijntraverse-csi-1 {
	background-color:green;
}

.statesample-value-wijzijntraverse-csi-2 {
	background-color:orange;
}

.statesample-value-wijzijntraverse-csi-3 {
	background-color:red;
}

.statesample-value-gaborhelmertraining-csi-1 {
	background-color:green;
}

.statesample-value-gaborhelmertraining-csi-2 {
	background-color:orange;
}

.statesample-value-gaborhelmertraining-csi-3 {
	background-color:red;
}

.statesample-value-caleidoscoop-csi-1 {
	background-color:green;
}

.statesample-value-caleidoscoop-csi-2 {
	background-color:orange;
}

.statesample-value-caleidoscoop-csi-3 {
	background-color:red;
}

.statesample-value-swddelfzijl-csi-1 {
	background-color:green;
}

.statesample-value-swddelfzijl-csi-2 {
	background-color:orange;
}

.statesample-value-swddelfzijl-csi-3 {
	background-color:red;
}

.statesample-value-zijngo-csi-1 {
	background-color:green;
}

.statesample-value-zijngo-csi-2 {
	background-color:orange;
}

.statesample-value-zijngo-csi-3 {
	background-color:red;
}

.survey-date-input {
	margin-bottom: 2em;
}

.files, .files td {
	border:none;
	padding: 5px;
}

ul.entity-template.ui-menu .ui-menu-item-wrapper {
	display: block;
}

ul.entity-template .ui-menu-item-wrapper.ui-state-active {
	font-weight: normal;
	border: 0;
	margin: 0;
}
