
html, body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	background: #F7F7F7;
	font-family: 'Titillium Web', Arial, sans-serif;
	color:#231F20;
	font-size: 16px;
}

/* WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 8px; /* Width for vertical scrollbar */
    height: 8px; /* Height for horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Light background for scrollbar track */
}

::-webkit-scrollbar-thumb {
    background-color: #888; /* Flat color for the scrollbar thumb */
    border-radius: 0px; /* No rounded corners, flat style */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darker color on hover */
}

.wiki-table-wrapper table td,
.wiki-table-wrapper table th {
	padding: 4px; 
}

body.guest {
	background:#fff;
	background-image: url(../img/bg_guest.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}

body.guest label {
	width: 100%;
}

body.guest 	#support  {
	display: none;
}

body.guest #container {
	text-align: center;
}

body.guest .block,
body.guest .panel-default,
body.guest .block h2, body.guest .panel-heading {
	background-color: #fff;
}

body.guest .block,
body.guest .panel-default{
	max-width: 600px;
}

body.guest .alert-box {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

body.guest input {
	text-align: center;
}

body.guest .alt-logo {
	margin-bottom: 30px;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; 
  z-index: 70000; /* Stay on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  background-color: rgba(0, 0, 0, 0.5); /* Dark background with opacity */
  backdrop-filter: blur(5px); /* Blur the background */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* Center the modal with some top/bottom margin */
  margin-top:100px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  max-height: 80vh; /* Limit modal height to 80% of viewport height */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
   overflow: hidden;
}

.modal-content .panel-default {
	padding:0;
	margin-bottom: 0;
}

#modalData {  

}

#search_results {
    max-height: calc(80vh - 200px); /* Adjust this value based on other modal elements (heading, input, etc.) */
    overflow-y: auto; /* Enables vertical scrolling */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#preview-container img {
	max-width: 150px;
	max-height: 150px;
}


#usercontent {

}

.table-wrapper {
    overflow-x: scroll;
}

.json-level-0  > div  > strong {
	font-size:120%;
	border:1px solid black;
	padding-left:5px;
	padding-right:5px;
	display: block;
	margin-bottom:4px;
	background-color: #ddd;
}

.json-level-1 {
	padding-left: 10px;
}

.revision-table ins {
	text-decoration: none;
	background-color: #8aff93;
}
.revision-table del {
	background-color: #ff8a8a;
}

.revision-table {
	   border-spacing: 0px;
    border-collapse: separate;
}

.revision-table > tbody > tr > td,
.revision-table > thead > tr > th {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	border-bottom:1px solid #ddd !important;
	padding:6px;
}

.revision-table .revision-value-holder {
	overflow-y: scroll;
	max-height: 200px;
	border:1px solid #ccc;
	padding:10px;
	background-color: #f4f4f4;
}

.jqplot-point-label {
    color : black;
    text-shadow: 0px 0px 2px rgba(255,255,255, 1);
}

.stacked-bars .jqplot-point-label {
    color : white;
    text-shadow: 0px 0px 2px rgba(0,0,0, 1);
}

#support {
	position: fixed;
	bottom:0;
	background-color: #F7F7F7;
	width: 22%;
	border-bottom:10px solid transparent;
	border-image:linear-gradient(90deg, #ED1C24, #92191D);
	border-image-slice: 1;
	z-index: -1 !important;
	font-size: 14px;
	box-shadow: 2px 0 5px -2px #888;
	height: 210px;
	overflow: hidden;
}

#support .inner {
	padding:10px;
	padding-top: 2px;
}



.sidenav {
    width: 22%; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 2; /* Stay on top */
    top: 68px; /* Stay at the top */
    left: 0;
    bottom: 220px;
    overflow-x: hidden; /* Disable horizontal scroll */
    color:#231F20;
    background-color: #fff;
	box-shadow: 2px 0 5px -2px #888;
}



body.sidenav-hide .sidenav {
	display: none;
}

body.sidenav-hide #support {
	display: none;
}

body.loggedin #container,
body.loggedin .masthead {
	margin-left:22%;
}

body.loggedin.sidenav-hide #container {
	margin-left: 0 !important;
}

#favorite-icon:hover {
	opacity: 0.6;
}

@media screen and (min-width : 1000px){
	body.guest .alt-logo {

	}

	body.guest .alt-logo img {
	}

	body.guest .container  {
		display:block;
		text-align: center;
		padding:20px;
		width:48%;
		margin-left: auto;
		margin-right: auto;
		min-height: 300px;
		max-width: 400px;
	}

	body.guest #container {
		display: relative;
		text-align: center;
	}

}

@media screen and (max-width : 1000px){

	body.guest .block,
	body.guest .panel-default {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

}


@media screen and (max-width : 640px){

	#logo {
		max-width: 220px;
    	overflow: hidden;
	}
	.logo-title {
		display: none;
	}

}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
	background: grey;
	border: 3px solid red;
	border-radius: 6px;
	box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
	color: blue;
	padding: 8px;
}

#scrollToTopBtn {
	z-index: 100;
	position: fixed;
	bottom:20px;
	right:20px;
	display: none;
      cursor: pointer;
      font-size: 14px;
}


#toc {
    position: fixed;
    right: 20px;
    text-align: left;
    font-size: 14px;
    width: 250px;
    top: 68px;
    padding-top: 12px;
    bottom: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#toc ul {
		margin-left:-40px;
		list-style-type: none;
}

#toc .indent-0 {
	font-weight: bold;
	margin-top: 4px;
}

#toc .indent-1 a,
#toc .indent-2 a, 
#toc .indent-3 a {
	color:black;
}

#toc .indent-2 a, 
#toc .indent-3 a {
	color:#777 !important;
}

#toc .indent-2, 
#toc .indent-3 {
	margin-left:10px;
}

#toc, #wikibar {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#toc::-webkit-scrollbar, #wikibar::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}


#searchbar {
	display: none;
}

body.guest #header {

}

.ui-sortable tr.moving {
	opacity: 0.6;
}

#wikiblock li img {
	display: block;
}



#wikiblock img {
	max-width: 100%;
}

#wikiblock p > img {
	display: block;
}

#wikiblock blockquote {
	margin: 0;
	padding:10px;
	padding-top: 1px;
	padding-bottom:  1px;
	background-color: #f3f3f3;
	font-style: italic;
	margin-bottom:26px;
	margin-top:26px;
}

#wikiblock img {
	margin-right:5px;
	margin-bottom: 5px;
}

