body {
	font: 600 12px/1 'Open Sans', sans-serif;
	background: #333;
	overflow-x: hidden;
}

input {
	margin: 5px 5px 15px 5px;
	width: 95%;
	font: 400 12px/1 'Open Sans', sans-serif;
	/*text-transform: uppercase;*/
	outline: none;
	border-width: 1px;
	border-radius: 5px;
	padding: 5px 13px;
}

input[type=number] {
	-moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


button {
	background-color: transparent;
	border: none;
	color:inherit;
	font-size: 20px;
	cursor: pointer;
}

textarea {
	font: 600 12px/1 'Open Sans', sans-serif;
	line-height: 1.5em;
	background: transparent;
	padding:0;
	margin: 10px 0 0 0;
	border-width: 1px;
	width: 95%;
	overflow: hidden;
	resize: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* remove default arrow */
	min-height: 22px;
	font: 800 12px/1 'Open Sans', sans-serif;
	background-color: white;
	color: #333333;
	text-align: left;
	border-width: 1px;
	border-radius: 5px;
	padding: 10px;
	min-width: 160px;
	width: 100%;
}

option {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* remove default arrow */
	font: 400 12px/1 'Open Sans', sans-serif;
	background-color: rgba(255,255,255,0.5);
	vertical-align: bottom;
	min-width: 120px;
	color: #000000;
	text-align: left;
}

fieldset {
	border: none;
	background-color: #444444;
	border-radius: 5px;
	margin: 5px 0 5px 0;
}


.headline {
	position: fixed;
	font-size: 14px;
	text-align: right;
	letter-spacing: 0;
	right: 0;
	top: 0;
	z-index: 100;
}

.headline button {
	font-size: 20px;
	padding: 0 10px;
}

.message {
	position:absolute;
	width: 100%;
	text-align: center;
	line-height: 54px;
	font-size: 14px;
	letter-spacing: 0;
	padding: 0 10px;
	top: 0;
	z-index: 120;
	box-shadow: -1px -1px 5px rgba(255,255,255,0.1), 5px 5px 5px rgba(0,0,0,0.1);
}

.message-success {
	background: rgba(21,115,13,1.00);
}
.message-warning {
	background: rgba(179,126,1,1.00);
}
.message-error {
	background: rgba(176,0,6,1.00);
}

.wrapper {
  display: flex;
  min-height: 105%;
  overflow-y: visible;
}

.sidebar {
  position: fixed;
  width: 220px;
  top: 55px;
  z-index: 9;

}

.subbar {
  position: relative;
  width: 220px;
  top: 0;
  left: -200px;
}

.content {
  flex: 1;
  padding: 60px 5px;
  width: 100%;
  height: auto;
  transition: transform .3s;
  z-index: 10;
}

.content.Init {
  transform: translate3d(0,0,0);
}

.content.isOpen {
  transform: translate3d(220px,0,0);
}

.button {
  cursor: pointer;
}

/*.button:before {
  content: '\f0c9';
  font: 28px fontawesome;
}
*/
.button_start {
	position: fixed;
	width: 100%;
	height:55px;
	top: -2px;
	left: 0;
 	color: #eee;
}

.picture {
	position: relative;
	top: 0;
	right: 0;
	width: 40%;
}

.PopUp {
	position: fixed;
 	display: none;
  	transition: transform .3s; 
  	width: 100%;
	height: 100%;
  	z-index: 110;
  	top: 2%;
}

.PopUp.isOpen {
 	display: block;
}

.sideCont {
    position: fixed;
    font: 400 12px/1 'Open Sans', sans-serif;
    display: block;
    top: 0;
    right: -10px;
    bottom: 0;
    padding: 65px 5px 0 0;
    transition: transform .3s;
    box-shadow: -7px 3px 10px rgba(0,0,0,0.5);
    z-index: 50;
}
    
.sideCont .sub {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 51;
}
    
.sideCont.isOpen {
    transform: translate3d(15px,0,0);
}

.single_entry_frame {
	position: relative;
	float: left;
	padding: 10px;
	margin: 0 0 15px 0; 
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
}

.single_entry_frame button{
	padding: 0 5px;
}


.single_entry_collect {
	position: relative;
	float: left;
	margin: 5px 5px;
	border-radius: 5px;
	padding: 10px;
}

.single_entry_collect ul {
	margin: 0 0 15px 0;
}

.single_entry_collect img {
	border-radius: 5px;
	padding: 0;
}


.single_entry_main {
	position: relative;
	max-width: 100%;
	float: left;
	margin: 5px 5px;
	border-radius: 5px;
 /*	color:#FFFFFF; */
	vertical-align: top;
}

.single_entry_main img {
	max-width: 200px;
	border-radius: 5px;
	padding: 0;
}


.report_main {
	width: 100%;
	float: left;
	padding: 10px;
	min-height: 320px;
	color: #333333;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}

.noFloat {
	float: none;
}

.detEntry {
  	display: block;
 	cursor: pointer;
	width: 100%;
  	padding: 10px 10px;
	margin: 0 0 5px 0;
  	font-size: 12px;
	border-radius: 8px;
}

.logo {
	position: fixed;
	bottom: 40px;
	left: 15px;
	width: 190px;
	height: 40px;
}

.icontoyellow {
	filter: brightness(0%) saturate(100%) invert(87%) sepia(22%) saturate(1367%) hue-rotate(0deg) brightness(120%) contrast(107%);
}

.icontoblue {
    filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
}

/* styling of knockout data-tables */

.zeile {
	line-height: 1.8em;
	padding: 5px 10px ;
	margin-bottom: 15px;
	border-radius: 5px;
}

.zeile a {
	text-decoration: none;
	color: #eee;
}

.zeile td {
	padding: 0 15px;
	vertical-align: top;
}

.zeile span {
	margin: 0 15px;
}

.lIcon {
    width: 300px;
    height: 300px;
	float: left;
	margin: 10px 5px; 
	border-radius: 5px;
	padding: 10px;
}

.lIcon img {
    align-self: center;
    max-height: 220px;
}

.fHeight {
    height: 120%;
}

/* TEST BOTTOM-LOGO  */

.lBottom {
	position: fixed;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	color: #7A7979;
	bottom: 20px;
	left: 50px;
	width: 360px;
	height: 420px;
	z-index: 5;
}

.fBottom {
	color: #8050a3;
	height: auto;
	width: 100%;
	margin: auto;
}


/* components for DIV-Charts */

.colFrame {
    height: 28px;
    width: 60%;
    margin: 5px;
    float: left;
 }

.colItem {
    height: 100%;
    border-radius: 1px;
    border-style: ridge;
    border-width: 2px;
    float: left;
    padding: 6px;
    font-size: 12px;
    cursor: pointer;
}

/* Dropbox for Drag'n'Drop */

.drag {
  float: left;
  height: 32px;
  font: 400 10px/1 'Open Sans', sans-serif;
  margin: 5px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.dragTarg {
  float: left;
  width: 40%;
  min-height: 450px;
  margin: 2%;
  padding: 10px;
}

/* Switchbox */

.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100%;
	height: 20px;
	padding: 3px;
/*	margin: 0 10px 10px 0; */
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1.1em;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #777;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #333;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 84px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}


/* SLIDESHOW Components */

.slideShow {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-Index: 999;
}

.accordion {
	font-family: "Lato", sans-serif;
/*    background-color: #004380;
*/    color: #eee;
    cursor: pointer;
    width: 100%;
	font-weight: bold;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 5px;
}

.accordion:after {
    content: '\2B9F';
    color: #ccc;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2B9D";
}

.active, .accordion:hover {
    background-color: transparent;
	color: inherit;
}

.panel {
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* generic Table */

.genTab {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
    border-collapse: collapse; 
    width: 100%;
}

.genTab td {
    border: 1px solid #ddd; 
   	padding: 5px 10px;
	color: inherit;
}

.genTab th {
    border: 1px solid #eee; 
	font-size: 12px;
    padding: 12px 10px;
    color: white;
}

.genTab a {
	text-decoration: none;
    color: inherit;
}

.genTab input {
	margin: 5px;
	padding: 3px;
	width: 97%;
	font: 400 10px/1 'Open Sans', sans-serif;
	/*text-transform: uppercase;*/
}

/* generic ListTable */

.listTab {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
    border-collapse: collapse;
    width: 100%;
}

.listTab td {
    border: 0;
   	padding: 0px 5px;
	color: inherit;
}

.listTab th {
    border: 0;
	font-size: 12px;
    padding: 5px 5px;
    color: white;
}

.listTab a {
	text-decoration: none;
    color: inherit;
}

.listTab input {
	margin: 5px;
	padding: 3px;
	width: 97%;
	font: 400 10px/1 'Open Sans', sans-serif;
	/*text-transform: uppercase;*/
}
.listTab select {
	margin: 5px;
	padding: 3px;
	width: 97%;
	font: 400 10px/1 'Open Sans', sans-serif;
	text-transform: uppercase;
}

/* generic table-cell styling */

.oLeft {
	border-left: 0!important;
}

.oRight {
	border-right: 0!important;
}

.oBoth {
	border-left: 0!important;
	border-right: 0!important;
}

/* EVENT Components */

.cal  {
	border-collapse: collapse;
}

.cal th {
	min-width: 40px;
	padding: 0 5px;
	height: 30px;
}

.cal td {
	border: 1px solid #888888;
	border-collapse: collapse;
	height: 160px;
	width: 140px;
	vertical-align: top;
	padding: 8px;
}
.cal button {
	font-size: 12px;
	padding: 5px 10px;
	margin: 5px;
	border-radius: 8px;
}
.sat {
	background-color: #0F400F;
	color: #eee;
}
.sun {
	background-color: #0F400F;
	color: #eee;
}
.today {
	background-color: rgba(27,114,27,0.70);
}

.docTopic  {
	font-size: 14px;
	font-weight: normal;
	max-width: 1024px;
	border-collapse: collapse;
}
.docTopic td {
	border: 1px solid #888888;
	border-collapse: collapse;
	min-height: 20px;
	min-width: 30px;
	vertical-align: top;
	padding: 8px;
}
.docTopic button {
	padding: 5px 10px;
	margin: 5px;
	border-radius: 8px;

}

.docTopic h_sub {
	font-size: 18px;
}

.docTopic textarea {
	padding: 10px 5px;
	margin-bottom: 5px;
	border-radius: 5px;
}

.docTopic input {
	padding: 10px 5px;
	margin-bottom: 5px;
	border-radius: 5px;
}

.eventbtn button {
	padding: 5px 10px;
	margin: 5px;
	border-radius: 8px;
	font-size: inherit;
}
.startmet {
	padding: 10px 10px;
	margin: 15px 5px;
	border-radius: 10px;
	width: 98%;
}

.repInput input[type=text] {
	background-color: transparent;
	margin: 0 0 10px 0;
	width: 95%;
	color: #333;
	font-size: 14px;
	line-height: 2em;
	text-align: left;
	/*text-transform: uppercase;*/
	border: 1px #333 solid;
	border-radius: 5px;
	padding: 5px;
}

.repInput input[type=number] {
	background-color: transparent;
	margin: 0 0 10px 0;
	width: 95%;
	color: #333;
	font-size: 14px;
	line-height: 2em;
	text-align: left;
	border: 1px #333 solid;
	border-radius: 5px;
	padding: 5px;
}

.repInput input[type=date] {
	margin: 0 0 10px 0;
	width: 95%;
	font: 400 14px/1 'Open Sans', sans-serif;
	line-height: 2em;
	border: 1px #333 solid;
	border-radius: 5px;
	padding: 5px;
}

.repInput textarea {
	font: 600 12px/1 'Open Sans', sans-serif;
	line-height: 1.5em;
	background: transparent;
	padding:5px;
	margin: 0 0 10px 0;
	border: 1px #333 solid;
	border-radius: 5px;
	width:95%;
	overflow: hidden;
	resize: none;
}

.repInput select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* remove default arrow */
	min-height: 22px;
	font: 400 14px/1 'Open Sans', sans-serif;
	background-color: white;
	line-height: 2em;
	color: #333333;
	margin: 0 0 10px 0;
	text-align: left;
	border: 1px #333 solid;
	border-radius: 5px;
	padding: 5px;
	min-width: 160px;
	width: 95%;
}

.form-container {
	position: relative;
	top: 10%;
	max-width: 350px;
	max-height: 750px;
	margin: 0 auto;
	line-height: 10px;
	border-style: solid;
	border-width: medium;
	border-color: dimgray;
	padding: 10px 10px;
	border-radius: 10px;
}

.form-container div.form-content{
	margin-top: 20px;
}

.form-container button.close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.form-container textarea {
	padding: 15px;
	margin: 0;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: initial;
	background: #FFFFFF;
	width: 98%;
	resize: none;
}

.form-container select {
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
	font-size: 12px;
	background: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: initial;
	width: 98%;
	resize: none;
}

.form-container textarea.inputor {
	min-height: 200px;
	margin-left: 3px;
}

.form-container h3 {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	top: 12px;
	left: 10px;
}

.form-container textarea:focus {
	background-color: #FFFFFF;
	outline: none;
}

.form-container .btn {
	/* background-color: #eee; */
	color: #333;
	padding: 10px 0;
	margin: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
	width: 98%;
	opacity: 1;
}

.form-container .btn:hover, .open-button:hover {
	opacity: 1;
}

.form-container .send {
	color: #eee;
}

.form-container .input {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: initial;
	background-color: #FFFFFF;
}

.searchButton {
	margin-bottom: 20px;
}

.searchButton button {
	/*	background-color: #004380; */
	color: #eee;
	font: 800 12px/1 'Open Sans', sans-serif;
	border: 1px solid #000000; /* Add a grey border */
	border-radius: 5px;
	cursor: pointer;
	padding: 8px;
	margin: 3px;
}

/* components for search items */

#myCont {
	width: 95%;
}

#myInput {
	background-image: url('../graphics/Main_Icon/search_dark.png'); /* Add a search icon to input */
	background-position: 5px 8px; /* Position the search icon */
	background-repeat: no-repeat; /* Do not repeat the icon image */
	width: 100%; /* Full-width */
	font: 400 12px/1 'Open Sans', sans-serif;
	padding: 8px 15px 8px 40px; /* Add some padding */
	border: 1px solid; /* Add a grey border */
	border-radius: 5px;
	margin: 12px 0; /* Add some space below the input */
}

.myInput {
	background-image: url('../graphics/Main_Icon/search_dark.png'); /* Add a search icon to input */
	background-position: 5px 3px; /* Position the search icon */
	background-repeat: no-repeat; /* Do not repeat the icon image */
	width: 100%; /* Full-width */
	font: 400 12px/1 'Open Sans', sans-serif;
	padding: 5px 15px 5px 40px; /* Add some padding */
	border: 1px solid; /* Add a grey border */
	border-radius: 5px;
	margin: 12px 0; /* Add some space below the input */
}

.formInput {
	background-color: white;
	color: #333;
	width: 100%; /* Full-width */
	font: 400 12px/1 'Open Sans', sans-serif;
	padding: 5px 10px; /* Add some padding */
	border: 1px solid;
	border-radius: 5px;
	margin: 6px 0; /* Add some space below the input */
}

.nav li a {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 15px 0 15px 20px;
	font-size: 12px;
	color: #eee;
	border-bottom: 1px solid #222;
}

/* Styling of Knockout Components */

.tabs li:hover {
	background-color: #444;
}
.tabs li {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}
.tabs li {
	*display: inline !important; /* IE7 only */
}
.tabs li:first-child {
	border-left: none;
	border-radius: 7px 0 0 7px;
}

.tabs .selected {
	background-color:  #AB1414 !important;
	color: white;
	text-shadow:none;
	border-right-color: #aaa;
	border-left: none;
}
.versions li:hover {
	background-color: #630202;
	color: #eee;
}
.versions li {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 15px;
	margin: 5px 0;
	border-radius: 5px;
	cursor: pointer;
}
.versions  .selected {
	background-color: #AB1414 !important;
	color: white;
	text-shadow:none;
	border-right-color: #aaa;
	border-left: none;
	box-shadow:inset 1px 2px 6px #070707;
}
.actbutton {
	background-color: #1e9e11;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
}
.actbutton:disabled {
	background-color: #82a47f;
	cursor: not-allowed;
}

/*
    .actbutton::before {
        content: url(/graphics/Main_Icon/plus.png);
    }
*/

/* Table layout */

.lister {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	-webkit-backface-visibility: hidden;
	border-collapse: collapse;
	width: 100%;
}

.lister td, .lister th {
	border: 1px solid #ddd;
	padding: 5px 10px;
	color: #333333;
}

.lister tr:nth-child(odd){
	background-color: rgba(255,255,255,1);
}

.lister tr:nth-child(even){
	background-color: rgba(255,255,255,0.7);
}

.lister th {
	padding-top: 12px;
	padding-bottom: 12px;
	color: white;
}

.lister a {
	text-decoration: none;
	color: #eee;
}

.mainHeader {
	position: relative;
	width: 90%;
	left: 5px;
	top:0;
	z-index: 190;
}

.mainIcon {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 3px;
	z-index: 200;
}

.mainSelect {
	opacity: 0.8;
}
.mainSelect:hover {
	opacity: 1;
}
.subIcon {
	visibility: hidden;
	z-index: 200;
	margin: 0 5px;
	min-width: 120px;
	padding: 3px 5px 7px 15px;
	box-shadow: -1px -1px 5px rgba(255,255,255,0.2), 5px 5px 5px rgba(0,0,0,0.4);
	border-radius: 10px 0 10px 10px;
}
.subIcon a {
	transition: none;
}

.subIcon a:hover {
	transform: scale(1.1);
}

.node {
	display: block;
	cursor: pointer;
	padding: 7px 5px;
	margin: 0 0 10px 0;
	font-size: 12px;
	border-radius: 8px;
}

.node a {
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 12px;
	color: #eee;
}

#revisions section, #revisions .pointer, #revisions h1, #revisions p, #revisions div {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#revisions {
	margin-bottom:30px;
	border-radius: 2px;
	width: 100%;
	height: 80vh;
}
#revisions h1 {
	line-height:1.2;
	font-size:14px;
	margin:0;
	padding: 10px;
	cursor: pointer;
	position: sticky; top: -1px; z-index: 150
}

