* {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
 background-color: #fff;
	color: #262626;
	/*color:#6c757d; */
}

td {
	padding: 4px;
}

#header {
	background-color: #1d8ef3;
	position: absolute;
	text-align:center;
	left: 0px;
	top: 0;
	right: 0;
	height: 45px;
	line-height: 45px;
	
	cursor: default;
}

#appLogo {
	display: inline-block;
	width: 249px;
	height: 25px;
	position: absolute;
	left: 15px;
	top: 10px;
	background-image: url(Images/AITSVMS.png);
	z-index: 1;
}

#appTitle {
	position: absolute;
	left: 90px;
	top: 20px;
	font-size: 1.6em;
	display: inline-block;
	z-index: 1;
	display: none;
}

#appDesc {
	font-size: 1.4em;
	display: inline-block;
	color: #fff;
}

#content {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 90px;
	bottom: 32px;
}

#appMenu {
	z-index: 1;
	display: block;
	white-space: nowrap;
	position: absolute;
	top: 45px;
	height:45px;
	left: 0px;
	right: 0px;
	line-height: 45px;
	background-color:#333d46;
	display: flex;
}

.appm-item {
	display: inline-block;
	text-decoration: none;
	box-sizing: border-box;
}

.appm {
	flex:1;
	text-align:center;
	color: #d0d0d0;
	background: transparent;
	transition: background .2s ease-in-out;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	font-size:1.1em;
	border-right:solid 1px #3e4a54;
}

	.appm:hover {
		color: #fff;
		background-color:#637687;
	}
	.appm.selected {
		background-color: #1e2328;
		color:#fff;
	}

	/*
  .appm.selected, .appm:hover {
    background-color: #2c3b41;
    color: #fff;
    margin-top: -3px;
    line-height: 33px;
    border-bottom: solid 3px #ecf0f5;
  }
*/
	.appm > .ax-ico {
		margin-left: 1px;
		margin-right: 8px;
	}

#appLinks {
	display: none;
}

#appLang {
	top: 16px;
	position: absolute;
	right: 40px;
	font-size: 12px;
	color: #4f5f6f;
	z-index: 2;
}

	#appLang > a.lang {
		text-decoration: none;
		color: #d0d0d0;
		margin: 3px;
		padding: 0 2px;
		cursor: pointer;
	}

		#appLang > a.lang:hover {
			color: #fff;
		}

	#appLang > a.selected {
		
		font-weight: bold;
		cursor: default;
		text-decoration: underline
	}

#footer {
	position: absolute;
	bottom: 0;
	left: 5px;
	right: 0;
	height: 28px;
	font-size: 12px;
	color: #333;
}

#adminButton {
	position: relative;
	left: 5px;
	top: 9px;
	font-size: 12pt;
	line-height: 1px;
	color: #333;
	cursor: pointer;
	margin-right: 5px;
}

#copyright {
	position: relative;
	left: 5px;
	top: 8px;
}

#userInfo {
	position: absolute;
	right: 20px;
	top: 7px;
	font-size: 10pt;
}

#userName, #userRole {
	margin-left: 5px;
	margin-right: 25px;
	font-weight: bold;
	color: #333;
}

#loginButton {
	position: absolute;
	right: 3px;
	bottom: 1px;
	cursor: pointer;
	color: transparent;
	text-indent: -30px;
	width: 24px;
	height: 24px;
}

.Login {
	background-image: url(images/login24.png);
}

.Logout {
	background-image: url(images/logout24.png);
}

#rolesBtn {
	position: absolute;
	right: -15px;
	bottom: -1px;
}

#htmlViewer {
	height: 100%;
	overflow-y: auto;
}

#shader {
	background-color: #ced2d8 !important;
}

#shaderLoader {
	background-image: url(images/loader.gif);
	width: 90px;
	height: 92px;
	margin: 25% auto 0 auto;
}

#LoginWindow {
	margin: 10% auto 0 auto;
	width: 520px;
}

	#LoginWindow > .axdlg-body {
		padding: 5px 10px 10px 10px;
	}

#appEvents {
	position: absolute;
	top: 12px;
	left: 50%;
	color: #cce7f3;
	cursor: default;
	color: #fff;
	z-index: 1;
}