#wikiblock table {
	width: 100%;
    overflow-x: auto; /* Enables horizontal scroll */
    overflow-y: hidden; /* Disables vertical scroll */
    white-space: nowrap; /* Prevents the table from wrapping */
    border-collapse: collapse; /* Optional: Better table appearance */
}

#wikiblock th {
		background-color: #eee;
		text-align: left;
	border:1px solid #ddd;
}

#wikiblock td {
	vertical-align: top;
	font-size: 14px;
	border:1px solid #ddd;
}

#wikibar {
	position: fixed; 
	overflow-y: scroll;
	left:0; 
	text-align:left;
	font-size: 14px;
	width:251px;
	top:68px;
	padding-top: 13px;
	bottom:0;
}

#wikibar li.separator > .item:first-child {

	padding-top:8px;

}

#wikibar li.separator {

	margin-bottom: 0px;

}
	

#wikibar .parent .item {
	display: flex;
}

#wikibar .nested .item  a{
	color:#777;
}

#wikibar li a {
	color:black;
}

#wikibar li.active a {
	font-weight: bold;
	color:black;
}

#wikibar li.active li a {
	font-weight: normal;
}

#wikibar li.active-child a {
	color:black;
}

#wikibar .expanded > .nested {
	display: block;
}

#wikibar .nested {
	display: none;
}

#wikibar .parent .item a {
	display: block;
	width: 100%;
}

#wikibar .parent .item a:hover {
	text-decoration: underline;
}

#wikibar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#wikibar ul ul {
	padding-left: 20px;
}

/*#wikibar .parent > .item::after {
  content: '\25BC'; 
  color:rgb(237, 28, 36);
  font-size: 10px;
  padding-left: 24px;
  padding-right: 0px;
}


#wikibar .parent.expanded > .item::after {
  content: '\25B2';
}
*/

.chevron-down, .chevron-up {
	display: none;
}

#wikibar.item a {
  flex-grow: 1; /* takes remaining space */
  text-decoration: none;
}
#wikibar .item {
  display: flex;
  justify-content: space-between; /* pushes link left and chevron right */
  align-items: center;
}

.chevron {
  float: right;
  margin:3px;
  cursor: pointer;
  user-select: none;
  color: #ED1C24;
  font-size: 11px;
}


#wikibar .parent > .item .chevron-down {
	display: inline-block;
}

#wikibar .parent.expanded > .item .chevron-up {
	display: inline-block;
}

#wikibar .parent:not(.expanded) > .item .chevron-up {
	display: none;
}
#wikibar .parent.expanded > .item .chevron-down {
	display: none;
}

/*#wikibar .parent.active-child.active .item .chevron-up
 {
 	display: none;
 }*/

#wikibar .nested {
  display: none;
}


#wikibar-holder {
		/*-webkit-transition-duration: 0.1s;*/
		top:0;
		bottom:0;
		left:300px; 
		z-index: 1;
		margin-left:22%
}

.sidenav-hide #wikibar-holder {
	margin-left: 0;
}


#wikibar-holder.expanded {
	left:0; 
}

#wikitab {
	display: none;
}

body.sidenav-hide #scrollToTopBtn {

}

@media screen and (min-width : 1800px){
	#wikibar {
		left:300px;
	}

	body.sidenav-hide #wikibar {
		left: 30px !important;
	}

	#wikibar > ul {
		padding:10px;
		background-color: #fff;
	}


	#wikibar .parent > .item::after {
	  padding-right: 0px;
	}

	body.sidenav-hide #toc {
		right:30px; 
	}

}


@media screen and (min-width : 100px){
	body.sidenav-hide #wikibar {
		left: 0px;
	}

	body.sidenav-hide #wikibar > ul {
		padding:10px;
		background-color: #fff;
	}


	body.sidenav-hide #wikibar .parent > .item::after {
	  padding-right: 0px;
	}

	body.sidenav-hide #toc {
		right:30px; 
	}

}

@media screen and (min-width : 1520px) and (max-width : 1800px){

	body.sidenav-hide #wikibar {
		left: 30px !important;
	}

}

@media screen and (max-width : 1520px){




	#toc {
		position: relative;
		left:0;
		top:0;
		width: auto;
		padding-top: 0;
		background-color: #f4f4f4;
		padding: 10px;
		padding-bottom:2px;
		padding-top:1px;
		margin-bottom:20px;
	}

	#wikibar-holder {
		position: fixed;
		left:-300px;
	}

	#wikibar {
		position: absolute;
		overflow-y: scroll;
		text-align:left;
		width:251px;
		background-color: #fff;
		padding-left:15px;
		box-shadow: 2px 0 5px -2px #888;
		padding-right:15px;
	}

	#wikibar h2 {
		padding:0;
		margin:0;
		margin-bottom: 6px;
	}

	#wikitab {
		margin-top: 8px;
		cursor: pointer;
		display: block;
		background-color: black;
		transform-origin: 100% 0;
		position: absolute;
		top:68px;
		left:300px;
		color:#fff;
		font-weight: bold;
		padding: 2px;
		padding-left:12px;
		padding-right:12px;
		padding-bottom: 4px;
		text-transform: uppercase;
		border-bottom-right-radius: 5px;
		border-top-right-radius: 5px;
		line-height: 30px;
	}

	#wikibar-holder.expanded #wikitab::after{
	    content: '\00AB';
	    padding-left: 4px;
	    font-size:24px;
	    font-family: arial;
	}

	#wikibar-holder.expanded #wikitab  span {
		display: none;
	}

	#wikibar-holder.expanded #wikitab  {
	    margin-left:-44px;
	    z-index:2000;
	    background-color: #fff;
	    color:#000;
	}

 	#wikitab::after {
	    content: '\00BB';
	    padding-left: 4px;
	    font-size:24px;
	    font-family: arial;
	}

}



