@font-face {
	font-family: 'MonsterratRegular';
	src: url('../fonts/monsterrat/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'MonsterratExtraBold';
	src: url('../fonts/monsterrat/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body, html {
	width: 100%;
	height: 100%;
	font-family: MonsterratRegular;
	background-color: #e9f3f7;
}


a:hover {
	text-decoration: underline;
}

a.mdl-button:hover,
a.btn:hover {
	text-decoration: none;
}



img {
	border: 0;
}
table {
	border: 0;
}


.mdl-button {
	font-family: MonsterratRegular;
}


.main-color {
	background-color: #0a3e65 !important;
}

.text-main-color {
	color: #0a3e65 !important;
}


.login-form {
	position: absolute;
	width: 100%;
	left: 0;
	top: 40%;
	transform: translateY(-50%);
}

@media only screen and (max-width: 600px) { 
	.login-form {
		top: 50%;
	}
}


.login-form .card, .error.card, #needhelp .card {
	padding: 20px;
	border-radius: 15px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.14), 
		0 0px 10px 0 rgba(0, 0, 0, 0.12), 
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.login-background {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/login-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.5;
}

.login-form .logo {
	text-align:center;
}

.login-form .logo img {
	height: 50px;
}

.login-form .title-wrapper {
	position: relative;
	height: 70px;
}

.login-form .title-wrapper .title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	padding: 0 20px;
	z-index: 10;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
}

.login-form .title-wrapper .title-line {
	position: absolute;
	top: calc(50% - 2px);
	left: 50%;
	width: 100%;
	height: 1px;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.5);
	transform: translateX(-50%) translateY(-50%);
}

.login-form .title-wrapper .title-line:nth-last-child(2) {
	top: calc(50% + 2px);
}

.login-form .mdl-textfield__input {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 7px;
	padding-left: 8px;
}

.login-form .mdl-textfield__label {
	margin: 0 0 0 4px;
	padding: 0 0 0 5px;
    width: calc(100% - 8px);
}

.login-form .mdl-textfield__label::after {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.mdl-button {
	border-radius: 7px;
}

.login-form .mdl-button {
	padding: 0 30px;
	border-radius: 7px;
}

.disabled-element {
    opacity: 0.65;
    pointer-events: none;
}


.login-form #restore {
	margin: 10px 0 0 0;
	text-transform: none;
}

.login-form #restore-info, .login-form #restore-form {
	text-align: left;
}

.login-form #back {
	padding: 0 5px;
	text-transform: none;
	color: rgba(0, 0, 0, .57);
}

.login-form #restore-info .info-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
}

.login-form #restore-info .info {
	margin-top: 20px;
	font-size: 18px;
	line-height: 20px;
}

.login-form #restore-info .link {
	font-size: 16px;
	line-height: 18px;
}


.login-form #restore-info .link a {
	cursor: pointer;
}

.login-form #restore-info .link .divider {
	margin: 20px 0 20px 0;
}

.login-form #restore-info .link a:hover {
	text-decoration: underline;
}

.login-form #restore-form #techno {
	margin-top: 0;
    width: 100%;
    border-radius: 7px;
    padding: 3px;
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.mdl-textfield__error {
    font-size: 10px;
    margin-top: 0;
}


.lang-container {
	position: absolute;
	top: 20px;
	right: 10px;
}

.lang-container .mdl-button {
	border-radius: 7px;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.1);	
    padding: 0 10px 0 18px; 
}



.row {
	margin: 0 !important;
}

ul {
	height: unset !important;
	line-height: unset !important;
}

div {
    box-sizing: border-box !important;
}

.header.navbar-fixed {
	z-index: 990;
	font-family: MonsterratRegular !important;
}

.header.navbar-fixed ul {
	margin-right: 20px;
}

.header .username {
	margin: 0 30px;
	font-size: 18px;
}

.content-section {
	margin: 0;
	padding: 10px 30px !important;
	overflow-x: auto; 
}

.navbar-fixed {
    height: 64px;
}

.content-section {
	position: relative;
	min-width: 83.3333333%;
    height: calc(100% - 64px);
    overflow-x: auto;
}

