@readOnlyColor: #808080;

.bold {
	font-family: montserratbold, verdana, sans-serif;
}

html, body, header, article, main, div, ul, ol, li, p, h1, h2, h3, table, thead, tbody, tr, th, td {
	padding: 0;
	margin: 0;
}

a, button {
	cursor: pointer;
}

body.no-touch :hover {
	text-decoration: none;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

ul, ol, li {
	list-style: none;
}

html, body {
	color: #212121;
	font-family: "montserratregular", "verdana", sans-serif;
	font-size: 14px;
}

.ui-widget button {
	font-family: "montserratregular", "verdana", sans-serif;
}

@media (max-width: 768px) {
	html, body {
		font-size: 16px;
	}
}

input, textarea, select, button, a {
	font-size: inherit;
	font-family: inherit;
}

a, a:focus, a:hover {
	color: inherit;
	text-decoration: none;
}

.forpopup h1 {
	font-size: 14px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 16px;
}

.font-bold, b, strong {
	font-family: "montserratbold", "verdana", sans-serif;
	font-weight: normal;
}

@font-face {
	font-family: "montserratregular";
	src: url('../font/montserrat/MontserratRegular.eot');
	src: url('../font/montserrat/MontserratRegular.eot?#iefix') format("embedded-opentype"), url('../font/montserrat/MontserratRegular.woff') format("woff"), url('../font/montserrat/MontserratRegular.ttf') format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "montserratbold";
	src: url('../font/montserrat/Montserrat-Bold.eot');
	src: url('../font/montserrat/Montserrat-Bold.eot?#iefix') format("embedded-opentype"), url('../font/montserrat/Montserrat-Bold.woff') format("woff"), url('../font/montserrat/Montserrat-Bold.ttf') format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Material Icons";
	src: url('../font/materialicons/MaterialIcons-Regular.eot');
	src: url('../font/materialicons/MaterialIcons-Regular.eot?#iefix') format("embedded-opentype"), url('../font/materialicons/MaterialIcons-Regular.woff') format("woff"), url('../font/materialicons/MaterialIcons-Regular.ttf') format("truetype");
	font-weight: normal;
	font-style: normal;
}

.material-icons {
	font-family: "Material icons", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "liga";
}

.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}

body {
	position: relative;
	background: url() no-repeat bottom right fixed;
	padding-top: 50px;
	height: calc(100% - 50px);
}

body.with-env-message {
	padding-top: 90px;
	height: calc(100% - 90px);
}

#content h2, #content h3 {
	z-index: 3;
	color: #5dafeb;
	white-space: nowrap;
}

#content h2 .form-title, #content h3 .form-title {
	min-width: 0;
	-ms-flex: 1 0 auto;
	flex: 1 1 auto;
}

.help-icon {
	color: #999999;
}

#content-title, #period-selector {
	border-bottom: 1px solid #ddd;
	top: 50px;
	z-index: 500;
	background-color: white;
	transition: top 0.25s ease-in-out;
}

.with-env-message #content-title, .with-env-message #period-selector {
	top: 90px;
}

#content-title {
	padding: 12px 15px;
}

@media (min-width: 992px) {
	#leftBar {
		display: block !important;
		width: 250px;
		transition: width 0.3s ease-in-out;
		bottom: 0;
		border-right: 1px solid #ddd;
	}
	.processes #content, .processes #iconbar, .processes #content-title, .processes.viewmode #period-selector {
		margin-left: 250px;
		transition: width 0.3s ease-in-out, margin-left 0.3s ease-in-out;
		width: calc(100% - 250px);
	}
	.navClosed #leftBar {
		width: 50px;
	}
	.navClosed #leftBar #menu, .navClosed #leftBar .bottom-menu-wrapper, .navClosed #leftBar .search-input {
		display: none;
	}
	.navClosed #content, .navClosed #iconbar, .navClosed #content-title, .navClosed.processes.viewmode #period-selector {
		margin-left: 50px;
		width: calc(100% - 50px);
	}
}

#bodyform {
	position: relative;
	padding: 65px 0;
}

.upload-image-dialog {
	text-align: center;
}

.upload-image-dialog .upload-image-container {
	height: 85%;
	border: 1px dotted black;
}

.upload-image-dialog .upload-image-container .jcrop-holder {
	margin: 0 auto;
}

#loader {
	width: 100%;
	height: 100%;
	display: block;
}

.smile {
	color: #2b97c0;
}

.inactive {
	color: #ddd;
}

.Normal {
	color: #000000;
}

.Finished {
	color: #6F915C;
}

.Deleted {
	color: #6C5C91 !important;
}

.Warning {
	color: #EE7F01;
}

.Exceeded {
	color: #C84623;
}

.NormalTitle {
	color: #000000;
}

.FinishedTitle {
	color: #6F915C;
}

.DeletedTitle {
	color: #6C5C91;
}

.WarningTitle {
	color: #EE7F01;
}

.ExceededTitle {
	color: #C84623;
}

.btn-primary {
	background-color: #5dafeb;
	color: #f0f0e1;
	font-family: montserratbold, verdana, sans-serif;
	border: 0 !important;
	cursor: pointer;
}

.btn-primary:hover, .btn-primary:focus {
	color: #212121;
	background-color: #fdf8cb;
}

.btn-primary.active:not([disabled]):not(.disabled), .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled):active:focus, .btn-primary:focus {
	color: #212121;
	background-color: #fdf8cb;
	box-shadow: none;
}

.btn-primary.disabled {
	background-color: #5dafeb;
	color: #f0f0e1;
}

.btn-light {
	background-color: #fff;
}

.field button.selectButton {
	margin-right: 10px;
}

.buttonBar li {
	display: inline-block;
}

.buttonBar li .button {
	float: left;
	background-color: #5dafeb;
	color: #f0f0e1;
}

.buttonBar li .button:hover, .buttonBar li .button:focus {
	color: #212121;
	background-color: #fdf8cb;
}

.buttonBar li .button.text {
	width: 80%;
}

.buttonBar li .button.icon {
	width: 20%;
}

.smilebutton {
	cursor: pointer;
	transition: opacity 0.3s ease 0s;
}

.smilebutton:hover {
	opacity: 0.5;
}

.linkradio .radio-container .form-check-inline:first-of-type, .listradio .radio-container .form-check-inline:first-of-type {
	display: none;
}

@media (max-width: 991px) {
	.radio-container {
		display: flex;
		flex-direction: column;
	}
}

.radio-container.form-control {
	box-shadow: none;
	border: 0;
	padding-left: 1px;
}

.radio-container .form-check-label {
	padding: 0 0.5rem 0 0;
}

.radio-container .form-check-input:not(:checked) + .outer {
	border-color: #ddd !important;
}

.radio-container .form-check-input:not(:checked) + .outer .inner {
	background-color: #ddd !important;
}

.radio-container .form-check-label input:checked + .outer {
	border-color: #212121;
}

.radio-container .form-check-label input:checked + .outer .inner {
	transform: scale(1);
	opacity: 1;
}

.radio-container .form-check-label:hover .inner {
	transform: scale(0.5);
	opacity: 0.5;
}

.radio-container .form-check-label .outer {
	width: 18px;
	height: 18px;
	float: left;
	border: 3px solid #ddd;
	border-radius: 50%;
	background-color: #fff;
	margin: 1px 5px 1px 0;
}

.radio-container .form-check-label .inner {
	transition: all 0.25s ease-in-out;
	transform: scale(0);
	display: block;
	width: 8px;
	height: 8px;
	margin: 2px;
	border-radius: 50%;
	background-color: #212121;
	opacity: 0;
}