@media screen and (max-width : 1800px){


	body:not(.sidenav-hide) #toc {
		position: relative;
		left:0;
		top:0;
		width: auto;
		padding-top: 0;
		background-color: #f4f4f4;
		padding: 10px;
		padding-bottom:2px;
		padding-top:1px;
		margin-bottom:20px;
	}

	body #wikibar-holder {
		position: fixed;
		left:-300px;
	}

	body:not(.sidenav-hide) #wikibar {
		position: absolute;
		overflow-y: scroll;
		text-align:left;
		width:251px;
		background-color: #fff;
		padding-left:15px;
		box-shadow: 2px 0 5px -2px #888;
		padding-right:15px;
	}

	body:not(.sidenav-hide) #wikibar h2 {
		padding:0;
		margin:0;
		margin-bottom: 6px;
	}

	body:not(.sidenav-hide) #wikitab {
		margin-top: 8px;
		cursor: pointer;
		display: block;
		background-color: black;
		transform-origin: 100% 0;
		position: absolute;
		top:68px;
		left:300px;
		color:#fff;
		font-weight: bold;
		padding: 2px;
		padding-left:12px;
		padding-right:12px;
		padding-bottom: 4px;
		text-transform: uppercase;
		border-bottom-right-radius: 5px;
		border-top-right-radius: 5px;
		line-height: 30px;
	}

	body:not(.sidenav-hide) #wikibar-holder.expanded #wikitab::after {
	    content: '\00AB';
	    padding-right: 4px;
	    font-size:24px;
	    font-family: arial;
	}

	body:not(.sidenav-hide) #wikibar-holder.expanded #wikitab  span {
		display: none;
	}

	body:not(.sidenav-hide) #wikibar-holder.expanded #wikitab  {
	    margin-left:-66px;
	    z-index:2000;
	    background-color: #fff;
	    color:#000;
	}

 	body:not(.sidenav-hide) #wikitab::after {
	    content: '\00BB';
	    padding-left: 4px;
	    font-size:24px;
	    font-family: arial;
	}

}




#guest-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.grid-list {
	display: grid;  
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}


/* TMP LOADED FROM WEBSITE */

.item-date {
	background: #231F20;
    text-align: center;
    color: #FFF;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    float: left;
    width: 50px;
    margin-right: 10px;
    margin-top: 4px;
}

a .item-data h3 {
	margin-top: 1px;
	color:black;
}

a:hover .item-data h3 {
	color: #ED1C24;
}

#nav li a:hover {
	color: #ED1C24;
}

a:hover .item-date {
	background-color: #ED1C24;
}

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

.item-date .day {
	display: block;
}

.item-date .month {
	text-transform: capitalize;
}

#tmpinfo .block h1 {
	padding:0;
	margin-top:0;
}

#tmpinfo .slide {
	background-size: cover;
	margin-bottom: 5px;
	padding:8px;
}

#tmpinfo .slide a {
	color:#fff;
	padding:4px;
	display: block;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#tmpinfo .slide h1:hover {
	color:#00aeef;
}

#tmpinfo .slide h1 {
	color:#231F20;
	margin-bottom: 4px;
	text-shadow: 0px 0px 15px rgba(255,255,255, 1);
}

#tmpinfo .slide-content div {
	background-color: #00B7F1;
	display: inline-block;
	padding:3px;
	font-size:12px;
}

.clearfix {
	clear: both;
}

.latest-news .simple-read-more {
	margin-top: 15px;
	    display: block;
}

.latest-news .slide {
	background-image:none !important;
}

.datumvoluit {
	font-size: 14px;
	color:#777;
}

a {
	text-decoration: none;
	color:#ED1C24;
}

select,
input,
textarea {
	padding:5px;
	line-height: 20px;
	font-size: 16px;
	border:1px solid #ddd;
	border-radius: 5px;
	padding-left: 10px;
}

input[type="file"] {
	border:0;
	padding:0;
}

select:disabled,
input[type="text"]:disabled {
	color:#bbb;
}

input::file-selector-button,
.delete-btn  {
	background-color: black;
	padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 16px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
}

.block.no-padding table {
	border-spacing: 0px;
}

.block.no-padding tr td {
	padding:6.5px;
	padding-left:10px;
	font-size:15px;
	font-weight: bold;
	border: 1px solid transparent;
}

.block.no-padding tr td a {
	color:#000;
}

.block.no-padding tr td:hover {
	background:#F7F7F7;
	color:#000;
	border: 1px solid #E8E8E8;
}

.block.no-padding tr:hover a {
	color:#ED1C24;
}

.block.full-width-block {
	max-width: none;
}


select {
	height:32px;
}

body.guest input {
	min-width:300px;
}

body.guest select {
	min-width:310px;
}

.block.disabled {
	opacity: 0.25;
}

.block.disabled {
	cursor: default;
}

.disabled,
.disabled a {
	color:#ccc !important;
}

a:hover {
	color:#ED1C24;
}

a .fa {
}

.button, button.button {
	cursor:pointer;
	padding-left: 14px !important;
	padding-right: 14px !important;
	text-transform: capitalize;
}

h2 .button {
	float: right;
	margin-right: -10px;
}

.arr {
}

.arr-reverse {
}

.button {
	background-color:#ED1C24;
	color:#fff;
	padding-left:18px;
	padding-right:18px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 16px;
	color:#fff;
	font-weight: normal;
	font-size: 14px;
	white-space: nowrap;
	background-repeat: repeat-y;
	background-position: right;
	margin-right: 3px;
	margin-bottom: 3px;
	display: inline-block;
	border:0;
}
.button i {
	display: none;
}

.button.dark {
	background-color: black;
}
.button.outlined {
	background-color: transparent;
	border:1px solid #ED1C24;
	color:#ED1C24;
}

.table-wrapper .button {

	color:#555;
}

.clickable,
.clickable-block  {
	cursor:pointer;
}

.clickable-block:hover,
.clickable:hover {
	opacity: 0.8;
}

.clickable img {
	border:1px solid transparent;
}

.clickable:hover img {
	border:1px solid #333;
}

.third-holder div:nth-child(4) {
	
}

.third-holder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}


table .button {
	padding:2px !important;
	padding-left:8px;
	min-width: 22px;
	background-color:#ccc;
	color:#333;
}

table .button span {
	padding-left:6px;
}

table a.button:hover {
	background-color:#bbb;
	color:#111;
}

.virtual-group td {
	background-color:#aaa;
	text-transform: capitalize;
	text-align: left !important;
	font-weight: bold;
	color:#fff;
}

.button.right {
	float:right;
}

.button.word {
	background-color:#005d80;
	color:#fff;
}

.button.download {
	background-color:#e1061c;
	color:#fff;
	padding-right: 8px;
}
.button.download .fa {
	padding-right: 0;
}

.btn-bar {
	margin-top:-4px;
	margin-bottom: 8px;
	text-align: right;
	float: right;
	clear:right;
}

hr {
	border:1px solid red;
	border-bottom: none;
}


a.button:hover {
	background-color:#999;
	color:#fff;
}

