﻿@charset "utf-8";
/* Generic Style */
html, body {
	height: 100%;
	overflow:auto;
}

* {
	margin: 0px;
	padding: 0px;
	outline: none !important;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.custom-dialog{
	max-width: 740px;
}

body {
	background: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	/*font-family:arial;*/
	font-size: 13px;
	padding: 0px !important;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.fs-25 {
	font-size: 25px;
}

.pay-sec {
	background-color: #f3f3f3;
	padding: 10px;
}
/*Spaces Style*/
.outline-orange{background: none; border:1px solid #f47325;}
.outline-orange:hover{background: #f47325;color: white;}
.outline-blue{background: none; border:1px solid #6cafe0;height: 35px;
    line-height: 11px;
    font-size: 15px;}
.outline-blue:hover{background:#6cafe0; color: white;}
.btn-pay{background-color: #00b050; border-radius: 8px; color: white;font-size: 14px;}
.btn-pay:hover{color: white;}
.fs-20{font-size: 20px;}
.fs-11{font-size: 11px;}
/*Spaces Style*/
.fs-25 {
	font-size: 25px;
}

#aco .no-margin {
	margin: 0px !important;
}

.input-icon-wrap {
	border: 1px solid #6cafe0;
	display: flex;
	flex-direction: row;
  }

.input-icon {
	background: #ffffff;
	border-left: 1px solid #6cafe0;
	border-radius: 0 0.375rem 0.375rem 0;
}
  .no-border{border:none !important;}
  
  .input-with-icon {
	border: none;
	flex: 1;
}

.input-icon, .input-with-icon {
	padding: 5px 16px;
}

.btn-warning {
	color: #fff;
	background-color: #f47321 !important;
	border-color: #ee8518;
	border: 1px solid #f47325 !important;
}

.btn-orange {
	background-color: #f47325;
	color: white !important;
}

#aco .margin-l0 {
	margin-left: 0px;
}

#aco .margin-l5 {
	margin-left: 5px;
}

#aco .margin-l10 {
	margin-left: 10px;
}

#aco .margin-l15 {
	margin-left: 15px;
}

#aco .margin-l20 {
	margin-left: 20px;
}

#aco .margin-l30 {
	margin-left: 30px;
}

#aco .margin-l40 {
	margin-left: 40px;
}

#aco .margin-l50 {
	margin-left: 50px;
}

#aco .margin-r0 {
	margin-right: 0px;
}

#aco .margin-r5 {
	margin-right: 5px !important;
}

#aco .margin-r10 {
	margin-right: 10px !important;
}

#aco .margin-r15 {
	margin-right: 15px !important;
}

#aco .margin-r20 {
	margin-right: 20px !important;
}

#aco .margin-r30 {
	margin-right: 30px !important;
}

#aco .margin-r40 {
	margin-right: 40px !important;
}

#aco .margin-r50 {
	margin-right: 50px !important;
}

#aco .margin-t0 {
	margin-top: 0px !important;
}

#aco .margin-t5 {
	margin-top: 5px;
}

#aco .margin-t10 {
	margin-top: 10px;
}

#aco .margin-t15 {
	margin-top: 15px;
}

#aco .margin-t20 {
	margin-top: 20px;
}

#aco .margin-t30 {
	margin-top: 30px;
}

.margin-t25 {
	margin-top: 25px;
}

#aco .margin-t40 {
	margin-top: 40px;
}

#aco .margin-t50 {
	margin-top: 50px;
}

#aco .margin-b0 {
	margin-bottom: 0px !important;
}

#aco .margin-b5 {
	margin-bottom: 5px;
}

#aco .margin-b10 {
	margin-bottom: 10px;
}

#aco .margin-b15 {
	margin-bottom: 15px;
}

#aco .margin-b20 {
	margin-bottom: 20px !important;
}

#aco .margin-b25 {
	margin-bottom: 25px !important;
}

#aco .margin-b30 {
	margin-bottom: 30px !important;
}