header.navbar {
	padding: 5px 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	min-height: 50px;
}

header.navbar #modules .nav-item {
	width: 150px;
	margin-bottom: -8px;
	padding-bottom: 3px;
	border-bottom: 5px solid transparent;
	position: relative;
	white-space: nowrap;
}

header.navbar #modules .nav-item.disabled a {
	cursor: default;
	opacity: 0.4;
}

header.navbar #modules .nav-item.active {
	border-color: white;
}

header.navbar #modules .nav-item .dropdown-toggle::after {
	display: none;
}

header.navbar .text-wrapper {
	font-size: 16px;
	text-align: center;
}

header.navbar .text-wrapper i.md-24 {
	padding-right: 4px;
}

header.navbar .navbar-toggler-right {
	right: 0;
	top: 10px;
	z-index: 2;
}

header.navbar i.md-24 {
	transition: transform 0.25s ease-in-out;
}

header.navbar .avatar-wrapper {
	padding-right: 15px;
}

header.navbar .avatar-menu {
	margin-bottom: -5px;
}

header.navbar .avatar-menu .avatar {
	margin-top: -1px;
}

header.navbar .avatar-menu .avatar img {
	border-radius: 1000px;
	max-width: 40px;
}

header.navbar .avatar-menu .smilebutton a {
	overflow: hidden;
	line-height: 40px;
	padding-right: 15px;
	display: inline-block;
	max-width: 184px;
}

header.navbar .avatar-menu .menu-collapsable {
	position: absolute;
	right: 0;
	top: 100%;
	min-width: 260px;
}

header.navbar .avatar-menu .menu-trigger .menu-collapsable {
	display: none;
	right: 100%;
	top: 0;
}

header.navbar .avatar-menu .menu-trigger .menu-collapsable .avatar {
	width: 35px;
	height: 26px;
	display: inline-block;
	text-align: center;
}

header.navbar .avatar-menu .menu-trigger:hover .menu-collapsable {
	display: block;
	margin-top: 0;
}

header.navbar .avatar-menu:hover .arrow i {
	transform: rotate(180deg);
}

header.navbar .logout {
	margin-top: 3px;
	max-height: 35px;
}

@media (min-width: 1400px) {
	header.navbar #modules .nav-item {
		width: 200px;
	}
}

@media (min-width: 992px) {
	#modules {
		width: auto;
	}
	#modules .dropdown:hover > .dropdown-menu {
		display: block;
	}
	header .app-name {
		width: 250px;
	}
}

@media (max-width: 991px) {
	header.navbar .text-wrapper {
		font-size: 22px;
		text-align: left;
	}
	header.navbar #modules {
		-ms-flex-preferred-size: auto;
	}
	header.navbar #modules .nav-item {
		border-bottom: 0;
		border-left: 4px solid transparent;
		width: 100%;
		white-space: normal;
		padding-left: 13px;
	}
	header.navbar #modules .nav-item.cockpit ul {
		background-color: transparent;
		box-shadow: none;
		border: 0;
		padding: 0 15px 0 35px;
	}
	header.navbar #modules .nav-item.cockpit ul a {
		color: #212121;
		font-size: 22px;
		padding: 0.5rem 0;
	}
	header.navbar #modules .dropdown-menu {
		position: relative;
		max-width: 100%;
	}
	header.navbar .navbar-toggler-right i {
		transform: rotate(180deg);
		width: 24px;
		height: 24px;
	}
	header.navbar .navbar-toggler-right.collapsed i {
		transform: rotate(0deg);
	}
	header, .tablePaging {
		transition: transform 0.25s ease-in-out;
		will-change: transform;
	}
	.headroom--pinned header {
		transform: translateY(0);
	}
	.headroom--unpinned header {
		transform: translateY(-100%);
	}
	.headroom--unpinned .tablePaging {
		transform: translateY(-52px);
	}
	.headroom--unpinned #content-title, .headroom--unpinned #period-selector {
		top: 0;
	}
}

header.env-header {
	position: fixed;
	z-index: 500;
	height: 40px;
	top: 50px;
	left: 0;
	right: 0;
	background-color: #fffae6;
	display: flex;
	justify-content: center;
	align-items: center;
}

header.env-header span {
	color: red;
	padding-right: 5px;
}

#iconbar-wrapper {
	z-index: 501;
}

#iconbar .menu-trigger {
	position: relative;
}

#iconbar .menu-trigger .menu-collapsable {
	position: absolute;
	bottom: 100%;
	max-height: calc(100vh - 150px);
	overflow: auto;
}

@media (max-width: 767px) {
	#iconbar-wrapper {
		position: fixed;
		right: 0;
		bottom: 0;
		padding-bottom: 0;
		padding-left: 0;
		display: inline-block;
		text-align: right;
	}
	#iconbar-wrapper #iconbar {
		position: absolute;
		right: 0;
		margin: 0 15px;
		bottom: 100%;
	}
	#iconbar-wrapper #iconbar .iconBar {
		margin-right: -15px;
	}
	#iconbar-wrapper #iconbar .menu-collapsable {
		bottom: 50%;
		transform: translateY(50%);
		right: 100%;
	}
	#iconbar-wrapper .navbar-toggler {
		padding: 1rem;
	}
	#iconbar-wrapper .btn {
		border-radius: 50%;
		width: 50px;
		height: 50px;
		margin: 10px 15px;
		pointer-events: auto;
	}
}

@media (min-width: 768px) {
	#iconbar-wrapper.fixed-bottom {
		background: #ffffff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
		min-height: 50px;
	}
	#iconbar-wrapper > .row {
		width: 100%;
	}
	#iconbar {
		padding: 0 150px 0 15px;
	}
	#iconbar .simpleIconBar > li, #iconbar .iconBar > li {
		display: inline-block;
		cursor: pointer;
		margin: 3px 6px 3px 0px;
	}
	#iconbar .simpleIconBar > li button, #iconbar .iconBar > li button {
		padding: 0.5rem 1rem;
	}
	#iconbar .menu-collapsable li:last-child a {
		padding-bottom: 15px;
	}
	#iconbar:after {
		content: "Powered by smile";
		position: absolute;
		right: 20px;
		top: 50%;
		background: url('../img/sprite.png') no-repeat -300px 4px;
		padding-left: 20px;
		margin-top: -11px;
		line-height: 22px;
	}
}

.menu-toggler {
	position: fixed;
	left: 4px;
	top: 8px;
	z-index: 10000;
	color: #f0f0e1 !important;
}

.searchInContext {
	z-index: 7;
	background-color: #f5f5f5;
}

.searchInContext i {
	color: #999999;
	float: left;
}

.searchInContext input[type=text] {
	width: calc(100% - 48px);
	background-color: transparent;
	border: 0;
	padding-left: 0;
	box-shadow: none !important;
}

.searchInContext input[type=text]::-ms-clear {
	display: none;
}

.searchInContext .context {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.searchInContext .context li.active {
	color: #212121;
	background-color: #fdf8cb;
}

.logo-wrapper {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-image: url();
	background-position: center;
	min-height: 200px;
}

@media (max-width: 992px) {
	#leftBar.show {
		overflow-y: auto;
		max-height: calc(100% - 50px);
	}
	.with-env-message #leftBar.show {
		max-height: calc(100% - 90px);
	}
}

#leftBar {
	position: fixed;
	background-color: #f5f5f5;
	left: 0;
	top: 50px;
	z-index: 505;
}

.with-env-message #leftBar {
	top: 90px;
}

#leftBar .bottom-menu-wrapper {
	width: 250px;
}

