﻿@font-face {
    font-family: Open Sans;
    src: url(./../fonts/fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: Open Sans;
    src: url(./../fonts/fonts/OpenSans-Bold.ttf);
    font-weight: bold;
}@font-face {
    font-family: Open Sans;
    src: url(./../fonts/fonts/OpenSans-Italic.ttf);
    font-style: italic;
}
html, body {
	height: 100%;
}
.dashboardviewall{
	height: 88;
}
.dashboardView:hover {
	text-decoration: underline;
	cursor: pointer;
}

.sb-facebook {
	color: #1877F2;
}
.sb-twitter {
	color: #1DA1F2;
}
.sb-whatsapp {
	    color: #075E54;
}
 .hover-image {
	width: 27%;
    height: auto;
    position: absolute;
    top: -371px;
    left: 136px;
  }
body {
	/*background-color: #454e4e;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
div.box{
	display: flex;
	flex-direction: column;
	height: 100%;
}
ng-component{
	flex: 1 1
}
hr-module{
	height: 100%;
	display: flex;
	flex-flow: column;
}

input {
	font-size: 12px;
}

.removeflex{
	display: block !important;
}
textarea {
	resize: none;
}
/*body.body-login {
	background-color: #2a93d5;
}*/
a {
	color: #333;
}
a:hover {
	cursor: pointer;
}
#loginbody {
	/* background-image: url("../../assets/images/LoginBG.jpg"); */
	background-size: cover;
	height: 100%;
}
.login-container {
	padding:20px 30px 40px 30px;
	background-color: rgba(255,255,255,0.8);
} 
.login-parent{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.login-container button {
	opacity: 100%;
}
.login-logo {
	width: 100%;
	text-align: center;
	margin:15px 0px;
	padding-bottom: 20px;
}
.login-logo img {
	height: 70px;
}
.login-container button {
	width: 100%;
}
.login-container .col-12{
	padding: 0px 25px;
}
img.profile_img_list {
    min-width: 40px;
    max-width: 40px;
}
img.profile_img {
    /*margin-top: 5px;*/
    height: 40px;
}
/* .navbar-custom {
    overflow-x: hidden;
    white-space: nowrap;
    flex-direction: row;
    flex-wrap: wrap;
} */
/*.navbar-sub {
	background-color: #64adca;
	margin-bottom: 0px;
	border-radius: 0 !important;
	border:0;
	min-height: 25px;
	padding:0px 0px 0px 215px;
}*/
.navbar-custom-sub{
	flex-direction: row;
}
.navbar-custom-sub li a {
	color: #EDFAFD;
	padding:2.5px 10px;
	text-decoration: none;
	margin: 0px 0px;
}
ul.navbar-custom-sub li a:hover {
	background-color: #2fa4ee;
	cursor: pointer;
}
ul.navbar-custom-sub li a.active {
	font-weight: bold;
	background-color: #64adca;
}
/*ul.nav-left-submenu {
	margin-top: 0px !important;
	background-color: #64adca;
}
ul.nav-left-submenu li {
	padding-left: 15px !important;
}*/
/*.mainbody {
	flex: 1 1 auto;
	 min-height: 500px; 
	height: 100%;
	background-color: #2a93d5; 
	padding: 0;
	display: flex;
	flex-flow: row;
}
*/
/*.mainbody div.row{
	padding: 0;
	margin: 0;
}*/
.right-content{
	flex: 1 1 auto;
	height: 100%;
	display: flex;
	flex-flow: column;	
}
.main-content{
	/* min-height:500px; */
	flex: 1 1 auto;
	background-color: #f5f5f5;
}
.left-nav {
	background-color: #64adca;     
	padding: 0 0 0 15px;
	min-height: 100%;
	height:100%;
	flex: 0 0 auto;
}
.left-nav ul {
	list-style: none;
	margin-top: 25px;
	padding: 0;
}
.left-nav ul li {
	/* padding: 10px 10px 10px 20px; */
	width: 100%;
}
.left-nav ul li.active {
	background-color: #1375b2; 
	font-weight: bold;
}
.left-nav ul li.active:hover {
	background-color: #1375b2;
}
.left-nav ul li:hover {
	background-color: #2fa4ee; 
}
.left-nav ul a {
	 padding: 10px 10px 10px 20px; 
	/* padding: 10px 0px; */
	width: 100%;
	color: #EDFAFD;
	display: block;
	text-decoration: none;
	height: 37px;
}
.left-nav ul a:hover {
	cursor: pointer;
}
.submenu-padding, .left-nav {
    width: 200px;
    padding-left:15px;
}
.footer {
	background-color: #2a93d5; 
	padding: 0;
}
.footer-content {
	text-align: right;
	padding: 15px;
	background-color: #aed9da;
}
.footer-padding {
	width: 12.499999995%;
}
h1, h2, h3, h4 {
	color:#000;
}
.page-title h3 {
	color:#000;
}
.btn-container {
	margin:10px 0px 5px 0px;
}
.btn-container-right {
	text-align: right;
}
.btn-round {
	border-radius: 30px;
}
.btn-neutral {
	color: #fff;
	background-color: #808080;
	border:1px solid #696969;
}
.btn-neutral:hover, .btn-neutral:focus, 
.btn-neutral.focus, .btn-neutral:active, 
.btn-neutral.active, .open>.dropdown-toggle.btn-neutral {
	color: #fff;
	background-color: #696969;
	border:1px solid #454e4e;
}
.btn-neutral[disabled] {
	background-color: #A9A9A9;
	border-color: #808080;
}
/*.con-panel {
	background-color: #fff;
	border:1px solid #E6E9ED;
	margin-bottom: 15px;
	padding: 0px 10px;
}*/
.con-content {
	margin-top: 15px;
	margin-bottom: 15px;
	/*padding: 15px 0px;*/
}
/*for jobad list style*/
/*ul {
	list-style: none;
}*/
table.table-he {
	border:1px solid rgba(221, 221, 221, 0.78);
	margin-top: 5px;
}
table.table-he th {
	text-align: center;
	border-right: 1px solid #ddd;
	line-height: 1.3;
	vertical-align: middle;
}
table.table-he th>mfdefaultsorter>a {
	white-space: normal !important;
}
table.table-he td {
	vertical-align: middle !important;
	
}
th, td {
	padding: 0.4rem !important;
}
.dataTables_length select {
	border-radius: 4px;
	border: 1px solid #ccc;
}
.dataTables_filter {
	display: none;
}
.custom-tabs li {
	min-width:80px;
	text-align: center;
}
.custom-tabs>li>a {
	padding: 5px 5px !important;
	border: 1px solid #ddd;
}
.custom-tabs li a {
	width: 100%;
	text-align: center;
	color:#8e8c8c;
}
.tab-content {
	margin-bottom: 10px;
}
.dataTables_length {
	width: 40%;
	float:left;
}
.dataTables_wrapper{
	max-width: 100%;
	overflow: auto;
}
.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}
.dataTables_info {
	width: 60%;
	float: left;
	margin-bottom: 15px;
}
td.dataTables_empty {
	text-align: left !important;
}
.dataTables_paginate {
	float: right;
	text-align: right;
	margin-bottom: 15px;
}
.dataTables_paginate a.paginate_button {
	padding: 6px 9px !important;
	background: #ddd !important;
	border-color: #ddd !important;
	border-radius:10px;
	margin-right: 5px;
	cursor: pointer;
	color: #333;
}
.dataTables_paginate a.paginate_active {
	padding: 6px 9px !important;
	background: #337ab7 !important;
	border-color: #337ab7 !important;
	border-radius:10px;
	margin-right: 5px;
	color: #fff;
}
.dataTables_paginate a.paginate_button_disabled {
	color: #888;
}
.dataTables_paginate a.paginate_button_disabled:hover
,.dataTables_paginate a.paginate_active:hover {
	cursor: auto;
}

.person-entry-details{
	/*margin-left: 10px;*/
	line-height: 1.1;
	text-align: left;
}
.person-entry-details>.sub {
	font-size: 12px;
}
.person-entry {
	display: table;
	/*height: 100%;*/
}
.person-entry>.person-entry-img {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
}
.matchedCont {
  position: relative;
  width: auto;
  height: 65px;
	border:1px solid transparent;
}
.matchedCont .sub {
	margin-left: 5px;
	margin-top: -5px;
}
.matchedCont label {
	margin-left: 5px;
}
.matchedOverflow {
	background-color: #fff;
	border-left-color: #ddd !important;
	border-right-color: #ddd !important;
	width:100%;
	z-index: 100;
	-webkit-box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
	-moz-box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
	box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
}
.matchedFirstOpen {
	border-top-color: #ddd !important;
	border-left-color: #ddd !important;
	border-right-color: #ddd !important;
	background-color: #fff;
	-webkit-box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
	-moz-box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
	box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
	
}
.OrganizationContainerUpper {
	border-top-color: #ddd !important;
	border-left-color: #ddd !important;
	border-right-color: #ddd !important;
	background-color: #fff;
	-webkit-box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
	-moz-box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
	box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
	width:900px;
	margin-top:-220px;
	overflow:auto;
	max-height: 212px;
	
}
.OrganizationContainerBottom{
	border-top-color: #ddd !important;
	border-left-color: #ddd !important;
	border-right-color: #ddd !important;
	background-color: #fff;
	-webkit-box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
	-moz-box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
	box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
	width:900px;
	overflow:auto;
	max-height: 212px;	
}
.logocolor{
	color:blue;
}
.__tw .beeperNub {

    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -1195px;
    height: 11px;
    position: absolute;
    top: -11px;
	width: 20px;
}
._4xi2 .beeperNub {
	right: 5px;

}
.matchedShow {
	position: relative;
}
.matchedLastOpen {
	border-bottom-color: #ddd;
	-webkit-box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
	-moz-box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
	box-shadow: -7px 9px 18px -8px rgba(0,0,0,1);
}

.applicationStatus li { /* Added this and moved much code to here */
  position: relative; /* this was a key property missing from your code */
  height: 20px;
  background-color: #77a942;
  display: inline-block;
  /* Dirty IE Hack */
  zoom: 1;
  *display: inline;
  /* margin-right: 30px; Eliminated this */
  margin-left: 5px;
  padding: 10px 10px 10px 30px; /* tweaked this */
  color: white;
  text-align: center;
  width:120px;
  margin-top: 20px;
}

.applicationStatus li:nth-child(even){
	/*left: -20px;*/
	z-index: 5;
	top:-17px;
}
.applicationStatus li:nth-child(odd){
	z-index: 10;
	/*right:10px;*/
}

ul.applicationStatus { /* this was irrelevant with the HTML you gave, but I added the class to the ul */
  list-style: none; 
  padding-left: 0;
}
ul.applicationStatus li:nth-of-type(odd){
	top:-17px;
}

/* tweaked various things below here */

li.applicationStatus:after, li.applicationStatusOngoing:after, li.applicationStatusPending:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #77a942;
    border-bottom: 10px solid transparent;
    margin: -10px 90px 0 10px; 
    left:110px;
    top:10px;
}
li.applicationStatus:not(:first-child):before, li.applicationStatusOngoing:not(:first-child):before, li.applicationStatusPending:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    padding-left: 20px;
    border-top: 10px solid transparent;
    border-left: 10px solid white;
    border-bottom: 10px solid transparent;
    margin: -10px 0px 0 0px; 
    
}
.table-striped>tbody>tr:nth-of-type(odd) li.applicationStatus:last-child:before,
.table-striped>tbody>tr:nth-of-type(odd) li.applicationStatusOngoing:before,
.table-striped>tbody>tr:nth-of-type(odd) li.applicationStatusPending:before
 {
    border-left: 10px solid #f9f9f9;
}

