.with-header {
	padding-top: 120px;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 56px;
	z-index: 500;
}
.language-message {
	position: fixed;
	top: 56px;
	left: 0;
	width: calc(100% - 16px);
	height: 20px;
	z-index: 500;
	background-color: #FEEB3B;
	font-size: 12pt;
	line-height: normal;
	padding: 8px;
}
.language-message .close-icon {
	position: absolute;
	top: 8px;
	right: 10px;
	color: #424242;
	cursor: pointer;
}
.drawer-button {
	padding: 16px;
	cursor: pointer;
	float: left;
	padding: 16px;
}
header .header-title-img {
	position: absolute;
  width: auto;
  height: auto;
	max-width: calc(100% - 100px);
	max-height: 42px;
  top: 50%;
	margin: 5px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.copy-text:before {
	content: "Copyright \00a9  2016-2019 Chronoscope All Rights Reserved.";
}
.drawer-menu {
	position: fixed;
	width: 275px;
	top:0px;
	left:-270px;
	height:100vh;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}
.drawer-menu-contents {
	width: 266px;
	top:0px;
	left:-266px;
	height:100vh;
	background-color: rgb(235, 235, 235);
	z-index: 999;
}
.drawer-user-section {
	width: 100%;
	height: 52px;
}
.drawer-top-ribbon {
	height: 120px;
	width:100%;
}
.drawer-logo {
	height: 48px;
	width: 48px;
	margin-top: 20px;
	margin-left: 20px;
}
.drawer-title-img {
	margin: 5px;
	margin-top: 80px;
	width: 200px;
}
.drawer-menu-section {
	padding-top: 8px;
}
.drawer-menu-content {
	height: 48px;
	padding: 8px;
	cursor: pointer;
	background-color: rgb(235, 235, 235);
}
.drawer-menu-content:hover {
	background-color: rgb(199, 199, 199)
}
.drawer-menu-content .material-icons {
	margin: 10px;
	margin-right: 32px;
	float: left;
}
.drawer-menu-content-text {
	margin-top: 12px;
	float: left;
}
.modal-back {
	position: fixed;
	top: 0px;
	left:0px;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 600;
	display: none;
}