#leftBar .bottom-menu-wrapper #bottom-menu {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

#leftBar #menubackground {
	background-position: center bottom;
	position: absolute;
	bottom: 100px;
	z-index: -1;
	left: 0;
}

#leftBar #menu li {
	background-color: #f5f5f5;
}

#leftBar #menu li a.handle {
	font-family: montserratbold, verdana, sans-serif;
	color: #999999;
	text-transform: uppercase;
}

#leftBar #menu li a .title i {
	transform: rotate(90deg);
	transition: transform 0.25s ease-in-out;
}

#leftBar #menu li a .title, #leftBar #menu li a .material-icons {
	display: inline-block;
	vertical-align: middle;
}

#leftBar #menu li a .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

#leftBar #menu li.open .handle {
	color: #5dafeb;
}

#leftBar #menu li.open .handle i {
	transform: rotate(-90deg);
}

#leftBar #menu li ul.submenu {
	color: #212121;
	display: none;
}

#leftBar #menu li ul.submenu > li > a {
	padding-left: 40px;
}

#leftBar #menu li ul.submenu > li > a i {
	float: right;
}

#leftBar #menu li ul.submenu ul {
	position: absolute;
	left: 100%;
	top: 0;
}

#leftBar #menu li ul.submenu ul li {
	background-color: #fff;
}

#leftBar #menu li ul.submenu ul a {
	display: block;
	line-height: inherit;
}

#leftBar #menu li ul.submenu ul .menu-title, #leftBar #menu li ul.submenu ul .menu-title a {
	background-color: inherit;
	color: #212121;
	cursor: default;
}

#leftBar .absolute-scrollbar {
	position: absolute;
	width: 18px;
	top: 50px;
	bottom: 0;
	right: 0;
	overflow-y: auto;
}

.with-env-message #leftBar .absolute-scrollbar {
	top: 80px;
}

#leftBar .locked-message {
	border: 1px solid #ff3019;
	color: #ff3019;
	background-color: #ffffff;
}

@media (max-width: 768px) {
	#leftBar {
		font-size: 18px;
		padding-top: 5px;
	}
	#leftBar #menu li ul.submenu > li > a {
		padding-left: 54px;
	}
	#leftBar .md-24 {
		font-size: 2em;
	}
}

#rightBar {
	width: 250px;
	right: 0;
	height: calc(100% - 100px);
	z-index: 99;
	background-color: #f5f5f5;
	border-left: 1px solid #ddd;
	position: fixed;
	transition: right 0.25s ease-in-out;
	top: 100px;
	padding: 0 10px;
}

.with-env-message #rightBar {
	height: calc(100% - 140px);
	top: 140px;
}

#rightBar nav {
	height: calc(100% - 105px);
	overflow-y: auto;
	overflow-x: hidden;
}

.with-env-message #rightBar nav {
	height: calc(100% - 145px);
}

#rightBar nav ul {
	background-color: #f5f5f5;
}

#rightBar.closed {
	right: -200px;
}

#rightBar.closed nav {
	display: none;
}

#rightBar .rightbar-item {
	width: 100%;
	margin: 6px 0;
	position: relative;
}

#rightBar .rightbar-item .broadMenuItem {
	background-color: #5dafeb;
	color: #f0f0e1;
	border-radius: 2px;
	padding: 4px 10px;
}

#rightBar .linkCollection li {
	margin: 3px 0 4px 0;
}

#rightBar .linkCollection li a {
	background-color: #5dafeb;
	color: #f0f0e1;
	font-size: 11px;
}

#rightBar .linkCollection li a:hover {
	color: #212121;
}

#rightBar article .togglebar {
	display: block;
	font-family: montserratbold, verdana, sans-serif;
}

#rightBar article .togglebar:hover, #rightBar article .togglebar:focus {
	color: #212121;
	background-color: #fdf8cb;
}

#rightBar article ul li {
	max-height: 2.4em;
	overflow: hidden;
	display: inline-block;
}

#rightBar article ul li span {
	color: #5dafeb;
}

#rightBar article ul li.topicLinkItem {
	width: 100%;
	padding: 2px 0 2px 11px;
	border-radius: 2px;
	font-size: 11px;
}

#rightBar article ul li.topicLinkItem:hover, #rightBar article ul li.topicLinkItem:focus {
	color: #212121;
	background-color: #fdf8cb;
}

#rightBar article ul li.topicLinkItem a time {
	float: left;
	padding-right: 8px;
}

#rightBar article .tabgroupgroup {
	border: none;
	position: absolute;
	width: 100%;
	padding: 5px 5px 0 10px;
}

#rightBar article .tabgroupgroup ul {
	display: none;
}

#rightBar article .tabgroupgroup li:hover a {
	color: #5dafeb;
}

#rightBar article .tabgroupgroup li a {
	font-size: 12px;
	letter-spacing: 0;
	padding: 0;
}

#rightBar article .tabgroupgroup li.selected ul {
	display: block;
	position: absolute;
	left: 0;
	margin: 8px -1px 10px -1px;
	width: 100%;
	white-space: normal;
}

#rightBar article .tabgroupgroup li.selected ul li {
	min-height: 20px;
}

#rightBar article .tabgroupgroup li.selected ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	text-transform: none;
}

@keyframes rotate {
		100% {
		transform: rotate(360deg);
	}
	}

@keyframes dash {
		0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
		50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
		100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
	}

.mdc-circular-progress {
	position: relative;
	animation: rotate 2s linear infinite;
	width: 48px;
	height: 48px;
}

.mdc-circular-progress .mdc-circular-progress__path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
	stroke: #5dafeb;
}

.tabGroup .tabHeader {
	margin-top: 0;
	margin-bottom: 8px;
	display: block;
	white-space: nowrap;
}

.tabGroup:not(.hidden) ~ .tabGroup .tabHeader {
	margin-top: 20px;
}

.tabHeader {
	background: #ffffff;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.tabHeader .header-container {
	width: calc(100% - 44px);
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
}

.tabHeader .hidden + .header-container {
	width: 100%;
}

.tabHeader > i {
	padding: 8px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tabgroupgroup {
	position: relative;
	white-space: nowrap;
	transition: margin 0.25s ease-in-out;
}

.tabgroupgroup li {
	display: inline-block;
	cursor: pointer;
	transition: border-color 0.5s ease-in-out;
	border-bottom: 3px solid transparent;
	height: 2.2rem;
	padding-top: 0.3rem;
}

.tabgroupgroup li a {
	text-transform: uppercase;
	font-size: 1.1rem;
	color: #999999;
	padding: 0 15px;
}

.tabgroupgroup li a count {
	margin-left: 7px;
	vertical-align: top;
	font-size: 1rem;
}

.tabgroupgroup li.selected {
	border-bottom-color: #5dafeb;
}

.tabgroupgroup li.selected a {
	color: #5dafeb;
}

body.no-touch .tabgroupgroup li:hover {
	background-color: #fdf8cb;
}

body.no-touch .tabgroupgroup li:hover a {
	color: #212121;
}

table {
	border-spacing: 0;
}

table.fixedClone {
	position: fixed;
	overflow: hidden;
	display: block;
	z-index: 8;
}

table.groupconditions td {
	padding: 5px;
	border: 1px solid #5dafeb;
}

.fixed-scrollbar {
	position: fixed;
	height: 18px;
	-ms-overflow-style: scrollbar;
	overflow-x: auto;
	right: 15px;
	left: 0;
	bottom: 50px;
	z-index: 85;
}

#bodyform > .dataTableContainer .tablePaging {
	position: fixed;
	top: calc(3px + 50px);
	right: 50px;
	z-index: 500;
}