#aco .margin-b40 {
	margin-bottom: 40px;
}

#aco .margin-b50 {
	margin-bottom: 50px;
}

#aco .no-padding {
	padding: 0px !important;
}

#aco .padding-5 {
	padding: 5px;
}

#aco .padding-15 {
	padding: 15px;
}

#aco .padding-20 {
	padding: 20px;
}

#aco .padding-10 {
	padding: 10px;
}

#aco .padding-l0 {
	padding-left: 0px !important;
}

#aco .padding-l5 {
	padding-left: 5px !important;
}

#aco .padding-l10 {
	padding-left: 10px !important;
}

#aco .padding-l15 {
	padding-left: 15px !important;
}

#aco .padding-l20 {
	padding-left: 20px !important;
}

#aco .padding-l30 {
	padding-left: 30px !important;
}

#aco .padding-l40 {
	padding-left: 40px !important;
}

#aco .padding-l50 {
	padding-left: 50px !important;
}

#aco .padding-r0 {
	padding-right: 0px !important;
}

#aco .padding-r5 {
	padding-right: 5px !important;
}

#aco .padding-r10 {
	padding-right: 10px !important;
}

#aco .padding-r15 {
	padding-right: 15px !important;
}

#aco .padding-r20 {
	padding-right: 20px !important;
}

#aco .padding-r30 {
	padding-right: 30px !important;
}

#aco .padding-r40 {
	padding-right: 40px !important;
}

#aco .padding-r50 {
	padding-right: 50px !important;
}

#aco .padding-t0 {
	padding-top: 0px !important;
}

#aco .padding-t5 {
	padding-top: 5px !important;
}

#aco .padding-t7 {
	padding-top: 7px !important;
}

#aco .padding-t10 {
	padding-top: 10px !important;
}

#aco .padding-t15 {
	padding-top: 15px !important;
}

#aco .padding-t20 {
	padding-top: 20px !important;
}

#aco .padding-t30 {
	padding-top: 30px !important;
}

#aco .padding-t40 {
	padding-top: 40px;
}

#aco .padding-t50 {
	padding-top: 50px;
}

#aco .padding-b0 {
	padding-bottom: 0px;
}

#aco .padding-b5 {
	padding-bottom: 5px;
}

#aco .padding-b10 {
	padding-bottom: 10px;
}

#aco .padding-b15 {
	padding-bottom: 15px;
}

#aco .padding-b20 {
	padding-bottom: 20px;
}

#aco .padding-b30 {
	padding-bottom: 30px;
}

#aco .padding-b40 {
	padding-bottom: 40px;
}

#aco .padding-b50 {
	padding-bottom: 50px;
}
/*Custom Checkbox and Radio Buttons*/
#aco input[type="checkbox"]:not(old), #aco input[type="radio"]:not(old) {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	opacity: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 26px;
/*	position: absolute;*/
}

	#aco input[type="checkbox"]:not(old) + label {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: rgba(0, 0, 0, 0);
		background-image: url("../images/checks.png");
		background-origin: padding-box;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		background-size: auto auto;
		display: inline-block;
		line-height: 15px;
		padding-left: 18px;
		white-space: normal;
		height: 14px;
		padding-top: 0px;
		margin: 0px;
	}

	#aco input[type="radio"]:not(old) + label {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: rgba(0, 0, 0, 0);
		background-image: url("../images/checks.png");
		background-origin: padding-box;
		background-position: 0px -71px;
		background-repeat: no-repeat;
		background-size: auto auto;
		display: inline-block;
		line-height: 15px;
		margin-left: -23px;
		padding-left: 18px;
		white-space: normal;
		height: 15px;
		padding-top: 0px;
		margin: 0px;
	}

#aco input[type="checkbox"]:checked:not(old) + label {
	background-position: -0px -24px;
}

#aco input[type="radio"]:checked:not(old) + label {
	background-position: -0px -47px;
}

#aco .form-group {
	margin-bottom: 17px;
}

