@import url('https://fonts.googleapis.com/css2?family=Lato&family=Poppins:wght@200;400&family=Roboto:wght@300&family=Source+Sans+Pro&family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Libre+Franklin:wght@300;500&family=Source+Sans+Pro:wght@300&display=swap');

* {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;		
}

/* BODY SECTION */
body {
	margin: 0px 0px;
	padding: 0px;
	background: #ffffff;
}

a {
	text-decoration: none;
	color: #004a9b;
}

a:hover {
	text-decoration: underline;
}

table, th, tr {
	border-collapse: collapse;
	clear: both;
}

table td {
	padding: 0px;
}

img {
	border: none;
	vertical-align: middle;
}

form {
	margin: 20px 0px;
	padding: 0px 20px;
}

button {
	margin: 2px;
	border: 1px solid #d5d5d5;
	vertical-align: middle;
	padding: 5px 8px;
	border-radius: 5px;
	font-weight: bold;
	background: #fff;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	position: relative;
}
button:hover {
	border: border: 1px solid #d5d5d5 !important;
	text-decoration: none !important;
	overflow: visible;
	border-radius: 5px;
	background: #f2f2f2;
}

input {
	margin: 2px;
	border: 1px solid #dddddd;
	vertical-align: middle;
	padding: 5px 8px;
	border-radius: 5px;
}

input:focus {
	background: #f2f2f2;
	color: #000;
}

input:valid {
    background-color: #fff;
}

input:invalid {
    background-color: #fff7f7;
}

input[type="radio"] {
	width: 25px;
	border: none;
	background: none;
	margin: 8px 2px;
}

input[type="checkbox"] {
	width: 25px;
	border: none;
	background: none;
	margin: 8px 2px;
}

input[type="file"] {
	margin: 0px;
	padding: 2px 6px;
	margin: 2px 0px 0px -3px;
	border: none;
}

input[type="submit"] {
	margin: 0px;
	padding: 1px 6px;
}

input[type="date"] {
	margin: 2px;
	padding: 4px 8px;
}

input[type="datetime-local"] {
	margin: 2px;
	padding: 4px 8px;
}

select {
	margin: 2px;
	padding: 4px 8px;
	border: 1px solid #dddddd;
	background: #fff;
	border-radius: 5px;
}

select:focus {
	background: #f2f2f2;
}

select optgroup {
	font-weight: bold;
	color: #710909;
	font-style: normal;
	margin-bottom: 10px;
}

select:valid {
    background-color: #fff;
}

select:invalid {
    background-color: #fff7f7;
}

textarea {
	margin: 2px;
	padding: 5px 8px;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

textarea:focus {
	background: #f2f2f2;
}

textarea:valid {
    background-color: #fff;
}

textarea:invalid {
    background-color: #fff7f7;
}

h1 {
	font-size: 18pt;
	padding: 0px;
	margin: 0px;
	width: 85%;
}

h2 {
	font-size: 14pt;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
}

label {
	float: left;
	width: 125px;
	display: block;
	line-height: 30px;
}

legend {
	position: relative;
	top: -10px;
	font-size: 11pt;
	font-weight: bold;
}

.width800 {
	width: 800px;
}

.both {
	clear: both;
	margin: 10px 0px;
}

.leftPosition {
	float: left;
	margin: 0px 10px 0px 0px;
}

.rightPosition {
	float: right;
	margin: 0px 0px 0 10px;
}

.t10 {
	width: 10px;
}

.t20 {
	width: 20px;
}

.t30 {
	width: 30px;
}

.t40 {
	width: 40px;
}
.t50 {
	width: 50px;
}

.t60 {
	width: 60px;
}

.t70 {
	width: 70px;
}

.t80 {
	width: 80px;
}

.t90 {
	width: 90px;
}

.t100 {
	width: 100px;
}
.t110 {
	width: 110px;
}
.t120 {
	width: 120px;
}
.t130 {
	width: 130px;
}
.t150 {
	width: 150px;
}
.t160 {
	width: 160px;
}
.t170 {
	width: 170px;
}
.t180 {
	width: 180px;
}
.t190 {
	width: 190px;
}
.t200 {
	width: 200px;
}
.t210 {
	width: 210px;
}
.t220 {
	width: 220px;
}
.t230 {
	width: 230px;
}
.t240 {
	width: 240px;
}
.t250 {
	width: 250px;
}
.t300 {
	width: 300px;
}
.t350 {
	width: 350px;
}
.t400 {
	width: 400px;
}
.t450 {
	width: 450px;
}
.t500 {
	width: 500px;
}
.t550 {
	width: 550px;
}
.t600 {
	width: 600px;
}
.tCenter {
	text-align: center;
	padding: 4px;
	width: auto;
	border: 1px solid #ffffff;
}

#top {
	background: #008ad4;
	padding: 10px;
	margin: 1px 0px 0px 0px;
	height: 20px;
}

