body.orchestrator {
	width: 100%;
	height: 100%;
}

body.orchestrator #subheader,
body.orchestrator #subheader .index-bar{
	background-color: #f8f8f8;
	border: 0px;
}

body.orchestrator header,
body.orchestrator #header {
	position: relative;
	top: 0px;
  background: none;
  width: 100%;
	height: 53px;
	border-top: 0px;
	border-bottom: 0px;
}

body.orchestrator .reactBootstrapWrapper header{
	border-bottom: 1px #f2f2f2 solid;
}

body.orchestrator header.header-sticky{
	position: fixed;
	z-index: 2000;
	background-color: #fff;
	top: 0;
}

body.orchestrator #section#accounts-container{
	width: 100%;
	padding-bottom: 15px;
}

body.orchestrator main#content-wrapper.orchestrator-wrapper {
	position: static;
	max-width: 1140px;
	width: 1140px;
	/* margin: 0 auto; */
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
	/* padding-top: 10px; */
	/* padding-top: 10px 15px 0px 15px; */
}

body.orchestrator .orchestrator-container {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
}

body.orchestrator .sidenav-menu{
	padding-top: 15px;
	/* background-color: coral;*/
}


body.orchestrator #sidenav.minimized {
	/* width: 22px;*/
	width: 100%;
}

body.orchestrator #content {
	/* width: 946px;*/
	width: 100%;
	float: left;
	/* margin-top: 10px; */
}
body.orchestrator #content.minimized {
	/* width: 780px;*/
	width: 100%;
}

body.orchestrator #sidenav+#content {
	/* width: 946px;*/
	width: 100%;
}
body.orchestrator #sidenav+#content.minimized {
	/* width: 780px;*/
	width: 100%;
}

body.orchestrator .box-pin input[type="password"], body.orchestrator .box-pin-sms input[type="password"] {
	box-sizing: content-box;
}

span#accounting-account-container, span#accounting-saldo-container, #privacy-toggle-container {display: none;}

