/* .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 #015998;
    border: 1px solid #A9A9A9;
    color: #ffffff;
    font-weight: bold;
} */
/* =========================
   GLOBAL FONT OVERRIDE
========================= */

/* Import modern font */
@import
	url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap')
	;

/* Force font everywhere */
html, body {
	font-family: 'Inter', "Segoe UI", Roboto, Arial, sans-serif !important;
	font-size: 14px;
	line-height: 1.6;
	color: #2c3e50;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

/* Fix box model issue */
*, *::before, *::after {
	box-sizing: border-box;
}
/* Make sure ALL elements inherit it */
* {
	font-family: inherit !important;
	margin: 0px auto;
	padding: 0px;
}

/* Ensure form controls also follow */
input, select, textarea, button {
	font-family: inherit !important;
}

#grid_edit .ui-jqgrid-sortable {
	cursor: auto !important;
}

select.dropdown::-ms-expand {
	width: 200px;
	display: none;
}

select.dropdown::-webkit-scrollbar {
	display: none;
}

#editmodgrid {
	z-index: 1;
}

.required {
	color: #ff0000;
}

.help {
	cursor: pointer;
}

#toast-container {
	font-weight: bold;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity = 100);
}

.loginError {
	color: #FF3300;
	font-weight: bold;
}

#Act_Buttons #sData #cData {
	color: #fff;
	background: #015998;
	margin-left: 5px;
	/*border:1px solid #005490;*/
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #7fccff, #0da2ff);
	background-image: -moz-linear-gradient(top, #7fccff, #0da2ff);
	background-image: -ms-linear-gradient(top, #7fccff, #0da2ff);
	background-image: -o-linear-gradient(top, #7fccff, #0da2ff);
	background-image: linear-gradient(to bottom, #7fccff, #0da2ff);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#subMenuDiv0 .ui-tabs-nav .ui-helper-reset .ui-helper-clearfix .ui-widget-header .ui-corner-all .ui-widget-header
	{
	background: none;
}

input[type='url'] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	color: #005490;
	border: 1px solid #005490;
	width: 150px;
	height: 15px;
	background: #fff;
}

input[type="url"]:focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

input[type='email'] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	color: #005490;
	border: 1px solid #005490;
	width: 150px;
	height: 15px;
	background: #fff;
}

input[type="email"]:focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

a[href="http://www.tekplay.com/"] {
	color: #000000 !important;
	text-decoration: none;
}

/* Optional: hover effect */
a[href="http://www.tekplay.com/"]:hover {
	color: #333333 !important;
	text-decoration: underline;
}

.ui-datepicker-trigger {
	margin: 5px;
}

.ui-widget-content {
	/*background: none repeat scroll 0 0 #d6edff;*/
	border: 1px solid #A9A9A9;
	color: #222222;
}

#page_loader {
	position: absolute;
	top: 0;
	bottom: 0%;
	left: 0;
	right: 0%;
	background: url(../images/loader.gif) center no-repeat fixed black;
	z-index: 999;
	opacity: 0.6;
}

.ui-pg-input {
	text-align: center;
}

.messageDiv {
	display: none;
}

.gridDiv {
	width: 90%;
}

.footSpace {
	margin: 0 auto;
	height: 10px;
	width: 100%;
	float: left;
}

div .ui-pg-div {
	cursor: pointer;
}

.toUpperCase {
	text-transform: uppercase;
}

th.ui-th-column div {
	height: auto !important;
	padding: 2px;
	white-space: normal !important;
}

.navButton {
	display: none;
}

.emptyMessage {
	padding-left: 155px;
	font-weight: bold;
}

.gridMainDiv {
	box-shadow: 0 0 16.38px 1.62px rgba(24, 24, 24, 0.75);
	width: 90%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 25px;
}
/* CSS Document */

:invalid {
	box-shadow: none;
}

:-moz-submit-invalid {
	box-shadow: none;
}

:-moz-ui-invalid {
	box-shadow: none;
}

/*html
{
	width:100%;
	height:100%
}*/
html {
	position: relative;
	min-height: 100%;
}

/*body {
	font-family: Arial, Helvetica, sans-serif;
	background: #f9f9f9;
}*/
#login {
	background: url(../images/login-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
}

header {
	display: block;
	/*	background:url(../images/header.jpg) center no-repeat #015593;*/
	background: #fff;
	position: relative;
	width: 100%;
	height: 90px;
}

header #login-logos {
	width: 960px;
}