a.button.word:hover,
table a.button.word:hover {
	background-color:#10729a;
	color:#fff;
}

h2 a.button {
	margin-top: -1px;
	background-color: #ED1C24;
}
h2 a.button:hover {
	background-color: black;
}

.block,
.panel-default {
	background:#fff;
	padding: 20px;
	margin-bottom:20px;
}

.block.trans-block {
	background-color: transparent !important;
}

.block {
	max-width: 912px;
    margin-right: auto;
    margin-left: auto;
}

.block.no-padding {

	margin-bottom:0px;
}

.block.no-padding table {
	margin:-20px;
	width: calc(100% + 40px);
}

.block.no-padding h2 {
	margin:0;
}

h1.block {
	padding-left:10px;
	color:#ED1C24;
}


h1, h2, h3 {
	font-family: "mic32new", Helvetica, Arial, sans-serif;
	color:#ED1C24;
}

h1 {
	margin-top:8px;
	color:#ED1C24;
	text-transform: uppercase;
}

h2 {
	color:#000;
}

h3 {
	color:#000;
	margin:0;
	margin-top: 8px;
	margin-bottom: 8px;
}

#search_results h3 {
	font-size:16px;
}


h2:not(.header),
h3, h4 {
	font-family: Titillium Web;
}

h4 {
	font-size:16px;
	color:black;
	text-transform: none;
	padding:0;
	margin:0;
}


form label {
	min-width: 180px;
	width:20%;
	display: block;
	float: left;
	clear:left;
	color:#777;
}

form .segmented label {
	margin-left:20%;
}

form .filter-wrapper label {
	color:#fff;
}
.filter-wrapper h3 {
	color: #fff;
}

form input,
form select {
	margin-bottom:8px;
}

small {
	font-size: 14px;
}

.form-group.has-error .help-block {
	color:red;
	display: block;
}

	.alert-box {
		clear:both;
		margin-bottom:10px;
	}

	.alert {
		margin-top:10px;
		padding:9px;
		border-radius: 5px;
	}

	.alert ul {
		list-style-type: none;
    	padding-left: 0;
	}

	.alert h2 {
		margin:0;
		margin-top: 15px;
	}

	.alert-success {
		border-color:#6fc05d;
		background-color: #e2efdf;
		color:#49a335;
	}

	.alert-danger {
		border-color:#EA1920;
		background-color: #f0dede;
		color:#EA1920;
	}

	.alert-warning {
		background-color: #fffbd3;
	}


.is-info {
	padding:10px;
	font-weight: bold;
	color: hsl(204, 86%, 53%)	;
	background-color: #d6f4ff;
}
.is-warning {
	padding:10px;
	font-weight: bold;
	color: #b39800	;
	background-color: #fff3b0;
}
.is-success {
	padding:10px;
	font-weight: bold;
	color: hsl(141, 71%, 48%)		;
	background-color: #d9ffd6;
}
.is-danger {
	padding:10px;
	font-weight: bold;
	color: hsl(348, 100%, 61%)		;
	background-color: #ffd6d6;
}

blockquote p.is-info,
blockquote p.is-danger,
blockquote p.is-success,
blockquote p.is-warning {
	margin:-10px;
}

.table-wrapper.full-width {
	margin:-20px;
	margin-top: -20px;
	overflow-x: scroll;
}

.table-wrapper.full-width table {
	width:100%;
	border-collapse: collapse;
}

.table-wrapper.full-width table td {
	padding:5px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #ccc;
}

.table-wrapper.full-width table tr:last-child td {
	border-bottom: none;
}

.table-wrapper.full-width thead td {
	background:#ddd;
	font-weight: bold;
	color:#333;
}

.table-wrapper.full-width thead td a {
	color:#333;
}

.table-wrapper.full-width table td:last-child {
	text-align: right;
}


.table-wrapper.full-width.price-table table td {
	text-align: center;
}
.table-wrapper.full-width.price-table td:first-child {
	text-align: left;

}

.table-wrapper i.fa-check-circle {
	font-size: 24px;
}

.table-wrapper i.fa-times-circle {
	color:#ccc;
}

.table-wrapper.price-table tr:first-child td {
	background-color: #000;
	color:#fff;
}

.price-table h3 {
	padding:5px; 
	border-radius: 10px;
}

.price-table  .essential {
	color:#c1181e;
}
.price-table  .advanced {
	color:#E31C23;
}
.price-table  .premium {
	color:#c1181e;
}

.price-table  .essential h3,
.price-table  .essential .button {
	color:#fff;
	background-color:rgba(227,28,35, 0.6);
}
.price-table  .advanced h3,
.price-table  .advanced .button  {
	color:#fff;
	background-color:rgba(227,28,35, 0.5);
}
.price-table  .premium h3,
.price-table  .premium .button  {
	color:#fff;
	background-color:rgba(227,28,35, 0.4);
}


.price-table td {
	background-color: #f9f9f9;
}

.price-table td.selected {
	border-left:1px #5cb15a solid;
	border-right:1px #5cb15a solid;
	background-color: #ecf6eb !important;
}

.price-table .button {
	color:#fff;
	font-weight: bold;
	padding:4px !important;
}

.price-table .button:hover {
	color:#ccc;
	opacity: 0.8;
}

.table-sortable .sortable {
	cursor: move;
}