#userProfile {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	width: 210px;
	color: #153d77;
	text-align: center;
	z-index: 10;
}

	#userProfile > img {
		width: 64px;
		height: 64px;
		margin-top: 1.5em;
	}

	#userProfile > a, #userProfile > small {
		display: block;
		line-height: 2em;
		letter-spacing: 1px;
		text-decoration: none;
		color: #ddeeed;
	}

.rounded-circle {
	border-radius: 50% !important;
}

.fc-header {
	border: 0 !important;
	background-color: transparent !important;
}

div:focus {
	outline: 0;
}

#appSideMenu {
	z-index: 100;
	width: 70%;
	font-size: 1.1em;
	position: absolute;
	top: 36px;
	left: 0;
	bottom: 32px;
	background-color: #5694b8;
}

#userSideMenu {
	z-index: 100;
	max-width: 300px;
	font-size: 1.1em;
	position: absolute;
	top: 36px;
	right: 0;
	border: 1px solid #85CE36;
	background-color: #3A4651;
}

	#userSideMenu > a {
		display: block;
		text-decoration: none;
		color: #d1dce4;
		padding: 8px 2em;
	}

		#userSideMenu > a:hover {
			color: #000;
			background-color: #85CE36;
		}

.appl.selected {
	color: #FFF !important;
	font-weight: bold;
}


#linksBarBtn {
	display: inline-block;
	position: absolute;
	top: 11px;
	right: 8px;
	color: #d0d0d0;
	font-size: 17pt;
	font-family: 'fontello';
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
	z-index: 10;
}

	#sideBarBtn:hover, #linksBarBtn:hover {
		color: #85CE36;
	}

	#linksBarBtn::before {
		content: '\e9a7';
	}


@media screen and (max-width: 1200px) {
	#appDesc, #appMenu, #copyright, #userProfile {
		display: none;
	}

	#content {
		left: 0px;
		right: 0px;
	}

	#sideBarBtn {
		display: inline-block;
		position: absolute;
		top: 7px;
		left: 8px;
		z-index: 1;
		color: #fff;
		font-size: 16pt;
		font-family: 'fontello';
		font-weight: normal;
		font-style: normal;
		cursor: pointer;
		z-index: 10;
	}

		#sideBarBtn::before {
			content: '\f233';
		}


	.appm-item {
		display: block;
		text-decoration: none;
		box-sizing: border-box;
	}

	.appm {
		display: block;
		padding: 10px;
		/* font-weight: 400; */
		background: transparent;
		transition: background .1s ease-in-out;
		position: relative;
		text-decoration: none;
		cursor: pointer;
		line-height: 36px;
	}

		.appm.selected, .appm:hover {
			border-top: 0;
			border-bottom: 0;
			line-height: 36px;
		}
}

@media screen and (max-width: 768px) {
	#LoginWindow {
		margin: 20% auto 0 auto;
		width: 95%;
	}

	#userInfo > label {
		display: none;
	}
}

.p-0 {
	padding: 0 !important;
}

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1, .py-1 {
	padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
	padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2, .py-2 {
	padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
	padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
	padding-left: 0.5rem !important;
}


.sec-row {
	border-bottom: solid 1px #b1b1b1;
	padding-bottom: 1em;
}

.sec-number {
	float: left;
	line-height: 2em;
}

.sec-checkbox {
	float: left;
	margin-right: 5px;
}

.sec-header {
	font-weight: bold;
	font-size: 1.2em;
}

.sec-header-ru {
	padding-left: 18px;
	font-style: italic
}

.sec-header-chk {
	padding: 1em 0 1em 0;
	text-align: center
}

.sec-invisible {
	opacity: 0.5
}

.grid {
	background: white;
	border-radius: 5px;
}

	/* clearfix */
	.grid:after {
		content: '';
		display: block;
		clear: both;
	}

.grid-item {
	width: 500px;
	float: left;
}

.grid_wd, .sec-sizer {
	width: 47%;
	margin-left: 1.4%;
	margin-top: 15px;
	background-color: #fdfdfd;
}

.displaynone {
	display: none !important;
}

.sec-ico-minus, .sec-ico-plus {
	float: right;
	margin-top: 10px;
	font-size: 18pt;
}

	.sec-ico-minus:before {
		content: '\a050';
		color: #3c8ebd;
	}

	.sec-ico-plus:before {
		content: '\a040';
		color: #3c8ebd;
	}