header #login-logos .erp {
	float: left;
	margin-left: 30px;
	margin-top: 0px;
}

header #login-logos .tekplay {
	float: right;
	margin-right: 30px;
	margin-top: 0px;
}

/* #dropdown {
	width: 100%;
	background: #8cbde1;
	padding: 15px;
	border-radius: 10px;
}

#drop {
	left: 475px;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	width: 980px;
	background: #8cbde1;
	height: 30px;
}

#drop label {
	padding: 10px 15px;
	font-size: medium ;
}

#company_name {
	font-weight: bold;
	margin: 15px 22px;
} */
#dropdown {
	width: 100%;
	background: #8cbde1;
	padding: 10px 15px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

/* Company Name */
#company_name {
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	margin: 0;
}

/* Right section */
#drop {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Labels */
#drop label {
	color: #fff;
	font-size: 14px;
}

/* Module dropdown */
#module_drop {
	width: 200px;
}

/* Home icon */
#homeDiv {
	cursor: pointer;
	display: flex;
	align-items: center;
}

/* Search */
#search {
	display: flex;
	align-items: center;
}

/* Search input */
.sb-search-input {
	padding: 5px 8px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

#menu {
	background-color: #015998;
	height: 43px;
	z-index: 1;
	position: relative;
}

#source_drop {
	padding: 0 10px;
	border: 0;
	height: 33px;
	font-size: 11px;
	display: inline-block;
	appearance: none;
	-moz-border-radius: 5px;
	-moz-appearance: none;
	cursor: pointer;
	width: 288px;
	color: #000000;
	overflow: hidden;
	text-transform: uppercase;
	text-indent: 1px;
	text-overflow: '';
	font-size: small;
}

#module_drop {
	padding: 0 10px;
	border: 0;
	height: 33px;
	font-size: 11px;
	display: inline-block;
	appearance: none;
	/* border-radius: 5px; */
	-moz-border-radius: 5px;
	/* -webkit-border-radius: 5px; */
	/* -webkit-appearance: none; */
	-moz-appearance: none;
	cursor: pointer;
	width: 145px;
	color: #000000;
	overflow: hidden;
	text-transform: uppercase;
	text-indent: 10px;
	text-overflow: '';
	font-size: small;
}

article {
	display: block;
	background: #f9f9f9;
	width: 960px;
	/*box-shadow: 0px 0px 16.38px 1.62px rgba(24, 24, 24, 0.75);*/
	margin-bottom: 20px;
}

#breadcrumb {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	height: 20px;
	float: left;
	display: inherit;
	margin-top: 10px;
	margin-left: 10px;
	width: 300px;
	color: #fff;
	padding: 10px 10px;
}

#rightmenu ul li {
	display: inline;
	position: relative;
}

#rightmenu>li>a {
	position: relative;
	z-index: 510;
	display: block;
	height: 43px;
	padding: 0 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #015593;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	/*	background:url(../images/menu_bg.jpg) repeat;*/
}

#rightmenu>li:hover>a {
	background: #015998;
	color: #fff;
}

li label {
	/*	position: relative; 
	padding:10px 5px;*/
	
}

#main_content {
	padding: 5px 5px;
}

#employeeSelect table {
	box-shadow: none !important;
}

#join_tab {
	padding: 0px !important;
}

#main_content table {
	margin-top: 15px;
	color: #014E84;
	font-size: 13px;
	/*line-height:20px;*/
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: 0 0 16.38px 1.62px rgba(24, 24, 24, 0.75);
	background: #D6EDFF;
	padding: 2px 2px 15px 2px;
}

#main_content td {
	/* padding-left: 5px; */
	
}

#main_content th {
	text-align: center;
	height: 30px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #015998;
	font-size: 14px;
	font-weight: bold;
}

#grid_content table {
	margin-top: 15px;
	color: #014E84;
	font-size: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #D6EDFF;
}

#grid_content th {
	text-align: center;
	height: 30px;
	color: #fff;
	background: #015998;
}