li.applicationStatus:first-child,
li.applicationStatusOngoing:first-child, {
    padding-left: 10px;
    margin-left: 0;
    top:-17px;
}
/*li.applicationStatus:last-child {
    padding-right: 30px;
}*/

li.applicationStatusOngoing {
  background-color: #039be5; }
  li.applicationStatusOngoing:after {
    border-left: 10px solid #039be5 ; }

li.applicationStatusPending {
  background-color: #767676; }
  li.applicationStatusPending:after {
    border-left: 10px solid #767676; }
.bar_tabs {
	margin-bottom: 10px;
}
/*.bar_tabs > li.active > a, .bar_tabs > li.active > a:hover, .bar_tabs > li.active > a:focus {
	font-weight: bold;
	color: #337ab7;
	border: 1px solid #ddd;
	border-bottom: 1px solid transparent;
	border-left: 6px solid #337ab7;
}*/
td.actionbuttons span {
	color: #333;
	margin:0px 5px;
	font-size: 18px;
}
td.actionbuttons span:hover {
	cursor: pointer;
}
td.actionbuttons {
	text-align: right !important;
}
.progress {
	position: relative;
	overflow: hidden;
	height: 20px;
	background-color: #f5f5f5;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress .progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	transition: width 0.6s ease;
}
.bg-green {
	background-color: #77a942 !important;
	border: 1px solid #77a942 !important;
}
.bg-yellow {
	background-color: #d58512 !important;
	border: 1px solid #d58512 !important;
}
.bg-red {
	background-color: #c42c00 !important;
	border: 1px solid #c42c00 !important;
}
.search-container {
	margin-bottom: 15px;
}
.search-container a {
	margin-right: 8px;
}
/*.btn {
	margin-right: 5px;
}*/
.btn-group {
	display: inherit;
}
.search-container .search-text {
	width: 200px;
}
.search-container>.form-control {
	display: inline;
	margin-right: 8px;
}
.data-number {
	text-align: right !important;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.align-center {
	text-align: center !important;
}
ul.link-list {
	padding-left: 0px;
}
ul.link-list li {
	list-style: none;
	padding:5px 20px;
}
ul.link-list li a {
	color: #333;
}
ul.link-list li:hover {
	background-color: #f5f5f5;
}
.dropdown-linklist-menu {
	position: static !important;
	float: none !important;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}
.icheckbox_flat-green.checked {
    background-position: -22px 0;
}
.icheckbox_flat-green {
    background-position: 0 0;
}
.icheckbox_flat-green, .iradio_flat-green {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}
.form-group label {
	color: #888;
	margin-top: 5px;
	margin-bottom: 0px;
}
.form-group label.required {
	color: #333;
}
.form-group textarea {
	resize: vertical;
	min-height: 100px;
}
.form-container {
	margin-bottom: 10px;
}
/*.modal-backdrop {
	z-index: -5;
}*/
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.he-chart-container {
	text-align: center;
}
.he-chart-container li {
	display: inline;
}
.he-chart-container span.chart-element {
	border: 1px solid #333;
}
ul.typeahead {
	width: 95%;
}
ul.typeahead>li>a {
	white-space: normal;
}
.field-alert {
	padding: 0px 15px;
	margin-bottom: 0px;
}
.has-error label {
	color: #a94442 !important;
}
.has-error input, .has-error select, .has-error textarea {
	border-color: #a94442 !important;
}
.mass-applicant {
	border: 1px solid #DDE2E8;
	padding: 25px 0;
	border-radius: 8px;
}
.checkbox-custom {
	width: 20px;
}
.checkbox-custom input[type=checkbox] {
	visibility: hidden;
}
.checkbox-custom label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #ddd;
	border-radius: 5px;
}
.checkbox-custom label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);
}
.checkbox-custom label:hover::after {
	opacity: 0.5;
}
.checkbox-custom input[type=checkbox]:checked + label:after {
	opacity: 1;
}
/* GRAPHS */
.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}
/* KMR */
/*.modal-backdrop {
	position: fixed;
}*/
.alert {
	border:1px solid #ddd !important;
}
.clickable:hover {
	cursor: pointer;
	background-color: #F0F0F0 !important;
}
.clickable>.person-entry>.person-entry-details>label:hover {
	cursor: pointer;
}
/* 
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
} */
/* .modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(1%, 0, 0);
    transform: translate3d(1%, 0, 0);
} */
.alert {
     animation:fade-in 1s 1;
    -webkit-animation:fade-in 1s 1;
    animation-fill-mode: forwards;
}
@keyframes fade-in{
    0% {opacity :0;}
    100% {opacity :1;}
}

@-webkit-keyframes fade-in{
    0% {opacity :0;}
    100% {opacity :1;}
}
.alert-success {
     animation:fade-out 1s 1;
    -webkit-animation:fade-out 1s 1;
    animation-fill-mode: forwards;

    animation-delay:5s;
    -webkit-animation-delay:5s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards;
}
@keyframes fade-out{
    0% {opacity :1;}
    100% {opacity :0;height: 0px; overflow: hidden;padding: 0px;margin: 0px;}
}

@-webkit-keyframes fade-out{
    0% {opacity :1;}
    100% {opacity :0;height: 0px; overflow: hidden;padding: 0px;margin: 0px;}
}
fieldset {
	padding: 4.2px 7.5px 9px 7.5px;
	margin: 0 2px;
	min-width: 100%
}
.setup-list {
	margin-top: 20px;
}
.setup-list li {
	display: inline-block;
	width: 290px;
	margin: 0 5px 15px 0;
	border: 1px solid transparent;
}
.setup-list li:hover {
	border-color: #ccc;
}
.setup-list li>div {
	width: 100%;
	padding: 15px 15px 20px 15px;
}
.setup-list li .glyphicon {
	font-size: 40px;
	color: #135589;
	margin-right: 20px;
}
.setup-list h5 {
	color: #135589;
}
.chart-container-large {
	display: flex;
	max-width: 900px;
	overflow: auto;
	height: 230px;
}
.chart-container-large1 {
	display: flex;
	/*max-width: 900px;*/
	overflow: auto;
	/*height: 500px;*/
}
.chart-container-small {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100px;
	overflow: auto;
}
.chart-container-small1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 500px;
	overflow: auto;
}
.oc-reports {
	display: flex;
	flex: 1;
}