@media only screen and (max-width: 993px) { 
	.content-section {
		padding: 10px 2px !important;
		min-width: 100%;
		max-width: 100%;
	}
}

.content-section {
	font-size: 12px;
	line-height: 14px;
}

.content-section .content {
	width: 100%;
}

.content {
	padding: 20px;
}

.main-sidebar {	
	font-family: MonsterratRegular !important;
	z-index: 989;
	position: fixed;
	width: 100%;
	height: calc(100% - 64px);
	padding: 0 !important;
	overflow-y: auto; 
}

.header nav {
	height: 64px !important;
    line-height: 64px !important;
}


.main-sidebar .item--collapsible-header.mdl-button,
.main-sidebar .item--collapsible,
.main-sidebar .item--collapsible a,
.main-sidebar .item--collapsible-body,
.main-sidebar .item--collapsible-body a,
#modules-menu-slide-out .item--collapsible-header.mdl-button,
#modules-menu-slide-out .item--collapsible,
#modules-menu-slide-out .item--collapsible a,
#modules-menu-slide-out .item--collapsible-body,
#modules-menu-slide-out .item--collapsible-body a {
	background-color: transparent !important;
	color: rgba(255, 255, 255, 0.87);
	border-radius: 0;
	border: none;
	box-shadow: none;
	text-transform: none;
	text-align: left;
	margin: 0 !important;
	width: 100% !important;
}

.main-sidebar .item--collapsible a {
	height: auto;
	line-height: 16px;
	padding: 14px 10px 14px 10px;
}

#modules-menu-slide-out .item--collapsible a {
	height: auto;
	line-height: 16px;
	padding: 14px 35px 14px 10px;
}

.main-sidebar .item--collapsible-header.mdl-button {
	font-size: 14px;
	line-height: 16px;
	padding: 14px 10px 14px 10px;
	width: 100%;
	height: auto;
}

#modules-menu-slide-out .item--collapsible-header.mdl-button {
	font-size: 14px;
	line-height: 16px;
	padding: 14px 35px 14px 10px;
	width: 100%;
	height: auto;
}




.main-sidebar .item--collapsible-header.mdl-button.level-0,
#modules-menu-slide-out .item--collapsible-header.mdl-button.level-0 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold
}

.main-sidebar .item--collapsible-body,
#modules-menu-slide-out .item--collapsible-body {
	padding: 0;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.12) inset, 
		0 1px 10px 0 rgba(0,0,0,0.06) inset, 
		0 -3px 4px -1px rgba(0,0,0,0.12) inset;
	background-color: rgba(0, 0, 0, 0.08) !important;	
}

.main-sidebar .item--collapsible-body a,
#modules-menu-slide-out .item--collapsible-body a {
	padding: 14px 30px 14px 30px;	
	font-size: 14px;
	line-height: 16px;
	width: 100%;
	height: auto;
}

.main-sidebar .item--collapsible-header:hover,
.main-sidebar a:hover,
#modules-menu-slide-out .item--collapsible-header:hover,
#modules-menu-slide-out a:hover {
	background-color: rgba(0, 0, 0, 0.15) !important;
}

.main-sidebar .item--collapsible-body .item--collapsible-header,
#modules-menu-slide-out .item--collapsible-body .item--collapsible-header {
	padding: 14px 30px 14px 40px;	
}

.main-sidebar .item--collapsible-body .item--collapsible-body a,
#modules-menu-slide-out .item--collapsible-body .item--collapsible-body a {
	padding: 14px 30px 14px 70px;
}

.main-sidebar a.active.mdl-button,
#modules-menu-slide-out a.active.mdl-button {
	box-shadow: inset 5px 0 0 #2196f3;
	background-color: rgba(0, 0, 0, 0.1) !important;
}

#modules-menu-slide-out {
	font-family: MonsterratRegular !important;
	max-width: 240px;
	overflow-y: auto;
	height: 100% !important;
    padding: 0;
}

#modules-menu-slide-out .username {
	color: rgba(255, 255, 255, 0.87);
	font-size: 16px;
	margin: 8px 4px;
}