#grid_content td {
	padding-left: 3px;
	height: 30px;
	border-bottom: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
}

#uName {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	padding: 7px;
	border: 1px solid #f8f8f8;
	width: 256px;
	height: 35px;
	background: #fff;
}

#pass {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	padding: 7px;
	border: 1px solid #f8f8f8;
	width: 256px;
	height: 35px;
	background: #fff;
}

#companyId {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	padding: 7px;
	border: 1px solid #f8f8f8;
	width: 256px;
	height: 35px;
	background: #fff;
}
/*input[type='password']
{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#005490;
	padding:7px;
	border:1px solid #005490; width:250px; height:20px;
}*/
input[type='search'] {
	color: #005490;
	/*	border:1px solid #005490;*/
	border: none;
	height: 22px;
}

input[type="text"] {
	font-size: 11px;
	/* height: 13px; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	color: #000000;
	width: 150px;
	/* height:15px; */
	background: #fff;
	outline: none;
}

input[type="text"]:focus {
	outline: none;
}

input[type="password"] {
	font-size: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px;
	color: #005490;
	border: 1px solid #005490;
	width: 150px;
	height: 15px;
	background: #fff;
}

input[type="password"]:focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

input.dateText {
	width: 70px;
}

input[type="password"]:focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

input[type='submit'] {
	color: #fff;
	background: #76b979;
	margin-left: 5px;
	/*border:1px solid #005490;*/
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	cursor: pointer;
	border: none;
	/* background-image: -webkit-linear-gradient(top, #7fccff, #0da2ff);
  	background-image: -moz-linear-gradient(top, #7fccff, #0da2ff);
  	background-image: -ms-linear-gradient(top, #7fccff, #0da2ff);
  	background-image: -o-linear-gradient(top, #7fccff, #0da2ff);
  	background-image: linear-gradient(to bottom, #7fccff, #0da2ff); */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type='submit']:hover {
	background: #2a6d2d;
	/*background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  */
	text-decoration: none;
}

.textfield-box select {
	/* background: #fff url("../images/drop.png") no-repeat right;
	-moz-appearance:none; 
	-webkit-appearance:none;
	appearance:none;*/
	width: 160px;
	height: 25px;
	border: 1px solid #005490;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
	color: #005490;
}

select {
	width: 160px;
	height: 25px;
	border: 1px solid #005490;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000;
}

.alert {
	color: #f00;
	font-size: 11px;
}