#aco .has-error .form-control,
#aco .has-error .form-control:focus, .has-error .form-control:hover {
	border-color: red !important;
}

#aco .has-error {
	position: relative;
}

#aco .error-text {
	display: none;
	color: red;
}

#aco .has-error .error-text {
	display: block;
	position: absolute;
	color: #c81a00;
	font-size: 11px;
	padding: 0px 5px;
	z-index: 9;
	right: 0px;
}

/*  Phr Login Page 19 November 2016
==========================================*/

#aco {
	padding: 0px;
	display: table;
	width: 1170px;
	margin: 0 auto;
	height: 100%;
}

	#aco .login-container {
		display: table-cell;
		vertical-align: middle;
	}

		#aco .login-container .col-sm-8,
		#aco .login-container .col-sm-4 {
			position: relative;
		}

	#aco .bg-white {
		background: #fff;
		box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.46)
	}

	#aco .login-container .login-left-side {
		background-image: url("../images/log-img.png");
		background-position: center right;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 30px;
		min-height: 647px;
	}

		#aco .login-container .login-left-side .login-logo {
			width: 300px;
		}


			#aco .login-container .login-left-side .login-logo a {
				color: #fff;
				font-size: 36px;
				font-weight: 300;
			}

				#aco .login-container .login-left-side .login-logo a sup {
					font-size: 16px;
					font-weight: 300;
					padding-left: 3px;
					top: -15px;
				}

.login-container .login-left-side h1 {
	color: #f47321;
	font-size: 37px;
	font-weight: 600;
}

.login-container .login-left-side h2 {
	margin-top: 0;
	color: #ffcc84;
}


.login-container .login-left-side .login-left-alert-box {
	background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
	color: #702702;
	padding: 5px;
	text-align: center;
}

.login-container .login-right-side {
	background: #ffffff;
	padding: 35px;
	text-align: left;
	min-height: 600px;
}

	.login-container .login-right-side h1 {
		font-size: 30px;
	}

#aco .login-container .login-right-side .btn-default {
	color: #376eae;
	font-size: 16px;
}

	#aco .login-container .login-right-side .btn-default:hover {
		background: #1860a8;
		color: #fff;
	}

#aco .login-container .login-right-side .btn-warning {
	background: #f47321;
	border: none;
	font-size: 17px;
	text-transform: uppercase;
}

#aco button.btn-theme {
	background: #f47321 !important;
	border: none;
	font-size: 17px;
	text-transform: uppercase;
}
#aco .login-container .login-right-side .btn-warning:hover{background:#e06d24;color: #fff;}
.login-container .login-right-side .btn-default:hover, 
.login-container .login-right-side .btn-default:focus, 
.login-container .login-right-side .btn-default:active {
	background: #fff;
	box-shadow: none;
}

.login-container .login-right-side .signup_form_inner_line {
	background: #e2e8ec none repeat scroll 0 0;
	height: 1px;
	left: 0;
	position: relative;
	top: 10px;
	width: 100%;
}

	.login-container .login-right-side .signup_form_inner_line span {
		background: #e2e8ec none repeat scroll 0 0;
		border-radius: 50%;
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		left: 46%;
		padding: 5px;
		position: absolute;
		top: -15px;
	}

#aco .login-container .login-right-side .form-control,
#aco .login-container .login-right-side .form-group .form-control {
	border-color: #6cafe0;
	font-weight: 300;
	padding: 0 10px;
	height: 38px;
	font-size: 14px;
}

#aco .form-control {
	border-radius: 0px;
}

#aco .login-container .login-right-side .input-group.date.datepicker {
	max-width: 100%;
	width: 100%;
}

#aco .login-container .login-right-side .input-group-addon {
	background-color: #fff;
	border-color:#6cafe0 !important;
}

.login-container .login-right-side #box-login {
	display: none;
}

.login-container .login-right-side .forgrot-pass {
	display: block;
	text-align: left;
}