.with-env-message #bodyform > .dataTableContainer .tablePaging {
	top: calc(3px + 90px);
}

.pagination .page-link {
	line-height: 1;
	padding: 5px 8px;
	color: #999999;
}

.pagination .page-link span {
	line-height: 18px;
}

.pagination .disabled:not(.pagination-text) .page-link {
	color: #ddd;
}

@media (max-width: 991px) {
	.tablePaging {
		margin-top: 3px;
	}
}

.dataTableContainer .datatable th {
	padding: 4px 8px;
	border-bottom: 1px solid #ddd;
	border-top: 0;
	min-height: 30px;
}

.dataTableContainer .datatable th:not(.iconColumn):hover, .dataTableContainer .datatable th:not(.iconColumn):focus {
	color: #212121;
	background-color: #fdf8cb;
}

.dataTableContainer .datatable th:not(.iconColumn):hover a {
	color: inherit;
}

.dataTableContainer .datatable th.memoColumn i {
	display: none;
}

.dataTableContainer .datatable th.memoColumn input {
	width: 100%;
}

.dataTableContainer .datatable th span {
	position: relative;
	display: block;
	white-space: nowrap;
	line-height: 25px;
}

.dataTableContainer .datatable th span i {
	position: absolute;
	right: -10px;
	top: 0;
	margin: 4px;
}

.dataTableContainer .datatable th span input {
	position: absolute;
	width: calc(100% - 10px);
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #212121;
}

.dataTableContainer .datatable th a {
	color: #999999;
	text-transform: uppercase;
	font-size: 12px;
}

.dataTableContainer .datatable th:first-of-type, .dataTableContainer .datatable td:first-of-type {
	padding-left: 0;
}

.dataTableContainer .datatable tr.group {
	color: #212121;
	background-color: #fdf8cb;
}

.dataTableContainer .datatable tr.group td {
	padding-left: 10px;
}

.dataTableContainer .datatable td {
	padding: 4px 8px;
	height: 40px;
	max-width: 400px;
}

.dataTableContainer .datatable td.stringurlColumn a, .dataTableContainer .datatable td.formulastringurlColumn a {
	text-decoration: underline;
}

.dataTableContainer .datatable td.stringurlColumn a:hover, .dataTableContainer .datatable td.formulastringurlColumn a:hover {
	text-decoration: none;
}

.dataTableContainer .datatable td .limit-row-height {
	max-height: 350px;
	overflow-y: auto;
	white-space: pre-line;
}

.dataTableContainer .datatable tbody:last-child tr:last-child td {
	border-bottom-color: #5dafeb;
}

.dataTableContainer .datatable tbody tr.odd td {
	background-color: rgba(15, 15, 30, 0.05);
}

.dataTableContainer .datatable tbody tr.even td {
	background-color: #fff;
}

.dataTableContainer .datatable tbody tr:nth-child(odd) td {
	background-color: rgba(15, 15, 30, 0.05);
}

.dataTableContainer .datatable tbody tr.edit td {
	background-color: #fdf8cb;
}

.dataTableContainer .datatable tbody tr:hover td {
	color: #212121;
	background-color: #fdf8cb;
	transition: all 0.25s ease-in-out;
}

.dataTableContainer .datatable tbody tr.active td {
	background-color: #fdf8cc;
}

.dataTableContainer .datatable tbody tr[data-action] td {
	cursor: pointer;
}

.dataTableContainer .datatable tfoot {
	background-color: rgba(15, 15, 30, 0.05);
	font-style: italic;
	text-align: center;
}

.dataTableContainer .datatable.single-line td, .dataTableContainer .datatable tfoot td {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.dataTableContainer .datatable.single-line td.o-auto, .dataTableContainer .datatable tfoot td.o-auto {
	overflow: initial;
}

.dataTableContainer {
	position: relative;
	overflow-x: auto;
}

.dataTableContainer .datatable {
	background: #ffffff;
}

.dataTableContainer .datatable td .date, .dataTableContainer .datatable td .time {
	text-align: left;
}

.upload-area {
	border: dotted 1px;
}

.upload-area:hover, .upload-area:focus {
	color: #212121;
	background-color: #fdf8cb;
}

.file-tree .material-icons.attachment:after {
	content: "\E24D";
}

.file-tree .show-on-hover {
	display: none;
}

.file-tree .jstree-search {
	font-family: montserratbold, verdana, sans-serif;
	font-style: inherit;
	color: inherit;
	font-weight: inherit;
}

.file-tree .jstree-container-ul {
	max-width: 100%;
}

.file-tree .jstree-anchor {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 24px);
}

.file-tree .no-results, .file-tree .no-results-text {
	display: none;
}

.file-tree .no-results ~ .no-results-text {
	display: block;
	font-style: italic;
}

.file-tree .form-control {
	line-height: 1.6;
}

.file-tree .folder {
	color: #999999;
}

@media (max-width: 991px) {
	.file-tree .jstree-clicked .show-on-hover {
		display: inline-block;
	}
}

#content .cke {
	width: 100%;
}

.wysiwyg-container a[href] {
	color: #007bff;
	text-decoration: underline;
}

.wysiwyg-container ul, .wysiwyg-container ol {
	margin: 1rem 0;
}

.wysiwyg-container li {
	margin-left: 2em;
	display: list-item;
}

.wysiwyg-container ul li {
	list-style-type: disc;
}

.wysiwyg-container ol li {
	list-style-type: decimal;
}

time, date, span.date, span.time {
	display: block;
	text-align: center;
	white-space: nowrap;
}

label.required {
	font-family: montserratbold, verdana, sans-serif;
	position: relative;
}

label.required:after {
	content: "*";
	padding-left: 5px;
	display: inline-block;
}

@media (min-width: 768px) {
	label.required:after {
		position: absolute;
		right: -10px;
		top: 0;
	}
}

@media (max-width: 767px) {
	label.required .help-icon {
		padding-right: 10px;
	}
}

.stretchMemo {
	min-height: 100%;
	height: auto;
}

.hiddendiv {
	display: none;
	white-space: pre-line;
	word-wrap: break-word;
	overflow-wrap: break-word;
	max-height: 250px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.form-control {
		border-radius: 2px;
	}
}

.dropdown.custom-select {
	background: inherit;
	border: 0;
}

.dropdown.custom-select .dropdown-toggle {
	color: #212121;
}

.dropdown-toggle {
	padding-right: 24px !important;
	border: 0;
}

.dropdown-toggle:after {
	margin: 15px;
	position: absolute;
	top: 0;
	right: 0;
}

.form-control:focus, .btn:focus {
	border-color: #ddd;
	color: inherit;
}

.form-control:focus:not([readonly]):not(.readonly), .btn:focus:not([readonly]):not(.readonly) {
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #fdf8cb;
}

.form-control {
	color: inherit;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	height: auto;
}

.form-control.readonly, .form-control[readonly] {
	background-color: #fff;
	box-shadow: none;
	border-color: transparent;
}

.form-control.no-border {
	box-shadow: none;
	border-color: transparent;
}

input[type=date], input[type=datetime], input[type=time] {
	align-items: flex-start;
}

input[type=date]::-webkit-date-and-time-value, input[type=datetime]::-webkit-date-and-time-value, input[type=time]::-webkit-date-and-time-value {
	margin: 0;
}

input[type=checkbox].form-control {
	-ms-flex: none;
	flex: none;
	align-self: center;
	box-shadow: none !important;
	border: 0;
	margin-left: 4px;
	width: auto;
}