button[type='button'].buttonTag {
	color: #fff;
	background: #015998;
	margin-left: 5px;
	/*border:1px solid #005490;*/
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	cursor: pointer;
	border: none;
	background-image: -webkit-linear-gradient(top, #7fccff, #0da2ff);
	background-image: -moz-linear-gradient(top, #7fccff, #0da2ff);
	background-image: -ms-linear-gradient(top, #7fccff, #0da2ff);
	background-image: -o-linear-gradient(top, #7fccff, #0da2ff);
	background-image: linear-gradient(to bottom, #7fccff, #0da2ff);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

button[type='button'].buttonTag:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

input[type='button'] {
	color: #fff;
	background: #015998;
	margin-left: 5px;
	/*border:1px solid #005490;*/
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	cursor: pointer;
	border: none;
	background-image: -webkit-linear-gradient(top, #7fccff, #0da2ff);
	background-image: -moz-linear-gradient(top, #7fccff, #0da2ff);
	background-image: -ms-linear-gradient(top, #7fccff, #0da2ff);
	background-image: -o-linear-gradient(top, #7fccff, #0da2ff);
	background-image: linear-gradient(to bottom, #7fccff, #0da2ff);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type='button']:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

input[type='reset'] {
	color: #fff;
	background: #015998;
	margin-left: 5px;
	border: none;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #7fccff, #0da2ff);
	background-image: -moz-linear-gradient(top, #7fccff, #0da2ff);
	background-image: -ms-linear-gradient(top, #7fccff, #0da2ff);
	background-image: -o-linear-gradient(top, #7fccff, #0da2ff);
	background-image: linear-gradient(to bottom, #7fccff, #0da2ff);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type='reset']:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

input[type='checkbox'] {
	border: 1px solid #000;
	vertical-align: middle;
}

.forgot {
	color: #9fd6ff;
	font-size: 12px;
	line-height: 32px;
}

#slider {
	text-align: center;
	margin-top: 20px;
	padding: 10px 10px;
}

#login_box {
	width: 436px;
	height: 380px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 4px;
	/*background: url(../images/login-wrap-bg.png) left repeat-x; */
	background-color: #23722b2b;
	/*opacity: 0.5 */
	margin-top: 100px;
	-moz-box-shadow: 0px 0px 16.38px 1.62px rgba(24, 24, 24, 0.75);
	-webkit-box-shadow: 0px 0px 16.38px 1.62px rgba(24, 24, 24, 0.75);
	box-shadow: 0px 0px 16.38px 1.62px rgba(24, 24, 24, 0.75);
	/*	padding:5px 5px;*/
	filter: alpha(opacity = 70); /* For IE8 and earlier */
}

#log {
	width: 355px;
	height: 300px;
	/*-moz-box-shadow:  0px 0px 16.38px 1.62px rgba(24, 24, 24, 0.75); 
	-webkit-box-shadow:  0px 0px 16.38px 1.62px rgba(24, 24, 24, 0.75); 
	box-shadow: 0px 0px 16.38px 1.62px rgba(24, 24, 24, 0.75); */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #23722bcf;
	border-radius: 4px;
	margin: 40px 40px 24px 40px;
}

#login-logos {
	width: auto;
	overflow: hidden;
}

#login-logos .erp {
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

#login-logos .tekplay {
	float: right;
	margin-right: 30px;
	margin-top: 0px;
}

.head-fold {
	left: 125px;
	margin: 40px auto;
	position: relative;
	top: 35px;
	color: #fff
		/*filter: brightness(0) saturate(100%) invert(64%) sepia(56%) saturate(441%) hue-rotate(96deg) brightness(95%) contrast(85%); */
}

#log table {
	line-height: 1.5;
}

.search_butt {
	background: url(../images/search.jpg) no-repeat;
	border: none;
	width: 28px;
	float: right;
	height: 22px;
}

#log label {
	color: #2c6a8c;
}

#search {
	float: right;
	margin: 0px 10px;
	z-index: 1;
	border: none;
}

footer {
	height: 40px;
	background: #dddada87;
	/*width:960px;*/
	color: #000;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

footer a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

a {
	text-decoration: none;
	font-size: 13px;
	color: #2570b3;
}

.logout {
	vertical-align: middle;
	text-align: center;
	margin-top: 3px;
}
/* Breadcrumb */
.bread-nav {
	width: auto;
	display: inline-block;
	/*margin-left:-420px;*/
}

#bread {
	padding: 10px 10px;
	right: 10px;
}

#bread ul {
	list-style: none;
	padding: 0px;
}

#breadcrumbs-two {
	overflow: hidden;
	width: auto;
	background: #1270b6;
}

#breadcrumbs-two li {
	float: left;
	margin: 0em 1.5em 0em 0em;
}

#breadcrumbs-two a {
	background: #015998;
	padding: .6em .8em;
	float: left;
	text-decoration: none;
	color: #fff;
	position: relative;
}

#breadcrumbs-two a:hover {
	background: #015998;
	color: #fff;
}

#breadcrumbs-two a::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	left: -1em;
}
/*
#breadcrumbs-two a:hover::before{
  border-color: #015998 #015998 #015998 transparent;
}*/
#breadcrumbs-two a::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #015998;
	right: -1em;
}

#breadcrumbs-two a:hover::after {
	border-left-color: #015998;
}

#breadcrumbs-two .current, #breadcrumbs-two .current:hover {
	font-weight: bold;
	background: #1270b6;
	color: #fff;
}

#breadcrumbs-two .current::after, #breadcrumbs-two .current::before {
	content: normal;
}
/* Bread crumb */
#alignleft {
	float: left;
}

#alignright {
	float: right;
}

