@font-face {
    font-family: 'emCAFont';
    font-style: normal;
    font-weight: 100;
    src: url("fonts/Gilroy-Regular.woff2") format("woff");
}
.header-bg-update{
	background: #563d7c !important;
}

.errorField{
	margin-left: 5px;
	color: red;
	text-align: center;
	font-size: 10px;
	padding-left: 10px 0px;
}

body {
	font-family: emCAFont, 'Open Sans', sans-serif !important;
	background: #eeeeee;
	color: #474747;
	font-size: 14px;
}

table {
	font-family: emCAFont, 'Open Sans', sans-serif;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/topbar-bg.png) no-repeat right 0 #563d7c;
	max-height: 60px;
	/* box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2); */
	display: block;
	z-index: 3;
	box-sizing: border-box;
	-webkit-animation: slide 20s linear infinite;
	-moz-animation: slide 20s linear infinite;
	animation: slide 20s linear infinite;
}
@-webkit-keyframes slide {
    0% { background-position: right 0; }
    100% { background-position: right -60px ; }
}
html[disabled] {	cursor: not-allowed;}

@keyframes blueGradient {
     0% {
         background: radial-gradient(circle at center, rgba(0, 96, 192, 0) 0%, #fff 0%, #fff 100%);
    }
     25%{
        background: radial-gradient(circle at center , rgba ( 0, 96, 192, 0 .3 ) 24%, #fff 25%, #fff 100%);
    }
     50% {
         background : radial-gradient (circle at center , rgba ( 0, 96, 192, 0 .5 ) 49%, #fff 50%, #fff 100%);
    }
     75% {
         background : radial-gradient (circle at center , rgba ( 0, 96, 192, 0 .8 ) 74%, #fff 75%, #fff 100%);
    }
     100% {
         color : #fff ;
         background : radial-gradient (circle at center , #563d7c 99%, #fff 100%, #fff 100%);
    }
}

/* button:active {
	animation: blueGradient 100ms;
	background: #563d7c;
	box-shadow: none;
	color: #563d7c;
} */
h1.logo {
	margin: 0;
    background: url(../images/logo.png) no-repeat 0 0;
    width: 100%;
    height: 60px;
    display: inline-block;
    background-position: 16px 10px;
}
h1.logo a {
	height: 60px;
    width: 100%;
    display: block;
}
.emCAversion{
	font-size: 12px;
    color: #fff;
    bottom: 8px;
    display: inline-block;
    position: absolute;
    left: 125px;
}
.wrap {	width: 100%;	display: block;}
aside, .inner-wrap {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
aside {
	width: 20%; 
	background: #fff;
	z-index: 1;
	height: 100vh;
	float: left;
	box-shadow:none !important;
}
aside .whiteBg {
	padding: 0px;
    top: 60px;
    border-right: 1px solid #eeeeee;
    position: fixed;
    width: 20%;
    box-shadow: none !important;
    height: calc(100vh - 60px);
}
aside .hdrBlk {
	margin: 0 10px 0 15px;
}
aside .navbar-collapse {
	padding: 0
}
.inner-wrap {
	width: 80%;
	background: #eeeeee;
	padding: 60px 30px 30px;
	float: left;
	box-sizing: border-box;
}
.inner-wrap.big {
	width: 100%;
	float: none;
}
.initialBody .inner-wrap.loginBox {
	width: 85%;
}
.inner-wrap.loginBox {
	width: 75%;
	float: none;
	left: 50%;
    top: 35px;
    transform: translate(-50%);
    position: absolute;
    background: transparent;
}
.inner-wrap.loginBox .step-progress{
	background: #dcdcdc;
}
.inner-wrap.loginBox .step-wizard li div{ box-shadow: inset 0 4px 2px rgba(150, 150, 150, .1); border: 1px solid #e8e8e8;}
.inner-wrap.loginBox .formAfterLogin.formBlk li label{ width: 470px;}
.titleBlk{
	/* margin-top: 40px; */
	display: block;	
	z-index: 1;
	position: relative;
	clear:both
}
.whiteBg {
	background: #fff;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
}

.initialBody .inner-wrap.loginBox .whiteBg {
	box-shadow: none;
}
.whiteBg.hierarchyBlk {
	padding: 30px 20px 30px 20px !important;
}

a {
	color: #000;
	text-decoration: none;
}

h2 {
	color: #000;
	font-size: 24px;
	word-break: break-all;
}
h3 {
	color: #000;
	font-size: 19px;
	margin: 0px 0 10px 0;
	padding-bottom: 10px;
	display: inline-block;
	position: relative;
}
h4 {
	color: #000;
	font-size: 16px;
	margin: 0px 0 10px 0;
	padding-bottom: 10px;
	display: block;
	font-weight: bold;
}

h3::selection {
	text-shadow: 1px 1px 0 #563d7c;
}

.pt-4 {
	padding-top: 20px;
}

.mrgnT50 {
	margin-top: 50px;
}

.npd {
	padding: 0 !important;
}

.nmg {
	margin: 0 !important;
}

.ml15 {
	margin-left: 15px;
}

.ml30 {
	margin-left: 30px;
}

.npd {
	padding: 0px !important;
}

.pr030 {
	padding: 0 0 0 30px;
}

.pl15 {
	padding-left: 15px;
}

.pr15 {
	padding-right: 15px;
}

.gap45 {
	margin-left: 45px;
}

.minHAuto {
	min-height: auto;
}

.relateBox {
	position: relative;
}

.smlTxt {
	color: rgba(0, 0, 0, 0.5);
	font-size: 10px;
}

.mediumTxt {
	color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
}

.grayTxt {
	color: #777;
}

.alert-info {
	background: #d9edf7;
	border: 1px solid #a9cbe9;
	color: #31708f;
	font-family: emCAFont, 'Open Sans', sans-serif;
	word-break:break-all;
}

.alert-info h6 {
	font-family: emCAFont, 'Open Sans', sans-serif;
	margin: 0;
}

.alert-info strong {
	font-size: 15px
}

.alert-info i {
	font-weight: bold;
}

.alert-info a {
	text-decoration: underline;
	color: #31708f;
}

.alert-dismissable .close, .alert-dismissible .close {
	text-decoration: none !important;
}

.alert-success .downloadBtnsml {
	padding: 2px 8px;
	color: #fff;
	font-size: 12px;
}

.successIcon {
	display: inline-block;
}

.successIcon .fa {
	color: #007914;
	font-size: 25px;
	margin: 0 15px -10px 15px;
}

.sideImgs {
	text-align: center;
}

.sideImgs img { max-width: 200px; }

.breadcrumb {
	text-align: right;
	color: #777;
	font-size: 12px;
	display: inline-block;
	float: right;
	background: transparent;
	padding: 20px 0px 0 0px;
	margin-bottom: 15px;
}

.breadcrumb li:not(.active) a:hover { text-decoration: underline; }

.breadcrumb a {
	color: #777;
	text-decoration: none;
}

.breadcrumb>li+li:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #777;
}

.sidebar {
	overflow-x: auto;
}

.sidehdr {
	margin: 10px 10px 0 15px;
	box-sizing: border-box;
}

.sidehdr a {
	color: #563d7c;
	font-size: 12px;
}

.sidehdr h6 {
	display: inline-block;
	text-transform: uppercase;
	margin-right: 10px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	max-height: calc(100vh - 175px);
    overflow-y: auto;
}

.sidebar ul ul {
	margin: 0 0 0 0px;
}

.sidebar ul ul ul {
	margin: 0 0 0 10px;
}

.sidebar li {
	list-style: none;
	color: #424242;
	position: relative;
	padding: 8px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #eaeaea;
}

.sidebar li a {
	text-decoration: none;
	color: #424242;
}

.sidebar li a.disabled {
	pointer-events: none;
	content: 'Please follow the steps';
}

.sidebar li a .tt {
	display: none;
}

.sidebar li a.disabled .tt {
	content: "";
	left: 0;
	top: 0;
	height: 40px;
	position: absolute;
	z-index: 99;
	content: attr(title);
	width: 100%;
	display: block;
}

.sidebar li.header {
	color: #fff;
	background: #40189d;
	height: 36px;
    line-height: 36px;
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #40189d;
}

.sidebar li.active {
	background: #eaeaea;
}

.sidebar li.active .num {
	margin-left: 11px;
}

.sidebar li .num {
	border-radius: 50%;
	background: #563d7c;
	height: 32px;
	width: 32px;
	color: #fff;
	font-family: emCAFont, 'Open Sans', sans-serif;
	text-align: center;
	display: inline-block;
	margin-left: 15px;
	margin-right: 14px;
}

.sidebar li .fa-exclamation-triangle {
	color: #e18a00;
	font-size: 14px;
	margin: 0px 5px 0 10px;
}

.sidebar li .fa-check-circle {
	color: #007914;
	font-size: 14px;
	margin: 0px 5px 0 10px;
}

.sidebar li.panel {
	border: none;
	border-bottom: 1px solid #eaeaea;
	margin: 0;
	padding: 0;
}

.sidebar .panel-group .panel+.panel {
	margin: 0;
}

.sidebar li.panel a {
	color: #424242;
	font-size: 14px;
	display: block;
	padding: 10px 0 10px 15px;
	margin: 0;
}

.sidebar li.panel a:hover, .sidebar li.panel a.active, .sidebar li.panel a[aria-expanded=true]
	{
	color: #fff;
	background: #563d7c;
	box-sizing: border-box;
	transition: all 0.5s ease;
}

.sidebar li.panel li {
	padding: 0px 0 0px 0px;
}

.sidebar li.panel li a.active, .sidebar li.panel li a[aria-expanded=true]
	{
	background: #eaeaea;
	color: #563d7c;
	padding: 10px 0 10px 10px;
}

.sidebar li.panel li a:hover
	{
	background: #eaeaea;
	color: #563d7c;
	padding: 10px 0 10px 10px;
	transition: all 0.5s ease;
}

.sidebar li.panel a[aria-expanded=false]:after, .sidebar li.panel a[aria-expanded=true]:after
	{
	font-family: 'FontAwesome';
	float: right;
	color: #474747;
	margin-right: 10px;
	font-size: 16px;
}

.sidebar li.panel a:hover[aria-expanded=false]:after, .sidebar li.panel a:hover[aria-expanded=true]:after
	{
	color: white;
}

.sidebar li.panel #accordion21 a:hover[aria-expanded=false]:after {
	color: #474747
}

.sidebar li.panel a[aria-expanded=false]:after {
	content: "\f104";
}

.sidebar li.panel a[aria-expanded=true]:after {
	content: "\f107";
	color: white;
}

.sidebar li.panel #accordion21 a[aria-expanded=true]:after, .sidebar li.panel #accordion22 a[aria-expanded=true]:after
	{
	content: "\f107";
	color: #474747;
}

.sidebar li.panel #accordion21 a[aria-expanded=false]:after, .sidebar li.panel #accordion22 a[aria-expanded=false]:after
	{
	content: "\f104" !important;
	color: #474747;
}

.nav-pills>li>a {
	background-color: transparent;
}

.wizardpills {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: 40px;
}

.wizardpills-steps {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.wizardpills-steps ul.step-wizard {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	z-index: 2;
	width: 100%;
	padding-right: 15px;
}

.wizardpills-steps .progress.active .progress-bar {
	background-color: #563d7c;
	background: -webkit-linear-gradient(#563d7c, #8862c3);
	background: -o-linear-gradient(#563d7c, #8862c3);
	background: -moz-linear-gradient(#563d7c, #8862c3);
	background: linear-gradient(#563d7c, #8862c3);
	width: 0;
}

.wizardpills-steps #bar {
	position: absolute;
	top: 10px;
	left: 0px;
	height: 10px;
	width: 100%;
	margin: 7px 0;
	z-index: 1;
	-webkit-animation: proAni 1s ease forwards;
	-moz-animation: proAni 1s ease forwards;
	animation: proAni 1s ease forwards;
}

.wizardpills-steps .tab-content {
	position: relative;
	top: 60px;
	background-color: #ffffff;
	border: 0px solid transparent;
}

@-webkit-keyframes proAni { 
0% 
{
	width: 0;
}

}
@-moz-keyframes proAni { 
0% 
{
width: 0;
}

}
@keyframes proAni { 
0% {
	width: 0;
}

}
@-webkit-keyframes proAni2 { 
	0% {
	width: 0;
}

100%
{
width:66.66%;
}
}

@-moz-keyframes proAni2 { 
	0% {
	width: 0;
}
/*0% {
		width: 33.33%;
	}*/
100%
{
width:66.66%; 
}
}
@keyframes proAni2 { 
	0% {
	width: 0;
}
/*0% {
		width: 33.33%;
	}*/
100%
{
width:66.66%;


}
}
.wizardpills-steps .step1 {
	width: 33.33% !important;
	-webkit-animation: proAni 1s ease forwards;
	-moz-animation: proAni 1s ease forwards;
	animation: proAni 1s ease forwards;
}

.wizardpills-steps .step2 {
	width: 66.66% !important;
	-webkit-animation: proAni2 1s ease forwards !important;
	-moz-animation: proAni2 1s ease forwards !important;
	animation: proAni2 1s ease forwards !important;
}

.wizardpills-steps .bar2Steps {
	width: 66.66% !important;
	-webkit-animation: proAni2 1s ease forwards !important;
	-moz-animation: proAni2 1s ease forwards !important;
	animation: proAni2 1s ease forwards !important;
}

.wizardpills-steps .bar2Steps .step1 {
	width: 50% !important;
	-webkit-animation: proAni1 1s ease forwards !important;
	-moz-animation: proAni1 1s ease forwards !important;
	animation: proAni1 1s ease forwards !important;
}

.wizardpills-steps .bar2Steps .step2 {
	width: 100% !important;
	-webkit-animation: proAni1 1s ease forwards !important;
	-moz-animation: proAni1 1s ease forwards !important;
	animation: proAni1 1s ease forwards !important;
}

.wizardpills-steps .step3 {
	width: 100% !important;
}

.step-wizard li {
	display: block;
	float: left;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	text-align: right;
	width: 33.33%;
	margin: 0 !important;
}

.step-wizard-two li {
	display: block;
	float: left;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	text-align: right;
	width: 50%;
	margin: 0 !important;
}

.step-wizard li div {
	float: right;
	width: 40px;
	height: 40px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: -20px;
	background: #ffffff;
	background-image: none;
	-webkit-box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
	-moz-box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
	box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.step-wizard li.active div {
	background-color: #563d7c;
	background: -webkit-linear-gradient(#563d7c, #8862c3);
	background: -o-linear-gradient(#563d7c, #8862c3);
	background: -moz-linear-gradient(#563d7c, #8862c3);
	background: linear-gradient(#563d7c, #8862c3);
	color: #ffffff;
	animation: blueGradient 100ms;
}

.step-wizard li.completed div {
	background-color: #4CAF50;
	color: #ffffff;
}

.step-wizard li.active span {
	color: #000;
}

.step-wizard li.completed span {
	color: #000;
}

.step-wizard li div:before {
	content: " ";
	margin-left: -2px;
	display: block;
}

.step-wizard li.complete div:before {
	content: "\f00c";
}

.step-wizard li span {
	position: absolute;
	color: #777777;
	width: 100%;
	display: block;
	top: 30px;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
}

.step-wizard li.complete span {
	padding-left: 5px;
}

.step-progress {
	background: #fff;
}

.infoscroll {
	height: 350px;
	overflow-y: auto;
}

.page-topbar .profile .icon-rounded {
	background: #fff;
	color: #563d7c;
	padding: 6px;
	margin-right: 5px;
	border-radius: 50%;
}

.page-topbar .info-menu {
	height: 60px;
	margin: 0;
	/* line-height: 60px; */
}

.page-topbar .home-menu { padding-left: 20px; }

.page-topbar .info-menu .header-right_sections { padding: 0 15px !important; }

.page-topbar .info-menu.left-links a {
	color: #fff;
}

.page-topbar .info-menu.left-links a:hover:after {
	width: 100%;
	background: #fff;
}

.page-topbar .info-menu.left-links a:after {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	content: '';
	display: block;
	height: 3px;
	width: 0;
	background: 0 0;
	transition: width .5s ease, background-color .5s ease;
	-webkit-transition: width .5s ease, background-color .5s ease;
	-moz-transition: width .5s ease, background-color .5s ease;
	position: absolute;
	/* bottom: 25%; */
	bottom:-2px;
	left: 0;
}

.page-topbar .info-menu.left-links a:hover {
	text-decoration: none;
}

.page-topbar .info-menu.left-links a span {
	margin-left: 3px;
	margin-right: 2px;
	font-weight: bold;
}

.page-topbar .info-menu li {
	position: relative;
}

.page-topbar .info-menu li.dropdown-lang span { padding: 7px 20px; cursor: pointer; display: block; }

.page-topbar .info-menu li a.toggle, .page-topbar .info-menu li a.toggle_chat,
	.page-topbar .info-menu li a.sidebar_toggle {
	width: 30px;
	height: 60px !important;
	display: flex;
	align-items: center;
	justiy-content: center;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	position: relative;
}

.page-topbar .info-menu li a.toggle .badge, .page-topbar .info-menu li a.toggle_chat .badge,
	.page-topbar .info-menu li a.sidebar_toggle .badge {
	position: absolute;
	font-size: 10px;
	padding: 4px;
	margin: 10px 0 0 -5px;
	width: 18px;
	height: 18px;
}

.page-topbar .info-menu li a.toggle_chat i {
	font-size: 18px;
}

.page-topbar .info-menu li.profile a {
	width: auto;
	text-decoration: none;
}
.page-topbar .info-menu li.profile .dropdown-menu a {
	padding:7px 20px;
	display: flex;
    align-items: center;
    gap: 5px;
}
.page-topbar .info-menu li.profile img {
	height: 30px;
	width: 30px;
	top: 0px;
	right: 10px;
	position: relative;
	background-color: #999999;
}

.page-topbar i {
	font-size: 12px;
}

.page-topbar .message-toggle-wrapper, .page-topbar .notify-toggle-wrapper,
	.page-topbar .searchform, .page-topbar li.profile {
	opacity: 0;
}

.page-topbar .message-toggle-wrapper.showopacity, .page-topbar .notify-toggle-wrapper.showopacity,
	.page-topbar .searchform.showopacity, .page-topbar li.profile.showopacity
	{
	opacity: 1 !important;
}

/*------- Drop Down ----------*/
.page-topbar .info-menu li .dropdown-menu {
	width: auto;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 23px;
	font-size: 14px;
	padding-bottom: 0px;
	border: 0px solid transparent;
	box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
	-webkit-box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
	-moz-box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
	-o-box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
	-ms-box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
	margin-top: -1px;
	padding:10px 0px;
	z-index: 99999 !important;
	    /* transform: translate3d(-27.6667px, 62px, 0px) !important; */
}

/*---- top arrow - start ----- */
.page-topbar .dropdown-menu {
	background: #ffffff;
	border: 1px solid #f5f5f5;
}

.page-topbar .dropdown-menu:after, .page-topbar .dropdown-menu:before {
	bottom: 100%;
	left: 22px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.page-topbar .dropdown-menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 9px;
	margin-left: -9px;
}

.page-topbar .dropdown-menu:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: rgba(80, 80, 80, .1);
	border-width: 10px;
	margin-left: -10px;
}

.page-topbar .dropdown-menu-right {
	margin-right: 10px
}

.page-topbar .dropdown-menu-right:after, .page-topbar .dropdown-menu-right:before
	{
	left: auto;
	right: 22px;
}

/*---- dropdown list ----- */
.page-topbar li .dropdown-menu li.list {
	padding: 0 30px;
	overflow: hidden;
	max-height: 300px;
	height: 300px;
}

.page-topbar li .dropdown-menu li li {
	width: 100%;
	display: block;
	position: relative;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #eaeaea;
}

.page-topbar li .dropdown-menu li li:last-child {
	border-bottom: 0px;
}

.page-topbar li .dropdown-menu li a {
	text-decoration: none;
	color: #717171;
}

.page-topbar li .dropdown-menu li .name, .page-topbar li .dropdown-menu li .desc
	{
	display: block;
	position: relative;
}

.page-topbar li .dropdown-menu li .user-img img {
	width: 25px;
	height: 25px;
	float: left;
	margin: 5px 15px 0 0;
	opacity: 0.8;
}

.page-topbar li .dropdown-menu li .profile-status {
	height: 6px;
	width: 6px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.page-topbar li .dropdown-menu li .name {
	color: #aaaaaa;
}

.page-topbar li .dropdown-menu li .name .time {
	color: #cccccc;
}

.page-topbar li .dropdown-menu li .desc {
	color: #999999;
}

.page-topbar li .dropdown-menu li.unread .user-img img {
	opacity: 1;
	margin-bottom: 20px;
}

.page-topbar li .dropdown-menu li.unread .name {
	color: #717171;
}

.page-topbar li .dropdown-menu li.unread .name .time {
	color: #aaaaaa;
}

.page-topbar li .dropdown-menu li.unread .desc {
	color: #777777;
}

.page-topbar li .dropdown-menu li.external a:hover, .page-topbar li .dropdown-menu li.external
	{
	height: auto;
	background: #eeeeee;
}

.page-topbar li .dropdown-menu li.external a {
	display: block;
	padding: 15px 30px;
	color: #999999;
	font-size: 13px;
}

.pageBtnBlk {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.exbtnBlk {
	position: absolute;
	top: 30px;
	right: 30px;
}

.brdline {
	border-bottom: 1px solid #ececec;
	padding-bottom: 8px;
	margin-bottom: 8px;
	display: block;
}

/*form*/
input[type="text"], input[type="number"], input[type="password"].pinTxtBox, select {
	border: 1px solid #cccccc;
	color: #303030;
	padding: 5px 8px;
	border-radius: 5px;
}

input[type="text"].pinTxtBox, input[type="password"].pinTxtBox, select.pinTxtBox
	{
	/* padding: 2px 10px; */
	width: 100%; 
}

select.pinTxtBox {
	padding: 3px 10px;
}

placeholder {
	color: #303030;
}

.btn-primary, .ui-searchFilter .ui-state-default {
	background: #563d7c;
	border: 1px solid #004f9e !important;
	background: linear-gradient(128.84deg,#0f6cbd 20.46%,#3c45ab 72.3%) !important;
	color: #fff !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); */
	padding: 6px 12px;
	outline: transparent;
	transition: background 0.8s ease, border 0.8s ease !important;
}
.mnAuthenticate, #loginBtn{
	width:100% !important;
}

.btn-default {
	background: #eaeaea;
	color: #767676;
	border: 1px solid #cccccc;
	background: #fff;
	text-transform: none;
}

a.btn.disabled {
	background: #eaeaea;
	color: #767676;
	border: 1px solid #cccccc;
	background: -webkit-linear-gradient(#eeeeee, #dddddd);
	background: -o-linear-gradient(#eeeeee, #dddddd);
	background: -moz-linear-gradient(#eeeeee, #dddddd);
	background: linear-gradient(#eeeeee, #dddddd);
	text-transform: none;
	cursor: not-allowed;
}

.btn-default.active, .btn-default:hover, .btn-default:active,
	.btn-default:focus {
	background: #d5d5d5;
	color: #333333;
	border: 1px solid #cccccc;
	background: #f5f5f5;
}

.downloadBtn {
	font-family: emCAFont, 'Open Sans', sans-serif;
	padding: 8px 38px;
	min-width: 248px;
	box-sizing: border-box;
	/*text-transform: uppercase;*/
}

.downloadBtnBlk {
	padding: 30px 0 25px 0;
	-webkit-transition: margin 0.5s ease;
	-moz-transition: margin 0.5s ease;
	-o-transition: margin 0.5s ease;
	-ms-transition: margin 0.5s ease;
	transition: margin 0.5s ease;
}

.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}

input[type="file"].custom-file-input {
	border: 1px solid #969696;
	color: #303030;
	/* color: transparent; */
	position: relative; 
	width: 100%;
	display: inline-block;
}

.keyForm .formBlk input[type="file"].custom-file-input {
	width: 100%; position: relative;
}

.custom-file-input::before {
	content: 'Choose file';
	display: inline-block;
	border: 1px solid #563d7c;
	background: linear-gradient(128.84deg,#0f6cbd 20.46%,#3c45ab 72.3%);
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	padding: 6px 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.chooseFileArabic::before { content: 'Ø§Ø®ØªØ± Ù…Ù„Ù�'; }
.chooseFileGerman::before { content: 'Datei wählen'; }
.chooseFileGerman.custom-file-input { padding-left: 28px; }

.custom-file-input:hover::before {
	border-color: black;
}

/*form ends*/
#step2 h3 {
	margin-bottom: 5px;
}

#step2 .brdline, #step2Reg .brdline {
	margin: 5px 0;
	padding-bottom: 0;
}

.userAuth {
	font-size: 16px !important;
}

/*matrix table*/
#emCAUserMatrixForm th, #tableDiv1 th, #tableDiv2 th, #tableDiv3 th{
	border-top: 1px solid #ececec !important;
}
.mtrxTbl table {
	width: 425px;
	font-family: emCAFont, 'Open Sans', sans-serif;
	color: #474747;
	box-sizing: border-box;
}

.fullwidth {
	overflow: inherit;
}

.fullwidth table {
	width: 100% !important;
	font-family: emCAFont, 'Open Sans', sans-serif;
}

.mtrxTbl th {
	/* background: #563d7c; */
	background: #fff;
	text-align: left;
	/* color: #fff; */
	color: #222;
	white-space: nowrap;
}

.mtrxTbl.brkHdr th {
	white-space: unset;
}

.mtrxTbl th:first-child {
	border-radius: 5px 0 0 0;
}

.mtrxTbl th:last-child {
	border-radius: 0 5px 0 0;
}

.mtrxTbl td, .mtrxTbl th, .table>tbody>tr>td, .table>thead>tr>th {
	border: 1px solid #ececec;
	padding: 5px 17px !important;
	text-align: left;
}

.mtrxTbl td table {
	margin: -5px -17px;
	width: 200px !important;
}

.mtrxTbl tr:nth-child(odd) {
	background: #fff
}

.mtrxTbl tr:nth-child(even) {
	/* background: #f0f6fc */
	background: #fff
}

.mtrxTbl input[type="number"], .mtrxTbl input[type="text"] {
	width: 36px;
	text-align: center;
	/* height: 18px; */
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 0;
	border-radius: 5px;
}

.mtrxTbl input[type="number"].disabled, .mtrxTbl input[type="text"].disabled
	{
	border: none;
}

.formBlk {
	clear: both;
	/* min-height: 130px;*/
}

.formBlk p {
	font-size: 14px;
}

.formBlk ul {
	margin: 0;
	padding: 0
}

.formBlk li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	position: relative;
}
.multiselect-container > li { padding:0px !important;}
.multiselect-container > li label { display:block; }

.modal-body .formBlk li {
	padding-bottom: 0;
	padding-top: 0;
}

.formBlk li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.formBlk li label {
	width: 235px;
	text-align: left;
	vertical-align: top;
	padding-right: 30px;
	padding-left: 0;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
}

.formBlk li label.WidthCreateNewUser {
    width: 235px;
}

.formBlk li:before {
	display: table;
	content: " ";
}

.formBlk li:after {
	display: table;
	content: " ";
}

.formBlk li.radio .fa-question-circle {
	top: 14px !important;
	left: auto;
}

.formBlk li a[data-bs-toggle="tooltip"] {
	display: inline-block;
	vertical-align: top;
	/* margin-top: 10px; */
}

.tooltip>.tooltip-inner {
	min-width: 150px;
}

.formBlk .fa-question-circle {
	color: #474747;
	position: inherit;
	/*left: 175px;*/
	top: 7px;
}

#AIAParamsListId .formField{
	width:175px !important;
}

.formBlk .formField, .dateField .formField, .formBlk input[type="text"]	{
	border: 1px solid #ccc;
	height: 34px;
	line-height: 30px;
	/* width: 264px; */
	padding: 0 9px;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	border-radius: 5px;
}

select.disable {
	background-color: rgb(235, 235, 228);
}

.formBlk select.formField {
	padding: 0 0 0 9px;
}

.formBlk .formField.sml, .dateField .formField.sml, .formBlk input[type="text"].sml	{
	width: 50px;
}

.formBlk .formField.med, .dateField .formField.med, .formBlk input[type="text"].med	{
	width: 150px !important;
}

.formBlk input[type="checkbox"] {
	border: 1px solid #969696;
	padding: 0 10px;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 9px 10px 0 0;
	float: left;
	cursor:pointer;
}

.formBlk textarea.formField {
	height: 50px;
}

.dateField {
	position: relative;
}

.formBlk .dateField .formField, .formBlk .dateField input[type="text"]
	{
	width: 180px !important;
	z-index: 1;
}

.input-daterange {
	display: inline-block;
}

.dateIco {
	position: absolute;
	top: 2px;
	right: 5px;
	z-index: 0;
	cursor: pointer;
}

.add-on {
	margin: 0 10px;
}

.formBlk.selectedFields li .formlabel {
	height: 30px;
	line-height: 30px;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	word-wrap: break-word;
}

/* backup */
/* .formBlk.selectedFields li .formlabel {
	height: 30px;
	line-height: 30px;
	width: auto;
	padding: 0;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	word-wrap: break-word;
} */

.formBlk.selectedFields li label.med {
	width: 320px;
}

/*.formBlk.selectedFields a, */
.formBlk.selectedFields .dateIco {
	display: none;
}

.radio {
	margin: 0.5rem 0;
	display: inline-block;
	vertical-align: top
}

.radioInner {
	display: inline-block;
}

.radioInner label {
	width: auto !important;
	padding-left: 0;
	margin-left: 0;
	cursor: pointer !important;
	min-width: auto;
    margin-right: 20px;
}
.radioInner.downloadCertType label{ line-height: 30px; }

.radioInner.SoftTokenDownloadCertType label{ line-height: 30px; margin-left: 30px;}

/* .radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	top: 4px;
} */

.radio input[type="radio"]+.radio-label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
	top: 8px;
	margin-right: 8px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
	background-color: #563d7c;
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #563d7c;
}

.radio input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: #563d7c;
}

.radio input[type="radio"]:disabled+.radio-label:before {
	cursor: not-allowed;
}

.radio input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}
/*.formAfterLogin [type="checkbox"]:not(:checked),
.formAfterLogin [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.formAfterLogin [type="checkbox"]:not(:checked) + label,
.formAfterLogin [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}


.formAfterLogin [type="checkbox"]:not(:checked) + label:before,
.formAfterLogin [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 14px; height: 14px;
  border: 1px solid #b4b4b4;
  background: #fff;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
.formAfterLogin [type="checkbox"]:checked + label:before {
    border-color: #563d7c;
}
.formAfterLogin [type="checkbox"]:not(:checked) + label:after,
.formAfterLogin [type="checkbox"]:checked + label:after {
      content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½';
    position: absolute;
    top: 7px;
    left: 1px;
    font-size: 15px;
    line-height: 0.8;
    color: #563d7c;
    transition: all .2s;
   
}

.formAfterLogin [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.formAfterLogin [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  border-color: #563d7c;
}
.formAfterLogin [type="checkbox"]:disabled:not(:checked) + label:before,
.formAfterLogin [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.formAfterLogin [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.formAfterLogin [type="checkbox"]:disabled + label {
  color: #aaa;
}
.formAfterLogin [type="checkbox"]:checked:focus + label:before,
.formAfterLogin [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #563d7c;
}

label:hover:before {
  border: 1px solid #563d7c!important;
}*/
.mleft10{ margin-left:10px !important; }
.mtop15{margin-top:15px;}
#adminPrivilageChkBox{margin:0;}
.dashboardBox {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboardBox .dashboard-card {
	/* width: 24%; */
    background: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    min-height: 80px;
}
.dashboardBox .dashboard-card:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.dashboardBox .dashboard-card a {
	display: flex;
    align-items: center;
    text-decoration: none;
}
.dashboardBox .dashboard-card .card-count-text {
	display: flex;
    flex-direction: column;
    gap: 3px;
    min-height: 52px;
}
.dashboardBox .dashboard-card .card-count-text b { min-height: 28px; display: inline-block; }
.dashboardBox .dashboard-card .card-count-text .card-count { font-size: 20px; }
.dashboardBox .dashboard-card .card-count-text .card-text { font-size: 14px; }
.dashboardBox .whiteBg {
	min-height: 80px;
	height: 80px;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 15px 0 15px 15px;
	color: #777777;
}
.dashboardBox .whiteBg:hover {
	box-shadow: 1px 3px 5px rgba(34, 91, 191, 0.2)	
}

.dashboardBox .whiteBg a {
	color: #777777;
	display: block;
	width: 100%;
	height: 100%;
}

.dashboardBox .whiteBg b {
	font-size: 20px;
	color: #505458;
	font-weight: normal;
	line-height: 30px;
}

.tree {
	padding: 0;
	margin: 0px;
}

.searchBox, .search-wrapper {
	position: relative;
}

.search-wrapper {
	margin: auto;
}

.search-wrapper span {
	position: absolute;
	top: 5px;
	right: 5px
}

.searchBox {
	width: 100%;
	border: 1px solid #ccc;
	outline: 0;
}

.searchBox:focus {
	box-shadow: 0 0 5px 2px rgba(0, 96, 192, 0.2);
	border: 1px solid #563d7c;
}

.close-icon {
	border: 1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	outline: 0;
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 3px;
}

.close-icon:after {
	content: "X";
	display: block;
	width: 22px;
	height: 20px;
	position: absolute;
	background-color: #fff;
	z-index: 1;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	border-radius: 25%;
	text-align: center;
	color: #303030;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	/* box-shadow: 0 0 2px #563d7c;*/
	cursor: pointer;
}

.searchBox:not(:valid )~.close-icon {
	display: none;
}

.searchBox {
	margin: 10px 0;
	border: 1px solid #cccccc;
	color: #303030;
	position: relative;
	height: 28px;
	display: block;
	border-radius: 5px;
}

.searchBox input[type="text"], .searchBox input[type="search"] {
	border: none;
	margin: 0;
	position: absolute;
	top: 0;
	padding: 4px 15px;
	width: 90%;
}

.searchBox .fa-search {
	/* font-size: 17px; */
	margin: 6px 10px;
}

.tree ul {
	padding: 0 0 0 18px;
	margin: 0;
}

.tree li {
	list-style-type: none;
	margin: 0;
	padding: 10px 0px 0 0px;
	position: relative
}

.tree li::before, .tree li::after {
	content: '';
	left: -6px;
	position: absolute;
	right: auto
}

.tree li::before {
	border-left: 1px solid #eaeaea;
	bottom: 50px;
	height: 100%;
	top: 0;
	width: 1px
}

.tree li::after {
	border-top: 1px solid #eaeaea;
	height: 20px;
	top: 22px;
	width: 11px
}

.tree li span {
	display: inline-block;
	padding: 3px 8px;
	text-decoration: none
}

.tree li.parent_li>span {
	cursor: pointer
}

.tree>ul>li::before, .tree>ul>li::after {
	border: 0
}

.tree li:last-child::before {
	height: 22px
}

.nav-tabs {
	border-bottom: 1px solid #563d7c;
	height:28px;
}

.tree>ul>li a {
	color: #505458;
	font-size: 14px;
	padding: 3px 8px;
}

.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span,
	.tree>ul>li a:hover {
	background: #eaeaea;
	text-decoration: none;
}

.userBlk {
	margin: 10px 0 0 0;
	color: #414141;
	font-size: 13px;
	word-wrap:break-word;
}

.userBlk img {
	float: left;
	margin-right: 10px;
}

.userBlk b {
	font-family: emCAFont, 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 0 0 5px 0;
}

.userBlk p {
	display: inline-block;
	margin: 0;
}

.userBlk .validBlk {
	margin: 10px 0;
	font-size: 13px;
	color: #717171;
	display: block;
}

.userBlk .validBlk .fa-check-circle {
	color: #007914;
}

.userBlk h5 {
	font-family: emCAFont, 'Open Sans', sans-serif;
	padding: 0 0 5px 0;
	color: #414141;
}

.userBlk .fa-caret-down {
	font-size: 19px;
}

.userBlk .heading, .formBlk .heading, .selectedFields .heading,
	.regBlk .heading {
	position: relative;
	margin: 10px 0 20px 0;
	background: #fff;
	text-align: left;
	font-weight: bold;
}
.userBlk .title, .formBlk .title, .selectedFields .title, .regBlk .title
	{
	background: #fff;
	padding: 0 15px 0 0;
	position: relative;
	z-index: 1;
	font-size: 16px;
}

.userBlk .heading:before, .formBlk .heading:before, .selectedFields .heading:before,
	.regBlk .heading:before, .emca-section-heading h5:before {
	background: #474747;
    content: "";
    display: block;
    height: 3px;
    border-radius: 20px;
    position: absolute;
    top: 28px;
    width: 40px;
    left: 0;
}
.emca-section-heading { margin-bottom: 24px; }
.emca-section-heading h5 {
	position: relative;
	font-size: 18px;
}
.emca-section-heading h5 i {
	font-size: 14px !important;
}
.emca-section-heading h5:before {
	background: #474747;
    content: "";
    display: block;
    height: 3px;
    border-radius: 20px;
    position: absolute;
    top: 25px;
    width: 40px;
    left: 0;
}
/* .formBlk li .heading.caPublicKey-heading:before {
	width: 80%;
    left: 18%;
    top: 60%;
}
 */
/*
.formBlk li .title {
    width: 230px;
}

.formBlk li .title.big {
    width: 400px;
}

 .userBlk .heading:before,
.formBlk li .heading:before,
.selectedFields .heading:before,
.regBlk .heading:before {
    height: 1px;
    background: #eaeaea;
    position: absolute;
    top: 50%;
    left: 40%;
    width: 60%;
    content: '';
    display: block;
    z-index: 0
}

.formBlk li .heading:before,
.selectedFields .heading:before {
    left: 230px;
} */
.userBlk ul {
	padding: 0;
	margin: 0;
}

.userBlk li {
	list-style: none;
	display: block;
	clear: both;
	font-family: emCAFont, 'Open Sans', sans-serif;
	margin: 10px 0;
}

.userBlk li:nth-child(odd), .formBlk.selectedFields li:nth-child(odd) {
	/* background: #f4f8fc;  */
	/* background:#b7cee4;  */
	/* margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-right: 30px; */
	box-sizing: border-box;
}
/*  .formBlk.selectedFields li table{
	margin-left: -30px;
	margin-right: -30px;
	padding-left:30px;
	box-sizing:border-box;
}
.formBlk.selectedFields li table td{
	padding-left: 30px;
}
.formBlk.selectedFields li tr:nth-child(odd) {
	 	background: #fff;
}
.formBlk.selectedFields li tr:nth-child(even){
			background: #f4f8fc;
 	background:#b7cee4; 
}   */

.formBlk li label { margin-bottom: 0px; }

.userBlk li.whitebg, .formBlk.selectedFields li.whitebg {
	background: #fff;
	min-height: 30px;
}

.userBlk li:nth-child(even), .formBlk.selectedFields li:nth-child(even)
	{
	background: #fff;
	/* margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-right: 30px; */
	box-sizing: border-box;
}

.modal-body .formBlk.selectedFields li:nth-child(odd), .modal-body .formBlk.selectedFields li:nth-child(even)
	{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
}

.userBlk .label, .userBlk .details {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.userBlk .label {
	font-family: emCAFont, 'Open Sans', sans-serif;
	color: #989898;
	z-index: 1;
	width: 39%;
	text-align: left;
	padding: 0 10px 0 0;
}

.userBlk .details {
	width: 60%;
	color: #474747;
}

.userBlk .smltxt {
	font-size: 12px;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.icon-rounded {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 15px;
	background-color: #777777;
	color: #ffffff;
	margin-right: 10px !important;
	display: inline-block;
}

.dashboardBox .icon-rounded {
	width: 35px;
    height: 35px;
    text-align: center;
    padding: 10px;
    font-size: 13px;
}

.bg-declined {
	background: #cc3333;
}

.bg-recalled {
	background: #563d7c;
}

.bg-pending {
	background: #f36f21;
}

.bg-revocation {
	background: #669900;
}

.bg-blue {
	background: #0034ac;
}

.bg-yellow {
	background: #f3c921;
}

.bg-gray {
	background: #999999;
}

.bg-red {
	background: #cc3333;
}

.bg-orange {
	background: #f36f21;
}

.bg-green {
	background: #669900;
}

.datepicker {
	top: 0;
	left: 0;
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

.datepicker:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 6px;
}

.datepicker:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 7px;
}

.datepicker>div {
	display: none;
}

.datepicker table {
	width: 100%;
	margin: 0;
}

.datepicker td, .datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.datepicker td.day:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datepicker td.day.disabled {
	color: #eeeeee;
}

.datepicker td.old, .datepicker td.new {
	color: #999999;
}

.datepicker td.active, .datepicker td.active:hover {
	color: #ffffff;
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc),
		to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',
		endColorstr='#ff0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-color: #0044cc;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td.active:hover, .datepicker td.active:hover:hover,
	.datepicker td.active:focus, .datepicker td.active:hover:focus,
	.datepicker td.active:active, .datepicker td.active:hover:active,
	.datepicker td.active.active, .datepicker td.active:hover.active,
	.datepicker td.active.disabled, .datepicker td.active:hover.disabled,
	.datepicker td.active[disabled], .datepicker td.active:hover[disabled]
	{
	color: #ffffff;
	background-color: #0044cc;
}

.datepicker td.active:active, .datepicker td.active:hover:active,
	.datepicker td.active.active, .datepicker td.active:hover.active {
	background-color: #003399 \9;
}

.datepicker td span {
	display: block;
	width: 47px;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 2px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.datepicker td span:hover {
	background: #eeeeee;
}

.datepicker td span.active {
	color: #ffffff;
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc),
		to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',
		endColorstr='#ff0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-color: #0044cc;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.active:hover, .datepicker td span.active:focus,
	.datepicker td span.active:active, .datepicker td span.active.active,
	.datepicker td span.active.disabled, .datepicker td span.active[disabled]
	{
	color: #ffffff;
	background-color: #003bb3;
}

.datepicker td span.active:active, .datepicker td span.active.active {
	background-color: #003399;
}

.datepicker td span.old {
	color: #999999;
}

.datepicker th.switch {
	width: 145px;
}

.datepicker th.next, .datepicker th.prev {
	font-size: 21px;
}

.datepicker thead tr:first-child th {
	cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
	background: #eeeeee;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
}

.dropdown-actions {
	margin: 0px;
	padding: 0px 0;
	list-style: none;
	min-width: 85px;
	white-space: nowrap;
}
.dropdown-actions li {
	float: left;
	list-style: none;
	padding-right: 1px; /* padding-right: 5px; 21405 */
	display: inline-block;	
}
.dropdown-actions li a {
	position: relative;
	margin-right: 2px;
}

.dropdown-actions li a i {
	border: 1px solid #e2e2e2;
	background: #fff;
	padding: 4px 5px;
	color: #555;
	border-radius: 0px;
	font-size: 12px;
}

.dropdown-actions li a i:hover, .dropdown-actions li a:hover i {
	background: #f0f6fc !important;
	color: #555;
}

.dropdown-actions li a i .caret {
	margin-left: 3px;
	vertical-align: middle;
}

.dropdown-actions li.dropdown {
	position: relative;
	float: left;
}

.dropdown-actions li.dropdown.open .dropdown-toggle i {
	background: #563d7c !important;
	color: #fff;
}

.dropdown-actions ul li a {
	border: none;
	padding: 3px 10px;
}

.dropdown-actions ul li {
	float: none;
	padding: 0px;
}

.dropdown-actions .dropdown-menu {
	border: 1px solid #e2e2e2;
}

/* .keyForm {
    min-height: auto;
} */
.keyForm .formBlk li label {
	width: 250px;
}

/* .keyForm .formBlk li .formField,
.keyForm .dateField .formField,
.keyForm .formBlk li input[type="text"] {
    width: 200px;
} */
/* .chbxField {
	float: left;
	margin-left: -15px;
	width: 700px;
} */

.formAfterLogin.formBlk li label {
	width: 270px;        /* 270 previous */
	padding-right: 20px;
	float: left;
	cursor: auto;
	margin-bottom:0px;	
}
.formAfterLogin.certificateHierarchy.formBlk li label {
	width: 200px !important;
	padding-right: 8px;
	float: left;
	cursor: auto;
	margin-bottom:0px;	
}
.formAfterLogin.certificateHierarchy.formBlk li {
	padding: 0px;
	margin: 4px 0;
}
.formAfterLogin.certProfileDetails.formBlk li label {
    width: 260px;
    padding-right: 20px;
    float: left;
    cursor: auto;
    margin-bottom: 0px;
}

.formAfterLogin.formBlk li label.ProfileGrid {
	width: 235px;   
	padding-right: 20px;
	float: left;
	cursor: auto;
	margin-bottom:0px;     /* 21457 */
}

.formAfterLogin.formBlk li label.widthbackup {
	width: 272px;        /* 21405 */
	padding-right: 20px;
	float: left;
	cursor: auto;
	margin-bottom:0px;	
}

.formBlk li .chbxField label {
	width: auto;
	float: left;
	text-align: left;
	vertical-align: top;
	/*position: relative;*/
	/* padding-right: 30px;*/
	line-height: 30px;
	font-size: 15px;
	font-weight: normal;
}
.formBlk li.listItem.ui-sortable-handle { cursor:move;}
.formBlk li.listItem.ui-sortable-helper { background:#fbfbe3;}

#checklist3 .listItem.ui-sortable-handle {cursor: move;}
#checklist3 .listItem.ui-sortable-helper {background: #fbfbe3;}

#cPolicyParamsListId .odiVal1{
	border-radius: 5px;
	height: 34px;
	width: 500px;
}
.formBlk li .chbxField .formField, .formBlk li .chbxField input[type="text"], #cPolicyParamsListId .odiVal1
	{
	width: 105px; /* earlier width: 165px; 21405 */
	float: left;
	margin-right: 10px;
}

.plusBtn, .removeBtn, .rmCpBtn {
	font-size: 22px;
	padding: 0 7px;
	box-sizing: border-box;
	height: 30px;
	line-height: 20px;
}

.removeBtn, .rmCpBtn {
	padding: 0 10px;
}

/* 21405  start*/
.removeBtnSan, .removeBtnNcs {
	font-size: 22px;
	padding: 0 7px;
	box-sizing: border-box;
	height: 30px;
	line-height: 20px;
}

.removeBtnSan, .removeBtnNcs{
	padding: 0 10px;
}
/* 21405 end */
.chbxSelected {
	border: 1px solid #969696;
	height: auto;
	line-height: 30px;
	width: 75%;
	max-width: 400px;
	padding: 0 9px;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

.formAfterLogin.formBlk li input[type="radio"] {
	margin-right: 10px;
	margin-left: 10px;
}

.formAfterLogin.formBlk li input[type="radio"]:first-child {
	margin-right: 10px;
	margin-left: 0px;
}

.alertModal .modal-dialog {
	margin: 45px auto;
}

.alertModal .modal-content {
	border-radius: 5px;
	overflow: hidden;
}

.alertModal .modal-header {
	padding: 10px 15px;
	background: #fff;
	color: #000;
}

.alertModal .modal-header h4 { color: #000; }

.modal-header h4 { padding: 0; }

.alertModal button.close {
	color: #000;
}

.alertModal .modal-footer {
	border: 0;
}

.alertModal .modal-body p.success {
	color: #007914;
	font-size: 16px;
	display: flex;
    align-items: baseline;
    gap: 10px;
}

.alertModal .modal-body p.success .fa {
	font-size: 25px;
}

.alertModal .modal-body p.error {
	display: flex;
    align-items: baseline;
    gap: 10px;
}

.alertModal .modal-body p.error, .alert.error {
	color: #ff0000;
	font-size: 16px;
}

.alertModal .modal-body p.error .fa, .alert.error .fa {
	font-size: 25px;
}

.alertModal .modal-body p.warning {
	color: #e18a00;
	font-size: 16px;
	display: flex;
    align-items: baseline;
    gap: 10px;
}
.alertModal .modal-body p.warning p { margin-top:10px; display:block;}
.alertModal .modal-body p.warning .fa {
	font-size: 22px;
}
/* .alertModal .modal-body p.warning i {
	font-size:32px;
	display:block;
	margin-bottom:10px;
} */

.page-topbar .logo-area {
	width: 20%;
	display: block;
	min-height: 60px;
	float: left;
}

.panel-group {
	margin-bottom: 0;
}

.panel-group .panel-group {
	margin-left: 10px;
}

.tab-content .nav-tabs {
	border-bottom: 1px solid #563d7c;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
	border: 1px solid #563d7c !important;
	border-bottom: 1px solid #fff !important;
}

.nav-tabs>li>a {
	background: #563d7c;
	color: #fff;
	border: 1px solid #563d7c;
	border-bottom: 1px solid #563d7c;
	line-height: 15px;
	min-height: 38px;
	margin-right:2px;
    padding: 10px 16px;
}

.nav-tabs>li>a:hover {
	background: #563d7c;
	color: #fff;
	border: 1px solid #563d7c;
	/*border-bottom: 1px solid #fff;*/
}

.mandatory, .error, .err {
	color: #ff0000;
	font-size:14px;
	font-weight: normal;
}

.enrollmentBlk .whiteBg {
	height: auto;
	min-height: auto;
}

.enrollmentBlk .formBlk {
	min-height: auto;
}

.searchBlk .formField, .searchBlk input[type="text"] {
	border: 1px solid #ccc;
	line-height: 16px;
	width: 100%;
	padding: 8px;
	color: #333;
	font-size: 14px;
	border-radius: 5px;
}

.searchBlk label {
	line-height: 16px;
	font-size: 14px;
}

/* .modal-backdrop {
	z-index: 0
} */

.note {
	padding: 15px;
	background: #ebfced;
	border: 1px solid #e1f8e3;
	margin-bottom: 20px;
	border-radius: 5px;
}

.note h4 {
	font-size: 14px;
	margin-bottom: 0px;
}

.brdaround {
	border-radius: 5px;
	padding: 10px;
	background: #ebfced;
	border: 1px solid #e1f8e3;
	margin-bottom: 10px;
}

.brdaround li, .brdaround li:nth-child(odd), .brdaround li:nth-child(even)
	{
	background: #ebfced !important;
	margin: 0 !important;
	padding-left: 10px !important;
}

.brdaround .title, .brdaround .heading {
	background: #ebfced !important;
}

.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 99999;
}

.loading img {
	left: 50%;
	right: 50%;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
}
/* .modal-dialog, .modal-open .modal, */
 .modal-backdrop {
	z-index: 1 !important;
} 

 .modal-dialog {
	z-index: 10000 !important;
}

.dynamicFrmEli td {
	padding-bottom: 10px;
	vertical-align: top;
}

.error, .errors {
	color: red;
	/* text-align: center; */
	font-size: 12px;
}
.errorFlex {
	display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.formBlk li.errorMsgLi, .formBlk li.remarkserrorMsgLi { display:none; }

.spaceError{
	display:none;
}

.modal-body .width50 {
	width: 50% !important;
}

.unselectable {
	background-color: #ddd;
	cursor: not-allowed;
}

.scrlHgt {
	max-height: 228px;
	overflow-y: auto;
}

.mstrCnt, .mstrCnt p {
	font-family: emCAFont, 'Open Sans', sans-serif;
	color: #474747;
	margin-bottom: 5px;
}

.mstrCnt h3 {
	color: #563d7c !important;
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px 0;
}

.ui-searchFilter {
	position: fixed;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.ui-widget-overlay {
	background: rgba(0, 0, 0, 0.5) !important;
}
.ui-widget-header{
	border: none !important;
	background:none !important;
}

.renewalModal .modal-dialog {
	width: 800px;
}

/* textarea { resize: none; } */
textarea { max-height: 100px; max-width: 100%; }

.dataToBeAlignStep3 {
	margin-left: 261px;
	/* word-break: break-all; */
}

.viewCertDetails {
	display: inline-block;
	float: right;
	width: 50% !important;
	height: auto !important;
	margin-left: 1px;
	
}

.certificateHierarchy .viewCertDetails {
    width: 60% !important;
}

.viewCertDetail {
   display: inline-block;   /* 21405 */
	float: left;
	width: 50%;
	height: auto !important;
}

.ui-jqgrid .ui-jqgrid-resize-ltr {
	display: none !important;
}

/* days remaining for in menu page */
.day-count .badge {
	padding: 5px 10px;
	margin-left: 5px;
}

.badge-primary {
	background-color: #563d7c;
	background: -webkit-linear-gradient(#037ee0, #563d7c);
	background: -o-linear-gradient(#037ee0, #563d7c);
	background: -moz-linear-gradient(#037ee0, #563d7c);
	background: linear-gradient(#037ee0, #563d7c);
	color: #ffffff;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background-color: #777;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.scrollBox {
	height: 310px;
	overflow: auto;
	margin-left: -7px;
	margin-right: -7px;
}

.ico {
    /*background: url(../images/sprite-menu.png) no-repeat 0 0;*/
    height: 16px;
    width: 16px;
    background-size: 100%;
    display: inline-block;
    margin-right: 4px;
    margin-top: 2px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.ico1 {
     background: url(../images/icons/ico1B.svg) no-repeat 0 0;
     background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.sidebar li.panel a:hover .ico1, .sidebar li.panel a.active .ico1,
.sidebar li.panel a[aria-expanded=true] .ico1 {
	background: url(../images/icons/ico1B-h.svg) no-repeat 0 0;
	  background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.ico2 {
	 background: url(../images/icons/ico2B.svg) no-repeat 0 0;
     background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.sidebar li.panel a:hover .ico2, .sidebar li.panel a.active .ico2,
	.sidebar li.panel a[aria-expanded=true] .ico2 {
	background: url(../images/icons/ico2B-h.svg) no-repeat 0 0;
	  background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.ico3 {
	 background: url(../images/icons/ico3B.svg) no-repeat 0 0;
     background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.sidebar li.panel a:hover .ico3, .sidebar li.panel a.active .ico3,
	.sidebar li.panel a[aria-expanded=true] .ico3 {
	background: url(../images/icons/ico3B-h.svg) no-repeat 0 0;
	  background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.ico4 {
	 background: url(../images/icons/ico4B.svg) no-repeat 0 0;
     background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.sidebar li.panel a:hover .ico4, .sidebar li.panel a.active .ico4,
	.sidebar li.panel a[aria-expanded=true] .ico4 {
	background: url(../images/icons/ico4B-h.svg) no-repeat 0 0;
	  background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.ico5 {
	 background: url(../images/icons/ico5B.svg) no-repeat 0 0;
     background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.sidebar li.panel a:hover .ico5, .sidebar li.panel a.active .ico5,
	.sidebar li.panel a[aria-expanded=true] .ico5 {
	background: url(../images/icons/ico5B-h.svg) no-repeat 0 0;
	  background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.ico6 {
	 background: url(../images/icons/ico6B.svg) no-repeat 0 0;
     background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.sidebar li.panel a:hover .ico6, .sidebar li.panel a.active .ico6,
	.sidebar li.panel a[aria-expanded=true] .ico6 {
	background: url(../images/icons/ico6B-h.svg) no-repeat 0 0;
	  background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.ico7 {
	 background: url(../images/icons/ico7B.svg) no-repeat 0 0;
     background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.sidebar li.panel a:hover .ico7, .sidebar li.panel a.active .ico7,
	.sidebar li.panel a[aria-expanded=true] .ico7 {
	background: url(../images/icons/ico7B-h.svg) no-repeat 0 0;
	  background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.ico8 {
	 background: url(../images/icons/ico8B.svg) no-repeat 0 0;
     background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.sidebar li.panel a:hover .ico8, .sidebar li.panel a.active .ico8,
	.sidebar li.panel a[aria-expanded=true] .ico8 {
	background: url(../images/icons/ico8B-h.svg) no-repeat 0 0;
	  background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.ico9 {
	 background: url(../images/icons/ico9B.svg) no-repeat 0 0;
     background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.sidebar li.panel a:hover .ico9, .sidebar li.panel a.active .ico9,
	.sidebar li.panel a[aria-expanded=true] .ico9 {
	background: url(../images/icons/ico9B-h.svg) no-repeat 0 0;
	  background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.ico10 {
	 background: url(../images/icons/ico10B.svg) no-repeat 0 0;
     background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}
.ico12 {
	 background: url(../images/icons/ico12-1.svg) no-repeat 0 0;
     background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.ico15 {
	 background: url(../images/icons/approval_black.svg) no-repeat 0 0;
     background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.sidebar li.panel a:hover .ico10, .sidebar li.panel a:hover .ico12, .sidebar li.panel a.active .ico10, .sidebar li.panel a.active .ico12,
	.sidebar li.panel a[aria-expanded=true] .ico10 {
	/* background: url(../images/icons/ico10B-h.svg) no-repeat 0 0; */
	  background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
     filter: invert(100%);
}

.sidebar li.panel a:hover .ico15 {
	background: url(../images/icons/approval_white.svg) no-repeat 0 0;
	 background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
     filter: invert(100%);
}


.ico11 {
	 background: url(../images/icons/ico11B.svg) no-repeat 0 0;
     background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.sidebar li.panel a:hover .ico11, .sidebar li.panel a.active .ico11,
	.sidebar li.panel a[aria-expanded=true] .ico11 {
	background: url(../images/icons/ico11B-h.svg) no-repeat 0 0;
	  background-size: 100%;
     transition: all 0.3s ease-in-out 0s;
}

.jstree-default .jstree-search {
	color: #563d7c !important;
}

.smlTxtand {
/* 	margin: 0 10px;
	line-height: 28px; */
}

.dashbordTabCount {
	background: #fff;
	color: #563d7c;
	padding: 3px 5px;
	border-radius: 5px;
	margin-left: 10px;
	min-width: 25px;
	min-height: 21px;
	text-align: center;
	display: inline-block;
}

.nav-tabs>li.active>a .dashbordTabCount {
	background: #563d7c;
	color: #fff;
}

#utilityWindowAlert .modal-dialog {
	width: 900px !important;
}

.modalUserBlk {
	font-size: 13px;
}

.modalUserBlk img {
	float: left;
	margin: 0 10px 0 0;
}

.modalUserBlk b {
	font-weight: bold;
}

.modalUserBlk .validBlk {
	margin: 3px 0 0 0;
	font-size: 13px;
	color: #717171;
	display: block;
}

.modalUserBlk  .fa-stack {
	width: 15px !important;
	height: 15px !important;
	line-height: 15px !important;
}

.modalUserBlk .fa-stack-2x {
	font-size: 14px !important;
}

.modalUserBlk .fa-inverse {
	color: #fff !important;
	font-size: 8px !important;
}

.modalUserBlk .validBlk.active .fa {
	color: #563d7c;
}

.modalUserBlk .validBlk.revoked .fa {
	color: #cc3333;
}

.modalUserBlk .validBlk.expirySoon .fa {
	color: #f36f21;
}

.modalUserBlk .validBlk.expired .fa {
	color: #505458;
}

.modalUserBlk .validBlk.suspended .fa {
	color: #ffb13e;
}

.poweredby-section {
	padding: 15px 20px 0px; /* border-top:2px solid #e2e2e2; */
	color: #666;
	position: fixed;
	bottom:0px;
	width: 20%;
	background:#fff;
}
.poweredby-section a{
	background: url(../images/emudhra-logo.png) no-repeat 0 -6px;
	text-indent: -9999px;
	display: inline-block;
	height:65px;
	width:166px;
}
.dropdown-menu{
	z-index: 1 !important;
}
/* for ie  */
select{
	padding-right: 0 !important;
}

/* .ui-jqgrid tr.ui-row-ltr td{
	padding-left:17px !important;
} */

#sanDetailsFor3Party .sanParamsSelect{
	width:220px;
	margin-right:5px;
}

#sanDetailsFor3Party .sanSelectIndex1, #sanDetailsFor3Party .sanSelectIndex2 {
	width:250px;
	margin-right:5px;
	margin-left:5px
}
/* .multiselect-container>li{
	height:20px;
}
.multiselect-container .formBlk li input[type="checkbox"]{
	margin-top: 5px !important;
}
.multiselect-container .formBlk li .chbxField label{
	line-height: 20px !important; 
}
.multiselect-container>li>a>label.checkbox {
	line-height: 28px !important;
} */
.bkpBlk .formlabel{
	line-height: 30px !important;
}
.grayBgOverlay{
	background: #eeeeee;
	height:100vh;
	position: absolute;
	width:80%;
	right:0;
	top:0;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: inset  1px 0 1px rgba(0, 0, 0, .05);
} 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
/* input[disabled]:-webkit-autofill,
input[disabled]:-webkit-autofill:hover,
input[disabled]:-webkit-autofill:focus,
input[disabled]:-webkit-autofill:active{
	background: transparent !important;
	-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}
*/

.editMetrixTbl{ word-break: break-all !important;}
.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;  
}
.loader .overlayBg{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; 
    /* background: rgba(0,0,0,0.2); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlayBg { margin:0px; padding:0px; position:fixed; background:#000; overflow:auto; height:100%; width:100%; display:block; left:0; top:0; opacity:0.3;filter:alpha(opacity=30); z-index:10100;}
.loader .overlayBg img { width: 56px; }
.imgLoader{
	top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    position: fixed;
    margin-left: -28px;
}
input[type=number]::inner-spin-button{ opacity:1;}
.alert .close{ display: none !important;}
.updateBtn {display: none !important ;}
label{ font-weight: normal;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* Put your IE-only styles here. Works for IS 10 & IE 11*/
   .updateBtn{display: inline-block !important;}
  
}
.btnSave, .btnEdit{ display: inline-block;}
/* .btnSave .btn, .btnEdit .btn{ padding-left:25px;} */
/* .btnSave:before {
    font-family: 'FontAwesome';
    content: '\f0c7';
    padding-left: 5px;
    position: absolute;
    font-size: 90%;
    left: 5px;
    top: 8px;
    color: #fff;
} */
.btnSave .btn[disabled], .btnEdit .btn[disabled]{ padding-left: 12px !important;}

.btnSave:before { 
    font-family: 'FontAwesome';
    content: '\f0c7';
    padding-left: 5px;
    position: absolute;
    font-size: 90%;
    left: 5px;
    top: 8px;
    color: #fff;
}
.btnEdit:before {
    font-family: 'FontAwesome';
    content: '\f044';
    padding-left: 5px;
    position: absolute;
    font-size: 90%;
    left: 5px;
    top: 8px;
    color: #fff;
}

.close{opacity: 1; color:#474747}

.errorBlk{text-align: center; padding:50px 0;}
.errorIcon{ font-size: 50px; color:#FFA500; margin-bottom:20px; display: block; }
#accessTypeTable tr th {
	background-color: #ddd;
}
.sidebar:hover::-webkit-scrollbar, .modal-body:hover::-webkit-scrollbar {
    width: 5px;
}
 
.sidebar:hover::-webkit-scrollbar-track, .modal-body:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
}
 
.sidebar:hover::-webkit-scrollbar-thumb, .modal-body:hover::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 5px;
}

.sidebar::-webkit-scrollbar, .modal-body::-webkit-scrollbar {
    width: 5px;
}
 
.sidebar::-webkit-scrollbar-track, .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
}
 
.sidebar::-webkit-scrollbar-thumb, .modal-body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 5px;
}

.small-font { font-size: 12px; }

#isIncludeAllCertsInPathSpan{
	padding-left: 28px;
}

.fa-key.certKey{
	left: -25px;
    top: -3px;
    position: relative;
    font-size: 12px;
    color: #563d7c;
    z-index: 9999;
    width: 0px;
}

/* li[value="Root CA"]>a, li[value="CA"]>a, li[value="IMPCA"]>a { 
  color: #563d7c !important;
} */

li[value="Root CA"]>a i:after, li[value="CA"]>a i:after, li[value="IMPCA"]>a i:after { 
	font-family: FontAwesome;
    content: "\f084";
  	left: -3px;
    top: -3px;
    position: relative;
    font-size: 11px;
    color: #563d7c;
    z-index: 1;
    width: 0px;
    font-weight: 600;
}

#deviceInfotable td:nth-child(2){ color : blue; }
#deviceInfotable td:nth-child(1){ font-weight: bold;}

/*----------- re-order draggable ------------*/

.listItem {
  padding: 10px 10px 10px 10px;
  margin: 3px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

/* .formBlk li.listItem::before{
	content:"\f0dc";
	position: absolute;
    right: 15px;
    color: #ccc;
    top: 15px;
	font-family: FontAwesome;
}

.formBlk .listItem::before{
	content:"\f0dc";
	position: absolute;
    right: 15px;
    color: #ccc;
    top: 15px;
	font-family: FontAwesome;
}

#checklist3 .listItem::before {
	content:"\f0dc";
	position: absolute;
    right: 15px;
    color: #ccc;
    top: 15px;
	font-family: FontAwesome;
} */

.formBlk li#subdi::before{
	content:"" !important;
	position: absolute;
    right: 15px;
    color: #ccc;
    top: 15px;
	font-family: FontAwesome
}

.dragStartClass {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.listItem.over {
  border-top: thick solid white;
  border-top-width: 50px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/*----------- re-order draggable End ------------*/

.formAfterLogin.formBlk #subjectDNBlock li label{
	width: auto;
}
.bdp-input input {
	display: inline-block;
	margin-bottom: 3px;
	width: 64px;
}
.bdp-block {padding: 5px 3px 5px 0px; text-align: left;}
.bdp-input{display: inline-block;}
.formBlk li .formField.med#bConstraintId, .formBlk li .formField.med#bConstraintForCAId{
	width: 124px !important;
}
.subDNContent{
	display: inline-block;
	/* min-width: 110px; */
}
.subDAContent{
	display: inline-block;
	min-width: 200px;
}
.initial_Box{
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.initial_Box h1{
	margin-top: 0px;
	margin-bottom: 25px;
}
.initial_Box img{
	opacity: 0.7;
	width: 160px;
}
.initial_Box h3{
	line-height: 1.3;
}
.initial_Box p{
	line-height: 1.3;
	font-size: 16px;
    color: #888;
}
.initial_Box h5 {
	line-height: 24px;
	font-size:16px;
    color: #888;
}
.initial_Box .div-or { margin:30px 0 0; padding:20px 0px 10px; position:relative; display:block; clear:both; border-top:1px solid #f1f1f1;}
.initial_Box .div-or span {  position: absolute; left:43%; top:-20px; padding:12px; background:#f1f1f1; border-radius:100%; }
/* .initial_Box .btn{
	padding: 7px 25px;
	font-size:18px;
	width: 120px;
	margin-right: 15px;
} */
.mb10{ margin-bottom: 10px !important; }
.mbtm25{ margin-bottom: 25px; }
.steupMenu{margin-top:0px;position: relative;height: 100%;}
.steupMenu .sidebar{overflow-x: inherit;}
.mright10{margin-right:10px !important;}
.sub_head{
    font-weight: 400;
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 0;
}
.w70{width:70px !important;}
.lh30{line-height: 30px !important;}
.h30{height: 30px !important;}
.w150{width:150px !important;}
.wAuto{width:auto !important;}
.formBlk li .formlabel{line-height: 30px;}
.centerTest {
    width:100%;
    text-align:center;
}

.formBlk.formdataList li label { line-height:20px;}
.formBlk.formdataList.formdataList-manageEMV li label { line-height:32px;}
.formBlk.formdataList li { padding:0px;}

.formContentBox li.frow { padding-bottom:5px;}
.formContentBox li.frow .dinline { display: inline-block;}
.formContentBox li.frow .error { text-align:left; margin-left: 230px;}
.formContentBox li.frow .error.userrevokewdt{ text-align:left; margin-left: 245px;}
.formContentBox li.frow .error.passwordpolicy { text-align:left; margin-left: 262px;}
.spaceBlock{
	border-right: 1px solid #eaeaea;
    margin-right: 50px;
}
.initialBody{background: #f5f8fa;}
.custom-file-input::after {padding: 5px 10px;}
.ml230{margin-left: 230px !important;}
.ui-jqgrid tr.jqgfirstrow td {padding: 0 2px 0 2px !important;}
.dnBlock{
	display: inline-block;
}
.dnBlock .dnText{
	display: inline-block;
	/* width: 132px; */
}
.issuingCAFormField { width: 100%; }
#DateSearch { display: none; }
.fromDateError {
	display: none;
	bottom: -16px;
    /* padding-left: 27px; */
    left: 100px;
    font-size: 12px;
    color: red;
    
}
.toDateError {
	display: none;
	/* padding-left: 27px; */
    left: 100px;
    bottom: -16px;
    font-size: 12px;
    color: red;
   }



#certificateDetails li { display: flex; }

.language_area { margin: 16px 48px 0px; }

.language_area a.language_drpdwn { border: 1px solid #000; line-height: 15px; padding: 5px 10px; border-radius: 5px; }

header.login-topbar { background: none; box-shadow: none; }

header.login-topbar .language_area #language_drpdwn, header.login-topbar .language_area i { color: #000 !important; }

.notepoint, .validity.loginUserProfile { float: left; }

.p-0 { padding: 0px; }
.searchby_wd, .searchfor_wd { max-width: 38%; }
 
 #CRLfreqCheck { display: none; }
 
#tablebordertop .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column { font-size: 12px; }

.profileNameError {
	width: 365px;
    display: inline-flex;
    flex-wrap: wrap;
    text-align: left !important;
}

.sty{
	width: 365px;
    display: inline-flex;
    flex-wrap: wrap;
    text-align: left !important;
}

#testConnectionCheck, #testFtpConnectionCheck{
	color: green;
	/* margin-left: 10px; */
	font-size: 20px;
	display: none;
	/* position: absolute;
	top: 10px; */
}

#proceedDivTwo {
	display: none;
	/* position: absolute;
	right: 25px;
	bottom: 20px; */
}
.adjustError{
	display: inline-flex;
    flex-wrap: wrap;
    text-align: left !important;
    margin-left: 86px;
}
/* .formBlk li .formField#signAlg, .formBlk li .formField#crlProfile { width: 225px !important; } */
.formBlk li .formBlk li .formField#crlProfile { width: 225px !important; }
#viewID span { vertical-align: -webkit-baseline-middle; }


.errorSetupPage{
	    margin-left: 274px;
}
 @media (min-width: 1300px) {
	aside .whiteBg {
    /* padding: 75px 0px 140px 0px; */
    border-right: 1px solid #eeeeee;
    position: fixed;
    width: 20%;
    box-shadow: none !important;
}
}
#userCertProfilesError { display: none; }

.adjustErrorOfSubsId{
display: inline-flex;
    flex-wrap: wrap;
    text-align: left !important;
    margin-left: 271px;
}
.certprofile{
	font-size: 12px;
}

 .loginDivider { text-align: center; padding: 0px; height: 1px; position: relative; width: 100%; background: #ccc; margin: 30px 0; }
 
 .loginDivider span { position: absolute;  top: -15px; left: 45%; width: 32px; height: 32px; background: #f1f1f1; border-radius: 100%; font-size: 12px; line-height: 32px; border: 1px solid #ccc; }
 
 .other-login a { width: 100%; }
 
 .other-login a img { width: 60%; }
 
 .refresh-icon { margin-left: 8px; line-height: 30px; cursor: pointer; }
 
 .certFeatures {
 	display: inline-flex !important;
    justify-content: flex-start;
    height: 34px;
 }
 .certFeatures .certFeatures-section {
 	display: flex;
    align-items: center;
    gap: 5px;
    margin-right: -16px;
 }
 .certFeatures .certFeatures-section > * { margin: 0; }
 .certFeatures.hideDiv { display: none !important; }
 
 .certFeatures label { width: 75px !important; float: none !important; }
 
 .emvkey-jqgrid .ui-jqgrid tr.jqgrow td { width: 11.11% !important; }
 
 .emvkeypair-jqgrid .ui-jqgrid tr.jqgrow td { width: 16.66% !important; }
 
 .emvgenerateissueroublickeycertificate-jqgrid .ui-jqgrid tr.jqgrow td {
 	width: 14.28% !important;
    font-size: 13px;
    padding: 5px 8px !important;
 }
 
 .emvemvcrl-jqgrid .ui-jqgrid tr.jqgrow td { width: 14.28% !important; }
 
 .logreports-jqgrid .ui-jqgrid tr.jqgrow td { width: 11.11% !important; }
 
 .jqgrid-overflow-hidden .ui-jqgrid .ui-jqgrid-bdiv { overflow: hidden !important; }
 
 .ui-jqgrid .ui-jqgrid-sortable {
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    margin: 5px;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    border-top: 0px none;
    border-bottom: 0px none;
    border-right: 1px solid #ececec;
}
.caPublickey-wrap li span {
	display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
.caPublickey-wrap li textarea { margin-top: 8px; }

.dataToBeAlignStep3 {
	margin-left: 261px;
}

/* New Styles */

.m-0 { margin: 0px !important; }

/* .mt-0 { margin-top: 0px !important; }
.mt-1 { margin-top: 4px !important; }
.mt-2 { margin-top: 8px !important; }
.mt-3 { margin-top: 12px !important; }
.mt-4 { margin-top: 16px !important; } */

.mr-0 { margin-right: 0px !important; }
.mr-1 { margin-right: 4px !important; }
.mr-2 { margin-right: 8px !important; }
.mr-3 { margin-right: 12px !important; }
.mr-4 { margin-right: 16px !important; }

/* .mb-0 { margin-bottom: 0px !important; }
.mb-1 { margin-bottom: 4px !important; }
.mb-2 { margin-bottom: 8px !important; }
.mb-3 { margin-bottom: 12px !important; }
.mb-4 { margin-bottom: 16px !important; } */

.ml-0 { margin-left: 0px !important; }
/* .ml-1 { margin-left: 4px !important; } */
.ml-2 { margin-left: 8px !important; }
.ml-3 { margin-left: 12px !important; }
.ml-4 { margin-left: 16px !important; }

.p-0 { padding: 0px !important; }
.p-1 { padding: 4px !important; }
.p-2 { padding: 8px !important; }
.p-3 { padding: 16px !important; }
.p-4 { padding: 24px !important; }


/* .pt-0 { padding-top: 0px !important; }
.pt-1 { padding-top: 4px !important; }
.pt-2 { padding-top: 8px !important; }
.pt-3 { padding-top: 12px !important; }
.pt-4 { padding-top: 16px !important; }
.pt-5 { padding-top: 24px !important; }
.pt-6 { padding-top: 48px !important; } */
.pt-10px { padding-top: 10px !important; }

.pr-0 { padding-right: 0px !important; }
.pr-1 { padding-right: 4px !important; }
.pr-2 { padding-right: 8px !important; }
.pr-3 { padding-right: 12px !important; }
.pr-4 { padding-right: 16px !important; }
.pr-24 { padding-right: 96px !important; }

.pb-0 { padding-bottom: 0px !important; }
.pb-1 { padding-bottom: 4px !important; }
.pb-2 { padding-bottom: 8px !important; }
.pb-3 { padding-bottom: 12px !important; }
.pb-4 { padding-bottom: 16px !important; }
.pb-5 { padding-bottom: 24px !important; }
.pb-6 { padding-bottom: 48px !important; }

.pl-0 { padding-left: 0px !important; }
.pl-1 { padding-left: 4px !important; }
.pl-2 { padding-left: 8px !important; }
.pl-3 { padding-left: 12px !important; }
.pl-4 { padding-left: 16px !important; }

.gap-1 { gap: 0.25rem !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 0.75rem !important; }
.gap-4 { gap: 1rem !important; }
.gap-5 { gap: 1.5rem !important; }
.fs-16 { font-size: 16px !important; }
.language-selection {
	display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    margin: 0;
    cursor: pointer;
}
.page-topbar .info-menu li.profile a.language_drpdwn:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn.btn-primary:hover, .ui-searchFilter .ui-state-default:hover {
	border-color: #2a55b2 !important;
    background: linear-gradient(128.84deg,#025caa 20.46%,#222b91 72.3%) !important;
    outline: transparent;
}
.btn.btn-primary:active, .btn.btn-primary:focus, .ui-searchFilter .ui-state-default:active, .ui-searchFilter .ui-state-default:focus {
	border-color: #1e3f88 !important;
    background: linear-gradient(126.99deg,#015196 20.55%,#141c7a 71.48%) !important;
    outline: transparent;
    box-shadow: none;
}

.inline-block { display: inline-block; }
.toggle-language {
	border: 1px solid #fff;
    padding: 5px 8px;
    border-radius: 5px;
}
.toggle-language:hover {
    border: 1.5px solid #fff;
}
.toggle-language .language-selection { color: #fff; }
.toggle-language .language-selection #language_drpdwn { line-height: 15px; }
.dashboard-whiteBg {
	min-height: unset;
    padding: 20px 30px 30px 30px;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
	font-size: 13px;
    padding: 2px 6px;
    border-radius: 5px;
}
.ui-jqgrid .ui-state-disabled:hover { padding: 2px 6px !important; }
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button i { font-size: 10px; }
.registerExternalApp-msg {
	display:flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}
.clientID-wrapper {
	margin: 0;
    border: 1px solid;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.clientID-wrapper span, .clientID-wrapper i { padding: 3px 5px; }
.clientID-wrapper i {
	border-left: 1px solid;
	cursor: pointer;
}
.clientID-wrapper .clientIDcopied {
	display: none;
	position: absolute;
    right: -32px;
    top: -26px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 3px 8px;
    font-size: 12px;
}

.page-topbar .info-menu li .dropdown-menu .profile-account {
	padding: 5px 20px 5px !important;
    line-height: 18px;
    border-bottom: 1px solid #eee;
    max-width: 170px;
}

.bold { font-weight: 600; }
.textEllipsis {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}
.last-login { padding: 10px 15px; }
.last-login p { margin: 0; font-size:13px; }

.poweredby-logo {
	/* padding: 15px 15px 10px; */
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-left: 25px;
}
.poweredby-logo img { width: 100px; }

.sidebar ul:hover::-webkit-scrollbar {
    width: 6px;
}
 
.sidebar ul:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 20px;
}
 
.sidebar ul:hover::-webkit-scrollbar-thumb {
  background-color: #8a8a8a;
  border-radius: 20px;
}

.sidebar ul::-webkit-scrollbar {
    width: 6px;
}
 
.sidebar ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 20px;
}
 
.sidebar ul::-webkit-scrollbar-thumb {
  background-color: #8a8a8a;
  border-radius: 20px;
}

.whiteBg-topBtn-section { text-align: right; }
.inner-wrap .titleBlk h2 { margin: 15px 0; }

.d-flex { display: flex !important; }
.d-none { display: none; } 
.d-none-important { display: none !important; }
.position-relative { position: relative; }
.position-absolute { position: absolute; }
.end-0 {
	right: 0 !important;
}
.top-0 {
	top: 0 !important;
}
.my-2 { margin: 8px 0; }
.font-16 { font-size: 16px; }
.date_search_wrapper {
	display: flex;
	gap: 10px;
}
.date_search_wrapper .date_search_item {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 50%;
}
.flex-gap-5 { gap: 5px !important; }
.flex-gap-10 { gap: 10px !important; }
.flex-gap-15 { gap: 15px !important; }
.crls-stats-section th, .crls-stats-section td { text-align: center !important; }
.stats-chart-section { margin-top: 40px; }
.crls-stats-section {
	padding-left: 45px;
    margin-top: 50px;
}
.profiles-stats-section canvas { height: 220px !important; margin: 0 auto; }
.ui-jqgrid .ui-jqgrid-bdiv { overflow: hidden !important; }
.text-right { text-align: right; }
.flex-row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.radio-grp {
	display: flex;
    align-items: center;
    justify-content: space-between;
    height: 34px;
}
.radio-grp-sm {
	display: flex;
    align-items: center;
    gap: 30px;
}
.certProfile-radio-grp {
	justify-content: unset;
	gap: 30px;
}
.radio-grp .radio-grp-item, .radio-grp-sm .radio-grp-item {
	display: flex;
    align-items: center;
    gap: 3px;
}
/* .certProfile-radio-grp .radio-grp-item { width: 60px; } */
.radio-grp .radio-grp-item > *, .radio-grp-sm .radio-grp-item > * { margin: 0; }
#SoftTokenConfigLi .browse {
	position: absolute;
    top: 21px;
    right: 0;
}
.file-explorer .fa-folder { color: #e4e424; }
.auth-section {
	margin: 25px 0 40px;
}
.signAndAuth {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.signAndAuth .auth-wrapper {
	margin: 12px 0 0;
    width: 275px;
    min-width: 275px;
    min-height: 270px;
    border: 1px solid #ececec;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.auth_status {
	font-weight: 400;
	font-family: emCAFont, 'Open Sans', sans-serif !important;
}
.complete-section .form-group label { font-weight: 600; }
.complete-section .form-group span.completed-value { display: block; word-wrap: break-word; }
.subDNsummary {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    /* gap: 30px; */
}
.input-date-group { display: flex; }
.input-date-group input { border-radius: 5px 0 0 5px; }
.input-date-group .input-group-addon { border-radius: 0 5px 5px 0 !important; }
.date-time-group { width: 85%; }
.date-time-group .input-group-addon { width:40px }
.date-time-group-reset {
	position: absolute;
    top: 30px;
    right: 28px;
    height: 30px;
}
.csr-summary { position: relative; }
.csr-summary a {
	position: absolute;
    right: 8px;
    top: 5px;
}
.initialSetup-language-selection { color: #fff; }
.initial_Box-whiteBg {
	width: 500px;
    margin: 0 auto;
}
.createCAadmin-box { padding-top: 48px !important; }
.break-word { word-wrap: break-word; }
.w-120 { width: 120px; }
.alert-success a, .alert-danger a { color: inherit; }
.registration-sideMenu { margin-top: 60px; height: calc(100vh - 60px); position: fixed; width: 20%; left: 0; top: 0; }
.registration-sideMenu .hdrBlk h4 {
	margin: 0;
    padding: 15px 0 0;
}
.registration-sideMenu .header .fa-angle-down {
	position: absolute;
    right: 10px;
    top: 10px;
}
.registration-sideMenu .sidebar ul {
	max-height: unset;
    overflow: unset;
}
.registration-inner-wrap {
	margin-left: 20% !important;
}
.table-step2 table { margin: 0 auto; }
th {
    text-align: left;
    border: 1px solid #ddd;
}
.free-trial-link:hover { color: #f27024; text-decoration: none; }
body::-webkit-scrollbar, .scrollBox::-webkit-scrollbar {
    width: 6px;
}
 
body:hover::-webkit-scrollbar-track, .scrollBox:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 20px;
}
 
body:hover::-webkit-scrollbar-thumb, .scrollBox:hover::-webkit-scrollbar-thumb {
  background-color: #8a8a8a;
  border-radius: 20px;
}

body::-webkit-scrollbar, .scrollBox::-webkit-scrollbar {
    width: 6px;
}
 
body::-webkit-scrollbar-track, .scrollBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 20px;
}
 
body::-webkit-scrollbar-thumb, .scrollBox::-webkit-scrollbar-thumb {
  background-color: #8a8a8a;
  border-radius: 20px;
}
.scrollBox::-webkit-scrollbar {
    height: 6px;
}
.breadcrumb i { margin-right: 3px; }
.ui-searchFilter .ui-state-default { border-radius: 5px; }
.text-light { font-weight: 400; }
.word-break-all { word-break: break-all; }
.min-width-120 { min-width: 120px; }
.flex-direction-column { flex-direction: column; }

.emCALoginVersion {
    font-size: 12px;
    color: #0653bd;
    bottom: 359px;
    display: inline-block;
    position: absolute;
    left: 147px;
}

.subDNsummary .fa-ellipsis-v { opacity: 0.6; }
.modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 32vh);
}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column { white-space: break-spaces !important; }

.flex-wrap {
	flex-wrap: wrap !important;
}

.justify-content-end {
	justify-content: flex-end !important;;	
}

.align-items-stretch {
	align-items: stretch !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-2 {
	border-radius: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.px-1 {
	padding-right: 4px !important;
	padding-left: 4px !important;
}

.px-2 {
	padding-right: 8px !important;
	padding-left: 8px !important;
}

.fs-4 {
	font-size: 28px !important;
}

.fs-7 {
	font-size: 14px !important;
}

.fs-8 {
	font-size: 12px !important;
}

.flex-column {
	flex-direction: column !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}
/* .multiselect-container {
	width: 100% !important;
} */

.multiselect-native-select {
	width: 100% !important;
}

.btn-group {
	width: 100% !important;
}

.justify-content-between {
	justify-content: space-between !important;	
}

.align-items-center {
	align-items: center !important;
}

.fw-bold {
	font-weight: bold !important;
}

.bdp-input {
	margin-bottom: 8px !important;
}

.w-fitContent {
	width: fit-content !important;
}

.crlCount-border {
	border-left: 1px solid #847f7f;
}

.color-grey {
	color: #a49f9f !important;
}

.text-muted {
	color: #8f8fb1 !important;
}

.outline-color-transparent {
	outline-color: transparent !important;
}

.border-0 {
	border: 0 !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.timeFrameChartBtns {
	background-color: #b0d4f3;
	height: 30px;
	display: flex;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.bg-blue-200 {
	background-color: #3d65c1 !important;
}

.apexcharts-legend-marker {
	border-radius: 4px !important;
}

.w-50 {
	width: 50% !important;
}

.certificateStatisticsHeight {
	min-height: 370px;
}

.align-top {
	vertical-align: top !important;
}
.view-left {
	padding-left: 3px !important;
}

.maxLimit {
	border: none !important;
	outline: none;
	width: 100%; /* Adjust width to fit the cell */
	background-color: transparent;
	/* Remove background for seamless look */
	font-size: inherit; /* Match table's font */
	font-family: inherit;
	text-align: inherit; /* Optional: Match text alignment */
}

.pss-input{
	display: flex;
    flex-direction: row;
    gap: 8px;
}

.pss-input .plusBtn{
	height:34px !important;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    padding: 2px 6px;
    margin: 3px 2px;
    border: 1px solid #eaeaea !important;
    background: #fff;
}

.ui-jqgrid .ui-pg-table td {
    font-weight: normal;
    vertical-align: middle;
    padding: 1px;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-button:hover {
    background: #f0f6fc !important;
}
/* .step3{
	background: none !important;
    border: none !important;
    box-shadow: none;
    appearance: none;
    padding: 0px !important;
} */

.disabled-div {
    opacity: 1;
    background-color: #eee;
    user-select: none;
    cursor: not-allowed; /* Show "not-allowed" cursor */
}

/* Prevent interaction without disabling pointer events */
.disabled-div * {
    pointer-events: none;
}



.instructions {
            max-width: 800px;
            margin: 0 auto 20px;
            padding: 15px;
            background-color: #e8f4f8;
            border-radius: 5px;
            border-left: 5px solid #4CAF50;
        }
        
        .container {
            display: flex;
            justify-content: center;
            gap: 30px;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .list-container {
            width: 300px;
            min-height: 300px;
            background-color: white;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            padding: 15px;
            position: relative;
        }
        
        .list-title {
            font-weight: bold;
            padding-bottom: 10px;
            margin-bottom: 15px;
            border-bottom: 2px solid #eee;
            color: #333;
        }
        
        .list-item {
            padding: 10px;
            margin-bottom: 8px;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 4px;
            cursor: grab;
            transition: all 0.2s;
        }
        
        .list-item:hover {
            background-color: #e9e9e9;
            transform: translateY(-2px);
        }
        
        .list-item.dragging {
            opacity: 0.5;
            border: 1px dashed #aaa;
        }
        
        .list-item.ui-draggable-dragging {
            z-index: 1000;
        }
        
        .action-button {
            display: block;
            width: 100%;
            padding: 10px;
            background: linear-gradient(128.84deg, #0f6cbd 20.46%, #3c45ab 72.3%) !important;;
            color: white;
            border: none;
            border-radius: 4px;
            margin-top: 10px;
            cursor: pointer;
            font-size: 14px;
        }
        
        .action-button:hover {
            background: linear-gradient(128.84deg, #0f6cbd 20.46%, #3c45ab 72.3%) !important;;
        }
		
.remove, .plusBtn{
	height:34px;
	    padding: 0 10px !important;
}
.disable-drag {
    pointer-events: none;
}
#import .modal-body{
	overflow:hidden;
}
/* .label-text{
	font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #555;
    margin-left: 130px;
    margin-top: 20px;
	
}
.output-box{
	    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    word-break: break-all;
    font-family: monospace;
    font-size: 14px;
    margin-left: 130px;
    margin-right:100px;
}
.copy-btn{
	position: absolute;
    margin: -5px auto;
        top: 23px;
    right: 110px;
    font-size: 12px;
    padding: 4px 8px;
    border: none;
    border-radius: 3px;
    background: #28a745;
    background: linear-gradient(128.84deg, #0f6cbd 20.46%, #3c45ab 72.3%) !important;
    color: #fff;
    cursor: pointer;
    margin-top: 23px;
    transition: background 0.3s ease;
} */

#encription_whitebg{
	    width: 100%;
    margin: auto;
    padding: 15px 25px 15px 25px !important;
}
#encript-note{
background: #f5f5f5 !important;
    margin-bottom: 5px !important;
    font-size: 13px;
    padding:20px;	
}
#encript-wrap{
	margin-top: 40px;
    padding: 25px;
}
#encription_whitebg .main_header{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 15px;
}
.ed-box__rtWrap__btn, .clientID-wrapper, #generateBtn{
	padding: 5px 12px !important;
}

.word-wrap-break {
	word-wrap: break-word;
}
/* .emca-modal-lg {
	width: 600px;
} */
.justify-content-between {
	justify-content: space-between !important;
}
.flex-column { flex-direction: column !important; }
.gap-8 { gap: 5rem !important; }
.ui-jqgrid .ui-paging-info{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.multiselect_Area{
	display: flex;
    flex-direction: row;
}
  .multiselect_Area .btn-group{
	width:160px !important
}  
.multiselect-native-select .dropdown-menu{
	min-width:160px !important;
}
    
.slctdbox{
	border: 1px solid var(--color-primary) !important;
}

.multiselect_Area .multiselect-native-select .dropdown-toggle{
	/* min-width:150px !important; */
	padding:2px !important;
	    border: 1px solid var(--color-primary) !important;
}

.text-left {
	text-align: left;
	margin-left: -7px;
}
.connection-status-check {
	display: contents;
}
.panel-title a{
	text-decoration: none !important;
}



/********NEW UI Changes***********/

element.style {
}
.btn-primary, .ui-searchFilter .ui-state-default {
    background: unset !important;
    background-color: var(--color-primary) !important;
    color: var(--btn-primary-text-color) !important;
    border: 1px solid var(--color-primary) !important;
    border-radius: 0 !important;
}
.btn-primary, .ui-searchFilter .ui-state-default {
    background: #563d7c;
    border: 1px solid #004f9e !important;
    background: linear-gradient(128.84deg, #0f6cbd 20.46%, #3c45ab 72.3%) !important;
    color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); */
    padding: 6px 12px;
    outline: transparent;
    transition: background 0.8s ease, border 0.8s ease !important;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
aside .navbar-collapse {
    padding: 0;
    display: block !important;
}

.quick-area{
	display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.admin-area{
	display: flex;
    flex-direction: row;
    align-items: center;
}
.expand-scroll{
	display:none;
}

.page-inst {
    color: #777;
    font-size: 12px;
}
.page-inst a {
    color: #777;
    text-decoration: none;
}
.page-inst>a+span:before, .page-inst>a+a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #777;
    margin-right: 8px;
}


.page-topbar .info-menu.right-links a {
	/*color: #fff;*/
	/* padding: 0px 10px; */
}

.page-topbar .info-menu.right-links a:hover:after {
	width: 100%;
	background: #fff;
}

.notification-bell {
  position: relative;
  display: inline-block;
   color: white;
}

.notification-bell i {
  font-size: 20px; 
}

.notification-count {
 position: relative;
    top: -10px;
    right: 10px;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 50%;
    min-width: 10px;
    text-align: center;
}


.ui-widget-content{
	background: #fff !important;
	border: 1px solid #ececec !important;
}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column{
	border-right: 1px solid #ececec !important;
}
.ui-state-default, .ui-widget-content .ui-state-default{
	background: none !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, 
.ui-button, html .ui-button.ui-state-disabled:hover, html  .ui-button.ui-state-disabled:active{
	color:#333 !important;
	border:none !important;
}
.ui-state-hover, .ui-widget-header .ui-state-hover, 
.ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, 
.ui-button:focus{
	    color: #333 !important;
	    border : none !important;
}
.ui-widget-content .ui-jqgrid-htable .ui-state-hover, .ui-widget-content .ui-jqgrid-htable .ui-state-hover{
	border : none !important;
}

.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus{
	border: 1px solid #ececec !important;
}

.multiselect-selected-text {
  display: flex;
  flex-wrap: wrap; 
  gap: 4px;
  max-width: 100%;
}
.multiselect-native-select .dropdown-toggle{
	min-width: 270px !important;
    padding: 2px 10px !important;
    min-height: 35px;
}
/* Override Bootstrap preventing wrapping */
.dropdown-toggle {
  white-space: normal !important; 
  height: auto !important;     
  min-height: 38px;          
 display: flex;
    align-items: center;
    justify-content: space-between; 
}

/* Style each selected item */
.multiselect-selected-text .slctdbox {
 /*  background: #f5f5f5; */
  border: 1px solid #ccc;
 /*  border-radius: 4px; */
  padding: 2px 8px;
  margin: 2px 3px;
  font-size: 13px;
  white-space: nowrap;
}

.multiselect-container.dropdown-menu {
  z-index: 9999 !important;
}

.panel-heading {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* On hover */
.panel-heading:hover {
  background-color: #e9ecef;
}


.panel-heading[aria-expanded="true"] {
  background-color: #e9ecef; 
  color: #fff;
} 

.panel-heading[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.ui-widget-content .EditButton .ui-state-default{
	background: #333 !important;
    color: #fff !important;
    border: 1px solid #cccccc !important;
}
#searchcntfbox_grid{
	border: none !important;
}
.group{
	border:none !important;
}
.ui-jqdialog .ui-jqdialog-titlebar {
	border-bottom: 1px solid #ccc !important;
    border-radius: 0px !important;
}
/* Glossy effect (shine overlay) */
.badge-production {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* space between circle & text */
  padding: 0.45em 0.9em;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 0px !important;
     color: #000;
    background: var(--bs-warning);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon{
	display:none;
}
#load_grid{
	    border: 1px solid #cccccc !important;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x !important;
    font-weight: bold;
    color: #1c94c4 !important;
}
#subjectDNSpan .subDNsummary div{
	    max-width: 120px;
}
.page-topbar .info-menu li.profile a{
	width:auto !important;
	overflow:inherit !important;
}
#daysWiseBckUpDiv .multiselect-native-select .dropdown-toggle{
	min-width:160px !important;
}
.normal-jqgrid .ui-pg-button .ui-pg-div{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
 .tooltip.custom-tooltip .tooltip-inner {
            background-color: #474747;
            color: #fff;
            font-size: 14px;
            border-radius: 10px;
            padding: 5px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .tooltip.custom-tooltip .tooltip-arrow {
            border-top-color: #474747;
        }

        .tooltip.custom-tooltip .tooltip-inner {
            transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
        }

        .tooltip.custom-tooltip.show {
            opacity: 1 !important;
            transform: translateY(10px);
        }
        

   td[aria-describedby="grid_status"] {
  pointer-events: none; 
}
   td[aria-describedby="grid_propKey"] {
  pointer-events: none; 
}

/* Re-enable only the <i> icon inside */
td[aria-describedby="grid_status"] i {
  pointer-events: auto;
  cursor: pointer;
}     
#TblGrid_grid_2 .ui-icon-disk{
	display:none !important;
}
#TblGrid_grid_2  #cData{
	display:none !important;
}    
#radioform .radio-grp{
	justify-content:start !important;
	gap:30px !important;
}

.toggle-uat{
	background: #ecc73b !important;
    color: #333 !important;
}
#FrmGrid_grid #FormError{
	display:none !important;
}
#lang_area .dropdown-menu {
  top: 100% !important;
  left: 4px !important;
  transform: none !important;
}
#admintab_area .dropdown-menu {
  top: 100% !important;
  transform: none !important;
}
.toDate, .fromDate {
  display: inline-block;
  width: 100px;   /* adjust as needed */
  margin-right: 6px;
  vertical-align: middle;
}
/* #tableDiv2{
	overflow-x:hidden !important;
} */
#data-table td{
	    white-space: normal !important;
    word-break: break-word;
}

       

@media only screen and (max-width: 600px) {
	
.arrow-btn{
  width: 12px !important;
    height: 12px !important;
    font-size: 11px !important;
 }
	
  #editmodgrid.ui-jqdialog, #searchmodfbox_grid.ui-jqdialog {
        width: 95% !important;
    }
    #editmodgrid.ui-jqdialog, #searchmodfbox_grid.ui-jqdialog {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        margin: 0 !important;
        width: 95% !important; 
    }
	#utilityWindowAlert .modal-dialog{
	width: 350px !important;
	}
.exbtnBlk{
     position: relative;
    top: 0px;
    right: 0px;
            border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
 }
	.captchaTxtBox #captcha_txt {
		font-family: 'Client Font-family', Arial, Helvetica,
			sans-serif !important;
		font-weight: 700;
		font-size: 22px;
		letter-spacing: 4px;
	}
	#jqgrid {min-width: 600px;}

.initialSetup-language-selection span{color:#fff important;}
.initialSetup-language-selection span{color:#fff important;}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.emCA-loginBox { width: auto !important;}
.dashboardBox .dashboard-card { margin-bottom: 10px;}
#theme_area{ display:block !important;}
.renewalModal .modal-dialog { width: auto;}
.mtrxTbl table { width: auto !important;}
.page-topbar .info-menu .header-right_sections {display: none !important;}
    
.sidebar{
        position: absolute;
        width: 280px !important;
        height: auto !important;
        left: -280px;
        z-index: 999;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) !important;
        transition: all 0.3s ease-in-out 0s;
        padding-top: 0px !important;
 }
 .registration-sideMenu{
        position: absolute;
        width: 280px !important;
        left: -280px;
        z-index: 999;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) !important;
        transition: all 0.3s ease-in-out 0s;
        padding-top: 0px !important;
 }
 .registration-sideMenu .sidebar{
   left: 0px !important;
 }
 .registration-inner-wrap{
   margin-left:0px !important;
 }
 .registration-sideMenu.expand{
 left: 0px !important;
 }
h2{ font-size:20px; }
.sidebar.expand {left: 0px !important;}
section {height: 100vh;overflow: hidden; }
aside .whiteBg { width: 65%;padding:0px !important}
.poweredby-logo img{width:85px}
.formBlk .formField.med, .multiselect-native-select .dropdown-toggle {width: 100% !important;}

 .inner-wrap {
        width: 100% !important;
        position: relative;
        padding: 1rem !important;
        margin-top: 50px !important;
        height: calc(100vh - 60px);
        overflow-y: auto;
}
.table-responsive { overflow-x: auto !important; -webkit-overflow-scrolling: touch;}
.formBlk input[type="text"], .formBlk input[type="number"]{width:100% !important;}
.chbxField{width: 100% !important;}
.initial_Box-whiteBg{border:none !important;}
/* .initialBody .page-topbar .info-menu .header-right_sections {display:block !important;} */
#emCAUserMatrixForm #table1{
	width: 400px !important;
	margin-bottom: 0px !important;
}
#matrixStep1 .whiteBg{
	padding:10px !important;
}
.multiselect-native-select .dropdown-toggle{
	min-width:190px !important;
}
.formAfterLogin.formBlk li label{
	width:235px !important;
}
.mobile-menu-item .lang-list {
  display: none;
  margin-left: 20px; /* optional indentation */
}

/* visible when active */
.mobile-menu-item.open .lang-list {
  display: block;
}
.initial_Box img{
	width:250px !important;
}
.CertificateReqPer, .CertificateIsurPer, .AppPermission{
	font-size:16px !important;
}
.last-login{
	font-size:12px !important;
}
.sidebar li.panel a{
	font-size:11px !important;
}
.sidebar li.panel a[aria-expanded=false]:after, .sidebar li.panel a[aria-expanded=true]:after{
	font-size:14px !important;
}
.ico{
	height:13px;
	width:13px;
}
.collapse-sidebar, .expand-sidebar{
	 position: fixed;
        left: 0px;
        z-index: 999;
        top: 70px;
        background: #333;
        color: #fff;
        line-height: 34px;
        height: 36px;
        border-radius: 0 6px 6px 0;
        right: 5px;
        font-size: 24px !important;
        cursor: pointer;
        width: 30px;
        text-align: center;
}
.mobile-menu-item .lang-list {
  display: none;
}

.mobile-menu-item.open .lang-list {
  display: block;
}
#refreshUserLink{
	background: none !important;
}
#genId{
	white-space: normal !important;
  word-break: break-word; 
}
.loginBox-image{
	min-height:170px !important;
}
.footer-section{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative !important;
    color:#333 !important;
    left:0px !important;
    bottom:0px !important;
}
.ui-jqdialog{
	    width: 290px !important;
    left: 15px !important;
}
    .formAfterLogin.formBlk li .single,  .formAfterLogin.formBlk li .multiple, .formAfterLogin.formBlk li .initial-label{
        width: auto !important;
    }
   /*  .select2-container{
    width:243px !important;}
    .select2-container .select2-selection--single{
      width:243px !important;
    } */

}

@media (min-width: 768px) and (max-width: 991.98px) {
	
#jqgrid { min-width: 600px; }
.initialSetup-language-selection span{color:#fff important;}
.table-responsive {overflow-x: auto;-webkit-overflow-scrolling: touch;}
.initialSetup-language-selection span{color:#fff important;}
.emCA-loginBox {width: auto !important;}
.dashboardBox .dashboard-card { margin-bottom: 10px;}
#theme_area,#lang_area,#admintab_area{ display:block !important;}
.mtrxTbl table { width: auto !important;}
.page-topbar .info-menu .header-right_sections {display: none !important; }
 .sidebar {
        position: absolute;
        width: 280px !important;
        height: auto !important;
        left: -500px;
        z-index: 999;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) !important;
        transition: all 0.3s ease-in-out 0s;
        padding-top: 0px !important;
} 
.registration-sideMenu{
        position: absolute;
        width: 280px !important;
        left: -500px;
        z-index: 999;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) !important;
        transition: all 0.3s ease-in-out 0s;
        padding-top: 0px !important;
 }

 .registration-sideMenu .sidebar{
   left: 0px !important;
 }
 .registration-inner-wrap{
   margin-left:0px !important;
 }
 .registration-sideMenu.expand{
 left: 0px !important;
 }
.renewalModal .modal-dialog { width: auto;}
.sidebar.expand { left: 0px !important;}
section { height: 100vh;overflow: hidden;}
aside .whiteBg { width: 40%; }
.formBlk .formField.med, .multiselect-native-select .dropdown-toggle {width: 100% !important;}
.inner-wrap {
        width: 100% !important;
        position: relative;
        padding: 1rem !important;
        margin-top: 50px !important;
        height: calc(100vh - 60px);
        overflow-y: auto;
}
.table-responsive { overflow-x: auto !important;-webkit-overflow-scrolling: touch;}
.formBlk input[type="text"]{
	width:100% !important;
}
.chbxField{
 width: 100% !important;
}
.initial_Box-whiteBg{
	border:none !important;
}
/* .initialBody .page-topbar .info-menu .header-right_sections {
	display:block !important;
} */
#emCAUserMatrixForm #table1{
	width: 400px !important;
	margin-bottom: 0px !important;
}
#matrixStep1 .whiteBg{
	padding:10px !important;
}
.mobile-menu-item .lang-list {
  display: none;
  margin-left: 20px; /* optional indentation */
}

/* visible when active */
.mobile-menu-item.open .lang-list {
  display: block;
}
}

@media screen and (max-width: 992px) {
   .inner-wrap .titleBlk h2 {
   margin-left:20px;
   }
   
}

input[type="radio"] {
  appearance: none;     
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 13px;
  height: 13px;
  border: 1.3px solid #333;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
}
input[type="radio"]:checked {
     border-color: #333;
    background: radial-gradient(circle, #333 49%, transparent 45%);
}
input[type="radio"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
input[type="radio"]:checked:disabled {
     border-color: #333;
    background: radial-gradient(circle, #333 49%, transparent 45%);
}

.select2-container .select2-selection--single{
 height:34px !important;
 border: 1px solid #333 !important;
 border-radius:0px !important;
/*  width:287px; */
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
 line-height: 33px !important;
}

.select2-results__option[aria-selected] {
	color: #333;
}

.dropdown-lang a {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 5px 10px;
}
.arrow-btn {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 1;
    color: #333;  /* black/grey arrow */
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-btn:active {
    transform: translateY(1px); /* small tap effect */
}

.arrow-btn:focus {
    outline: none;
}
#approvalWorkflowMenu{
	display:flex;
	align-items:center;
}