/*custom style*/
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 4mm;
}

/*Fix - Firefox bug on linux */
body {
	font-family: "Roboto", Arial, sans-serif !important;
	background-color: #e8e8e8 !important;
}

p {
	font-size: 1rem !important;
}

b,
strong {
	font-weight: 700 !important;
}

.main-background {
	background: url(../img/svg_bg.svg) top center;
	/*background-size: cover;*/
	height: calc(100vh);
	width: 100%;
	/*position:fixed;*/
	overflow: auto;
}

@media screen and (max-width: 360px) {
	.main-background {
		overflow: auto;
	}
}

.color-overlay {
	background: rgba(253, 253, 253, 0.9);
	height: calc(100vh);
	width: 100%;
	display: table;
}

.color-overlay .home-layout {
	display: table-cell;
	/*vertical-align: middle;*/
}

.applogo {
	width: 300px;
	height: 52px;
	margin: 0 0 20px 0;
	background: url(../img/logo.svg) no-repeat center center;
	display: inline-block;
}

.navlogo {
	width: 202px;
	height: 35px;
	background: url(../img/logo.svg) no-repeat center center;
	background-size: cover;
}

/*.adxlogo {
	width:160px;
	height:37px;
	background: url(../img/adxlogo.png) no-repeat center center;
}*/
/*Auto Adjust height - new bottom fixed menu */
.container-fluid {
	padding-bottom: 10vh !important;
}

@media (min-width: 768px) {
	.container-fluid {
		width: 750px;
	}
}

.side-nav a {
	font-size: 1.3rem;
	font-weight: bold;
}

/*custom style top padding after sign in*/
.container-fluid {
	padding-top: 5.5rem;
}

/*custom style top padding before sign in*/
.pad_out_T {
	padding-top: 0;
}

.icon-round {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #EDEDED;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
}

p.icon {
	margin-top: 8px;
}

a.list-group-item {
	color: #000;
}

a.list-group-item:hover,
a.list-group-item:focus {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}

/*a.list-group-item::before {
 font-family: Font Awesome 5 Free;
 content: "\f054";
 position: absolute;
 right: 15px;
 top: 50%;
 font-size: 18px;
 line-height: 14px;
 margin-top: -7px;
 color: rgb(215, 215, 215);
}*/
:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list-group-item-text {
	color: #333;
	font-size: 16px;
	font-weight: 400;
}