#modules-menu-slide-out {
	text-align: center;
}

#modules-menu-slide-out .divider {
	background-color: rgba(255, 255, 255, 0.3);
}

#modules-menu-slide-out .mdl-button {
	margin: 10px 0;
}

#content {
	display: table;
	width: 100%;
}

.item--collapsible-icon {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 30px;
	transform: translateY(-50%);
}

.item--collapsible-icon i {
	margin: 0;
	transform: rotate(90deg);
}

#content .row .col {
	padding: 0 22px;
}

.tabs .tab a {
	font-size: 13px !important;
}

.modal.fullscreen-modal {
	overflow-x: hidden;
}


#content {
	margin: 0 !important;
}




.chatter_avatar_layout {
    margin: 0;
    padding: 0;
}
.chatter_avatar_layout span.chatter_avatar_circle {
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background: #263238;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
}
.chatter_avatar_layout img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}


#profile-dropdown {
	height: 100%;
	display: block;
	border-radius: 0;
}

.dropdown-content a:hover {
	text-decoration: none;
}


.chatter_avatar_layout.profile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.chatter_avatar_layout.profile span.chatter_avatar_circle {
    margin: 0;
    font-size: 20px;
}

.chatter_avatar_layout.profile span.chatter_avatar_circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
}

.chatter_avatar_layout.profile img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: top;
    display: block;
    margin: 6px 0;
}

.chatter_avatar_layout.sidebar-user-info {
    height: 100%;
    line-height: 20px;
    min-height: 60px;
    padding: 20px 10px 10px 70px;
    position: relative;
}

.chatter_avatar_layout.sidebar-user-info img {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
}

.chatter_avatar_layout.sidebar-user-info span.chatter_avatar_circle {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    margin: 0;
    font-size: 20px;
    line-height: 48px;
}

#chatter .chatter_avatar img {
    object-fit: cover;
    object-position: center;
}


.group-label {
    font-size: 11px;
    background-color: #c3d5e5;
    color: rgba(0, 0, 0, 0.87) !important;
    border-radius: 4px;
    padding: 1px 3px;
    width: auto;
    display: inline-block;

    vertical-align: middle;
}


#dropdown-p {
	min-width: 318px;
	transition: height 0.4s ease-out;
}

#dropdown-p a.item {
	height: 100%;
	color: rgba(0, 0, 0, 0.87);
	text-transform: none;
	text-align: left;
	display: inline-block;
	width: 100%;
	border-radius: 0;
}


.dropdown-content li > a > i {
    margin: 0 10px 0 0;
}


.disabled-element-full-opacity {
	pointer-events: none;
}

.header .logo {
	height: 64px; 
	margin-left: 10px; 
	color: white;
	position: absolute;
}

.header .logo img {
	margin: 18px 30px 0 18px; 
	height: 30px; 
	transform: scale(1.5);
}

@media only screen and (max-width: 600px) {
	ul.avatar {
		margin-right: 0 !important;
	}


	.header .logo {
		height: 64px; 
		margin-left: 0; 
		color: white;
	}

	.header .logo img {
		margin: 18px 0 0 0; 
		height: 30px; 
		transform: scale(1);
	}
}


.message-badge-parent {
    position:relative;
    display:inline-block;
    padding: 0 14px
}

.message-badge {
    color: #fff;
    background: red;
    border-radius: 15px;
    padding: 4px 0;
    font-size: 10px;
    position: absolute;
    height: 16px;
    top: 12px;
    right: 0px;
    width: 24px;
    text-align: center;
    line-height: 10px;
}

.header-icon {
	height: 100%;
	display: block;
	border-radius: 0;
	overflow: visible;
	padding: 0;
}


.message-badge-parent .material-icons {
	height: 64px;
	line-height: 64px;
}

@media only screen and (max-width: 600px) {
	.header-icon {
		min-width: 48px;
	}

	.header-icon .message-badge-parent {
		padding: 0 10px;
	}
}

.header.header__announce {
	height: 40px !important;
	line-height: 40px;
}

.header.header__announce nav {
	height: 40px !important;
	line-height: 40px;
}