.oc-org-container {
	display: flex;
	flex-direction: column;
}

.oc-h-bar-container {
	display: flex;
}

.oc-h-bar {
	flex: 1;
}
.unit-container {
	margin: 0 1em;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.oc-box {
	padding: 0.5em 1em;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width:200px;
  	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
  	border-radius: 8px; 
}

.oc-h-bar {
	height: 0.1em;
	border-bottom: transparent !important;
}

.oc-border {
    border: 1px solid #454e4e;
}
 
.oc-background {
    background-color: lightSteelBlue;
}
.oc-designation {
	padding-top: 10px;
}
.oc-designation, .posunit-count {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.legend-ind div {
	width: 50px;
	height: 15px;
}
/**/
.disabled {
	pointer-events: none;
}
.tile_count {
	margin-bottom: 20px;
	margin-top:20px;
}
.tile_count .tile_stats_count {
    border-left: 0px solid #333;
    padding: 0;
}
.tile_count div:first-child .left {
    border: 0;
}
.tile_stats_count .left {
    width: 15%;
    float: left;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px;
}
.tile_stats_count .right {
    padding-left: 10px;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tile_stats_count .right span {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tile_stats_count .count {
    font-size: 40px;
    line-height: 47px;
    font-weight: 600;
}
green, .green {
    color: #1ABB9C;
}
red, .red {
    color: #E74C3C;
}
.badge-warning {
	background-color: #E74C3C;
}
li.record_count {
	padding-top:5px;
	padding-left: 30px;
	font-style: italic;
}
.record_count {
	padding-left: 5px;
	font-style: italic;
}
input[type='number'] {
  text-align: right;
}
input[type='checkbox'] {
  height: 22px;
}
.checkbox-option {
	margin-top: 5px;
}
.setup-desc-container {
	max-width:190px;
}
.setup-desc-title {
	font-size:14px;
	color:#135589;
	padding-bottom:5px;
}
.checkbox-choice {
	padding-left: 10px;
}

/*for the js upgrade*/
.form-control-sm{
	font-size:12px;
}
.modal-header{
	padding:.5rem;
}
.modal-footer{
	padding:15px;
}
.nav-main .nav-item a{
	color:#bcbcbc;
	width: 120px !important;
	line-height: 16px !important;
	height: 100%;
	padding:5px 10px !important;
}
.nav-main .nav-item a:hover{
	color:#bcbcbc;
	width: 120px !important;
	line-height: 16px !important;
	height: 100%;
	padding:5px 10px !important;
}
.nav-main .nav-link{
	padding:5px 10px !important;
	height: 100%;
}
.nav-main .nav-link i{
	color:#bcbcbc;
	line-height: 16px !important;
}
ul.navbar-custom .nav-item {
    width: 120px !important;
    height: 45px !important;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    display: flex;
  	align-items: center;
}
ul.navbar-custom li a.active, .navitem a.active {
    height: 45px !important;
    background-color: #64adca;
    color: #EDFAFD;
}
ul.navbar-custom li a:hover {
	background-color: #646969 !important;
}
ul.navbar-custom li a.active:hover{
	background-color: #64adca !important;
	color:#fff!important;
}
.table-striped>tbody>tr:nth-of-type(odd){
	background-color:#f9f9f9;
}
/*button colors*/
.btn{
	/*color: #fff!important;*/
	padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/*.btn-success{
	color:#fff!important;
    background-color: #26B99A;
    border-color: #4cae4c;
}
/*.btn-outline-info: hover{
	color:#fff!important;
}*
.btn-success:hover{
    background-color: #19A98B;
    border-color: #19A98B;
}
.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{
	color:#fff!important;
	background-color: #19A98B!important;
	border-color:#19A98B!important;
}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{
	color:#fff!important;
	background-color:#286090!important;
	border-color:#204d74!important;
}
.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{
	color:#fff!important;
	background-color:#c9302c!important;
	border-color:#ac2925!important;
}
.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{
	color:#fff!important;
	background-color:#ec971f!important;
	border-color:#d58512!important;
}
.btn-primary{
	color:#fff!important;
	background-color:#1A82C3!important;
	border-color:#1A82C3!important;
}
.btn-neutral{
	color:#fff!important;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{
	color:#fff!important;
	background-color:#286090!important;
	border-color:#204d74!important;
}
.btn-warning{
	color:#fff!important;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover{
    background-color: #ec971f;
    border-color: #d58512;
}
.text-primary{
	color:#1A82C3 !important;
}
a.text-primary:hover{
	color:#286090 !important;
}
.text-success{
	color:#3c763d !important;
}
a.text-success:hover{
	color:#2b542c !important;
}
.text-info{
	color:#31708f !important;
}
a.text-info:hover{
	color:#245269 !important;
}
.text-warning{
	color:#8a6d3b !important;
}
a.text-warning:hover{
	color:#66512c !important;
}
.text-danger{
	color:#a94442 !important;
}
a.text-danger:hover{
	color:#843534 !important;
}*/

h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}
h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}
h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}
label{
	font-weight: bold;
}

.search-label{
	text-align: right;
	color: #333 !important;
	padding-right: 0px;
}
.search-buttons{
	padding-left: 0px;
}
.search-input{
	padding-right: 0px;
}
.bar_tabs a{
	border: 1px solid #ddd !important;
	box-sizing: border-box!important;
	padding: 4px 13px !important;
	color: #8e8c8c!important;
}
.bar_tabs a.active{
	font-weight: bold;
	color: #337ab7 !important;
	border-bottom: 1px solid transparent !important;
	border-left: 6px solid #337ab7 !important;
}
.bar_tabs a:hover{
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
    background-color: #eee;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff!important;
    background-color: #dc3545!important;
    border-color: #dc3545!important;
    cursor: default;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #212529!important;
    border: 1px solid #ddd !important;
    margin-left: -1px;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #23527c !important;
    background-color: #eee !important;
    border-color: #ddd;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #777!important;
    background-color: #fff !important;
    cursor: not-allowed;
}
mfpaginator > :first-child{
	float:left!important;
}
.pagination{
	margin-top:1rem;
}
.form-group{
	margin-bottom: 0px;
}
/*#loginbody .form-group{
	margin-bottom: 10px;
}*/
.earlink-nav-dropdown, .earlink-nav-dropdown i{
	color:#fff!important;
}
.earlink-nav-dropdown i:hover{
	background-color: transparent !important;
}
.dropdown-filter {
    position: absolute; 
    top: 22px;
    z-index: 100; 
    list-style: none; 
    border: 1px solid #ddd; 
    padding: 10px 0;
    background-color: #fff;
    min-width: 250px;
    max-height: 350px;
    overflow-y: auto;
}
.btnfilter-active {
    border-color: #ddd;
}

.btnfilter-inactive {
    background-color: #ddd;
    border-color: #ddd;
}

.btn-filter {
    color: #333;
    font-weight: bold;
    padding: 5px 10px;
    margin-right: 10px;
    border: 1px solid transparent;
    font-size: 14px;
}

.btn-filter:hover {
    border: 1px solid #ddd;
}
.dropdownTab{
	color: rgb(12, 12, 12);
    background-color: #7a91a8;
    border-color: #4e555b;
}
.relocatediv{
	margin-bottom: 168px;
}
.modal-xlg{
	max-width: 1200px;
}


.root-title {
    padding-bottom: 5px;
}
.root-text {
	margin-right: 5px;
    font-size: 24px;
    font-weight: bold;
}
.tree-child {
    user-select: none;
    width: fit-content;
    box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
    margin-top: 8px;
}
.tree-title {
    position: relative;
	padding-left: 21px;
	width: 294px;
    align-items: center;
    border: 1px solid transparent;
    border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	display: block;
    background: rgb(245, 245, 250);
    /* border: 4px solid rgb(56, 145, 228); */
    text-align: center;
    overflow: hidden;
    /* font-size: 0.7em; */
    text-decoration: none;
    /* font-weight: bold; */
    color: #333;
    box-shadow: 4px 4px 9px -4px rgba(0.4,0.4,0.4,0.4);
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
    border-radius: 8px;
}

.tree-title::before {
    position: absolute;
    left: -1px;
    top: calc(50% - 0.5px);
    /* background-color: #444; */
    height: 1px;
    width: 16px;
    align-items: center;
	content: '';
	border: 1px dotted #444;
	border-style: none none dotted;
	color: #fff;
	background-color:
	#fff;
}

.destenationTop {
    border-top: 1px solid rgba(255, 0, 0, 0.5);
}
.destenationBottom {
    border-bottom: 1px solid rgba(255, 0, 0, 0.5);
}

.tree-content {
    margin-left: 50px;
    border-left:1px dotted #444 ;
    position: relative;
}
.tree-content-main {
    margin-left: 20px;
    border-left: 1px dotted #444 ;
    position: relative;
}

.draggable-item {
    margin-right: 5px;
}

.child-drop-place {
    display: flex;
    align-items: center;
    color: #ccc ;
    justify-content: center;
    background-color: transparent;
    border:none;
    border-radius: 2px;
    outline-color: none;
    height: 20px;
    width: 20px;
    cursor: pointer;
    padding: 0;
}

.child-drop-place fa-icon {
    pointer-events: none;
}

.buttons-bar > div{
    align-items: center;
}
.tree-btn {
	display: flex;
    align-items: center;
    color:black ;
    justify-content: center;
    background-color: #ccc  ;
    border:none;
    border-radius: 2px;
    outline-color: none;
    cursor: pointer;
    padding: 0;
    padding: 3px;
    transition: color 0.2s ease-in-out;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
	border-radius: 3px;
	margin-left: 10px;
}

.add-btn:hover, .submit-btn:hover {
    color: green;
}

.edit-btn:hover {
    color: skyblue;
}

.delete-btn:hover {
    color: red;
}

.show-btn, .hide-btn {
    background-color: #ccc;
    color: #000;
    height: 18px;
    width: 18px;
    padding: 0;
    font-size: 14px;
    align-items: center;
    display: flex;
}

/* childrens styles */
.input-rename {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 15px 0 0;
    font-weight: inherit;
    max-width: 200px;
    font-family: inherit;
    outline: none;
}

.error-edit-wrap {
    margin-left: 5px;
    color: #d33;
}
.addOpacity {
    opacity: 0.5;
}
.show-hide-switch {
    position: absolute;
    top: calc(50% - 7.5px);
    left: -10px;
}

/* tool classes styles */
.d-flex {
    display: flex;
}
.d-inline-flex {
    display: inline-flex;
}
.text-center {
    text-align: center;
}
.pos-relative {
	position: relative;
	
}.goalChart{
	display: block;
    background: rgb(81, 166, 247);
    border: 4px solid rgb(56, 145, 228);
    text-align: center;
    overflow: hidden;
    font-size: .7em;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    height: 70px;
    box-shadow: 4px 4px 9px -4px rgba(0.4,0.4,0.4,0.4);
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
	transition: all linear .1s;
	border-radius: 8px;
	width: 200px;
}
.goal-container{
	display: flex;
    /* max-width: 900px; */
    overflow: auto;
    /* height: 500px; */
    margin-left: 202px;
}

.center-items{
	margin-top: 88px;margin-left: 32px;
}
.undo-items{
	margin-top: 88px;margin-left: 32px;
}

.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-body
{
    overflow:auto;
    height: 250px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.panel-primary {
    border-color: #428bca;
}

.panel {
    margin-bottom: 48px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.pull-right {
    float: right!important;
}
.goal-chartContainerLarge{
	padding-left: 118%;
}

.notif-header{
	background-clip: padding-box;
    background-color: #fff;
    border-bottom: solid 1px #dddfe2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 8px 12px 6px;
    position: relative;
    z-index: 100;
}

.beeperNub {
    border-bottom: 12px solid #40aaf1;
    border-left: 10px solid transparent;
    border-right: 11px solid transparent;
    /* padding: 57px; */
    height: 0;
    position: absolute;
    top: -10px;
    width: 0;
    /* margin-left: 17px; */
	margin-left: 258px;
}

.list-view {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

/*survey*/
.sv_main.sv_main .table > tbody > tr > td {
    min-width: 0px!important;
    text-align:center;
}

/*TIMEKEEPING CSS*/
.legend-color {
    padding: 0px 8px;
}
.restday {
	background-color: #ccff66;
}
.holiday {
	background-color: #6699cc;
}
.restdayholiday {
	background-color: #33cccc;
}
.nonwholedayholiday {
	background-color: #99ccff;
}
.wholedayleave {
	background-color: #ff6666;
}
.nonwholedayleave {
	background-color: #ff9999;
}
.outofoffice {
	background-color: #ffcc33;
}
.nonoutofoffice {
	background-color: #ffff66;
}

/*main component*/
.main-activenavlink{
	/* text-shadow: 1px 1px 3px #000; */
	color: #dc3545 !important;
}
.w-40{
	width:40%;
}
@media (max-width:576px){
	#courses-modal .modal-content{
		width: 1000px !important;
		max-width: 350px !important;
		max-height: 600px;
		overflow: auto;
		scrollbar-width: thin;
		scrollbar-color: darkgrey lightgrey;
		margin-top: 15px;
		word-wrap: break-word;
	}

	.mt-sm-1 {
		margin-top: 10px;
	}
	.mt-sm-2 {
		margin-top: 20px;
	}
	.mt-sm-3 {
		margin-top: 30px;
	}

	.pr-sm-0 {
		padding-right: 0px !important;
	}
	.pl-sm-0 {
		padding-left: 0px !important;
	}
}
#courses-modal .modal-content{
	width: 1000px;
	max-width: 1000px;
	max-height: 600px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: darkgrey lightgrey;
	overflow-x: hidden;
}
#trainingModal .modal-content{
	width: 1000px;
	max-width: 800px;
	max-height: 600px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: darkgrey lightgrey;
	overflow-x: hidden;
}
.btn-primary{
	color:#fff!important;
	background-color:#1A82C3!important;
	border-color:#1A82C3!important;
}
.btn-warning{
	color:#fff!important;
    background-color: #f0ad4e;
    border-color: #eea236;
}
#accordion .card {
	border: none !important;
}
#accordion .card-header {
	background-color: white !important;
}
.custom-border {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #212223; /* Use your desired border color */
}
.custom-border:focus, .form-control .custom-border:focus {
    outline: none !important;
    border-bottom: 1px solid #212223;
	padding: 0 5px 0 5px;
	box-shadow: none;
}
.btn-cstm{
	padding:.5rem 1rem;
	font-size:.9rem;
	line-height:1;
	border-radius:.3rem
}