#revisions h1 a {
	color:white;
}
#revisions section {
	overflow:hidden;
	overflow-y: hidden;
	height: 70vh;
	border:1px #333 solid;
}
#revisions div {
	padding: 10px;
	height: 102%;
}
#revisions div ::-webkit-scrollbar-track {
	background: transparent;
}


#revisions section.ac_hidden div:not(.pointer) {
	color:#fff;
}

#revisions section.ac_hidden {
	height:38px;
}

#revisions input, #revisions select {
	font-size: 10px;
	padding: 3px 3px;
	max-width: 110px;
	min-width: 0px;
}

.calcscreen {
	max-width: 30%;
	width: auto;
}

.calcinfo {
	width: 65%;
	height: 90% !important;
	overflow-y: auto;
}

section .remark {
	position: relative;
	display: inline-block;
	float: right;
	text-align: center;
	font-size: 12px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	top: -2px;
	height: 20px!important;
	width: 20px!important;
	padding: 2px 5px!important;
	right: 45px;
	border-radius: 50%;
	background: #B00006;
	z-index: 55;
	box-shadow: -1px -1px 4px rgba(255,255,255,0.8), 5px 5px 5px rgba(0,0,0,0.4);
	/*box-shadow: 2px 2px 5px rgba(255,255,255,0.5), -3px -3px 5px rgba(0,0,0,0.4);*/
}