.clear1 {
	clear: both;
}
/*Date Picker */
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
	background: #d6edff;
	color: #000;
	font-weight: normal;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover,
	.ui-autocomplete .ui-state-focus {
	background: #014e84;
	color: #fff;
	font-weight: bold;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
	background: #014e84;
	color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-week-end {
	color: #CC3300;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default
	{
	color: #CC3300;
}
/*End of Date Picker */
/* Error and Page Not found*/
#na_content {
	width: 960px;
	height: 480px;
	margin-top: 30px;
	text-align: center;
	font-size: 24px;
	color: #007ccb;
	line-height: 2;
}

#na_content h3 {
	color: #F1A31A;
}

#na_content a {
	font-size: 24px;
	text-decoration: underline;
}

#na_content p {
	color: #D13021;
}
/* Error and Page Not found*/
footer table {
	width: 100%;
	line-height: 3;
}

/* for popup table */
.popUpTable {
	border-collapse: collapse;
	width: 90%;
	border: 1px;
}

.headerText {
	background-color: #51a1cc;
}

input[type="text"].small_text {
	font-size: 11px;
	background: #fff;
	padding: 3px;
	width: 50px;
	height: 15px;
	border: 1px solid #005490;
	color: #005490;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	/* font-size: 13px; */
}

input[type="text"].add_text {
	background: #fff;
	padding: 3px;
	width: 100px;
	height: 15px;
	border: 1px solid #005490;
	color: #005490;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 13px;
}

input[type="text"].large_text {
	background: #fff;
	padding: 3px;
	width: 320px;
	height: 15px;
	border: 1px solid #005490;
	color: #005490;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.table_content select {
	background: #fff;
	border: 1px solid #005490;
	color: #005490;
	/* height: 20px; */
	font-size: 11px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.table_content {
	margin-top: 15px;
	color: #014E84;
	font-size: 13px;
	/*line-height:20px;*/
	box-shadow: 0 0 16.38px 1.62px rgba(24, 24, 24, 0.75);
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	background: #D6EDFF;
	padding: 2px 2px 15px 2px;
}

.table_content img {
	vertical-align: middle;
}

.table_content td {
	padding-left: 5px;
}

.table_content th {
	text-align: center;
	height: 25px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #015998;
	font-size: 14px;
	font-weight: bold;
}

table.table_content tr td {
	padding: 3px;
}

input[type="button"].addfnbtn {
	width: 60px;
	height: 22px;
	border: 1px solid #014f6a;
	background: url(../images/add_icon.png) no-repeat left #2b79a6;
	color: #fff;
	text-indent: 15px;
	border: 1px solid #014f6a;
	font-size: 12px;
}

input[type="button"].addfnbtn:hover {
	color: #2b79a6;
	background-color: #b2eafe;
}

.adveButtonClick {
	background-color: #fff !important;
	color: #000 !important;
	border: 1px solid #fff !important;
}

input[type="button"].editfnbtn {
	width: 60px;
	height: 22px;
	border: 1px solid #014f6a;
	background: url(../images/edit_icon.png) no-repeat left #2b79a6;
	text-indent: 15px;
	color: #fff;
	font-size: 12px;
}

input[type="button"].editfnbtn:hover {
	color: #2b79a6;
	background-color: #b2eafe;
}

input[type="button"].viewfnbtn {
	width: 60px;
	height: 22px;
	border: 1px solid #014f6a;
	background: url(../images/view_icon.png) no-repeat left #2b79a6;
	text-indent: 15px;
	color: #fff;
	font-size: 12px;
}

input[type="button"].viewfnbtn:hover {
	color: #2b79a6;
	background-color: #b2eafe;
}

input[type="button"].delfnbtn {
	width: 75px;
	height: 22px;
	border: 1px solid #014f6a;
	background: url(../images/delete_icon.png) no-repeat left #2b79a6;
	text-indent: 15px;
	color: #fff;
	font-size: 12px;
}

input[type="button"].delfnbtn:hover {
	color: #2b79a6;
	background-color: #b2eafe;
}

input[type="button"].selectedBtn {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
}

#curpageNo {
	width: 20px;
	font-size: 11px;
	height: 15px;
}

textarea {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	color: #005490;
	border: 1px solid #005490;
	font-size: 12px;
	width: 150px;
	height: 50px;
	background: #fff;
	resize: none;
}

table img {
	vertical-align: middle;
}

.checkBoxArea {
	cursor: pointer;
}

.noSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*Pop Up Table */
.popUpTable {
	line-height: 1.7;
	border: 1px solid #006599;
	background: #fff;
	border-spacing: 0px;
}

.popUpTable td {
	border: 1px solid #006599;
	text-indent: 5px;
}

.popUpTable th {
	background: #006599;
	color: #fff;
	text-align: center;
}

.popUpTable tr:nth-child(even) {
	background: #d4e7ff;
}

.statusActive {
	color: #339933;
	font-weight: bold;
	fon-size: 13px;
}

.statusInactive {
	color: #990033;
	font-weight: bold;
	fon-size: 13px;
}

.table_head {
	border-top: 1px solid #015998;
	border-bottom: 1px solid #015998;
	text-align: center;
	font-size: 14px;
	background: #a1d6ff;
	font-weight: bold;
}

input[type='text']#empNo {
	font-size: 11px;
	background: #fff;
	padding: 3px;
	width: 55px;
	height: 15px;
	border: 1px solid #005490;
	color: #005490;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[name=empCode], input[name=ePFNo] {
	width: 60px;
}

input[name=amt] {
	width: 75px;
}

.mini_text {
	width: 15px;
}

.pickList_sourceListContainer, .pickList_controlsContainer,
	.pickList_targetListContainer {
	float: left;
	margin: 0.25em;
}

.pickList_targetList {
	color: #0065cd;
	background: #fffef0;
}

.pickList_controlsContainer {
	text-align: center;
	margin-top: 50px;
}

.pickList_controlsContainer button {
	display: block;
	margin-bottom: 5px;
	border: 1px solid #777;
	cursor: auto;
	color: #fff;
	background-color: #4a9ad9;
	font-size: 13px;
	width: 25px;
	text-align: center;
}

.pickList_list {
	list-style-type: none;
	margin: 0;
	font-size: 13px;
	padding: 0;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
	width: 398px;
	height: 150px;
	border: 1px solid #777;
	background-color: #f8f8f8;
	overflow-y: auto;
	cursor: default;
}

.pickList_selectedListItem {
	background-color: #a3c8f5;
}

.pickList {
	margin: auto;
}

.pickList_listLabel {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.pickList_clear {
	clear: both;
}

.disabledbutton {
	pointer-events: none;
	opacity: 0.4;
	cursor: not-allowed;
}

.textfield-box {
	margin-top: 15px;
}

.sel_disp {
	width: 80px;
	color: #005490;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	border: 1px solid #015998;
}

.dateBox {
	width: 60px !important;
}

input[type='text'].med_text {
	font-size: 11px;
	background: #fff;
	padding: 3px;
	width: 80px;
	height: 15px;
	border: 1px solid #005490;
	color: #005490;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type='text'].exp_text {
	font-size: 11px;
	background: #fff;
	padding: 3px;
	width: 190px;
	height: 15px;
	border: 1px solid #005490;
	color: #005490;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type="text"].smallpagination_text {
	background: #fff;
	width: 15px;
	height: 10px;
	border: 1px solid #005490;
	color: #005490;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.searchtable tr td {
	padding: 10px;
}

.clearrefresh {
	float: none;
	top: 3px;
	left: 0px;
	color: red;
	cursor: pointer;
}

/* For Dashboard */
.db-title {
	width: 100%;
	text-align: left;
	float: left;
	font-weight: bold;
	padding-top: 10px;
}

.db-title-text {
	background: #51A1CC;
	color: #fff;
	padding: 10px;
}

.db-sub-title {
	width: 100%;
	text-align: center;
	float: left;
	font-weight: bold;
}

.chart-left {
	float: left;
}

.chart-right {
	float: right;
}

.ul_legend {
	list-style: none;
}

.legend_text {
	color: #666666;
	font-size: 12px;
}

.legend_box {
	top: 3px;
	position: relative;
	margin-right: 10px;
	font-size: 30px;
}

.legend_holder {
	float: right;
	height: 266px;
	overflow-y: auto;
	width: 480px;
}

.chart_container {
	display: inline-block;
	margin: 15px 0px;
}

.chart_title {
	text-align: center;
	margin: 10px 0px;
	text-decoration: underline;
}

.ui-highlight .ui-state-default {
	background: red !important;
	bordercolor: red !important;
	color: white !important;
}