#municipality input{
	height: 36px !important;
	padding-left: 5px !important;
	font-size: 15px;
}
#coursesModal .modal-title {
	color: #135589 !important;
	font-size: 190%;
}
#courses .card {
	border-radius: .55rem !important;
}
#courses .card-img-top {
	border-top-left-radius: calc(.55rem - 1px) !important;
	height:285px !important;
	width: 100% !important;
}


/* Classification Grid Viewing */
.career-form {
  background-color: #4e63d7;
  border-radius: 5px;
  padding: 0 16px;
}

.career-form .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
}

.career-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.career-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.career-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.career-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.career-form .custom-select {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  text-align: left;
  height: auto;
  background-image: none;
}

.career-form .custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.career-form .select-container {
  position: relative;
}

.career-form .select-container:before {
  position: absolute;
  right: 15px;
  top: calc(50% - 14px);
  font-size: 18px;
  color: #ffffff;
  content: '\F2F9';
  font-family: "Material-Design-Iconic-Font";
}

.filter-result .job-box {
background:#fff;
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
          box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
  padding: 10px 35px;
}

ul {
  list-style: none; 
}

.list-disk li {
  list-style: none;
  margin-bottom: 12px;
}

.list-disk li:last-child {
  margin-bottom: 0;
}

.job-box .img-holder {
  height: 65px;
  width: 135px;
  background-color: white;
  background-image: white;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 65px;
  margin: 0;
}