.table-sortable .sortable:after { 
	content: "\f0dc";
	margin-left: 0.35em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.sort span:after {
	opacity: 0.5;
	content: "\f0dc";
	margin-left: 0.35em;
	display: inline;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.sort.sort-asc span:after {
	content: "\f0de";
	opacity: 1;
}

.sort.sort-desc span:after {
	content: "\f0dd";
    opacity: 1;
}

.btn span:after {
		color:#000;
	margin-left: 0.2em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.btn.download span:after {
	color:#fff;
}

table .btn span:after {

	margin-left: 0.1em;
}

.btn span {
	font-weight: bold;
}

.btn.edit span:after {
	content: "\f14b";
}

.btn.view span:after {
	content: "\f06e";
}


.btn.download span:after {
	content: "\f019";
}

.btn.manage span:after {
	content: "\f07c";
}



.btn.delete span:after {
	content: "\f1f8";
}

.btn.hierarchy span:after {
	content: "\f0e8";
    margin-right:16px;
}


.btn.make-admin span:after {
	content: "\f234";
}

.btn.confirm span:after {
	content: "\f046";
}

.btn.remove-admin span:after {
	content: "\f235";
}

.btn.override span:after {
	content: "\f090";
}

.btn.sync span:after {
	content: "\f021";
}

.btn.stats span:after {
	content: "\f080";
}

.btn.log span:after {
	content: "\f1da";
}

.btn.key span:after {
	content: "\f084";
}

.btn.rights span:after {
	content: "\f023";
}

.search-result {
	display: block;
	margin-bottom:10px;
}

#searchterm {
	width: 100%;
}

.result_group {
	padding-left:15px;
	padding-right:15px;
}

.result_group .search-result:last-child {
	margin-bottom: 0;
}

.search-result-text {
	font-size: 14px !important;
}

.highlight {
	background:yellow;
}


table .btn span:after {
	margin-left:10px;
	margin-right: 6px;
}


#tmpinfo a[target='_blank']:after {

	content: "\f08e";
	margin-left: 4px;
	font-size: 10px;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#tmpinfo a.call-to-action[target='_blank']:after {
	position: absolute;
	content:"";
}


table.responsive {

}

.downloadlang {
	opacity: 0.7;
}

.downloadlang:hover {
	opacity: 1;
}

.downloadlang.active {
	opacity: 1;
}

.downloadlang.active:before {
	position: absolute;
	content: "\f078";
	margin-left: 7px;
	margin-top:-18px;
	color:black;
	font-size: 18px;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.inner-block {
	padding:10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.inner-block h3 {
	margin:0px;
}



.inner-block.filter h3 {
	margin: 0;
}

.inner-block .btn {
	margin-top: 5px;
}



.filter-wrapper {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	position: relative;
}



.filter-wrapper label {
	font-size: smaller;
	min-height: 30px;
}

.filter-buttons {
	display: inline-block;
}

.filter-wrapper select {
	max-width: 150px;
}


.inner-block-filter {
	background-color: #231F20;
	color:#fff;
	margin: -20px;
	margin-bottom: 0px;
	padding:20px;
}

.filter {
	float:left;
	padding-top:12px;
	padding-right:24px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.filter label {
	min-width: 120px;
}

.filter label:after {
	content:': ';
}

h2.header {
	color:#ED1C24;

	text-transform: uppercase;
}

.block h2.header,
.panel-heading {
	margin:-20px;
	margin-top: -44px;
	padding:20px;
	padding-left: 0;
	background-color: #F7F7F7;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.block iframe {
	max-width: 100%;
}

.block img {
	max-width: 100%;
}


#guest-block h1 {
	color:#ED1C24;
	text-transform: uppercase;
	font-size:3em;
	margin-top:1em;
	margin-bottom: 0.2em;
}

.panel-heading {
	font-size:20px;
	font-weight: bold;
}

.block h1 {
}



.masthead {
	margin-top: 60px;
	margin-bottom: -60px;
	height:200px;
	width: 100%;
	display: block;
}

.masthead h1 {

}

.masthead {
		overflow: hidden !important;
		position: relative;
}

.masthead.blue {
	background-image: url(../img/header-profile.jpg);
}

.masthead:after {
	position: absolute;
	right:60px;
	top:-40px;
	margin-bottom: 17px;
}

.call-to-action-holder {
	background-size: cover;
	margin:-60px;
	padding:20px;
	padding-top:110px;
	margin-bottom: 30px;
	padding-bottom:30px;
	position: relative;
   text-align:center;
}

h1#welcome {
	position:absolute;
	text-align: center;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top:-45px;
	color: #fff;
    text-shadow: 0px 0px 15px rgba(0,0,0,1);
    font-size:30px;
}

.call-to-action {
	cursor: pointer;
	border:none;
	padding:0;
	background:transparent;
	display: inline-block;
	text-align: left;
	padding:4px;
}
.call-to-action:hover {
	opacity: 1;
	text-shadow:none;
	background: rgb(237,28,36);
	background: linear-gradient(90deg, rgba(237,28,36,1) 0%, rgba(148,26,30,1) 100%) !important;
}

.masthead h1{
	color:#fff;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.call-to-action h1 {
	color:#fff;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	display: block;
	margin:0;
	font-size:18px;
	padding-top:30px;
	padding-bottom:30px;
    display: table-cell;
}

.masthead h1 {
	background: none;
	padding:60px;
}

.call-to-action i {
	font-size: 16px;
}


.call-to-action i.icon {
	font-size: 60px;
	padding-top: 20px;
	clear: both;
	display: block;
}



.calculations-table h3.header {
	cursor:pointer;
}

thead tr.column-holder {
	background-color: #eee;
}

.calculations-table h3.header.collapsed:before {
	content: "\f078";
	margin-right: 0.35em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.calculations-table h3.header:before {
	content: "\f077";
	margin-right: 0.35em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.compact, .isii-compact {
	background-color: #0987b5;
}
.next, .isii-next {
	background-color: #dd081b;
}
.workit {
	background-color: #ccc;
}

.call-to-action:hover h1 {
	color:rgb(34,71,93);
	text-shadow: 0px 0px 15px rgba(255,255,255, 1);
}


.call-to-action h1 span {
	display: block;
	font-size: 30px;
}

.masthead h1 span {
	display: block;
	font-size: 24px;
}

.call-to-action h1 span:after {
	content:"";
}

#container {
	padding:60px;
	padding-top: 20px;
	margin-top: 60px;

	margin-bottom: 61px;
}

#container.full_frame {
	padding:0;
}

#container.padded_frame {
	padding:2%;
	background-color: #fff;
	height:100%;
}

.tag_line {
	background-color:#000;
	color:#fff;
	padding:20px;
	padding-left:60px;
	font-size:18px;
}

.tag_line .fa {
	color:#ED1C24;
	font-size: 12px;
}

#container:not(.padded_frame):not(.full_frame) .tag_line {
	padding-top:20px;
	margin-top: -16px;
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: 20px;
}

.padded_frame .tag_line {
	padding-top:15px;
	margin-top: -2.25%;
    margin-left: -2.8%;
    margin-right: -2.8%
}

.sso_frame {
    position:absolute; 
    width: 78%;
    height: calc(100vh - 120px);
    border: 0px;
}

#container.padded_frame .sso_frame {
    position:absolute; 
    width: 72%;
    height: 96%;
    border: 0px;
}

/* HEADER */

#header {
	background: #fff;
	border-bottom: 1px solid #ddd;
	box-shadow: 2px 0 5px -2px #888;
	position:fixed;
	top:0;
	width:100%;
	z-index:50000;
}

#logo {
	float:left;
}

