﻿body {
}

input::placeholder {
	color: gray;
}

/*Important is for IE 11.*/
input:-ms-input-placeholder {
	color: gray !important;
}

input[type=number] {
	text-align: right;
}

/*Login Layout*/
.loginBackground {
	background-image: url(../images/login_background.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	/*this will cut pciture to fit the screen*/
	background-size: cover;
	/*this will scale pciture to fit the screen.*/
	/*background-size: 100vw 100vh;*/
}

.login-form {
	width: 330px;
	margin-right: 130px;
	margin-top: 95px;
	float: right;
	background: #fff;
	position: relative;
	border-top: 4px solid #008357;
	z-index: 9;
	padding: 24px 24px 28px 24px;
	border-left: 1px solid #666872;
	-moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.30), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.30), 0 6px 3px 0 rgba(0, 0, 0, 0.23)
}

	.login-form .logo {
		/*padding: 0 24px;*/
		height: 130px;
		width: 180px;
	}

	.login-form .input-layout {
		position: relative;
		/*margin-top: 44px*/
		margin: 0;
		padding: 0;
		margin-top: 40px;
	}

	.login-form .label-layout {
		position: relative;
		/*margin-top: 44px*/
		margin: 0;
		padding: 0;
		margin-top: 20px;
	}

	.login-form .input-layout.pin {
		margin-top: 60px;
	}

	.login-form .input-layout input[type=text],
	.login-form .input-layout input[type=email],
	.login-form .input-layout input[type=password] {
		font-size: 18px;
		color: #000000;
		border: 0;
		width: 100%;
		height: 30px;
		padding: 1px 0 5px 0px;
		border-bottom: 1px solid #dadee6;
		box-shadow: none;
		-webkit-transition: .2s ease all;
		transition: .2s ease all;
		border-radius: 0;
		font-weight: 500;
	}

.form-row {
	position: relative;
	margin-bottom: 10px;
	height: 28px;
	padding: 2px;
	background: none;
}

.loginButton-group {
	margin-top: 60px;
}

/*Menu*/
#cssmenu {
	/*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 10px;*/
	line-height: 30px;
	/*text-transform: uppercase;*/
	text-align: left;
}

	#cssmenu > ul {
		width: auto;
		list-style-type: none;
		padding: 0;
		margin: 0;
		/*background: #ffffff;*/
		/*border: 1px solid #ece6e8;*/
		/*border-bottom: 3px solid #d9ced2;*/
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
	}

		#cssmenu > ul li#responsive-tab {
			display: none;
			/* Hide for large screens */
		}

		#cssmenu > ul li {
			display: inline-block;
			*display: inline;
			zoom: 1;
		}

			#cssmenu > ul li.right {
				float: right;
			}

			#cssmenu > ul li.has-sub {
				position: relative;
			}

				#cssmenu > ul li.has-sub:hover ul {
					display: block;
				}

				#cssmenu > ul li.has-sub ul {
					display: none;
					width: 250px;
					position: absolute;
					margin: 0;
					padding: 0;
					list-style-type: none;
					background: #ffffff;
					border: 1px solid #ece6e8;
					border-bottom: 3px solid #d9ced2;
					border-top: 0 none;
				}

					#cssmenu > ul li.has-sub ul li {
						display: block;
					}

				#cssmenu > ul li.has-sub > a {
					background-image: url('images/caret.png');
					background-repeat: no-repeat;
					background-position: 90% -95%;
				}

					#cssmenu > ul li.has-sub > a.active,
					#cssmenu > ul li.has-sub > a:hover {
						background: #d80041 url('images/caret.png') no-repeat;
						background-position: 90% 195%;
					}

			#cssmenu > ul li a {
				display: block;
				padding: 12px 24px 11px 24px;
				text-decoration: none;
				color: #9d9d9d;
				/*text-shadow: 0px 1px 0px #fff;*/
			}

				#cssmenu > ul li a.active,
				#cssmenu > ul li a:hover {
					background: #d80041;
					color: #fff;
					text-shadow: 0px 1px 0px #000;
				}

@media (max-width: 600px) {
	#cssmenu > ul {
		width: 100%;
	}

		#cssmenu > ul li#responsive-tab {
			display: block;
		}

			#cssmenu > ul li#responsive-tab a {
				background: url('images/menu.png') no-repeat;
				background-position: 95% -35%;
			}

				#cssmenu > ul li#responsive-tab a:hover {
					background-color: #d80041;
					background-position: 95% 135%;
				}

		#cssmenu > ul li {
			display: none;
		}

			#cssmenu > ul li.right {
				float: none;
			}

			#cssmenu > ul li.has-sub {
				position: relative;
			}

				#cssmenu > ul li.has-sub ul {
					display: block;
					position: static;
					width: 100%;
					background: #ffffff;
					border: 0 none;
				}

					#cssmenu > ul li.has-sub ul li {
						display: block !important;
					}

						#cssmenu > ul li.has-sub ul li a span {
							display: block;
							padding-left: 24px;
						}

				#cssmenu > ul li.has-sub > a {
					background-image: none;
				}
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
	#cssmenu > ul > li.collapsed {
		display: inline-block !important;
		*display: inline;
		zoom: 1;
	}

	#cssmenu > ul ul li.collapsed {
		display: block !important;
	}
}
/*Menu finished*/