.login-container .login-right-side-footer {
	background: transparent;
}

	.login-container .login-right-side-footer span {
		color: #ffffff;
		display: block;
		font-size: 14px;
		font-weight: 300;
		text-align: center;
	}

#aco .login-container .login-right-side .nav-tabs {
	margin-bottom: 15px;
	background: #fff;
}
#aco .login-container .login-right-side .nav-tabs li {
	width:50%;
	margin-bottom:-1px;
}
#aco .login-container .login-right-side .nav-tabs li a {
	color:#555;
	margin-bottom: 0px;
	margin-right: 0;
	padding: 10px 15px;
	border-bottom: 1px solid #6cafe0 ;
}
#aco .login-container .login-right-side .nav-tabs > li.active > a:hover {
	border-bottom: 1px solid #6cafe0 ;
}
	#aco .login-container .login-right-side .nav-tabs > li.active > a,
	#aco .login-container .login-right-side .nav-tabs > li.active > a:focus {
		border-color: #6cafe0 #6cafe0 -moz-use-text-color;
		border-image: none;
		border-radius: 4px 4px 0 0;
		border-style: solid solid none;
		border-width: 1px 1px 0;
		
	}
	#aco .login-container .login-right-side .nav-tabs > li > a.active {
		border: 1px solid #6cafe0 !important;
	}
		#aco .login-container .login-right-side .nav > li > a:hover,
		#aco .login-container .login-right-side .nav > li > a:focus {
			background: transparent;
			border-color: #6cafe0;
		}
#aco .login-container .login-right-side .input-group .input-group-btn .btn {
	min-height: 38px;
	padding: 6px 12px;
}

	#aco .login-container .login-right-side .input-group .input-group-btn .btn:hover {
		background: #fff;
	}

	#aco .login-container .login-right-side .input-group .input-group-btn .btn i {
		color: #3B393C;
	}

#aco select.form-control {
background: #fff url(../images/down-down.png) no-repeat right 8px center;
appearance: none;
padding: 5px 25px 5px 7px;
font-size: 12px;
font-weight: normal;
}
.input-group input{
	font-size: 13px !important;
}
.input-group select {
	font-size: 13px !important;
}
#aco .btn {
	border-radius: 2px;
}
.p-11{
	padding: 11px;
}

.fs-18 {
	font-size: 18px;
}
#aco .btn:focus-visible {
	box-shadow: none !important;
}

	.login-container .login-right-side .captcha-refresh-img {
		padding-top: 6px;
		cursor: pointer;
	}

.login-container h1,
.login-container h2 {
	margin: 0px;
}

.log-reg-box {
	background: #FFFFFF;
	width: 100%;
	float: left;
}

.login-tabs-head {
	border-bottom: 1px solid #e1e4e6;
}

	.login-tabs-head .nav-tabs li {
		margin-bottom: -2px;
		padding: 0 15px;
	}

		.login-tabs-head .nav-tabs li a, .login-tabs-head .nav-tabs li a:focus {
			background: #fff;
			border: none;
			border-radius: 0;
			color: #2b3339;
			font-size: 13px;
			margin: 0;
			padding: 5px 0px;
			text-transform: uppercase;
		}

		.login-tabs-head .nav-tabs li.active a {
			background: transparent;
			color: #2b3339;
			border-bottom: 3px solid #6cafe0;
		}

.copyright {
	color: #fff;
	position: fixed;
	bottom: 8px;
	text-align: center;
}

.circ-icon {
	border-radius: 50%;
	border-radius: 50%;
	width: 128px;
	height: 128px;
	margin: auto;
	padding: 8px;
	background-color: #ffffff;
	transition: .4s ease;
}

	.circ-icon h4 {
		color: #f47321;
		font-weight: 600;
	}

.text-orange {
	color: #e06d24;
}

.text-green {
	color: #4cab1e;
}

.btn-pay {
	background-color: #00b050 !important;
	border-radius: 8px;
	color: white;
}

	.btn-pay:hover {
		color: white;
	}

.fs-20 {
	font-size: 20px;
}