#logo small {
	font-size: 12px !important;
}

#logo img {
	float: left;
	height: 67px;
	padding: 0px;
	padding-left: 10px;
}

.logo-title .hover {
	display:none; 
}

#logo:hover .hover {
	display:block; 
}

#logo:hover .original {
	display:none; 
}

#nav {
	float:left;
	clear:right;
	margin-bottom:150px;
	width: 96%;
}



#topmenu {
	float:right;
}

.status {
	background-color:#aaa;
	color:#fff;
	font-weight: bold;
	padding:4px;
	border-radius: 4px;
	display: inline-block;
	font-size:12px;
}

.status.ready, .status.closed {
	background-color: #076900;
}
.status.approved, .status.open {
	background-color: #0ec100;
}
.status.pending, .status.on-hold {
	background-color: #e29500;
}

.status.escalated {
	background-color: red;
}

a.anchor {
    display: block;
    position: relative;
    top: -65px;
    visibility: hidden;
}


.cke_Upload_194 {
	display: none;
}

/*Strip the ul of padding and list styling*/
#header ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
}

#nav ul {
	list-style-type:none;
	padding-left:10px;
}

#nav ul ul {
	padding-left:0px;
}

#nav i {
	display: none;
	width: 20px;
	color:#ED1C24;
}

/*Create a horizontal list with spacing*/
#header li {
	display:inline-block;
	float: left;

}

/*Style for menu links*/
#header li a {
	display:block;
	text-align: left;
	line-height: 25px;
	font-family: "mic32new", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #231F20;
	background: #fff;
	text-decoration: none;
	padding-top:0px;
	padding-bottom:15px;
	padding-left: 15px;
	padding-right: 15px;
}

#header li.hide-mobile-size {
	position: relative;
}

#nav li.hide-desktop-size.language a {
	padding:5px;
}

#header li.hide-mobile-size ul {
	right:0;
}



#header li.language  li:first-child a,
#header li.hide-mobile-size li:first-child a {
	border-top-left-radius:5px ;
	border-top-right-radius:5px ;
}

#header li.language li:last-child a,
#header li.hide-mobile-size li:last-child a {
	border-bottom-left-radius:5px ;
	border-bottom-right-radius:5px ;
}

#nav li {
	padding-bottom:3px;
	padding-top:3px;
	padding-right: 5px;
}

#nav li a {
	display:block;
	text-align: left;
	line-height: 20px;
	font-weight: normal;
	color: #231F20;
	text-decoration: none;
	padding-top:0px;
}

#nav li a.active {
	color:#ED1C24;
	padding-left:10px;
	border-left:5px solid #ED1C24;
	font-weight: bold;
}

#nav h3 {
	color: #ED1C24;
	text-transform: uppercase;
}


#nav li.manage.collapsed {
	display:none;
}

#header #user-menu {
	padding-top: 18px;
}

#header #user-menu li a {
	padding:5px;
	padding-left:10px;
	padding-right: 10px;
	text-transform: inherit;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
}

#header li.language ul li a {
	min-width: auto;
}

#header #user-menu li ul li a {
	font-weight: normal;
}


#header #user-menu li ul {
	padding-top:26px;
	margin-right: 12px;
	border-radius: 5px;
}

#header li ul li a {
	border:1px solid #ddd;
	border-bottom:0px;
	border-top:0px;
}

#header li ul li:first-child a {
	border-top:1px solid #ddd;
}
#header li ul li:last-child a {
	border-bottom:1px solid #ddd;
}


#header li a span {
	color:#bbb;
	font-weight: normal;
} 

#header li:hover a span {
	color: #ED1C24;
} 

/*Hover state for top level links*/
#header li:hover a {
	color: #ED1C24;
}

/*Style for dropdown links*/
#header li:hover ul a {
	background: #fff;
	color: #2f3036;
	line-height: 20px;
	padding:8px;
}

/*Hover state for dropdown links*/
#header li:hover ul a:hover {
	color: #ED1C24;
}

/*Hide dropdown links until they are needed*/
#header li ul {
	display: none;
	position: absolute;
	border-top: none;
}

/*Make dropdown links vertical*/
#header li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
#header li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
#header ul li a:hover + .hidden, 
#header  .hidden:hover {
	display: block;
}

body.guest #footer {
	position: fixed;
	bottom:0;
	z-index: 20;
	background-color: #fff;
	padding:6px;
	width: 100%;
background: transparent linear-gradient(90deg, #ED1C24 0%, #92191D 100%) 0% 0% no-repeat padding-box;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "mic32new", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #231F20;
	background: #fff;
	text-align: left;
	padding: 10px;
	padding-top: 5px;
	float:left;
	font-size: 43px;
	cursor: pointer;
}

body.guest .show-menu {
	display: none;
}

li.separator {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

ul li.language,
ul li.language:hover a,
ul li.language a:hover,
ul li.language:hover ul a:hover  {

}

ul li.language:hover ul a:hover {
	opacity: 0.7;
}

ul li.language img {
	padding-top: 4px;
	height:16px;
}

.back-button {
	margin-top:15px; background-color:#EA1920; color:#fff; padding:4px; position:absolute; margin-left:10px;
	border-radius:3px;
	padding:2px;
	font-size:14px;
}

.back-button .fa {
	margin-right: 4px;
}

a.back-button:hover {
	background-color:#231F20;
	color:#fff;
}

.back-button .short-text {
	display: none;
}

.button .fa {
	padding-left: 10px;
	padding-right: 18px;
}

#updates .tip {
	font-size: 14px; margin-top:10px; lefT:280px; right:10px; 
	background:#fff; color:#000; padding: 5px; border-radius:5px;
	border:1px solid #ddd;
	padding-left:10px;
	padding-right:10px;
}

.button {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.tip-img {
	margin-top: 10px;
	display: inline-block;
	max-width: 100%;
}

.tip-img.right-align {
	float:right;
	margin-left: 10px;
	max-width: 40%;
}

#customNav button {
	border:0;
	background-color: #fff;
	margin:1px;
	margin-top: 6px;
	line-height: 20px;
}

#customNav button:hover {
	color:#ED1C24;
	background-color: transparent;
}

.events h1 a {
	color:black;
}

.events h1 a:hover {
	color:#ED1C24;
}

.events article {
	border-bottom:1px solid #ddd;
}
.events {
	border-top:1px solid #ddd;
}

.events .single-item {
	padding:8px;
}

.one-third.events .single-item {
	padding: 10px;
}