.formField.disabled .input-group-append button, .linkradio .input-group-append button {
	border: 0;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.formField.disabled:hover .input-group-append button, .linkradio:hover .input-group-append button {
	opacity: 1;
}

.formField.disabled:not(.has-label) input, .formField.disabled:not(.has-label) textarea {
	padding-left: 0;
}

.cp-color-picker {
	z-index: 502;
}

.tabGroup .repeatingTab .repeatedtab {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
}

.tabGroup .repeatingTab .repeatedtab.even {
	background-color: rgba(15, 15, 30, 0.05);
}

.tabGroup .repeatingTab .repeatedtab.even input[readonly], .tabGroup .repeatingTab .repeatedtab.even textarea[readonly], .tabGroup .repeatingTab .repeatedtab.even a.readonly, .tabGroup .repeatingTab .repeatedtab.even span.readonly {
	background-color: transparent;
}

.tabGroup .repeatingTab .insertButton {
	padding-top: 5px;
}

.tabGroup .repeatingTab.requireOneTab .repeatedtab {
	border-bottom: 0;
}

@media (min-width: 992px) {
	.colspan1.has-label .col-form-label {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 45%;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
	}
	.colspan1.has-label .input-group {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 55%;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}
	.colspan2.has-label > .col-form-label {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 22.5%;
		-ms-flex: 0 0 22.5%;
		flex: 0 0 22.5%;
		max-width: 22.5%;
	}
	.colspan2.has-label > .col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 77.5%;
		-ms-flex: 0 0 77.5%;
		flex: 0 0 77.5%;
		max-width: 77.5%;
	}
	.colspan2.has-label > .offset-5 {
		margin-left: 22.5%;
	}
	.default-bootstrap-cols .colspan2.has-label > .col-form-label {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.6%;
		-ms-flex: 0 0 41.6%;
		flex: 0 0 41.6%;
		max-width: 41.6%;
	}
	.default-bootstrap-cols .colspan2.has-label > .col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.3%;
		-ms-flex: 0 0 58.3%;
		flex: 0 0 58.3%;
		max-width: 58.3%;
	}
}

form .formField {
	padding: 4px 0;
	position: relative;
}

form .formField .help-icon {
	margin: 0 -10px 0 10px;
	font-size: 21px;
}

form .formField > textarea {
	resize: vertical;
}

form .formField > textarea[rows] {
	height: auto;
}

form .formField.image .primary {
	display: none;
}

form .formField.image .image-holder {
	float: left;
	overflow: hidden;
}

form .formField.image .image-holder.isFilled .display-field {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

form .formField.image .image-holder:not(.isFilled) {
	border: 1px solid #ddd;
}

form .formField.image .image-holder:not(.isFilled) ~ .delete-button {
	display: none;
}

form .formField.hidden + .formField {
	margin-left: 50%;
}

form .labelfield {
	border-bottom: 1px solid #ccc;
	color: #999999;
	padding: 16px 0 3px;
	clear: both;
}

form label.selectAllLabel {
	font-family: montserratbold, verdana, sans-serif;
}

form .insertform .smile-timestamp, form .insertrepeatedtab .smile-timestamp {
	display: none;
}

.changed {
	border: 2px solid #ec8310 !important;
	margin-left: -1px !important;
}

input[type='checkbox'].changed, input[type='checkbox'].notvalid {
	outline: 2px solid #ec8310;
}

.notvalid {
	border: 2px solid #ec8310 !important;
}

.ui-slider-handle, .ui-slider-handle.ui-state-hover, .ui-slider-handle.ui-state-focus {
	background: #5dafeb;
}

.loading {
	text-align: center;
}

.loading img {
	float: none;
}

.resetpassword-alfred {
	background: url('../img/alfred/security.png') transparent no-repeat right center;
	background-size: 150px;
	height: 150px;
	width: 150px;
	display: inline-block;
}

.widgetContainer[data-widgettype=LOGIN] {
	height: auto !important;
	padding-bottom: 50px !important;
}

.widgetContainer[data-widgettype=LOGIN] .form-container {
	align-items: stretch;
	width: 400px;
}

.widgetContainer[data-widgettype=LOGIN] .fulllscreen-icon {
	display: none;
}

.widgetContainer[data-widgettype=LOGIN] .lockContainer {
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	bottom: 0;
	background-color: white;
	padding: 20%;
	text-align: center;
}

form.login #menubackground {
	background-position: center top;
}

form.login a {
	margin-top: 5px;
	text-decoration: underline;
}

form.login a:hover {
	text-decoration: none;
}

.ace_autocomplete.ace_editor {
	min-width: 500px;
}

.ace_autocomplete .ace_line span:first-child::before {
	content: " ";
	margin-top: 2px;
	margin-right: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	float: left;
	border-radius: 5px;
}

.ace_autocomplete .ace_line span.ace_staticvalue:first-child::before {
	background-color: red;
}

.ace_autocomplete .ace_line span.ace_entity:first-child::before {
	background-color: orange;
}

.ace_autocomplete .ace_line span.ace_property:first-child::before {
	background-color: green;
}

.ace_autocomplete .ace_line span.ace_alias:first-child::before {
	background-color: blue;
}

body.cockpit.viewmode #period-selector h2 {
	width: auto;
	padding: 0 15px;
	line-height: 50px;
	height: 50px;
	font-size: 22px;
	display: inline-block;
}

body.cockpit.viewmode #content-title {
	display: none;
}

body.cockpit.editmode #cockpitContainer {
	border: 1px dashed #ddd;
	width: calc(100% - 50px);
}

body.cockpit.editmode .widgetContainer {
	cursor: move;
	border: 1px dashed #ddd;
}

body.cockpit.editmode .widgetContainer .ui-resizable-handle {
	background-image: inherit;
}

body.cockpit #cockpitContainer {
	width: 100%;
	position: relative;
	margin-top: 10px;
	z-index: 1;
}

body.cockpit #rightBar .pane-title, body.cockpit #rightBar .handle {
	width: auto;
	line-height: 50px;
	height: 50px;
	padding-right: 20px;
}

body.cockpit #rightBar .pane-title {
	font-size: 18px;
	color: #5dafeb;
}

body.cockpit #rightBar .drag {
	background-color: #5dafeb;
	color: #f0f0e1;
	cursor: move;
	border: 1px solid #ddd;
	border-radius: 2px;
	overflow: hidden;
	height: 40px;
}

body.cockpit #rightBar .drag:hover, body.cockpit #rightBar .drag:focus {
	color: #212121;
	background-color: #fdf8cb;
}

body.cockpit #rightBar .drag i {
	padding: 4px;
}

body.cockpit #rightBar .drag .title {
	vertical-align: top;
}

body.cockpit .widgetContainer {
	position: absolute;
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 6px 22px -6px rgba(0, 0, 0, 0.75);
	background-color: #fff;
}

body.cockpit .widgetContainer .dataTables_scrollBody {
	border-bottom: none;
}

body.cockpit .widgetContainer .wysiwyg > .widget-content {
	overflow-y: auto;
	padding: 15px;
	background-color: rgba(15, 15, 30, 0.05);
	font-size: 14px;
}

body.cockpit .widgetContainer .insertmenu .search-input i, body.cockpit .widgetContainer .overviewmenu .search-input i {
	padding-right: 12px;
}

body.cockpit .widgetContainer .insertmenu .submenu, body.cockpit .widgetContainer .overviewmenu .submenu {
	background-color: #5dafeb;
	color: #f0f0e1;
	overflow-y: auto;
	height: 100%;
}

body.cockpit .widgetContainer .insertmenu .submenu a, body.cockpit .widgetContainer .overviewmenu .submenu a {
	padding: 8px 15px;
	display: block;
	white-space: nowrap;
}