.fs-11 {
	font-size: 11px;
}

#aco .no-margin {
	margin: 0px !important;
}
/* Modal CSS Start */
.service-modal .modal-logo {
	max-width: 100px;
	margin: auto;
}

.service-modal h3 {
	font-size: 18px;
	color: #000;
	margin: 10px 0;
}

.service-modal p {
	line-height: initial;
}

.service-modal h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px;
}

.service-modal hr {
	margin: 5px 0 15px;
	border-color: #ccc;
	border-width: 2px;
}

.service-modal .caps-text {
	text-transform: uppercase;
}

.service-modal .PageHeading {
	font-size: 14px;
	color: #363a40;
	border-bottom: solid 1px #d9d9d9;
	position: relative;
	z-index: 1;
	padding-bottom: 6px;
}

	.service-modal .PageHeading:before {
		content: "";
		display: block;
		position: absolute;
		top: 2px;
		left: 0px;
		border-bottom: solid 3px #f46322;
		width: 100px;
		padding-bottom: 12px;
		min-height: 100%;
		z-index: 10;
	}

.service-modal form label {
	font-weight: normal;
	text-transform: uppercase;
}

.service-modal .modal-btn {
	/*margin-top: 2.5em;*/
}

	.service-modal .modal-btn .btn {
		display: inline-block;
		width: 75px;
		float: right;
		margin-left: 5px;
		line-height: initial;
	}

		.service-modal .modal-btn .btn:focus {
			color: #333;
		}

.service-modal .modal-footer {
	border: none;
	padding-top: 0;
}

.service-modal .footer-btn {
	margin-top: 1.9em;
}

	.service-modal .footer-btn .btn {
		display: inline-block;
		width: 75px;
		float: right;
		margin-left: 5px;
		line-height: initial;
	}


.modal {
	text-align: center;
	padding: 0 !important;
}

	.modal:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -4px;
	}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
/* Modal CSS End  */
@media screen and (max-width:1200px) {
	#aco {
		width: 95%;
	}
}

@media screen and (max-width:1158px) {
	.circ-icon {
		width: 150px;
		height: 150px;
	}

		.circ-icon h4 {
			font-size: 13px;
		}
}

@media screen and (max-width:767px) {
	#aco {
		margin-top: 20px;
	}

		#aco .login-container .login-left-side,
		#aco .login-container .login-right-side {
			min-height: auto;
		}
}

.modal-header {
	background-color: #f47321;
	padding: 10px;
	color: white;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: normal;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	text-shadow: none;
	opacity: 1;
	filter: alpha(opacity=20);
}
/*classes*/
.fw-600 {
	font-weight: 600;
}

.text-center {
	text-align: center;
}

.login-left-side h2 {
	color: #4c4a48 !important;
	font-weight: 600;
	line-height: 45px;
}

.bottom-list ul li {
	display: inline-block;
	font-weight: 600;
	color: #4c4a48;
	margin-right: 12px;
	font-size: 16px;
}

	.bottom-list ul li:last-child {
		margin-right: 0px;
	}

.orange-border {
	background-color: #f47321;
	height: 2px;
	width: 65px;
	margin: auto;
}

.d-inline-block {
	display: inline-block;
}

.d-block {
	display: block;
}

.app-down ul li {
	display: inline-block;
}

}

.btn-theme {
	background-color: #f47321;
	border-radius: 0;
	color: white;
}

.width-100px {
	width: 100px;
}

.width-100 {
	width: 100%;
}

.fs11 {
	font-size: 11px;
}

.fs22 {
	font-size: 15px;
}

.text-orange {
	color: #f47325;
}

.tab-content a:hover {
	text-decoration: none;
}

.app-down ul li {
	display: inline-block;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #6cafe0;
	border-bottom-color: transparent;
	cursor: default;
}

.text-white {
	color: white;
}

.login-body {
	margin-top: 34%;
}