/*Loader Start*/
.loader {
	background: #DDDDDD;
	background: radial-gradient(#222, #000);
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
	/*Default set to hide*/
	display: none;
	opacity: .5;
}

.loader-inner {
	bottom: 0;
	height: 60px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}

.loader-line-wrap {
	animation: spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite;
	box-sizing: border-box;
	height: 50px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transform-origin: 50% 100%;
	width: 100px;
}

.loader-line {
	border: 4px solid transparent;
	border-radius: 100%;
	box-sizing: border-box;
	height: 100px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}

.loader-line-wrap:nth-child(1) {
	animation-delay: -50ms;
}

.loader-line-wrap:nth-child(2) {
	animation-delay: -100ms;
}

.loader-line-wrap:nth-child(3) {
	animation-delay: -150ms;
}

.loader-line-wrap:nth-child(4) {
	animation-delay: -200ms;
}

.loader-line-wrap:nth-child(5) {
	animation-delay: -250ms;
}

.loader-line-wrap:nth-child(1) .loader-line {
	border-color: hsl(0, 80%, 60%);
	height: 90px;
	width: 90px;
	top: 7px;
}

.loader-line-wrap:nth-child(2) .loader-line {
	border-color: hsl(60, 80%, 60%);
	height: 76px;
	width: 76px;
	top: 14px;
}

.loader-line-wrap:nth-child(3) .loader-line {
	border-color: hsl(120, 80%, 60%);
	height: 62px;
	width: 62px;
	top: 21px;
}

.loader-line-wrap:nth-child(4) .loader-line {
	border-color: hsl(180, 80%, 60%);
	height: 48px;
	width: 48px;
	top: 28px;
}

.loader-line-wrap:nth-child(5) .loader-line {
	border-color: hsl(240, 80%, 60%);
	height: 34px;
	width: 34px;
	top: 35px;
}

@keyframes spin {
	0%, 15% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}
/*Loader Finished*/

/*IPaRs Common*/
.btn-standard {
	background-color: #008357;
	color: #fff;
}

	.btn-standard:hover {
		color: #fff;
		background-color: #016846;
	}

.btn-edit {
	/*Reserve*/
}

.btn-delete {
	/*Reserve*/
}

.btn-view {
	/*Reserve*/
}

.panel-standard {
	border-color: #008000;
}

	.panel-standard > .panel-heading {
		color: #fff;
		background-color: #008357;
		border-color: #008000;
	}

/*Table*/
/*All table will use bootscript container*/
.table .td-control-label {
	/*Reserve*/
	text-align: left;
	vertical-align: middle;
}

.table .td-control-number {
	text-align: right;
	vertical-align: middle;
}

/*Override bootscript CSS.*/
.table .td-control-label .control-label {
	margin-bottom: 0px;
}

/*Override bootscript CSS.*/
.table .td-control-number .control-label {
	margin-bottom: 0px;
}
/**Button group*/
.button-group {
	margin-bottom: 15px;
	text-align: right;
}

/*Hide Datatable search bar.*/
.dataTables_filter {
	display: none;
}

/*Make CheckBox Bigger*/
.bg-checkBox {
	width: 30px;
	height: 30px;
	padding: 5px;
}

	/*for jQuery Table checkbox.*/
	.bg-checkBox input[type=checkbox] {
		width: 20px;
		height: 20px;
		padding: 5px;
	}

/*Max and Min width*/
.minWidth40 {
	min-width: 40px;
}

.maxWidth40 {
	max-width: 40px;
}

.width60 {
	width: 60px;
}

/*Max and Min width*/

/*Table Fix Head*/
.table-fixheader {
	/*Remove margin button*/
	margin-bottom: 0px;
	/*Remove bottom border.*/
	border-bottom: none;
}

.table-fixcontent::-webkit-scrollbar {
	width: 0px;
	/*overflow-y: scroll;*/
}

/*Table Fix Head*/

/*Make Input text like label*/
.inputLabel {
	border: 1px solid rgba(0,0,0,0);
}


.nav-menu {
	display: flex;
}

	.nav-menu #cssmenu {
		width: 80%;
	}


/*Touch Button*/
.touchButtonDiv {
	height: 80px;
	width: 100%;
	position: relative;
	padding: 5px;
}

	.touchButtonDiv input[type=button] {
		height: 100%;
		width: 100%;
	}

	.touchButtonDiv .editIcon {
		position: absolute;
		top: 0;
		right: 30px;
		height: 20px;
		width: 20px;
		background-image: url(../images/edit.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.touchButtonDiv .deleteIcon {
		position: absolute;
		top: 0;
		right: 0;
		height: 20px;
		width: 20px;
		background-image: url(../images/delete.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

.buttonSelected {
	border: 2px solid #008357;
}

.width-5 {
	width: 41.67% !important;
}

.width-2 {
	width: 16.67% !important;
}

.initalDisplay {
	display: initial;
}

.ql-editor-c {
	margin-bottom: 20px !important;
}

table.dataTable tbody tr.selected {
	background-color: #B0BED9
}

input.non-border {
	outline: none;
	border: none;
}

span.remarks-text{
	font-style:oblique;
	font-size:10px;
}

.print-area {
	width: 820px;
	height: 840px;
	font-family: "Courier New";
	padding-left:20px;
}

	.print-area .print-body {
		height: 80%;
		font-family: "Courier New";
		font-size:20px;
	}

	.print-area .print-footer{

	}

		.print-area .print-footer .print-footer-part1 {
			word-wrap: normal;
			white-space: pre-wrap;
			font-style:italic;
		}
		.print-area .print-footer .print-footer-part2 {

		}