body.cockpit .widgetContainer .insertmenu .submenu a:hover, body.cockpit .widgetContainer .insertmenu .submenu a:focus, body.cockpit .widgetContainer .overviewmenu .submenu a:hover, body.cockpit .widgetContainer .overviewmenu .submenu a:focus {
	color: #212121;
	background-color: #fdf8cb;
}

body.cockpit .widgetContainer .insertmenu .submenu i, body.cockpit .widgetContainer .overviewmenu .submenu i {
	font-size: 24px;
	padding-right: 8px;
}

body.cockpit .widgetContainer .overviewmenu .searchInContext + .submenu {
	height: calc(100% - 50px);
}

body.cockpit.editmode .chartContainer .highcharts-xaxis-labels text, body.cockpit .chartContainer.relative .highcharts-xaxis-labels text {
	cursor: default !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

#period-selector .float-right {
	height: 50px;
	padding-right: 15px;
}

#period-selector label {
	margin: 0;
}

#period-selector input {
	width: 110px;
}

#period-selector smilelmt-autocomplete {
	width: 300px;
}

.widgetContainer .widgetTitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	width: 100%;
}

.widgetContainer .buttonbar + .chartContainer .widgetTitle {
	padding-right: 50px;
}

.widgetContainer .widget-content, .widgetContainer .widget-content > div {
	height: 100%;
}

.widgetContainer .widgetTitle + .widget-content {
	height: calc(100% - 50px);
}

.widgetContainer .buttonbar {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	padding: 13px;
}

.widgetContainer .buttonbar i {
	color: #999999;
}

table.dataTable thead th {
	padding: 10px;
	border-color: #ddd;
	color: #999999;
	text-transform: uppercase;
	font-weight: normal;
}

table.dataTable thead th:first-of-type {
	padding-left: 15px;
}

table.dataTable.display tbody td {
	border-top: none;
}

table.dataTable.display tbody td:first-of-type {
	padding-left: 15px;
}

table.dataTable.display tbody tr.odd {
	background-color: rgba(15, 15, 30, 0.05);
}

table.dataTable.display tbody tr:hover {
	color: #212121;
	background-color: #fdf8cb !important;
}

@media (max-width: 1024px) {
	body.cockpit:not(.processes) a.navbar-brand {
		text-align: left !important;
	}
	body.cockpit #cockpitContainer, body.cockpit .widgetContainer {
		width: 100% !important;
		height: 100% !important;
		top: auto !important;
		left: auto !important;
		margin-top: 10px;
		position: relative;
	}
	body.cockpit .dataTables_scrollBody {
		min-height: 300px;
	}
}

body.community footer {
	width: calc(100% - 250px);
}

body.community #iconbar {
	justify-content: flex-end;
	padding-right: 0;
}

body.community #iconbar:after {
	left: 20px;
}

body.community #iconbar ul.menu-collapsable {
	right: 0;
}

body.community #content {
	padding-right: 250px;
}

body.community #content form .tabGroup .dataTableContainer {
	overflow-x: auto;
}

body.community .topic, body.community .comment {
	clear: both;
	padding: 10px;
	background-color: #fdf8cb;
	border-radius: 2px;
	margin: 5px 10px 10px 5px;
}

body.community .topic.starttopicform, body.community .comment.starttopicform {
	padding: 10px 0;
	background-color: #ffffff;
}

body.community .topic textarea, body.community .comment textarea {
	border-style: solid;
}

body.community .topic a, body.community .comment a {
	color: #5dafeb;
}

body.community .topic a:hover, body.community .comment a:hover {
	color: #212121;
}

body.community .topic .topic-content, body.community .topic .comment-content, body.community .comment .topic-content, body.community .comment .comment-content {
	width: calc(100% - 105px);
	clear: none;
	display: inline-block;
	padding: 5px;
	padding-left: 30px;
}

body.community .topic .delete, body.community .comment .delete {
	float: right;
	color: #5dafeb;
}

body.community .topic .avatar, body.community .comment .avatar {
	display: inline-block;
	width: 75px;
	text-align: center;
	margin: 0 10px;
}

body.community .topic .title, body.community .comment .title {
	font-family: montserratbold, verdana, sans-serif;
	color: #4d88c5;
}

body.community .topic .subtitle, body.community .comment .subtitle {
	margin-bottom: 1em;
	border-bottom: 1px solid;
	border-color: #d3d3d3;
	padding-bottom: 3px;
}

body.community .comment textarea {
	width: 100%;
}

body.community .topic .topic-actions {
	margin: 10px 0 5px 0;
	color: #5dafeb;
}

body.community .topic .topic-actions button {
	line-height: 18px;
}

body.community .topic .topic-actions button i {
	padding-right: 8px;
}

body.community .topic .topic-actions .likeTxt {
	font-family: montserratbold, verdana, sans-serif;
	margin-bottom: 10px;
}

body.community #bodyform .tablePaging {
	right: 270px;
}

body .ui-dialog .fieldProperties div {
	margin-bottom: 2px;
}

body .ui-dialog .fieldProperties div a {
	text-decoration: underline;
}

body .ui-dialog .fieldProperties div > label, body .ui-dialog .fieldProperties .label {
	float: left;
	width: 35%;
}

body .ui-dialog .fieldProperties ul {
	margin-left: 40%;
}

body .ui-dialog .fieldProperties ul input {
	vertical-align: middle;
}

body .ui-dialog .fieldProperties input[type='text'], body .ui-dialog .fieldProperties textarea {
	width: 60%;
}

.popup-clone {
	display: none;
}

.popupBody {
	height: 100%;
	padding-top: 0;
}

.popupBody #iconbar:after {
	content: "";
}

.forpopup #bodyform {
	padding-top: 15px;
}

.forpopup #bodyform .tablePaging {
	position: relative;
	top: 0;
	right: 0;
}

.forpopup #centerHeader {
	background-color: #5dafeb;
	color: #f0f0e1;
	width: 100%;
	padding: 5px;
}

.forpopup #centerHeader h1, .forpopup #centerHeader i {
	padding: 5px 10px;
	line-height: 24px;
}

.forpopup #content {
	margin: 0;
}

.forpopup #content table {
	min-width: 0;
}

.forpopup #content .tdLabel {
	width: 40%;
}

.forpopup #iconbar {
	margin-left: 0;
}

.forpopup #iconbar ul {
	float: right;
}

.emailFormPopup .dataTableContainer {
	clear: both;
}

.emailFormPopup div.tablePaging {
	position: relative;
	top: -10px;
	right: 0;
}

div.addDocumentPopup .addFileForm {
	border: 1px solid #ddd;
	margin: 3px 0;
	padding: 15px;
}

div.addDocumentPopup .deleteAttachment {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
}

.ask-question .answer-radio.col-form-label {
	display: none;
}

.ask-question .formField .form-check {
	margin-left: 0;
}

.main-admin .smile a {
	color: #2b97c0;
}

.main-admin .entity {
	border: 1px solid #ddd;
}

.main-admin .list-group-item {
	padding-top: 4px;
	padding-bottom: 4px;
}

.main-admin .description-icon {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
}

#content #dragdropmanager td.ui-draggable {
	border: 1px dotted #ccc;
	cursor: move;
}

#content #dragdropmanager td.ui-draggable .wideIconCell {
	text-align: right;
	padding-right: 10px;
}

#content #dragdropmanager td.ui-draggable .wideIconCell > img {
	cursor: pointer;
}

#content #dragdropmanager td.ui-draggable .wideIconCell .ui-icon {
	text-indent: 99999px;
}