.circ-icon {
	border-radius: 50%;
	width: 128px;
	height: 128px;
	margin: auto;
	padding: 8px;
	background-color: #ffffff;
	transition: .4s ease;
	padding-top: 10px;
}

.text-black {
	font-size: 13px !important;
	color: #f47321;
}

.imageresize {
	height: 80px;
}

.textUnderline {
	text-decoration: unset !important;
}

.circ-icon:hover {
	background-color: #eeeeee;
	cursor: pointer;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.36);
	transition: .4s ease;
}

.width-125px {
	width: 125px;
}

.custom {
	color: black !important;
	background: white !important;
	border: 1px solid #f47321 !important;
}

	.custom:hover {
		transition: 0.3s linear;
		z-index: -1;
		color: white !important;
		background: #f47321 !important;
	}

.dec-none {
	text-decoration: none !important;
}

#regForm {
	background-color: #ffffff;
	/* margin: 100px auto; */
	/* padding: 40px; */
	width: 100%;
	/* min-width: 300px; */
}

	#regForm hr {
		margin-bottom: 9px;
		margin-top: 0px;
		border: 0;
		border-top: 1px solid #bfbfbf;
	}
/* Style the input fields */
input {
	padding: 10px;
	width: 100%;
	font-size: 17px;
	/*font-family: Raleway;*/
	border: 1px solid #aaaaaa;
}

	/* Mark input boxes that gets an error on validation: */
	input.invalid {
		border-color: red;
	}

/* Hide all steps by default: */
.tab {
	display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #f47321;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}

	/* Mark the active step: */
	.step.active {
		opacity: 1;
	}

	/* Mark the steps that are finished and valid: */
	.step.finish {
		background-color: #4CAF50;
	}

.inlinedisplay {
	display: inline-block;
}


/* SnackBar */
#snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: rgba(177, 33, 19, 0.95);
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	top: 30px;
	font-size: 17px;
}

	#snackbar.show {
		visibility: visible;
		-webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
		animation: fadein 0.5s, fadeout 0.5s 4.5s;
	}

@-webkit-keyframes fadein {
	from {
		top: 0;
		opacity: 0;
	}

	to {
		top: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		top: 0;
		opacity: 0;
	}

	to {
		top: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		top: 30px;
		opacity: 1;
	}

	to {
		top: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		top: 30px;
		opacity: 1;
	}

	to {
		top: 0;
		opacity: 0;
	}
}

.tooltip-inner {
    white-space:pre-wrap;
    width:300px;
	text-align:left;
}

.power-container {
	width: 100%;
	height: 10px;
	background-color: #e0e0e0;
	border-radius: 5px;
	margin-top: 10px;
	display: flex;
}

.power-point {
	height: 100%;
	border-radius: 5px;
}
.password-input{
	position: relative;
}
	.password-input i {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
		color: #f47321;
	}

#validation-messages {
	color: red;
	list-style-type: none;
	padding: 0;
	margin-top: -10px;
}

.valid {
	color: green;
}

.invalid {
	color: red;
}

.input-group {
	display: flex;
}

#tooltip60325 {
	text-align: left !important;
}

.heading-color {
	color: #f46322!important;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}*/
.tooltip-inner {
	white-space: pre-wrap;
	width: 300px;
	text-align: left;
}

.power-container {
	width: 100%;
	height: 10px;
	background-color: #e0e0e0;
	border-radius: 5px;
	margin-top: 10px;
	display: flex;
}

.power-point {
	height: 100%;
	border-radius: 5px;
}

.password-input {
	position: relative;
}

	.password-input i {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
		color: #f47321;
	}

#validation-messages {
	color: red;
	list-style-type: none;
	padding: 0;
	margin-top: -10px;
}

.valid {
	color: green;
}

.invalid {
	color: red;
}

.input-group {
	display: flex;
}

#tooltip60325 {
	text-align: left !important;
}

.heading-color {
	color: #f46322 !important;
}

.back-button a:hover {
	background: #f46322 !important;
}

.verify-id {
	margin-left: -6px;
}