#top #hello {
	width: 400px;
	color: #eeeeee;
	font-size: 10pt;
	font-family: Ubuntu, Tahoma;
	margin: 0px 6px 0px 0px;
}

#top #settings {
	float: right;
	margin: 2px 10px 0px 10px;
}

#top #settings .icons {
	float: left;
	color: #eeeeee;
}

#top #settings .icons .iconsTxt {
	margin-left: 5px;
}

#top #settings .icons .iconsTxt a {
	color: #eeeeee;
	text-decoration: none;
	font-size: 10pt;
	font-family: Ubuntu, Tahoma;
}

#top #settings .icons .iconsTxt a:hover {
	color: #eeeeee;
	text-decoration: underline;
}

#top #settings .icons .newMsg {
	background: #dddddd;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	margin-left: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#toTop {
	width: 50px;
	background: #23282c;
	text-align: center;
	padding: 10px;
	position: fixed;
	bottom: 10px;
	right: 50%;
	cursor: pointer;
	display: none;
	border-radius: 10px;
}

.breadCrumb {	
	margin: 0;
	height: 21px;
	overflow: hidden;
	width: 100%;
	padding: 7px 0px 7px 0px;
	border: none;
	background: #fff;
}

.breadCrumb ul {
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
	padding: 0px 13px 0px 13px;
}

.breadCrumb ul li {
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 20px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	background: url(../images/new/Chevron.gif) no-repeat 100% 0;
	font-family: Poppins;
	font-size: 10pt;
	font-weight: normal;
}

.breadCrumb ul li div.chevronOverlay {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.breadCrumb ul li span {
	display: block;
	overflow: hidden;
}

.breadCrumb ul li a {
	color: #005697;
	display: block;
	position: relative;
	height: 21px;
	line-height: 20px;
	overflow: hidden;
	float: left;
	font-family: Poppins;
	font-size: 10pt;
	font-weight: bold;
}

.breadCrumb ul li.first a {
	height: 16px !important;
	text-indent: -1000em;
	width: 16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background: url(../images/new/IconHome.gif) no-repeat 0 0;
}

.breadCrumb ul li.first a:hover {
	background-position: 0 -16px;
	text-decoration: none;
}

.breadCrumb ul li.last {
	background: none;
	margin-right: 0;
	padding-right: 0;
}

.chevronOverlay {
	display: none;
	background: url(../images/new/ChevronOverlay.png) no-repeat 100% 0;
	width: 13px;
	height: 20px;
}

.csRight {
	float: right;
}

.csLeft {
	float: left;
}

.csCenter {
	margin: 0px auto;
	width: 1600px;
}

.userPhoto img {
	width: 74px;
	height: 74px;
	float: left;
	border-radius: 50%;
	margin-right: 10px;
}

.h100 {
	height: 100px;
}

.h150 {
	height: 150px;
}

.h200 {
	height: 200px;
}

.h220 {
	height: 220px;
}

.h230 {
	height: 230px;
}

.h250 {
	height: 250px;
}

.h300 {
	height: 300px;
}

.h350 {
	height: 350px;
}

.h400 {
	height: 400px;
}

.h450 {
	height: 450px;
}

.h500 {
	height: 500px;
}

.h550 {
	height: 550px;
}

.profile-img-top {
	width: 20px;
	height: 20px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.header-logo {
	position: absolute;
	left: 0;
	top: 0px;
	width: 99.5%;
	text-align: right;
	padding: 0px;
}

.header-logo-print {
	position: absolute;
	left: 0;
	top: 10px;
	width: 99%;
	text-align: right;
	padding: 0px;
}

/* LOGIN PANEL */
.card-container.card {
	font-family: Poppins, Ubuntu, Tahoma;
	max-width: 400px;
	min-height:800px;
	padding: 45px 100px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #f0f0f0 url('../images/login-background.png') no-repeat center 0;
	margin: 0px auto;
	margin-top: 0px;	
	margin-bottom: 20px;
}
.card-container.card #title {
	font-family: Cabin, Poppins, Ubuntu, Tahoma;
	text-align: center;
	font-size: 28pt;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}
.card-container.card #title1 {
	font-family: Cabin, Poppins, Ubuntu, Tahoma;
	text-align: center;
	font-size: 24pt;
	margin-bottom: 20px;
	color: #fff;
}
.card-container.card .namespace {
	font-family: Poppins, Ubuntu, Tahoma;
	font-size: 11pt;
	color: #fff;
	margin-left: 50px;
	margin-top: 10px;
}
.btn {
	font-weight: 700;
	height: 34px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: hand;
	margin-left: 2px;
}