.career-title {
  background-color: #4e63d7;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
}

.job-overview {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
          box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
}

@media (min-width: 992px) {
  .job-overview {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
}

.job-overview .job-detail ul {
  margin-bottom: 28px;
}

.job-overview .job-detail ul li {
  opacity: 0.75;
  font-weight: 600;
  margin-bottom: 15px;
}

.job-overview .job-detail ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.job-overview .overview-bottom,
.job-overview .overview-top {
  padding: 35px;
}

.job-content ul li {
  font-weight: 600;
  opacity: 0.75;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}

@media (min-width: 768px) {
  .job-content ul li {
    border-bottom: 0;
    padding: 0;
  }

	#courses-modal .modal-content{
		width: 800px !important;
		max-width: 750px !important;
		max-height: 600px;
		overflow: auto;
		scrollbar-width: thin;
		scrollbar-color: darkgrey lightgrey;
		margin-top: 15px;
		word-wrap: break-word;
	}
}

.job-content ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.mb-30 {
    margin-bottom: 30px;
}
.job-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.img-holder {
    flex-shrink: 0; /* Prevent image from shrinking */
    max-width: 200px; /* Set a max-width for the image */
    margin-left: 20px;
}

.img-holder img {
    width: 100%; /* Ensure the image is responsive */
    height: auto; /* Maintain aspect ratio */
    border-radius: 8px; /* Optional, for rounded corners */
}