#content #dragdropmanager td.ui-draggable-dragging, #content #dragdropmanager td.dropHoover {
	background-color: #fdf8cb;
}

#content #dragdropmanager td.dropHoover {
	transition: background-color 0.2s ease-in-out;
}

#dragdropmanager .fieldtable {
	width: 100%;
}

#dragdropmanager .fieldtable td {
	max-width: 20em;
	padding: 0.2em;
}

#dragdropmanager .fieldtable .fieldState, #dragdropmanager .fieldtable .fieldControl {
	width: 40px;
	line-height: 20px;
}

#dragdropmanager .fieldtable .hintRow textarea {
	height: 100%;
}

#dragdropmanager .tab td, #dragdropmanager .grid td.field {
	width: auto;
}

.permissionTable {
	table-layout: fixed;
	width: 100%;
}

.permissionTable td, .permissionTable th {
	padding: 2px;
}

.permissionTable tr:hover td, .permissionTable tr:hover th {
	background-color: #fdf8cb;
}

.permissionTable .formField {
	padding: 0;
}

.schedule {
	display: block;
	border: 1px solid #ddd;
	margin: 2px 0;
	padding: 10px;
}

.schedule input, .schedule select {
	margin: 2px 0;
}

div.template-values {
	border: 3px solid red;
}

.conditionSucceed {
	color: green;
}

.conditionFail {
	color: red;
}

#buttonbar {
	background-color: #fff;
	border: 1px solid #ddd;
	width: 150px;
}

#buttonbar .icons > li {
	display: inline-block;
}

#buttonbar .icons > li i {
	padding: 3px;
}

#buttonbar.StartNode .delete, #buttonbar.EndNode .add, #buttonbar.EndNode .options {
	display: none;
}

#secondaryColor {
	color: #fdf8cb;
}

#stylesheets, #stylesheets textarea {
	width: 100%;
}

#stylesheets .icon {
	width: 16px;
}

div.rightsTable > div > .rightsItem {
	width: 25%;
	float: left;
}

.widgetdetail .column {
	width: 50%;
}

.widgetdetail .column.widget {
	border-left: 1px dashed;
}

.widgetdetail .column .preview .chartContainer {
	height: 300px;
}

.widgetdetail .column .xaxis th {
	padding: 1px 5px;
	text-align: left;
	vertical-align: bottom;
}

.widgetdetail .current-forms, .widgetdetail .available-forms {
	min-height: 400px;
	border: 1px solid #ddd;
}

.widgetdetail .current-forms {
	position: absolute;
	height: 100%;
	right: 0;
}

#staticValueTree .jstree-anchor {
	margin-top: 3px;
	height: auto;
}

#staticValueTree .jstree-anchor input.jstree-rename-input {
	margin-right: 5px;
	width: 275px;
	display: inline-block;
}

#staticValueTree .jstree-anchor output {
	width: 45px;
	margin-right: 5px;
}

#addNode {
	margin: 4px 0;
	border-bottom: 1px dashed black;
}

#addNode input, #addNode .button {
	margin: 1px 3px;
}

#addNode input {
	width: 275px;
}

.workflow .node {
	padding-left: 14px;
}

.workflow .flow {
	padding-left: 19px;
	background-repeat: no-repeat;
}

.workflow .workflowIcon {
	background-image: url("../images/icons/workflow.gif");
}

.workflow .phaseIcon {
	background-image: url("../images/icons/phase.gif");
}

.workflow .activityIcon {
	background-image: url("../images/icons/activity.gif");
}

.workflow .questionIcon {
	background-image: url("../images/icons/question.gif");
}

.workflow .answerIcon {
	background-image: url("../images/icons/answer.gif");
}

.workflowDetail .title {
	font-family: montserratbold, verdana, sans-serif;
	padding-left: 15px;
}

.workflowDetail .followUpActivities {
	width: 100%;
}

div.ui-dialog.treepicker-dialog {
	z-index: 10101;
}

div.ui-dialog.treepicker-dialog div.treepicker {
	padding: 0 20px;
}

.treepicker {
	overflow: auto;
}

.treepicker > ol {
	margin-right: 15px;
	overflow-x: hidden;
}

.treepicker .show-path .item-path {
	display: inline-block;
}

.treepicker .show-path .item-name {
	display: none;
}

.treepicker .item-path {
	display: none;
}

.treepicker li {
	margin: 2px 0;
}

.treepicker li span:first-child {
	font-family: montserratbold, verdana, sans-serif;
	font-size: 14px;
	display: block;
	padding: 5px 0;
}

.treepicker li:nth-child(even) > span {
	background-color: rgba(15, 15, 30, 0.05);
}

.treepicker li:nth-child(even) > span.inactive {
	color: #ddd;
}

.treepicker li:nth-child(odd) > span {
	background-color: white;
}

.treepicker li li:hover > span {
	color: #212121;
	background-color: #fdf8cb;
}

.treepicker li .link-icon {
	width: 20px;
	font-size: 16px;
	font-family: "Material icons", sans-serif;
	vertical-align: middle;
	cursor: pointer;
}

.treepicker li .multiple {
	white-space: nowrap;
}

.treepicker li .multiple > span {
	width: 50%;
	overflow: hidden;
	vertical-align: top;
}

.treepicker li span {
	display: inline-block;
	width: calc(100% - 20px);
	padding: 2px 0;
	background-color: transparent;
}

.treepicker li .ui-draggable {
	cursor: move;
}

.treepicker li li ol {
	padding-left: 14px;
}

.addGridLines li a {
	display: block;
}

.addGridLines li:hover a {
	color: #212121;
	background-color: #fdf8cb;
	cursor: pointer;
	text-decoration: underline;
}

.stickynotes .datatable {
	table-layout: fixed;
}

.stickynotes .datatable th {
	background-color: #ffffff;
}

.stickynotes .datatable th div {
	color: #999999;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 16px;
	overflow: hidden;
}

.stickynotes .datatable .notegroup {
	vertical-align: top;
}

.stickynotes .datatable .notegroup.sticky-notes-preview li {
	width: 250px;
}

.stickynotes .datatable .notegroup li {
	box-shadow: 0 6px 22px -6px rgba(0, 0, 0, 0.75);
}

.stickynotes .datatable .notegroup li:hover {
	box-shadow: 0 6px 22px -3px rgba(0, 0, 0, 0.75);
}

table.search.results {
	min-width: 1200px;
	text-align: left;
}

table.search.results td.iconCell {
	width: 2%;
	cursor: pointer;
}

table.search.results td.iconCell img {
	margin-top: 5px;
}

table.search.results td.iconCell.dragger {
	text-align: center;
}

table.search.results td.iconCell.partOfColspan {
	padding-left: 10px;
}

table.search.results td.treeField input {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.search.results td.inputField {
	width: 15%;
}

table.search.results td.selectField {
	width: 10%;
}

table.search.results td.selectField select {
	width: 98%;
}

table.search.results td input[type='text'] {
	width: 100%;
	overflow: hidden;
}

#search-value-period li {
	display: flex;
	flex-wrap: wrap;
}

#search-value-period select {
	width: 100%;
}

#search-value-period label {
	width: 30%;
}

#search-value-period input {
	width: 70%;
}

#search-value-period select, #search-value-period label, #search-value-period input {
	margin: 2px 0;
}

#search-value-period .hidden-md-down {
	display: block !important;
}

.ui-dialog.ui-widget {
	padding: 0;
}

.ui-dialog.ui-widget .ui-dialog-titlebar {
	background-color: #5dafeb;
	color: #f0f0e1;
}

