@font-face {
	font-family: 'bankGothicLight';
	src: url('fonts/BankGothicLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'cantarellBold';
	src: url('fonts/Cantarell-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Roboto-Regular;
	src: url('fonts/Roboto-Regular.ttf');
}

@font-face {
	font-family: Roboto-Bold;
	src: url('fonts/Roboto-Bold.ttf');
}

@font-face {
	font-family: Roboto-Medium;
	src: url('fonts/Roboto-Medium.ttf');
}

@font-face {
	font-family: Roboto-Light;
	src: url('fonts/Roboto-Light.ttf');
}

.robo-bold {
	font-family: Roboto-Bold !important;
}

.robo-medium {
	font-family: Roboto-Medium !important;
}

.robo-regular {
	font-family: Roboto-Regular !important;
}
.robo-light {
	font-family: Roboto-Light !important;
}
.fx{
	display: flex !important;
}
.v-center{
	display: flex !important;
	align-items: center !important;  
}
.cursor{
	cursor: pointer !important;
}
.f11 {
	font-size: 11px !important;
}

.f12 {
	font-size: 12px !important;
}

.f13 {
	font-size: 13px !important;
}

.f14 {
	font-size: 14px !important;
}

.f15 {
	font-size: 15px !important;
}

.f16 {
	font-size: 16px !important;
}

.f17 {
	font-size: 17px !important;
}

.f18 {
	font-size: 18px !important;
}

.f19 {
	font-size: 19px !important;
}

.f20 {
	font-size: 20px !important;
}

.f21 {
	font-size: 21px !important;
}

.f22 {
	font-size: 22px !important;
}

.f23 {
	font-size: 23px !important;
}

.f24 {
	font-size: 24px !important;
}

.f25 {
	font-size: 24px !important;
}

.f26 {
	font-size: 26px !important;
}

.f27 {
	font-size: 26px !important;
}

.f28 {
	font-size: 28px !important;
}

.f29 {
	font-size: 28px !important;
}

.f30 {
	font-size: 30px !important;
}

.input-modified{
	 display: block !important;
    color: black !important;
    width: 100% !important;
    padding: 0px ;
    padding-bottom: 0px !important;
    height: 32px !important;
    outline: none;
    background: 0 0;
    font-size: 16px !important;
    border-style: none !important;
    border-width: 0px 0px 2px 0px !important;
    border-image: none !important;
   /*  caret-color: var(--primary-color); */
    border-bottom: 1px solid #dbdbdb !important; 
} 
body {
	background-color: #fefafc !important;
	font-size: 13px !important;
}

.login-card {
	height: 472px;
/**	background: #fbfbfb; */
	padding: 20px;
	width: 430px;
}

#loginForm {
	background-color: white;
}

#newLoginForm {
	background-image: url(background-image.jpg);
	background-repeat: no-repeat;
	/* height: 100%; */
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: black;
	color: 70%;
}

.innerPanels {
	/* background-color: #fafafa;
	 box-shadow: -11px -2px 9px 5px #808080; */
}

.comboText {
	background: #313131;
	border: 1px solid white;
	color: white;
}

/* .logoImage {
	background-color: red;
} */

.profile {
	background: #828282;
}

.loginPage {
	background-color: #ffffff !important;
}
.forgot-password{
	color:#303030;
}
.login-heading{
	color: #B73682;
}
.login-submit-btn {
	/* display: flex !important; */
	color: white;
	background: #B73682;
	align-items: center;
	justify-content: center;
/**	border-radius: 3px 3px 3px 3px; **/
	margin-left: auto  !important;
	margin-right: auto  !important;
	font-size: 18px !important;
	padding-top: 7px;
	padding-left: 7px;
	width: 80%;
	border-radius: 28px;
	margin-top: 58px  !important;
	margin-bottom: 16px  !important;
	font-family: Roboto-Medium !important;
}

input[type='text'].user {
	color: #878787 !important;
	border: 1px solid #cdcdcd;
}

input[type='text'].user:focus {
	background-color: #FCF8EE !important;
	color: #878787 !important;
}

#Panel110>p {
	/*
        color: white;
    */
	
}

/* .combo .comboText {
	border: 1px solid #cdcdcd;
	border: none !important;
	border-right: none;
}

.combo:hover .comboText {
	border: 1px solid #cdcdcd !important;
	border-right: none !important;
	outline: none;
}

.combo {
	background: #313131;
	color: white;
	border: none !important;
}

.customCombo {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: white;
	border: 1px solid #DCDCDC;
	color: black;
	list-style: none outside none;
} */

input[type='password'].pass {
	/* background-color: #fbfbfb !important; */
	color: #878787 !important;
	border: 1px solid #cdcdcd;
}