.single-item:hover {
	background-color: #F7F7F7 !important;
}

.chosen-container {
	display: inherit !important;
	margin-bottom: 8px;
}

.chosen-container-multi .chosen-choices {
	border-radius: 5px !important;
	border:1px solid #ddd !important;
	background:#fff  !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	font-size: 16px !important;
    font-family: "mic32new", Arial, sans-serif !important;
    line-height: 20px;    
}

#customer_fields #chosen_chosen {
	width: 360px !important;
}

body.guest .chosen-container.chosen-container-multi {

}



/*Responsive Styles*/

@media screen and (min-width : 1280px){
	div.block.half-size-if-big {
		float:left;
		width: 44.5%;
	}
	div.block.half-size-if-big:nth-child(odd) {
		float:right;
		clear:right;
	}

}

@media screen and (max-width : 1280px){
	#blocks {
		display: block !important;
	}
	#blocks .block,
	#blocks  {
		margin-bottom: 20px;
	}

	.revision-table td {
	  display: block;
	}

	.revision-table th {
	  display: none;
	}

	.revision-value-holder {
		width: 95%;
	}

	.revision-table tr td:last-child {
		padding-bottom:20px;
	  border-bottom:2px solid red;
	  margin-bottom: 20px;
	}

}

@media screen and (min-width : 800px){

}

@media screen and (max-width : 800px){



	#wikibar-holder {
			margin-left:0px;
	}

	#container {
		min-height: 100vh;
	}
	body.sidenav-hide .sidenav {
		display: block;
        height: 100% !important;
        z-index: 100;
	}

	.call-to-action {
		width: 100%;
    	display: table;
	}

	.call-to-action h1 div {
		float: left;
	}

	.back-button {
		display: none;
	}


	.call-to-action-holder {
		margin-left: -20px;
		margin-right: -20px;
		margin-top: -40px !important;
	}

	.grid-list {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

}

.block.fourth-size-if-big img {
	width:100%;
}

.block.fourth-size-if-big {
		max-width:190px;
		max-height: 190px;
}



@media screen and (min-width : 340px) and (max-width : 999px){
	.block.fourth-size-if-big {
		margin-left: 2%;
		display: inline-block;
		width: 45%;
		margin-right: 2%;
	}

	.block.fourth-size-if-big {
			max-width:220px;
			max-height: 220px;
	}

	.block.fourth-size-if-big h1 {
		height:200px;
	}

	body.guest input {
		min-width:200px;
	}

	body.guest select {
		min-width:210px;
	}



}



@media screen and (min-width : 800px) and (max-width : 1100px){

	#nav ul {
		margin-top: 0px;
		padding-left: 5px;
		font-size: 14px;
		width: 100%;
	}

	#nav {
		width: 96%;
	}

	li.separator {
		width: 100%;
	}

	.grid-list {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	}
}

@media screen and (min-width : 1000px){

	#searchbar {
		display: block;
	}

	.block.fourth-size-if-big {

		margin-left: 1.5%;
		width: 20%;
		margin-right: 1.5%;
	}

	.partner .block.fourth-size-if-big {
		margin-left: 1%;
		width: 14%;
		margin-right: 1%;
	}

	.block.fourth-size-if-big h1 {
		height:200px;
	}

	#blocks .block:nth-child(odd) {
		margin-left:5px;
	}

	#blocks .block:nth-child(even) {
		margin-right:5px;
	}
}






@media screen and (min-width : 800px){


	.table-wrapper.full-width table td.amount {
		text-align: right;
	}

	li.hide-desktop-size {
		display: none;
	}

	#logo {
		/*padding-top: 20px;
		padding-bottom: 26px;
		*/
	}

	#header li a {
		padding-bottom:25px;
	}

}


@media screen and (max-width : 430px){
	#footer .logo {
		display: none;
	}


}

@media screen and (max-width : 600px){
	.third-if-big {
		width: 100%;
		margin:0;
	}

	.third-holder {
		display: grid;
  		grid-template-columns: repeat(1, 1fr);
	}

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

}

@media screen and (max-width : 1800px) {

	#footer {
		position: fixed;
		z-index: 2;
	}



	#footer .dots {
		display: none;
	}


	#support .inner {
			padding: 20px;
	}
}


@media screen and (max-width : 800px){

	#support {
		width: 100%;
		position: relative;

		z-index: 1 !important;
	}

	#footer {
		width: 100%;
		position: relative;

	}

	.sidenav {
		display: none;
		min-width: 100%;
		left:auto;
		right:0;
	}

	.tag_line {
		display: none;
	}

	.sso_frame {
		width: 100%;
	}

	#container.padded_frame .sso_frame {
	    position:absolute; 
	    width: 97%;
	    height: 96%;
	    border: 0px;
	}

	#container:not(.padded_frame):not(.full_frame) {
		padding-top: 30px;
	}

	h1#welcome {
		font-size: 20px;
	}

	.call-to-action-holder {
		margin-top: -140px;
	}

	#header li.hide-mobile-size {
		display: none;
	}



	.table-wrapper.full-width table td {
		border-bottom: none;
		padding-top:4px;
		padding-bottom: 3px;
	}

	.table-wrapper.full-width table tr:last-child td {
		border-bottom:  1px solid #ccc;
		padding-bottom: 10px;
	}

	.table-wrapper.full-width table.stacktable td:first-child {
		text-align: left;
		color:#ccc;
	}

	.table-wrapper.full-width table.stacktable td {
		font-size: 12px;
	}

	/*Make dropdown links appear inline*/
	#nav {
		position: absolute;
		left:0;
		width: 100%;
	}



	#footer {

	}

	body.loggedin #container,
	body.loggedin .masthead,
	body.loggedin .alert-box {
		margin-left:0;
	}


	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}


	#container {
 
		padding:20px;
		padding-top: 10px;
	}

	#container.full_frame {
		margin-top: 68px;
	}

	.call-to-action h1 {
		font-size:16px;
	}

	.call-to-action h1 span {
		font-size:36px;
	}

	.call-to-action .product-img {
		width:100px;
	}

	.masthead {
		margin-top: 20px;
	}

	form input,
	form select {
		clear:both;
	}

	.calculations-table {
		font-size:12px;
	}
}