#datepicker .verify-id {
	margin-top: 3px;
}

.theme-img {
	display: none;
}

.label-flex {
	display: flex;
	align-items: center;
}

@media (max-width: 991.98px) {
	#aco .login-container .login-left-side, #aco .login-container .login-right-side {
		min-height: 50vh !important;
	}
	#aco {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100vh;
	}
	body {
		height: auto;
		overflow: auto;
	}
	#aco .login-container .login-left-side {
		background-position: center !important;
	}

	.mob-banner {
		padding-right: 0 !important;
	}

	.login-field {
		display: flex !important;
	}

		.login-field input {
			width: 100% !important;
		}

	.login-card {
		padding: 2rem 1rem;
	}
}
.fs-14 {
	font-size: 14px;
}
@media (max-width: 575.98px) {
	body {
		height: auto;
		overflow: auto;
	}
	.mob-banner {
		padding-right: 0 !important;
	}
/*
	#rehabilitation-service {
		display: flex !important;
		align-items: center;
	}*/
	.wrap-card{
		flex-wrap: wrap;
	}
	.body-overflow {
		height: calc(100vh - 30rem);
		overflow: auto;
		overflow-x: hidden;
	}
	.w-800 {
		min-width: auto !important;
	}
	.main-btn {
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
	}

	.login-card {
		padding: 2rem 1rem;
	}

	.login-field {
		display: flex !important;
	}

		.login-field input {
			width: 100% !important;
		}

	#aco .login-container .login-left-side, #aco .login-container .login-right-side {
		min-height: 13vh !important;
	}

	#aco .login-container .login-left-side {
		background-position: center !important;
	}

	.input-group {
		width: 100%;
	}

	.flex-response {
		display: flex;
		gap: 0px;
	}

	.pl-0 {
		padding-left: 0 !important;
	}

	.over-flow-auto {
		height: 61vh;
		overflow: auto;
		overflow-x: hidden;
	}

	.total-cost {
		text-align: initial !important;
		margin-top: -14px !important;
	}

	.margin-top-negative {
		margin-top: -7px !important;
	}

	.flex-wrap {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 14px;
	}

		.flex-wrap strong {
			width: 100%;
			text-align: end;
		}

	.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
		width: 16px !important;
		height: 16px !important;
	}
}
.back-button a:hover {
	background: #f46322!important;
}
.verify-id{
	margin-left:-6px;
}
#datepicker .verify-id {
	padding-right: 18px !important;
	padding-left: 18px !important;
}
@media only screen and (min-width: 576px) {
	.modal .modal-dialog.modal-lg, .modal .modal-dialog.modal-xl {
		width: 670px !important;
	}
}

@media (max-width: 991.98px) {
	.form-group {
		width: 100%;
	}
	.input-forms select {
		width: 100% !important;
		padding: 0 5px !important;
		font-size: 12px !important;
	}
	.saved-label {
		width: 95px;
	}
	.login-container .login-right-side{
		padding: 1rem;
	}
}
@media screen and (max-width:350px){
	.service-modal{
		width:260px;
	}
}
@media screen and (max-width: 300px) {
	.custom-payment-modal {
		width: 215px
	}
}
@media screen and (max-width: 400px) {
	.custom-payment-modal{
		width:250px
	}
}
@media screen and (min-width: 401px) {
	.custom-payment-modal {
		width: 500px
	}
}

@media screen and (min-width: 400px) and (max-width: 450px) {
	.custom-payment-modal {
		width: 280px
	}
}
@media screen and (min-width: 450px) {
	.custom-payment-modal {
		width: 400px
	}
	.saved-label {
		width: 95px;
	}
}
@media (min-width: 768px) {
	#main-sidebar {
		width: 92px;
		left: 0;
	}
	.saved-label {
		width: 95px;
	}

}

@media (max-width: 350px) {
	#custom-recipt-view-modal {
		width:380px
	}
}

.text-p9-rem {
	font-size: 0.9rem !important;
}