.job-content {
    flex-grow: 1;
    padding-left: 20px;
}

.job-content h5 {
    text-align: left;
}

.d-md-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.d-md-flex li {
    margin-right: 15px;
}
#courses .clickable:hover {
	cursor: pointer;
	background-color: #973737 !important;
}

.divider {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 10px 0;
}

.divider::before,
.divider::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #ccc;
}

.divider:not(:empty)::before {
	margin-right: 10px;
}

.divider:not(:empty)::after {
	margin-left: 10px;
}

.btn-normal {
	padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
	font-weight: 400;
    color: #007bff;
    background-color: transparent;
    border: none;
    outline: none;
}
.btn-normal:focus {
	border: none;
    outline: none;
} 

.loader {
	height: 25px;
	width: 25px;
	background-color: #bbb;
	margin-right:5px;
	border-radius: 50%;
	display: inline-block;
  	animation: blinker 1s linear infinite;
}
@keyframes blinker {
	50% {
	  opacity: 0;
	}
  }

  @-webkit-keyframes blinker {
	50% {
	  opacity: 0;
	}
  }

  .f-1r { 
	font-size: 1rem;
}
.bl-2-black {
	border-left: 2px solid #343a40;
}
.overflow-y-auto {
	overflow-y: auto
}
.fs-120-fw-10 {
	font-size: 120px;
	font-weight: 10;
}
.mh-155 {
	max-height: 155px;
}
.ww-bw {
	word-wrap: break-word;
}
.overflow-bw {
	overflow-wrap: break-word;
}
.br-overflow {
	border-radius: calc(.55rem - 1px) !important;
	overflow: hidden;
}
.of-cover {
	object-fit: cover;
}
.h-80 {
	height: 80px;
}
.fs-120 {
	font-size: 120%;
}
.fs-10 {
	font-size: 10px;
}
.w-30{
	width: 30%;
}
.w-5{
	width: 5%;
}
.w-15{
	width: 15%;
}
.h-12 {
	height: 12px !important;
}
.h-100 {
	height: 100px;
}
.h-100p {
	height:100%;
}
.w-100p {
	width: 100%;
}
.fs-12 {
	font-size:12px
}
.b-3-black {
	border: 3px solid rgb(94, 92, 92);
}
.b-1-black {
	border: 1px solid black;
}
.b-3-dashed {
	border: 3px dashed rgb(94, 92, 92);
}
.imagePath {
	width: 96%;
	height: 93;
	/* position: absolute; */
	/* top: -371px; */
	/* left: 504px; */
}
.VideoPath {
	width: 107%;
	/* height: 182%; */
	height: 71%;
	/* margin-top: -65px; */
	top: 10p;
	/* position: absolute; */
	/* margin-bottom: -103px; */
	/* margin-top: -362px; */
	margin-left: -15px;
}
.certificateListStyle  {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.comments {
	height: 200px;
	overflow-y: scroll;
}
.TrainingStagesStyle {
	list-style-type: disc !important;
	padding-left:20px;
}
.fields {
	text-align: left;
	display: block;
	color: #343a40;
}
.login-img {
	background-image: url('/app/assets/images/Website Background.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.p-relative {
	position:relative;
}
.forgot-pword-img {
	background-image: url('/app/assets/images/bg-header.jpg')
}
.mt-10 {
	margin-top: 10px;
}
.mt-12 {
	margin-top: 12px;
}
.login-style {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.login-active {
	margin: 0 auto;
	/* Added */ 
	float: none;
	border-radius: 1rem;  
	height:100px;
}
.mt-10-mb-0 {
	margin-top: 10px;
	margin-bottom: 0px;
}
.color-red {
	color:#c9302c;
}
.color-green {
	color:green;
}
.t-start {
	text-align: start !important
}
.welcome-to {
	font-size:16.0pt;
	text-indent: 340px;
}
.clients-kiosk {
	font-size:38.0pt;
	text-indent: 340px;
}
.main-nav {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/app/assets/images/headerBG.jpg')
}
.pt-9-pb-0 {
	padding-top: 9px;
	padding-bottom: 0px;
}
.pt-9-pb-0 {
	padding-top: 5px;
	padding-bottom: 0px;
}