.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close {
	background: transparent;
	border: 1px solid transparent;
	color: inherit;
	top: 15px;
}

.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
	content: "X";
}

.ui-dialog.ui-widget.prevent-scroll > div {
	overflow: visible;
}

@media (min-width: 768px) {
	body.positiveReinforcement .quicksmile.ui-dialog {
		background: url('../img/alfred/confirm.png') white no-repeat right bottom;
		background-size: 180px;
		border: 0;
	}
	body.positiveReinforcement .quicksmile.ui-dialog.neutral {
		background-image: url('../img/alfred/neutral.png');
	}
	body.positiveReinforcement .quicksmile.ui-dialog.error {
		background-image: url('../img/alfred/error.png');
	}
	body.positiveReinforcement .quicksmile.ui-dialog.ok {
		background-image: url('../img/alfred/ok.png');
	}
	body.positiveReinforcement .quicksmile.ui-dialog  > div {
		padding-right: 170px;
	}
}

@media (max-width: 767px) {
	.ui-dialog {
		position: fixed;
		top: 100px !important;
		width: 100% !important;
	}
}

.quicksmile.ui-dialog.ui-widget  > div {
	border: 0;
	font-family: "montserratregular", sans-serif;
	padding: 5px 15px 5px 15px;
	background: transparent;
}

.quicksmile.ui-dialog.ui-widget.show-close-button .ui-dialog-titlebar .ui-dialog-titlebar-close {
	display: block;
}

.quicksmile.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-title {
	font-size: 24px;
	color: #5dafeb;
	padding: 5px 0;
}

.quicksmile.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close {
	display: none;
}

.quicksmile.ui-dialog.ui-widget.wrap-text .ui-dialog-content {
	white-space: pre-line;
}

.quicksmile.ui-dialog.ui-widget.font-lg .ui-dialog-content {
	font-size: 16px;
}

.quicksmile.ui-dialog.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: left;
}

.ui-autocomplete .ui-state-active {
	font-family: montserratbold, verdana, sans-serif;
	background-color: transparent;
	color: #212121;
	border-color: transparent;
}

.ui-autocomplete .ui-state-focus {
	color: #212121;
	background-color: #fdf8cb;
}

.ui-autocomplete .ui-menu-item-wrapper {
	padding: 0 0 0 3px;
}

.ui-widget button.ui-button {
	font-family: montserratbold, verdana, sans-serif;
	padding: 6px 18px;
}

.ui-corner-all {
	border-radius: 2px;
}

.ui-widget-overlay {
	opacity: 0.5;
	background-color: #000;
	z-index: 10000;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea {
	font-family: inherit;
}

.ui-dialog-buttonset button {
	font-family: montserratbold, verdana, sans-serif;
}

.ui-widget.ui-widget-content {
	border: 1px solid #ddd;
}

.ui-widget-header {
	background-color: #5dafeb;
	color: #f0f0e1;
}

.ui-datepicker {
	z-index: 600 !important;
}

.ui-datepicker table {
	font-size: inherit;
}

.ui-datepicker a.ui-state-default {
	color: #212121;
	border-color: transparent;
	background-color: #fff;
}

.ui-datepicker a.ui-state-default.ui-state-highlight {
	background-color: #f5f5f5;
}

.ui-datepicker a.ui-state-default.ui-state-hover, .ui-datepicker a.ui-state-default.ui-state-active {
	background-color: #fdf8cb;
}

.ui-datepicker .ui-datepicker-week-col {
	padding: 4px;
}

.badge-default {
	background-color: #f5f5f5;
	color: #999999;
	font-size: 1rem;
}

.badge-p-color {
	background-color: #5dafeb;
	color: #f0f0e1;
}

.form-check-input {
	margin-right: 0.5rem;
}

.input-group-prepend, .input-group-append {
	color: #999999;
}

.input-group-prepend .btn, .input-group-append .btn {
	line-height: 0.8;
	color: inherit !important;
	border-color: #ddd !important;
	background-color: white;
}

.input-group-prepend .btn:hover, .input-group-prepend .btn:focus, .input-group-append .btn:hover, .input-group-append .btn:focus {
	color: #212121;
	background-color: #fdf8cb;
}

.disabled .input-group-prepend .btn, .disabled .input-group-append .btn {
	background-color: inherit;
}

.disabled .input-group-prepend .btn:hover, .disabled .input-group-prepend .btn:focus, .disabled .input-group-append .btn:hover, .disabled .input-group-append .btn:focus {
	color: #212121;
	background-color: #fdf8cb;
}

.list-group-item {
	border: 0;
	width: auto;
	background-color: inherit;
}

.list-group-item:focus {
	background-color: inherit;
}

.list-group-item:hover, .list-group-item:hover:focus {
	color: #212121;
	background-color: #fdf8cb;
}

.list-group-item-action {
	color: inherit;
}

.dropdown-item:active {
	color: inherit;
	background-color: #f8f9fa;
}

.dropdown-menu {
	max-height: 400px;
	overflow-y: auto;
}

.tooltip {
	pointer-events: none;
}

.tooltip .tooltip-inner {
	background-color: #fff;
	border: 1px solid #999999;
	color: #212121;
	font-size: 1rem;
	max-width: 500px;
	white-space: pre-line;
}

.tooltip.bs-tooltip-top .arrow:before {
	border-top-color: #999999;
}

.tooltip.bs-tooltip-left .arrow:before {
	border-left-color: #999999;
}

.hidden {
	display: none !important;
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important;
	}
}

.vam {
	vertical-align: middle;
}

.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.cur-p {
	cursor: pointer;
}

.cur-m {
	cursor: move;
}

.pre-line {
	white-space: pre-line;
}

.text-color {
	color: #212121;
}

.text-underline {
	text-decoration: underline !important;
}

.invert-text-color {
	color: #f0f0e1;
}

.primary-bg {
	background-color: #5dafeb;
	color: #f0f0e1;
}

.secondary-bg {
	color: #212121;
	background-color: #fdf8cb;
}

.primary-text {
	color: #5dafeb;
}

.ie-flex-fix {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.sticky-top-header {
	top: 105px;
	z-index: 450;
}

.menu-trigger:hover > .menu-collapsable {
	display: block;
}

.menu-collapsable {
	display: none;
	background-color: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #ddd;
	color: #212121;
	padding: 15px 0;
	max-width: 260px;
	border-radius: 2px;
	z-index: 501;
}

.menu-collapsable li {
	clear: both;
	font-size: 12px;
	line-height: 26px;
	width: 100%;
}

.menu-collapsable li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
	padding: 0 16px;
	display: block;
}

.menu-collapsable li:not(.menu-title):hover > a {
	color: #212121;
	background-color: #fdf8cb;
	text-decoration: underline;
}

.menu-collapsable .seperator {
	margin: 8px 0;
	border-bottom: 1px solid #ddd;
}

.menu-collapsable .menu-title a {
	font-family: montserratbold, verdana, sans-serif;
	cursor: default;
}

.error pre {
	display: inline-block;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
	background-color: #b8dcf6;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb, .mat-form-field.mat-focused .mat-form-field-ripple {
	background-color: #5dafeb;
}

.mat-flat-button.mat-primary {
	background-color: #5dafeb;
}

.mat-form-field.mat-focused .mat-form-field-label {
	color: #5dafeb;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
	background-color: #5dafeb;
}

.mat-checkbox label {
	margin-bottom: 0;
}

.mat-step-header .mat-step-icon-selected, .mat-step-header .mat-step-icon-state-edit {
	background-color: #5dafeb;
}

.filterable-button .has-filter {
	color: #5dafeb;
}