.announce__wrapper {
	height: 40px !important;
	line-height: 14px;
	padding: 10px;
	box-shadow: 
		inset 0 -2px 2px 0 rgba(0, 0, 0, 0.07), 
		inset 0 -2px 2px -4px rgba(0, 0, 0, 0.06),
		inset 0 -2px 10px 0 rgba(0, 0, 0, 0.1);

}

.announce {
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
}


.tab a:hover {
	text-decoration: none;
}


@media only screen and (min-width: 993px) {
	#toast-container {
		top: auto;
	    bottom: 4%;
	    left: 4%;
	    max-width: 26%;
	}

}

/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/




#wrapper {
	width: 100%;
	padding: 0 0 50px;
	height: 1%;
	position: relative;
}
#wrapper:after {
	content: '';
	clear: both;
	display: table;
}

.logoname{
font-size:22px;
margin:0 auto;
padding:0;
font-weight:bold;
color:#FFFFFF;
float:center;
min-width:400px;
padding-top:10px;
text-align:center;
margin:0 25%;

}

#header{
-webkit-box-shadow:0 0 10px #099AAF;
-moz-box-shadow:0 0 10px #099AAF;
box-shadow:0 0 10px #099AAF;
padding:0px;
margin:10px auto;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:5px;
-khtml-border-radius:10px;
//behavior: url(PIE/border-radius.htc);
behavior: url(css/PIE/PIE.htc);
}
.pageheader {
	font-family: Arial, sans-serif;
	color: #191970;
	font-size: 20;
	font-weight: bold;
	margin-top: 10;
	margin-bottom: 20;
}
.user {
	font-family: Arial, sans-serif;
	color: White;
	font-size: 14;
	font-weight: bold;
}
.user a, a:visited {
 color: White;
}
.user a:hover {
	color: #0000CD;
} 
.nav {
	font-family: Arial, sans-serif;
	color: #191970;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10;
	margin-bottom: 10;
}
.nav:visited, .nav a:visited {
 color: #191970;
}

.nav:hover, .nav a:hover {
	color: #0000CD;
	text-decoration: underline;
}

.strong {
 font-family: Tahoma, Arial, sans-serif;
 color: #FF0000;
 font-size: 14;
 font-weight: bold;
}
.input {
	font-family: Tahoma, Arial, sans-serif;
/*	background-color: #C9F0E3;*/
	background-color: #FFFFFF;
	color: #191970;
	font-size: 12;
	border: 1px solid;
	border-color: #009AAF;
	/*text-indent: 5px;*/
}
.text {
 color: #000000;
 font-family: Tahoma, Arial, sans-serif;
 font-size: 12;
}
.text p {
 text-indent: 20;
 margin-top: 0;
 margin-bottom: 5;
}
.text a, a:visited {
	color: #000000;
}
.text a:hover {
	color: #00008B;
}
.text ul {
 margin-bottom: 5;
}
.table th {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14;
	font-weight: bold;
	color: #000000;
	background-color: #EBD587;	
}
.odd {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12;
	color: #000000;
	background-color: #87CEEB;
}
.odd a, .even a, .odd1 a, .even1 a, .odd2 a, .even2 a {
	color: #000000;
}
.odd a:hover, .even a:hover, .odd1 a:hover, .even1 a:hover, .odd2 a:hover, .even2 a:hover {
	color: #00008B;
}
.even {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12;
	color: #000000;
	background-color: #E0FFFF;
}

.odd1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12;
	color: #000000;
	background-color: #87CEEB;
}
.even1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12;
	color: #000000;
	background-color: #E0FFFF;
}
.odd2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12;
	color: #000000;
	background-color: #87CEEB;
}
.even2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12;
	color: #000000;
	background-color: #E0FFFF;
}
.report {
width: 100%;
font-size: 10px;
font-family: Tahoma;
border: 1px solid black;
padding: 0;
margin: 0; 
}
.reportth {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #000000;
	background-color: #EBD587;	
}
.reporttr {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10;
	color: #000000;
	background-color: #87CEEB;
}
.ch_znm_period{
	color:#F00;
	font-size:1rem;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}