@media screen and (min-width : 1200px){

	#wikibar-holder {
		margin-left:251px;
	}

	body.loggedin #container, 
	body.loggedin .masthead {
		margin-left: 251px;
	}

	.sidenav {
		width: 251px;
	}

	#support {
		width: 251px;			
		z-index: 100 !important;
	}

	.sso_frame {
		width: calc(100% - 251px);
		/* Firefox */
		width: -moz-calc(100% - 251px);
		/* WebKit */
		width: -webkit-calc(100% - 251px);
		/* Opera */
		width: -o-calc(100% - 251px);
		/* Standard */
		width: calc(100% - 251px);

	}

	#container.padded_frame .sso_frame {
	    position:absolute; 
	    width: calc(97% - 251px);
		/* Firefox */
		width: -moz-calc(97% - 251px);
		/* WebKit */
		width: -webkit-calc(97% - 251px);
		/* Opera */
		width: -o-calc(97% - 251px);
		/* Standard */
		width: calc(97% - 251px);

	    height: 96%;
	    border: 0px;
	}

}

#updates {
	position: fixed !important;
}

#updates div a {
	color:#000;
}

.calculations-table {
	width: 100%;
	border-collapse: collapse;
}

.calculations-table .art-code {
	color:#ccc;
}


.calculations-table thead td {
	font-weight: bold;
}

table thead td::first-letter {
   text-transform:uppercase;
}

tr.ic.disabled td {
	color:#ccc;
	text-decoration: line-through;
}

tr.ic.disabled input:disabled {
	color:#ccc;
}

.calculations-table thead td.uc {
	width: 1%;
}

.calculations-table tr td {
	border-bottom: 1px solid #ccc;
}

.calculations-table input {
	width: 50px;
	margin-top: 7px;
	text-align: right;
}

.calculations-table td.calc-attr input {
	width: 20px;
	color:#0987b5;
	font-weight:bold;
	text-align: center;
}

.calculations-table .num {
	width: 60px;
	text-align:right;
}

.calculations-table .info  {
	width:50px;
}

.calculations-table .num input {
	float:right;
}

td.label,
span.label {
	color:#777;
	padding-right: 10px;
}

 .ui-autocomplete {
 	background-color: #fff;
 	border:1px solid #ccc;
 }

.table-wrapper.full-width table td.calc-attr {
	padding-right: 2px;
	padding-left: 2px;
	text-align:right;
	font-size: 12px;
}

.table-wrapper.full-width table thead td.calc-attr {
	padding-right: 5px;
}


.note {
	background:#f6f6cd; padding:10px; margin-bottom:20px; border:1px solid #ccc;
}

.tooltip_templates {
	display: none;
}

td.price{
	width:80px;
	text-align:right;
}

td.calc-attr {
	background-color:#ddd;
}

.table-wrapper.full-width thead td.calc-attr {
	background-color:#777;
}

td.calc-attr input {
	float:right;
}

td.calc-attr.total {
	opacity: 0.8;
}

td.price input {
	float:none;
	display: inline;
}


td input.percentage {
	width:50px;
	color:green;
	border-color:green;
}

td.percentage {
	color:green;
}


.table-wrapper.scrollable-x {
	overflow-x: scroll;
}

td img.flag {
	width:50px;
	height:50px;
}


.owl-stage {display: flex; align-items: stretch; }

.owl-stage-outer {
	background-color: #fff;
}


.tip.slide {
	height: calc(100% - 21px);
	border-bottom:5px solid white;
}

.tip.slide:hover {
	background-color: #F7F7F7;
	border-bottom:5px solid #ED1C24;
}

.calculations-table .hide {
	width: 1% !important;
	max-width: 1% !important;
}

.calculations-table .hide span,
.calculations-table .hide input {
	display: none;
}


/* titillium-web-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/titillium-web-v17-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/titillium-web-v17-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/titillium-web-v17-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'TitilliumWeb-SemiBold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



@font-face {

    font-family: 'mic32new';

    src: url('../fonts/mic32new-rg-webfont.eot');

    src: url('assets/fonts/mic32new-rg-webfont.eot?#iefix') format('embedded-opentype'),

         url('../fonts/mic32new-rg-webfont.woff2') format('woff2'),

         url('../fonts/mic32new-rg-webfont.woff') format('woff'),

         url('../fonts/mic32new-rg-webfont.ttf') format('truetype'),

         url('../fonts/mic32new-rg-webfont.svg#mic_32_new_rgregular') format('svg');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'mic32new';

    src: url('../fonts/mic32new-bd-webfont.eot');

    src: url('../fonts/mic32new-bd-webfont.eot?#iefix') format('embedded-opentype'),

         url('../fonts/mic32new-bd-webfont.woff2') format('woff2'),

         url('../fonts/mic32new-bd-webfont.woff') format('woff'),

         url('../fonts/mic32new-bd-webfont.ttf') format('truetype'),

         url('../fonts/mic32new-bd-webfont.svg#mic_32_new_rgbold') format('svg');

    font-weight: bold;

    font-style: normal;

}










#ui-datepicker-div {
		background-color: #fff;
		border: 1px solid #ccc;
	}

	.ui-datepicker .ui-datepicker-prev:before {
		content: "\f060";
		margin-right: 0.2em;
	    font-family: "FontAwesome" !important;
	    font-style: normal !important;
	    font-weight: normal !important;
	    text-decoration: inherit;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	}

	.ui-datepicker .ui-datepicker-next:before {
		content: "\f061";
		margin-right: 0.2em;
	    font-family: "FontAwesome" !important;
	    font-style: normal !important;
	    font-weight: normal !important;
	    text-decoration: inherit;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	}


.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }

body.is-pdf,
.is-pdf .block h2.header, 
.is-pdf .panel-heading {
	background-color: #fff;
}

.is-pdf .block {
		padding:0 !important;
		max-width: 100%;
	}

.is-pdf  .block h2.header {
	margin:0;
}

.is-pdf #header {
	position: relative;
}

.is-pdf #container{
	margin-top: 0;
	padding-top: 0;
}

.is-pdf li#user, 
.is-pdf li.search {
	display: none !important;
}

.is-pdf .button,
.is-pdf .show-menu {
	display: none;
}


@media print {

	.block {
		padding:0 !important;
		max-width: 100%;
	}

	#searchbar {
		display: none;
	}

	.show-menu {
		display: none;
	}

	li#user, 
	li.search {
		display: none !important;
	}

	.button {
		display: none;
	}

	#wikibar-holder,
	#toc {
		display: none;
	}

    .sidenav {
    	display: none;
    }

    #footer {
    	display: none;
    }

    #header {
    	position: relative;
    }

    #container {
    	margin-left: 0 !important;
    }
    
}