.LangMen {
	position: absolute;
	top: 5px;
	left: -40px;
	width: 80px;
	height: 300px;
	align-content: center;
	z-index: 10;
}

.LangRewMen {
	position: absolute;
	top: 5px;
	left: -13px;
	width: 55px;
	height: 100px;
	align-content: center;
	z-index: 10;
}

.menSelect {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	margin: 8px 16px 8px 8px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	cursor: pointer;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

.menSelect:hover {
	background: #a73b26;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a76a69), color-stop(10%, #a76a69), color-stop(40%, #a72912), color-stop(100%, #a72912));
	background: linear-gradient(to bottom right, #a76a69 0%, #a76a69 10%, #a72912 40%, #a72912 100%);
	color: #eee;
}

.menSelect.active {
	background: #a73b26;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a76a69), color-stop(10%, #a76a69), color-stop(40%, #a72912), color-stop(100%, #a72912));
	background: linear-gradient(to bottom right, #a76a69 0%, #a76a69 10%, #a72912 40%, #a72912 100%);
	color: #eee;
}

.menSelect.open {
	background: #a73b26;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a76a69), color-stop(10%, #a76a69), color-stop(40%, #a72912), color-stop(100%, #a72912));
	background: linear-gradient(to bottom right, #a76a69 0%, #a76a69 10%, #a72912 40%, #a72912 100%);
	color: #eee;
}

.RepMen {
	position: absolute;
	top: -25px;
	left: -60px;
	width: 80px;
	height: 85vh;
	align-content: center;
	z-index: 10;
}

.repSelect {
	width: 70px;
	height: 30px;
	border-radius: 15px;
	margin: 5px 10px;
	text-align: center;
	font-size: 8px;
	font-weight: 600;
	line-height: 20px;
	cursor: pointer;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	transition: all 0.3s ease;
}

.repSelect:hover {
	background: #328a99;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #328a99), color-stop(0%, #328a99), color-stop(0%, #216499), color-stop(100%, #216499));
	background: linear-gradient(to bottom, #328a99 0%, #328a99 0%, #216499 0%, #216499 100%);
	color: #eee;
}

.repSelect.active {
	background: #328a99;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #328a99), color-stop(0%, #328a99), color-stop(0%, #216499), color-stop(100%, #216499));
	background: linear-gradient(to bottom, #328a99 0%, #328a99 0%, #216499 0%, #216499 100%);
	color: #eee;
}

.repSelect.addBoard {
	height: 20px;
	background: #a73b26;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a76a69), color-stop(10%, #a76a69), color-stop(40%, #a72912), color-stop(100%, #a72912));
	background: linear-gradient(to bottom right, #a76a69 0%, #a76a69 10%, #a72912 40%, #a72912 100%);
	color: #eee;
}


.LockMen {
	position: absolute;
	top: 0px;
	left: -20px;
	width: 80px;
	height: 85vh;
	align-content: center;
	z-index: 10;
}

.lockSelect {
	width: 70px;
	height: 22px;
	border-radius: 15px;
	margin: 5px 10px;
	text-align: center;
	font-size: 8px;
	font-weight: 600;
	line-height: 20px;
	cursor: pointer;
	border: 2px #777 groove;
	transition: all 0.3s ease;
}

.lockSelect:hover {
	background: #a73b26;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a76a69), color-stop(10%, #a76a69), color-stop(40%, #a72912), color-stop(100%, #a72912));
	background: linear-gradient(to bottom right, #a76a69 0%, #a76a69 10%, #a72912 40%, #a72912 100%);
	color: #eee;
}


.bBorder {
	border-bottom: 1px #FFF groove;
	border-radius: 0;
	/*	box-shadow: 5px 0 5px -5px #fff;	*/
}
.tBorder {
	border-top: 1px #FFF groove;
	border-radius: 0;
/*	box-shadow: -5px 0 5px -5px #fff;	*/
}
.bBorder {
border-bottom: 1px #FFF groove;
border-radius: 0;
}

/* Style the tab */
.pageTab {
	overflow: hidden;
	padding: 10px 0 0 0;
	border-bottom: solid 1px #a8a8a8;
}

/* Style the buttons inside the tab */
.pageTab button {
	padding: 10px 10px;
	background: #555555;
	border-radius: 8px 8px 0 0;
	margin-left: 0.1em;
	opacity: 1;
	float: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

/* Change background color of buttons on hover */
.pageTab button:hover {
	background: #a73b26;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a76a69), color-stop(10%, #a76a69), color-stop(40%, #a72912), color-stop(100%, #a72912));
	background: linear-gradient(to bottom right, #a76a69 0%, #a76a69 10%, #a72912 40%, #a72912 100%);
}

/* Create an active/current tablink class */
.pageTab button.active {
	background: #a73b26;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a76a69), color-stop(10%, #a76a69), color-stop(40%, #a72912), color-stop(100%, #a72912));
	background: linear-gradient(to bottom right, #a76a69 0%, #a76a69 10%, #a72912 40%, #a72912 100%);
}

/* Style the tab content */
.pageTabContent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}


.ProgressBar {
	margin: 0 auto;
	padding: 2em 0 3em;
	list-style: none;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.ProgressBar-step {
	text-align: center;
	position: relative;
	width: 100%;
}
.ProgressBar-step:before,
.ProgressBar-step:after {
	 content: "";
	 height: 0.5em;
	 background-color: #9F9FA3;
	 position: absolute;
	 z-index: 1;
	 width: 100%;
	 left: -50%;
	 top: 50%;
	 transform: translateY(-50%);
	 transition: all .25s ease-out;
 }

.ProgressBar-step:first-child:before,
.ProgressBar-step:first-child:after {
	 display: none;
 }

.ProgressBar-step:after {
	 background-color: #dc5c26;
	 width: 0%;
 }

.ProgressBar-step.is-complete + .ProgressBar-step.is-current:after,
.ProgressBar-step.is-complete + .ProgressBar-step.is-complete:after {
	 width: 100%;
 }

.ProgressBar-icon {
	width: 2.5em;
	height:2.5em;
	background-color: #9F9FA3;
	fill: #9F9FA3;
	border-radius: 50%;
	padding: 0.5em;
	max-width: 100%;
	z-index: 10;
	position: relative;
	transition: all .25s ease-out;
}
.ProgressBar-icon.is-current {
	fill: #00637C;
	background-color: #dc5c26;
}

.ProgressBar-icon.is-complete {
	fill: #DBF1FF;
	background-color: #dc5c26;
}

.ProgressBar-stepLabel {
	display: block;
	text-transform: uppercase;
	color: #9F9FA3;
	position: absolute;
	padding-top: 0.5em;
	width: 100%;
	transition: all .25s ease-out;
}

.respIcon {
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	border: solid 2px;
	border-color: #333333;
	text-align: center;
	position: absolute;
	left: -6px;
	width: 50px;
	height: 40px;
	padding: 5px 7px 5px 12px;
	background-color: #dc5c26;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 800;
	z-index: 100;
}