input[type='password'].pass:focus {
	background-color: #FCF8EE !important;
	color: black !important;
}

.login {
	background: #b73682;
	color: white;
	font-size: 15px;
}

.user-img{
	background-image: url(user-name.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 24px;
    width: 24px;
}
.pass-img{
	background-image: url(password.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 24px;
    width: 24px;
}
.active-user{
	background-image: url(password.svg) !important;
}

.active-password{
	background-image: url(user.svg) !important;
}
/* .login:hover, .login:focus {
	background: #F5862C;
	border: 1px solid #F5862C;
} */

input.loginErr {
	border-color: red !important;
}

.pass:focus {
	background: white;
	color: black;
}

.user:focus {
	background: white;
	color: black;
}
/* 
.comboText:focus {
	background: white !important;
	color: #313131;
}

.comboBase .comboText:FOCUS {
	background-color: transparent;
}

.combo:focus {
	background: white;
	color: #313131;
}

.combo select:focus+ul.comboBase .comboText {
	background-color: white;
	border: 1px solid white;
}

.firstLabel {
	color: #b0b0b0;
	font-size: 13px;
}

.second {
	font-size: 13px;
}

.combo li.comboPicker {
	border: 1px solid #cdcdcd;
	border-left: none;
}

.combo:focus .comboText {
	background-color: white;
	color: black;
}

.customCombo li:focus {
	outline: none;
	background-color: #d3d3d3;
}

.customCombo>li:hover {
	background-color: #d3d3d3;
}
 */
.msgWrapper {
	border: 1px solid #fbeed5;
	background-color: #fef8e3;
	color: red !important;
	font-size: 16px !important;
	height: 30px;
}

.sideLabel {
	font-size: 40px !important;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	color: white;
	left: -410px;
	top: 325px;
	position: absolute;
	width: 710px;
	text-align: center;
	font-family: bankGothicLight, Arial, Verdana, sans-serif !important;
}

.wilsDiv {
	text-align: center;
	line-height: 1.4;
	font-family: cantarellBold, Arial, Verdana, sans-serif !important;
}

.mainContent {
	padding: 45px 43px 60px;
	border: 2px solid #B73682;
	box-shadow: 0 0 50px rgba(0,0,0,0.08);
	height: 70%;
    display: flex;
    width: 70%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FCF8EE !important;
}
.web-based {
	display:flex;
	justify-content: center;
	line-height: 1.4;
	color: #707070;
}
.login-heading {
	width: 100%;
	padding-top: 20px !important;
	font-size: 24px !important;
	margin-bottom: 64px;
	color: #b73682;
	padding-left: 20px;
}
.tempMsgLbl {
	color: rgb(68, 68, 68);
	position: fixed;
	top: 0px;
	text-align: center;
	width: 100%;
	font-size: 17px !important;
	background: lightgrey none repeat scroll 0% 0%;
	height: 0;
	line-height: 35px;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
}

.tempMsgLbl.hideLabel {
	height: 0 !important;
	display: none;
}

.confirmLoginDiv {
	background: none repeat scroll 0 0 white;
	bottom: 0;
	height: 200px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 410px;
	text-align: center;
	margin: auto;
	z-index: 1;
	-webkit-box-shadow: -4px -2px 14px 5px #808080;
	-moz-box-shadow: -4px -2px 14px 5px #808080;
	box-shadow: -4px -2px 14px 5px #808080;
}

.confirmMsg {
	font-size: 15px !important;
	padding: 15px;
	text-align: center;
}

.yesBtn, .noBtn {
	display: inline-block;
	margin: 5px;
	width: 120px;
	font-size: 14px !important;
	text-decoration: none;
	height: 40px !important;
	font-family: Roboto-Medium !important;
}

.pageMask {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.settingTextField {
	text-align: left !important;
}

.settingVpanel {
	margin-left: 0 !important;
}

.settingBtnPnl {
	padding-left: 140px;
}

.refreshpnl {
	width: 30px;
	height: 30px;
	top: 5px;
	background-image: url("../images/refresh.png");
	border-radius: 2px;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.7);
}

/*Used for popup of forgot password
*/
#message {
	padding: 15px;
	font-size: 15px !important;
}

#containerBox {
	/* background-color: white;*/
	height: 145px;
}

#pnlMask {
	position: fixed;
	top: 0;
}

#okBtn {
	width: 70px;
}

#forgetPassword:hover {
	color: orangered;
	cursor: pointer;
}

.hiddenSalt {
	display: none !important;
}

.hidden {
	display: none !important;
}

.timeLabelModified{
    align-items: center;
    color: black !important;
    top: 0px !important;
    display: flex !important;
    justify-content: flex-end;
}