a.list-group-item .list-group-item-heading {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.empheader span {
	border-radius: 50%;
	width: 44px;
	height: 44px;
	background-color: #EDEDED;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
}

.empheader span>p.icon {
	margin-top: 8px;
}

.empheader h2 {
	position: relative;
	top: 5px;
	display: inline-block;
}

.empheader h2>small {
	font-size: 16px;
	color: #828282;
	font-weight: normal;
}

.dash-item {
	/*background: #f5f5f5;*/
	display: block !important;
	border-radius: 8px;
	padding: 25px 10px;
	text-align: center;
	position: relative;
	height: 130px;
	margin: 10px;
	color: #fff;
}

.dash-item:hover {
	text-decoration: none;
	color: #fff;
}

.dash-item>i {
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.dash-item h4 {
	/* margin: 0 auto;*/
}

.md-form label {
	color: #000;
}

.navbar {
	border-radius: 0 !important;
}

form.view_layout label {
	margin: 15px 0;
}

/*.view_layout label.label-view {
font-size: .8rem;
}*/
form.view_layout .text-right-view {
	text-align: right;
}

/*.view_layout hr {border-top:1px solid #bdbdbd; }*/

@media screen and (max-width: 360px) {
	html {
		font-size: 3.5mm;
	}


	.list-group-item-text {
		font-size: 12px;
	}

	a.list-group-item .list-group-item-heading {
		font-size: 12px;
	}

	/*.h5, h5 {
 font-size: 1rem;
}
 .h4, h4 {
 font-size: 1.25rem;
}
 .h3, h3 {
 font-size: 1.50rem;
}
.h2, h2 {
 font-size: 1.75rem;
}*/
	p.icon {
		margin-top: 10px;
	}

	.empheader span>p.icon {
		margin-top: 10px;
	}

	.fa-3x {
		font-size: 2.5em;
	}

	.dash-item {
		height: 100px;
	}

	form.view_layout .text-right-view {
		text-align: left !important;
	}

	form.view_layout label.label-view {
		margin: 20px 0 0 0;
	}

	form.view_layout label {
		margin: 0
	}

	.hide-text-sm {
		display: none;
	}
}

@media screen and (max-width: 640px) {

	html {
		font-size: 3.5mm;
	}


	.list-group-item-text {
		font-size: 12px;
	}

	a.list-group-item .list-group-item-heading {
		font-size: 12px;
	}

	/*.h5, h5 {
 font-size: 1rem;
}
 .h4, h4 {
 font-size: 1.25rem;
}
 .h3, h3 {
 font-size: 1.50rem;
}
.h2, h2 {
 font-size: 1.75rem;
}*/
	p.icon {
		margin-top: 10px;
	}

	.empheader span>p.icon {
		margin-top: 10px;
	}

	.fa-3x {
		font-size: 2.5em;
	}

	.dash-item {
		height: 100px;
	}

	form.view_layout .text-right-view {
		text-align: left !important;
	}

	form.view_layout label.label-view {
		margin: 20px 0 0 0;
	}

	form.view_layout label {
		margin: 0
	}
}

/*Steps*/
.steps-form {
	display: table;
	width: 100%;
	position: relative;
	margin: 0 0 20px;
}

.steps-form .steps-row {
	display: table-row;
}

.steps-form .steps-row:before {
	top: 20px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.steps-form .steps-row .steps-step {
	display: table-cell;
	text-align: center;
	position: relative;
}

.steps-step>.btn-primary {
	color: #000 !important;
}

.steps-step>.btn-blue-grey {
	color: #fff;
	background-color: #404757 !important;
}


.steps-form .steps-row .steps-step p {
	margin-top: 0.5rem;
}

.steps-form .steps-row .steps-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.steps-form .steps-row .steps-step .btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
	margin-top: 0;
}

.steps-step i.fa-check {
	padding: 0 .6rem;
}

@media (max-width: 576px) {
	.steps-step .blkSml {
		display: none !important;
	}

	.steps-step .btn.btn-sm {
		/*padding: .5rem 1.1rem !important;*/
		padding: .5rem 0.8rem !important;
	}

	.steps-step i.fa {
		padding: 0;
	}

	.list-group-item-heading .blkSml {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.list-group-item-heading .blkSml {
		display: none !important;

	}

}

/*@media screen and (min-width: 576px){
.select-wrapper{
	min-width:380px;
}
}
.select-wrapper input.select-dropdown {
	text-align:center;
}*/
.fa-1_5x {
	font-size: 1.5em;
}

.black-text {
	color: #000 !important;
}

form.pcode .btn {
	font-size: 1.5rem;
	padding: .45rem;
}

form.pcode button.psfix {
	font-size: 0.8rem;
}

/* Pattern word */
.ptrn .col {
	padding: 0.5rem 0;
}

.ptrn input[type="text"] {
	width: 90%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ptrn input[type="text"]:disabled {
	background-color: #f2f2f2;
	border: 1px solid #e0e0e0;
}

.ptrn input[type="text"].active {
	border: 1px solid #999;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

/*.ptrn table.table td, .ptrn table.table th {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}*/
/* Employee View-Edit page header */
.cascading-admin-card .admin-up {
	margin-left: 4%;
	margin-right: 4%;
	margin-top: -30px;
}

.cascading-admin-card .admin-up .data {
	/*float: right;*/
	margin-top: 2.5rem;
	/*text-align: right;*/
}

.card.card-cascade.narrower .view {
	margin-left: 4%;
	margin-right: 4%;
	margin-top: -40px;
}

/* modal content bg top white corners fix */
.modal-dialog .modal-content {
	border-radius: .4rem;
}

/* Calendar Prefix icon */
.md-form .prefix {
	font-size: 1.5rem;
	top: .0rem;
	cursor: pointer;
}

.md-form .prefix~input,
.md-form .prefix~textarea,
.md-form .prefix~label {
	margin-left: 2.5rem;
}

/* Calendar Prefix icon */

/* Select box align to Input fix start */
.select-wrapper input.select-dropdown {
	/* height:3.4rem;*/
}

.select-wrapper+label {
	top: -15px;
	transform: scale(.8);
}

/* Select box align to Input fix end */

/* Input suffix icon start */
/*.input-group > .input-group-prepend > .input-group-text {
	background-color: transparent !important;
	border: 0;
	border-bottom: 1px solid #bdbdbd;
}
.md-form.input-group, .input-group .form-control {
    padding-left: 0;
}*/
.icon-sfx span.sufx {
	color: initial;
	position: absolute;
	right: 0;
	top: 16px;
	font-size: 16px;
}

/* Input suffix icon end */

/* toastr Alert Fix for LIVE app start */
.toast-success {
	background-image: url(../img/toastr/success.png) !important;
}

.toast-error {
	background-image: url(../img/toastr/error.png) !important;
}

.toast-info {
	background-image: url(../img/toastr/info.png) !important;
}

.toast-warning {
	background-image: url(../img/toastr/warning.png) !important;
}

/* toastr Alert Fix for LIVE app end */

/* menu font size */
.side-nav .collapsible a {
	/*font-size:1rem; font-weight:bold;*/
}

/* menu font size end */

/* custom default button */
button.btn.blue-grey.darken-1,
a.btn.blue-grey.darken-1,
button.btn.btn-blue-grey {
	background-color: #e3f2fd !important;
	border: 1px solid #bdbdbd;
	padding: 0.6rem 2rem;
	font-size: 1.2rem;
	color: #000;
}

.modal-dialog.modal-notify .heading {
	color: #fff;
}

button.btn.teal.darken-1,
a.btn.teal.darken-1 {
	background-color: #d7fff6 !important;
	border: 2px solid #bdbdbd;
	padding: 0.6rem 1rem;
	font-size: 1.2rem;
	color: #000 !important;
}

button.btn.red.darken-4,
a.btn.red.darken-4 {
	background-color: #ffd7d7 !important;
	border: 1px solid #bdbdbd;
	padding: 0.6rem 1rem;
	font-size: 1.2rem;
	color: #000 !important;
}

.card .card-body .card-text {
	font-size: 1rem;
}

/* Accordian Border bottom line */
.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0px solid #e0e0e0;
}

/* Accordian Border bottom line */

/* View Layout button alignment fix*/
@media screen and (max-width: 480px) {
	.col-fix {
		max-width: 30% !important;
	}
}

/* Heading color fix*/
.blue-grey.lighten-4,
.blue-grey.lighten-5,
.blue-grey.lighten-3 {
	background-color: #f5f5f5 !important;
}

/*Upload File*/
.file-field .file-path-wrapper {
	overflow: hidden;
	padding-left: 10px;
	height: 3rem;
}

/* e-Payslip Menu */
.blue-grey.darken-2 {
	background-color: #404757 !important;
}

.bg-light {
	background: #fff !important;
}

/* Float buttons */
.green.lighten-4 {
	background-color: #c8e6c9 !important;
}

.blue-grey.lighten-1 {
	background-color: #f2f2f2 !important;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
	color: #fff !important;
}

.navbar-dark .navbar-brand {
	color: #fff !important;
	font-weight: 400;
}

.blue-grey {
	background-color: #fafafa !important;
	color: #000 !important;
}

.light-blue.lighten-5 {
	background-color: #efebe9 !important;
	border: 1px solid #a1887f !important;
	padding: 0.6rem 1rem;
	font-size: 1.2rem;
	color: #000 !important;
}

.card .md-form label {
	font-weight: 500;
	/*font-size: 1.2rem;*/
}

/*.blue-grey-text {
    color: #007aff !important;
}*/
/*.card, .navbar {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}
*/
.md-form label,
.md-form label.active {
	/*  font-size: 1rem!important;*/
}

.cyan.darken-1 {
	/*border:1px solid #aaa;
	background-color:#EFEFEF!important;*/
	color: #fff !important;
}

.btn,
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled:hover,
.btn:disabled:active,
.btn:disabled:focus,
.btn:disabled:hover,
.jumbotron {
	-webkit-box-shadow: 0 0x 0px 0 rgba(0, 0, 0, .16), 0 0px 0px 0 rgba(0, 0, 0, .12);
}

button.btn.teal.darken-1,
a.btn.teal.darken-1 {
	border: 1px solid #007aff;
	background-color: #EFEFEF !important;
	color: #007aff !important;
	border-radius: 0.9rem !important;
}

.side-nav .collapsible a {

	height: 33px;

}

.collapsible-header:hover {
	background-color: #3F729B !important;
	color: #fff !important;
}

.blue-grey-text {
	color: #bbb !important;
}

.navbar.scrolling-navbar {
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn-outline-primary {
	border: 1px solid #64B5F6 !important;
}

.btn-outline-success {
	border: 1px solid #00c851 !important;
}

.btn-outline-danger {
	border: 1px solid #ef9a9a !important;
}

.btn-outline-warning {
	border: 1px solid #fb3 !important;
}

/*.list-group-item {
	padding: .68rem 1.25rem;
	border: 0.2px solid rgba(0,0,0,.240);
	border-radius: 0.8rem!important;
	}*/

/* .opt1 a.list-group-item:first-child {
	border-radius: 0.8rem!important;
 } */

.opt1 a.list-group-item {
	box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, .15), 0px 0px 4px 0 rgba(0, 0, 0, .15);
}

/* font-weight for strong tag */
strong {
	font-weight: 510;
}

/* btn block cons */
@media (min-width: 768px) {
	.btn-cons {
		display: flex;
	}
}

/*Btn Fix for mobile view */

@media screen and (max-width: 360px) {
	.btn-floating {
		margin: 5px 5px;
	}
}

.side-nav .collapsible a {
	font-size: 1rem;
	font-weight: 400;
}

.hr-pink-border {
	border-top: 1px solid #f8bbd0 !important;
}

.hr-blue-border {
	border-top: 1px solid #8196d4 !important;
}

.grey-text-custom {
	color: #616161 !important;
}

.text-chocolate {
	color: #a94442 !important;
}

.text-pink {
	color: #ff80ab !important;
}

.text-warning-dark {
	color: #f57f17 !important;
}

.text-success-dark {
	color: #069c43 !important;
}

.btn-outline-pink {
	border: 1px solid #f8bbd0 !important;
}

.btn-outline-chocolate {
	border: 1px solid #a94442 !important;
}

.btn-floating i {
	font-size: 1.25rem;
	line-height: 37px;
}

.fa-1_5x {
	font-size: 1.5em;
}

.btn-outline-success-dark {
	color: #03a846 !important;
	background-color: transparent !important;
	border: 1px solid #03a846 !important;
}

.btn {
	word-spacing: .2rem;
	background-color: #fff !important;
	border-radius: 8px !important;
}

.btn:hover {
	background-color: #fff !important;
}

.list-group .list-group-item:last-child {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.list-group .list-group-item:first-child {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.card-header {
	border-radius: 8px !important;
}

li.nav-item>.dropdown-toggle::after {
	display: none;
	margin-left: 0;
	vertical-align: 0;
	content: "";
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

.slash {
	padding: 36px 0 0 0 !important;
}

/*In Progress Animation */
.inprogress {
	line-height: 1;
	font-size: .81rem;
	font-weight: 400;
}

.inprogress span {
	background: transparent;
	border-radius: 50%;
	display: inline-block;
	height: 0.4em;
	width: 0.4em;
	-webkit-animation: inprogress 0.8s linear infinite;
	-moz-animation: inprogress 0.8s linear infinite;
	-ms-animation: inprogress 0.8s linear infinite;
	animation: inprogress 0.8s linear infinite;
}

.inprogress span:nth-child(1) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.inprogress span:nth-child(2) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.inprogress span:nth-child(3) {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

@-webkit-keyframes inprogress {
	0% {
		background: transparent;
	}

	50% {
		background: #999;
	}

	100% {
		background: transparent;
	}
}

@-moz-keyframes inprogress {
	0% {
		background: transparent;
	}

	50% {
		background: #999;
	}

	100% {
		background: transparent;
	}
}

@-ms-keyframes inprogress {
	0% {
		background: transparent;
	}

	50% {
		background: #999;
	}

	100% {
		background: transparent;
	}
}

@keyframes inprogress {
	0% {
		background: transparent;
	}

	50% {
		background: #999;
	}

	100% {
		background: transparent;
	}
}

.btn-outline-warning-dark {
	border: 1px solid #ff6d00 !important;
	color: #ff6d00 !important;
}

.text-warning-dark {
	color: #ff6d00 !important;
}

.pl-4-5,
.px-4-5 {
	padding-left: 2.1rem !important;
}

.ml-4-5,
.mx-4-5 {
	margin-left: 2.1rem !important;
}

/* badges */
.badge {
	text-transform: uppercase !important;
	font-weight: 500 !important;
	letter-spacing: 0.4pt !important;
}

.badge-primary {
	color: #000 !important;
	background-color: #ccd5ff !important;
}

.badge-success {
	color: #000 !important;
	background-color: #8ce8ae !important;
}

.badge-info {
	color: #000 !important;
	background-color: #a9f0fe !important;
}

.badge-warning {
	color: #000 !important;
	background-color: #fbd17e !important;
}

.badge-danger {
	color: #000 !important;
	background-color: #ffd1d3 !important;
}

.badge-danger1 {
	color: #000 !important;
	background-color: #ffc7e8 !important;
}

.badge-danger2 {
	color: #000 !important;
	background-color: #ffcba8 !important;
}

.badge-secondary2 {
	color: #000 !important;
	background-color: #b0dfff !important;
}

.modal-body li {
	font-size: 1rem !important;
}

/*Youtube popup*/
.grtyoutube-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
}

.grtyoutube-popup-content {
	margin-top: 150px;
	width: 95%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.grtyoutube-popup-close {
	position: absolute;
	top: -30px;
	right: 0;
	color: #FFF;
	font-size: 25px;
	width: 17px;
	height: 17px;
	cursor: pointer;
}

.grtyoutube-iframe {
	width: 100%;
	height: 480px;
}

@media (max-width:767px) {
	.grtyoutube-iframe {
		width: 100%;
		height: 350px;
	}
}

.grtyoutube-dark-theme {
	background: rgba(0, 0, 0, 0.85);
}

/* .grtyoutube-dark-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
} */

.grtyoutube-dark-theme .grtyoutube-popup-close {
	background: url('../img/icon-close-white.png') no-repeat;
}

.grtyoutube-light-theme {
	background: rgba(255, 255, 255, 0.85);
}

.grtyoutube-light-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close {
	background: url('../img/icon-close-black.png') no-repeat;
}

.text-orange-dark {
	color: #F60 !important;
}

.alert {
	background-color: #fff;
	border-radius: 8px!important;
}
.cyan.darken-1:hover {
	background-color: #00acc1 !important;
  }

.card {border-radius: 8px !important;}

.btn-dark-green {
	color: #388e3c !important;
	border: 2px solid #388e3c !important;
  }

.btn-warning {
	color: #fb3  !important;
	border: 2px solid #fb3  !important;
  }
  .btn-primary {
	color: #4285f4   !important;
	border: 2px solid #4285f4   !important;
  }
  .btn-default {
	color: #2bbbad !important;
	border: 2px solid #2bbbad !important;
  }
  .btn-floating {color: #fff !important;}
.side-nav {
    width: 290px !important;
}