/*
 * Card component
 */
.card {
	/* just in case there no content*/
	padding: 20px 25px 30px;
	margin: 0 auto 25px;
	margin-top: 50px;
	/* shadows and rounded borders */
}

.profile-img-card {
	width: 150px;
	height: 150px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
	min-height: 1em;
}

.reauth-email {
	display: block;
	color: #404040;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin #inputEmail, .form-signin #inputPassword {
	direction: ltr;
	height: 55px;
	font-size: 14px;
	padding: 0px 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.form-signin #selectLang {
	margin-left: 31px;
	direction: ltr;
	height: 55px;
	font-size: 14px;
	padding: 0px 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 300px;
}

.form-signin input[type=email], .form-signin input[type=password],
	.form-signin input[type=text], .form-signin button {
	width: 300px;
	display: block;
	margin: 0px auto;
	z-index: 1;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.form-signin .form-control:focus {
	border-color: rgb(104, 145, 162);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgb(104, 145, 162);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgb(104, 145, 162);
}

.btn.btn-signin {
	font-family: Poppins, Ubuntu, Tahoma;
	background-color: #28539c;
	/*background-color: rgb(104, 145, 162);*/
	/* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
	padding: 10px;
	font-weight: 400;
	font-size: 12pt;
	height: 55px;
	width: 300px;
	border: none;
	margin: 0px auto;
	margin-bottom: 20px;
	margin-top: 20px;
	transition: all 0.218s;
	color: #fff;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: hand;
}

.btn.btn-signin:hover, .btn.btn-signin:active, .btn.btn-signin:focus {
	background-color: #d35d35;	
}
.forgot-passInfo {
	font-family: Poppins, Ubuntu, Tahoma;
	margin: 0px auto;
	width: 310px;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
}
.forgot-passInfo a {
	font-family: Poppins, Ubuntu, Tahoma;
	color: #d35d35;
}
.forgot-password {
	font-family: Poppins, Ubuntu, Tahoma;
	color: #fff;
	text-align: center;
	width: 100%;
}

.forgot-password:hover, .forgot-password:active, .forgot-password:focus {
	font-family: Poppins, Ubuntu, Tahoma;
	color: #fff;
	text-align: center;
}
.forgot-password a {
	font-family: Poppins, Ubuntu, Tahoma;
	color: #d35d35;
}
.card-container.card #loginError {
	font-family: Poppins, Ubuntu, Tahoma;
	text-align: center;
	color: #fff;
	padding: 10px 10px 10px 10px;
}
.card-container.card #loginError a {
	font-family: Poppins, Ubuntu, Tahoma;
	color: #d35d35;
}

/* LOGIN PANEL -END */

/* MENU TOP */
.menu-wrapper, .menu a {
	background-color: delaval;
	width: 100%;
	color: #fff;
}

.menu::after {
	content: '';
	clear: both;
	display: block;
}

.menu a {
	display: block;
	padding: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	font-family: Ubuntu, Tahoma, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10pt;
}

.menu li {
	position: relative;
}

.menu>li {
	float: left;
}

.menu, .menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu ul li+li {
	border-top: 1px solid #636363;
}

.menu ul {
	position: absolute;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.menu>li ul, .menu ul ul {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: -1;
	visibility: hidden;
}

.menu>li ul {
	top: 130%;
	left: 0;
}

.menu ul ul {
	left: 130%;
	top: 0;
}

.menu ul a {
	width: 250px;
}

.menu>li:hover>ul {
	top: 100%;
	opacity: 1;
	z-index: 1;
	visibility: visible;
}

.menu ul>li:hover>ul {
	left: 100%;
	opacity: 1;
	z-index: 1;
	visibility: visible;
}

/* color set */
.menu-delaval, .menu-delaval a {
	background-color: #103D82;
	color: #fff;
}

.menu-delaval a:hover {
	background-color: #FF3300;
	color: #FFF;
}

#table-menu {
	table-layout: fixed;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	width: 100%;
}

#table-menu td {
	padding: 0px 0px;
}
/* ENDS MENU TOP */
.photo {
	border: none; 
	border-radius: 50px;
	padding: 0px;
	margin: 10px;
}
.tdTop {
	vertical-align: top;
	padding-right: 30px;
}

.tdHeader {
	padding: 10px 0px;
	font-weight: bold;
}

.unreadmessage {
	background-color: #fff;
	padding: 4px 8px;
	font-weight: bold;
	border-radius: 10px;
}

.indexInfo {
	width: 100%;
	margin: 0px 0px;
	float: left;
	float: left;
}

.navTitle {
	background-color: #eaeaea;
	padding: 15px;
	font-family: Poppins, Tahoma;
	font-size: 9pt;
	font-weight: bold; 
}

.navBody {
	background: #fff;
	padding: 15px;
}

.navUserData {
	float: left;
	margin: 0px 10px;
}

.title_HT {
	margin: -1px 0px 20px 0px;
	padding: 8px 13px;
	background: #103c83;
	font-family: Poppins, Tahoma;
	font-size: 10pt;
	color: #fff;
	width: auto;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.status_yes {
	background: #b3ffe7;
	padding: 4px 12px;
	color: #000;
	border-radius: 10px;
	font-weight: bold;
	min-width: 40px;
	text-align: center;
	margin: 0 auto;
}
.status_no {
	background: #ffd4d4;
	padding: 4px 12px;
	color: #000;
	border-radius: 10px;
	font-weight: bold;
	min-width: 40px;
	text-align: center;
	margin: 0 auto;
}
.filter {
	margin: 0px;
	width: 800px;
	position: absolute;
	float: right;
	top: 0px;
	right: 0px;
	z-index: 2;	
}

.sectionAdd {
	margin: 0px;
	position: absolute;
	float: right;
	top: 13px;
	right: 0px;
	z-index: 2;
}
.sectionAdd b {
	color: #000;	
}
.formnameblank {
	background: none;
	min-width: 242px;
	clear: both;
	position: left;
	float: left;
	padding: 6px 15px 6px 10px; 
	margin: 0px 0px 8px 0px;
}
.formname {
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	position: left;
	float: left;
	padding: 6px 15px 6px 10px; 
	min-width: 240px;
	clear: both;
	background: #eaeaea;
	border-radius: 5px;
}
.formvalue {
	margin: -2px 0px 0px 3px;
	position: left;
	float: left;
	padding: 0px; 
}
.formselectsize {
	min-width: 520px;
}
.formdatetimesize {
	min-width: 501px;
}
.formdatesize {
	width: 501px;
}
.formtextarea {
	min-width: 503px;
	min-height: 100px;
}
.formtable {
	margin: 2px 0px 10px 2px;
	min-width: 520px;
	border: 3px solid #eaeaea;
}
.formtable th {
	text-align: left;
	padding: 3px 10px 6px 10px;
	background: #eaeaea;
	border: 1px solid #fff;
}
.formtable td {
	padding: 2px 10px;
	border: 1px solid #eaeaea;
}
.substancetable {
	margin: 10px;
	width: 98%;
	border: 1px solid #ddd;
}
.substancetable td {
	padding: 10px;
	border: 1px solid #eaeaea;
}
.cke_chrome{
	margin: 2px 0px 10px 2px !important;
    border: 1px solid #eaeaea !important;
    border-width: thin;        
    background: #eaeaea !important;
}
.cke_top{
    border-bottom: 1px solid #eaeaea !important;
    background: #eaeaea !important;
}

.cke_bottom{
    border-top: 1px solid #eaeaea !important;
    background: #eaeaea !important;
}
/* WARNING SIGNS */
.wsData {
	clear: both; 
	width: 600px;
	margin: 4px auto;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #f7f7f7;
	padding: 20px 10px;
}
.wsData .description {
	padding: 10px;
	width: 460px;
	height: auto;
	border: none;
	background: #f7f7f7;
}
.wsData .img {
	float: right; 
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
}

.wsadd {
	display: none;
	clear: both; 
	width: 600px;
	margin: 4px auto;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #d4ffe3;
	padding: 20px 10px;
}
.wsadd .description {
	padding: 10px;
	width: 460px;
	height: auto;
	border: none;
	background: #d4ffe3;
}
.wsadd .img {
	float: right; 
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
}

/* PERSONAL PROTECTION */
.ppData {
	float: left;
	border: 1px solid #dddddd;
	margin: 4px auto;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #fdfdfd;
}

.ppData .img {
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
}

.ppData .title {
    font-weight: bold;
	text-align: center;
	background: #e9f7ff;
	padding: 6px 10px;
	display: block;
	margin: 0px auto;
	margin-top: 5px;
	border-top: 1px solid #dddddd;
}
.ppData .description {
	text-align: center;
	background: #e9f7ff;
	padding: 10px;
	display: block;
	margin: 0px auto;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.personalprotectionblock {
	width: 1000px;
}

.personalprotectionblock select {
	min-width: 318px;
}

.personalprotection {
	float: left;
	display: none;
	border: 1px solid #dddddd;
	margin: 0px auto;
	margin-left: 2px;
	margin-top: 0px;
	border-radius: 10px;
	background: #fdfdfd
}

.personalprotection .img {
	margin: 0 auto;
	padding: 10px 10px;
	text-align: center;
}

.personalprotection .span {
	text-align: center;
	background: #d4ffe3;
	padding: 6px 10px;
	display: block;
	margin: 0px auto;
	margin-top: 5px;
	border-top: 1px solid #dddddd;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* FIRE PREVENTION MEASURES */
.fpmTextarea {
	width: 500px; 
	height: 100px;
}
.fpmData {
	clear: both; 
	width: 500px;
	margin: 4px auto;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #f7f7f7;
	padding: 20px 10px;
}
.fpmData .substances {
	padding: 10px;
	width: 360px;
	height: auto;
	border: none;
	background: #f7f7f7;
}
.fpmData .types {
	padding: 10px;
	width: 360px;
	height: auto;
	border: none;
	background: #f7f7f7;
}
.fpmData .img {
	float: right; 
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
}

.fpmadd {
	display: none;
	clear: both; 
	width: 500px;
	margin: 4px auto;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #d4ffe3;
	padding: 20px 10px;
}
.fpmadd .substances {
	padding: 10px;
	width: 360px;
	height: auto;
	border: none;
	background: #d4ffe3;
}
.fpmadd .types {
	padding: 10px;
	width: 360px;
	height: auto;
	border: none;
	background: #d4ffe3;
}
.fpmadd .img {
	float: right; 
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
}






/* FIRST AID */
.faContainer {
	overflow: auto;
	height: 420px;
}
.faTextarea {
	width: 350px; 
	height: 100px;
}
.faName{
	width: 200px;
	padding: 0px 10px;
}
.faSelect {
	width: 370px;
}
.faHead {
	font-family: Poppins;
	font-size: 12pt;
	font-weight: bold;
	padding: 10px;
	background: #f1f6ff;
}
.faTd {
	 padding: 20px;
	 vertical-align: top;
}
.fa1Data {
	clear: both; 
	width: 350px;
	height: 120px;
	margin: 4px auto;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #f7f7f7;
	padding: 20px 10px;
}
.fa1Data .img {
	float: right; 
	margin: 0 auto;
	padding: 0px 5px;
	text-align: center;
}

.fa1add {
	display: none;
	clear: both; 
	width: 350px;
	height: 120px;
	margin: 4px auto;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #d4ffe3;
	padding: 20px 10px;
}
.fa1add .img {
	float: right; 
	margin: 0 auto;
	padding: 0px 5px;
	text-align: center;
}

.fa2Data {
	clear: both; 
	width: 350px;
	height: 120px;
	margin: 4px auto;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #f7f7f7;
	padding: 20px 10px;
}
.fa2Data .img {
	float: right; 
	margin: 0 auto;
	padding: 0px 5px;
	text-align: center;
}

.fa2add {
	display: none;
	clear: both; 
	width: 350px;
	height: 120px;
	margin: 4px auto;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #d4ffe3;
	padding: 20px 10px;
}
.fa2add .img {
	float: right; 
	margin: 0 auto;
	padding: 0px 5px;
	text-align: center;
}

.fa3Data {
	clear: both; 
	width: 350px;
	height: 120px;
	margin: 4px auto;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #f7f7f7;
	padding: 20px 10px;
}
.fa3Data .img {
	float: right; 
	margin: 0 auto;
	padding: 0px 5px;
	text-align: center;
}

.fa3add {
	display: none;
	clear: both; 
	width: 350px;
	height: 120px;
	margin: 4px auto;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #d4ffe3;
	padding: 20px 10px;
}
.fa3add .img {
	float: right; 
	margin: 0 auto;
	padding: 0px 5px;
	text-align: center;
}


.fa4Data {
	clear: both; 
	width: 350px;
	height: 120px;
	margin: 4px auto;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #f7f7f7;
	padding: 20px 10px;
}
.fa4Data .img {
	float: right; 
	margin: 0 auto;
	padding: 0px 5px;
	text-align: center;
}

.fa4add {
	display: none;
	clear: both; 
	width: 350px;
	height: 120px;
	margin: 4px auto;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #d4ffe3;
	padding: 20px 10px;
}
.fa4add .img {
	float: right; 
	margin: 0 auto;
	padding: 0px 5px;
	text-align: center;
}



.m5 {
 	margin: 5px;
}
.m5t {
 	margin-top: 5px;
}
.m5b {
	margin-bottom: 5px;
}
.m5l {
 	margin-left: 5px;
}
.m5r {
	margin-right: 5px;
}
.m10 {
 	margin: 10px;
}
.m10l {
 	margin-left: 10px;
}
.m10r {
 	margin-right: 10px;
}
.m10t {
 	margin-top: 10px;
}
.m10b {
 	margin-bottom: 10px;
}


.dashboard {
	margin: 10px 15px;	
}
.dashboard .block {
	font-family: Poppins;
	width: 450px;
	height: 150px;
	float: left;
	background: #eaeaea;
	margin: 10px;
	padding: 20px 25px 25px 25px;
	border-radius: 20px;
}
.dashboard .block .title {
	font-family: Poppins;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 20px;
}
.dashboard .block .titleabout {
	font-family: Poppins;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 10px;
}
.dashboard .block .subtitle {
	font-family: Poppins;
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 5px;
}
.dashboard .block .warning {
	font-family: Poppins;
	font-size: 9pt;
	background: #ff0000;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 0px 10px;
}
.dashboard .block .success {
	font-family: Poppins;
	font-size: 9pt;
	background: #00a33a;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 0px 10px;
	float: right;
}

.dashboard .block a {
	font-family: Poppins;
	font-weight: bold;
	font-size: 9pt;
}
.dashboard .block img {
	border-radius: 50px;
	float: left; 
	margin-right: 20px; 
}
.dashboard .block #login {
	float: left;
	font-family: Poppins;
}

.dashboard .blockstats {
	font-family: Poppins;
	width: 450px;
	height: 150px;
	float: left;
	background: #eaeaea;
	margin: 10px;
	padding: 20px 25px 25px 25px;
	border-radius: 20px;
}
.dashboard .blockstats .title {
	font-family: Poppins;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 20px;
}
.dashboard .blockstats .count {
	float: left;	
	margin-right: 12px
}
.dashboard .blockstats .count .number {
	font-family: Poppins;
	font-weight: bold;
	font-size: 18pt;
}
.dashboard .blockstats .count .circle {
	width: 70px;
	height: 70px;
	background: #fff;
	padding: 15px;
	border-radius: 20px;	
	text-align: center;
}
.dashboard .blockstats .count .circle .name {
	font-family: Poppins;
	font-weight: bold;
	font-size: 9pt;
	line-height: 1.1;
	padding-top: 5px;
}
.dashboard .blockstats .count .circledanger {
	width: 70px;
	height: 70px;
	background: #ff8c8c;
	padding: 15px;
	border-radius: 20px;	
	text-align: center;
}
.dashboard .blockstats .count .circledanger .name {
	font-family: Poppins;
	font-weight: bold;
	font-size: 9pt;
	line-height: 1.1;
	padding-top: 5px;
}
.dashboard .blockstats .count .circlesvhc {
	width: 70px;
	height: 70px;
	background: #8ce0ff;
	padding: 15px;
	border-radius: 20px;	
	text-align: center;
}
.dashboard .blockstats .count .circlesvhc .name {
	font-family: Poppins;
	font-weight: bold;
	font-size: 9pt;
	line-height: 1.1;
	padding-top: 5px;
}
.dashboard .blockstats .count .circleecha {
	width: 70px;
	height: 70px;
	background: #ffc694;
	padding: 15px;
	border-radius: 20px;	
	text-align: center;
}
.dashboard .blockstats .count .circleecha .name {
	font-family: Poppins;
	font-weight: bold;
	font-size: 9pt;
	line-height: 1.1;
	padding-top: 5px;
}
.dashboard .blockstats .count .circlecas {
	width: 70px;
	height: 70px;
	background: #f694ff;
	padding: 15px;
	border-radius: 20px;	
	text-align: center;
}
.dashboard .blockstats .count .circlecas .name {
	font-family: Poppins;
	font-weight: bold;
	font-size: 9pt;
	line-height: 1.1;
	padding-top: 5px;
}
.dashboard .blockstats .count .circleactive {
	width: 70px;
	height: 70px;
	background: #ecfff3;
	padding: 15px;
	border-radius: 20px;	
	text-align: center;
}
.dashboard .blockstats .count .circleactive .name {
	font-family: Poppins;
	font-weight: bold;
	font-size: 9pt;
	line-height: 1.1;
	padding-top: 5px;
}
.dashboard .blockstats .count .circledeactive {
	width: 70px;
	height: 70px;
	background: #ffecf1;
	padding: 15px;
	border-radius: 20px;	
	text-align: center;
}
.dashboard .blockstats .count .circledeactive .name {
	font-family: Poppins;
	font-weight: bold;
	font-size: 9pt;
	line-height: 1.1;
	padding-top: 5px;
}
.titlePoppins {
	font-family: Poppins;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 5px;
}
.readToLineThrough {
	text-decoration: line-through;
	color: #808080;
}
.randomPass {
	font-family: Poppins;
	font-weight: bold;
	font-size: 14pt;
}
.adminSex {
	border: none;
	border-radius: 5px;
	background: #e7f2fd;
	padding: 5px 10px;
	margin-top: 1px;
	margin-left: 2px;
	margin-bottom: 8px;
	float: left;
	width: 153px;
}
.sysYesNo {
	border: none;
	border-radius: 5px;
	background: #e7f2fd;
	padding: 0px 5px;
	margin-top: 1px;
	margin-left: 2px;
	margin-bottom: 8px;
	float: left;
}
.riskTextarea {
	width: 300px; 
	height: 135px;
}
.SystemNoAccess {
	font-family: Poppins;
	font-size: 12pt;
	padding: 80px 20px;
	text-align: center;
}
.SystemNoAccess #SystemAccessDenied {
	font-family: Poppins;
	color: #292929;
	font-size: 30pt;
	font-weight: bold;
}
.SystemNoAccess #SystemErrorCode {
	margin-top: 20px;
	font-family: Poppins;
	font-size: 10pt;
}
.DoNotShow {
	display: none;
}