
/* Stylesheet content from css/main.css in folder common */
@font-face {
    font-family: Zurich BT;
    src: url(../fonts/zurich_bt-webfont.ttf);
}
@font-face {
    font-family: Mulish-Regular;
    src: url(../fonts/Mulish-Regular.ttf);
}
html, body, button, input, select, textarea {
	font-family: Mulish-Regular;
}
html, body, .login-hldr {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
ui-view { display: inherit; }
ui-view > * { width: 100%; }
.app-hldr {
	height: calc(100% - 60px);
	overflow: hidden;
	/* display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; */
    background: #ddd;
}
.app-hldr.loginWrapper {
	height: 100%;
}
.app-hldr form {
	height: calc(100% - 55px);
}
.img_src {
	height: 400px;
}
#accessCode{
	text-security:disc;
	-webkit-text-security:disc;
	-moz-text-security:disc;
}
#otpHide{
	text-security:disc;
	-webkit-text-security:disc;
	-moz-text-security:disc;
}

*, a:focus {
	outline: none;
}
.bg-box {
	width: 100%;
    height: 56%;
    background: rgba(5, 60, 109, .6);
    position: absolute;
    bottom: 0;
}
.white-bg {
	background: #fff;
}
.pall {
	padding: 15px;
}
.form-block-hldr.marg-reset {
	margin: 0;
}
.otp-border {
	border: 2px solid;
}
.main-content-hldr h2 {
	color: #053c6d;
    font-size: 18px;
	margin: 0;
	margin-bottom: 20px;
}
.pn-btns .pager li > a.floatReset {
	float: inherit;
}
.btn-float-right {
	position: absolute;
    right: 5px;
}
.uploadimgMarg {
    width: auto !important;
    /* padding: 2px 0px; */
    /* text-align: right; */
    /* display: inline-block; */
    overflow: hidden;
    color: #e77817;
    margin-right: 10px;
    font-size: 18px;
    /* margin-top: -7px !important; */
    float: left;
    /* margin: 0px !important; */
    border: 1px solid #e77817;
    font-size: 14px;
    border-radius: 8px;
    padding: 15px 20px;
    height: 30px !important;
}
label.uploadimgMarg {
    padding: 5px;
}
upload-button label.uploadimgMarg > svg{  width: 20px; height: 10px;}
upload-button label.uploadimgMarg{
	pointer-events: auto;
}
.inputfile {
	padding-right: 477px;
} 
#preview_image_ID img{
	width: 100%;
}
/******Hamburger Menu*******/
.menu, .top-hdr .btn-back {
	position: fixed;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 15px;
    z-index: 1;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    /* background: url(../images/hambuger-icon.png) no-repeat center;
    background-size: 90%; */
}
.top-hdr .btn-back {
	left: 15px;
}
.hamburger-overlay {
	position: fixed;
	width: 100%;
    height: calc(100% - 60px);
    background: rgba(0,0,0,.5);
    z-index: -9999;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
    opacity: 0;
}
.hamburger-overlay.in {
	display: block;
    opacity: 1;
    z-index: 9999;
}
.hamburger-menu-hldr {
	position: fixed;
	width: 80%;
	max-width: 300px;
    height: calc(100% - 60px);
    right: -100%;
    background: #fff;
    z-index: 99999;
    -webkit-transition: right .6s;
    transition: right .6s;
    /* transition-timing-function: ease-in-out; */
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
.hamburger-menu-hldr.in {
	right: -1px;
}
.hamburger-header {
	height: 120px;
	background: #f59727 url(../images/login-header.png) no-repeat;
	background-size: 100% 100%;
	background-position: -1px 0px;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}
.hamburger-header .profile-hldr {
	width: 50px;
    height: 50px;
    min-width: 50px;
    background: url(../images/profile_pic.png) no-repeat center;
    background-size: 100%;
    margin: 0 15px;
    border-radius: 50%;
}
.hamburger-header h2 {
	font-size: 14px;
    margin: 0;
}
.hamburger-header h2 span {
	display: block;
	font-size: 22px;
	padding-right: 15px;
	margin-top: 5px;
}
.hamburger-nav ul {
	padding: 0;
    margin: 0;
}
.hamburger-nav ul li {
	padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    color: #e77817;
    list-style: none;
}
.hamburger-nav ul li:hover, .hamburger-nav ul li:focus {
	background: #f5f5f5;
}
.hamburger-nav ul li span.glyphicon {
	color: #053c6d;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
/*******Sections*********/
.section-title {
	padding: 15px;
    border-bottom: 2px solid #e7e7e7;
    /* margin: -15px -15px 0 -15px; */
    border-radius: 20px 20px 0 0;
    position: relative;
    background: #f5f5f5;
}
.section-title h2 {
    margin: 0;
    font-size: 24px;
    color: #053c6d;
}
h2.sub-section-title {
	padding: 10px 15px;
    /* background: #f5f5f5; */
    margin: 0 -15px;
    font-size: 20px;
    /* text-align: center; */
    color: #053c6d;
}
h2.sub-section-title.marg-reset {
	margin: 0;
}
.top-btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 5px 0 20px 0;
}
.divider {
	height: 20px;
	background: #efefef;
	margin: 15px -15px;
}
.beneficiary-hldr {
	background: #f6f6f6;
    padding: 15px;
    margin: 0 -15px;
}
.beneficiary-hldr.add {
	margin: 0;
}
.form-block-hldr .beneficiary-hldr h3 {
	margin: 0 0 5px;
    color: #053c6d;
    font-size: 12px;
}
.form-block-hldr .beneficiary-hldr p {
    color: #999;
}
.row.boxshd .col-xs-12 {
	width: calc(100% - 60px);
}
.btn:focus {
	outline: 0;
}
.btn.add-btn {
	border: none;
    color: #666;
    font-size: 18px;
    padding-right: 35px;
    background: url(../images/plus-icon.png) no-repeat;
    background-size: 25px;
    background-position: right;
    margin-bottom: 10px;
}
.btn.btn-previous, .btn.btn-next {
	font-size: 16px;
    position: absolute;
    top: 6px;
    color: #e77817;
    letter-spacing: 0;
    -webkit-transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
}
.btn.btn-previous:hover, 
.btn.btn-next:hover {
	background-color: rgba(158,158,158,0.2);
}
.btn.btn-previous {
    left: 20px;
    padding: 5px 5px 5px 40px;
    background: url(../images/left-arrow.png) no-repeat left center;
    background-size: 24px;
}
.btn.btn-next {
	right: 20px;
	padding: 5px 40px 5px 5px;
	text-transform: initial;
	margin: 0;
	line-height: inherit;
	background: url(../images/right-arrow.png) no-repeat right center;
    background-size: 24px;
}
.section-footer {
	padding: 5px;
    border-top: 2px solid #e7e7e7;
    border-radius: 0 0 20px 20px;
    position: relative;
    height: 50px;
}
.saveMessage {
    margin: 0;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    text-align: center;
    color: #e57617;
}
.toHide {
	padding: 15px;
	-webkit-flex: 1;
	flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}
/**********Login Page*************/
.login-outer-hldr {
	height: 100%;
   	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: url(../images/login-bg.png) no-repeat;
    background-size: cover;
}
.login-outer-hldr .login-block1 {
    height: 40%;
    position: relative;
    background: url(../images/login-header.png) no-repeat center;
    background-size: cover;
}
.login-outer-hldr .login-block1 .container-fluid {
	position: absolute;
    bottom: 26%;
    width: 100%;
}
.login-outer-hldr .login-block2 .container-fluid {
	margin-top: 70px;
}
.login-outer-hldr .login-block2 {
	background-image: url(../images/login-i-icon.png), -moz-linear-gradient(top, #e77817 0%, #97291e 100%); /* FF3.6-15 */
	background-image: url(../images/login-i-icon.png), -ms-linear-gradient(top, #e77817 0%, #97291e 100%); /* IE */
	background-image: url(../images/login-i-icon.png), -webkit-linear-gradient(top, #e77817 0%,#97291e 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: url(../images/login-i-icon.png), linear-gradient(to bottom, #e77817 0%,#97291e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77817', endColorstr='#97291e',GradientType=0 ); /* IE6-9 */
	/* background-image: url(../images/login-i-icon.png), -webkit-linear-gradient(top, #e77817, #b02a30);
	background-image: url(../images/login-i-icon.png), linear-gradient(top, #e77817, #b02a30); */
	-webkit-flex: 1;
    flex: 1;
    background-repeat: no-repeat;
    background-position: 20% bottom;
}
.login-block1 img {
	width: 100%;
}
.login-circle-outer {
	width: 100%;
    position: absolute;
    bottom: -34px;
    left: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.login-circle {
	width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: #97291e;
    box-shadow: 0 0 0 6px rgba(255,255,255,.5);
}
.loginForm {
	background: rgba(255,255,255,.2);
    padding: 20px;
    border-radius: 10px;
}
/*******Error Messages CSS********/

.red-color, span.fieldError {
	color: red;
    display: block;
    margin-top: 5px;
    font-size: 12px;
}
span.mandate, .radio-group span.mandate {
	display: inline-block;
	color: red;
    font-size: 16px;
}
/*********** Loading Indicators **************/

.loadingIndicator {
	display:none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7) url(../images/default.gif) no-repeat center;
	background-size: 50px;
	z-index: 99999;
}

/********Buttons*********/
.btn-round-lg {
	border-radius: 22.5px;
}

.btn-login {
	background: #e77817 url(../images/right-arrow-white.png) no-repeat;
    background-position: right 20px center;
    background-size: 28px;
	color: #fff;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.2);
	box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}
.btn-login:hover, .btn-login:focus {
	background: #f5780a url(../images/right-arrow-white.png) no-repeat;
    background-position: right 20px center;
    background-size: 28px;
	color: #fff;
}

.btn-plus {
	width: 50px;
	height: 50px;
	background: #fff url('../images/add-icon.png') no-repeat;
	background-size: cover;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	box-shadow: 0px 4px 12px rgba(0,0,0,.5);
	cursor: pointer;
}
.add-btn-hldr {
	margin-bottom: 20px;
	padding-right: 8px;
}
.add-btn-hldr .btn-plus.add-btn {
	position: static;
}
.btn-pluss {
	width: 50px;
	height: 50px;
	background: #fff url('../images/add-icon.png') no-repeat;
	background-size: cover;
	/* position: fixed; */
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	box-shadow: 0px 4px 12px rgba(0,0,0,.5);
	cursor: pointer;
}
.back-btn {
    width: 35px;
    height: 65px;
    position: absolute;
    left: 15px;
    background: url(../images/back-btn-white.png) no-repeat;
    background-position: left;
    background-size: 16px;
}
a.btn-plus:hover, a.btn-plus:focus {
	color: #fff;
	text-decoration: none;
}

.btn-login.btn:hover, .btn-login.btn:focus, .btn-login.btn.focus {
	color: #fff;
    text-decoration: none;
    outline: 0;
}
.btn-default {
	color: #e77817;
    border-color: #e77817;
}
.search-box {
	padding: 5px;
}

.search-box .form-group {
	margin-bottom: 0;
}

.search-box .form-group .form-control {
    border: none;
    box-shadow: none;
    padding-left: 45px;
    background: url(../images/search-icon.png) no-repeat;
    background-position: 10px;
    background-size: 20px;
}

.dsbrd-links .nav-tabs li {
	border-top: 4px solid red;
	padding: 5px 0;
	text-align: center;
}

.dsbrd-links .nav-tabs li.active .btn-hldr {
	border-right: none;
}

.dsbrd-links .nav-tabs li:first-child {
	border-top: 4px solid #98291e;
}

.dsbrd-links .nav-tabs li.active:first-child, 
.dsbrd-links .nav-tabs li:first-child:hover,
.dsbrd-links .nav-tabs li:first-child:focus {
	background: #98291e;
	color: #fff;
}

.dsbrd-links .nav-tabs li:nth-child(2) {
	border-top: 4px solid #f93ebf;
}

.dsbrd-links .nav-tabs li.active:nth-child(2), 
.dsbrd-links .nav-tabs li:nth-child(2):hover,
.dsbrd-links .nav-tabs li:nth-child(2):focus {
	background: #f93ebf;
	color: #fff;
}

.dsbrd-links .nav-tabs li:nth-child(3) {
	border-top: 4px solid #e58a2f;
}

.dsbrd-links .nav-tabs li.active:nth-child(3),
.dsbrd-links .nav-tabs li:nth-child(3):hover,
.dsbrd-links .nav-tabs li:nth-child(3):focus {
	background: #e58a2f;
	color: #fff;
}

.dsbrd-links .nav-tabs li:nth-child(4) {
	border-top: 4px solid #f93f40;
}
.dsbrd-links .nav-tabs li.active:nth-child(4),
.dsbrd-links .nav-tabs li:nth-child(4):hover,
.dsbrd-links .nav-tabs li:nth-child(4):focus {
	background: #f93f40;
	color: #fff;
}

.dsbrd-links .nav-tabs li:nth-child(5) {
	border-top: 4px solid #4aab10;
}
.dsbrd-links .nav-tabs li.active:nth-child(5),
.dsbrd-links .nav-tabs li:nth-child(5):hover,
.dsbrd-links .nav-tabs li:nth-child(5):focus {
	background: #4aab10;
	color: #fff;
}

.dsbrd-links .nav-tabs li:last-child {
	border-top: 4px solid #04a8b2;
}
.dsbrd-links .nav-tabs li.active:last-child,
.dsbrd-links .nav-tabs li:last-child:hover,
.dsbrd-links .nav-tabs li:last-child:focus {
	background: #04a8b2;
	color: #fff;
}

.dsbrd-links .nav-tabs li .btn-hldr {
	border-right: 1px solid #ccc;
}

.dsbrd-links .nav-tabs li:last-child .btn-hldr {
	border-right: none;
}
.dsbrd-links .nav-tabs li.active {
	position: relative;
}
.dsbrd-links .nav-tabs li.active:after {
	content: '';
	display: block;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #efefef transparent;
    position: absolute;
    right: 12%;
    bottom: -1px;

}

.dsbrd-links .nav-tabs li p {
	margin: 0;
	font-size: 10px;
}

.dsbrd-links .nav-tabs li span {
	display: block;
	font-size: 18px;
}

.pn-btns {
	width: 100%;
	background: #efefef;
}

.pn-btns .pager {
	margin: 10px 0;
}

.pn-btns .pager li > a {
	border: 1px solid #e77817;
	color: #e77817;
	background: transparent;
}

.pn-btns .pager li.next > a {
	border: 1px solid #e77817;
	background: #e77817;
	color: #fff;
}
.pn-btns .pager li.next > a.proceed-btn {
	background: #e77817 url(../images/right-arrow-white.png) no-repeat;
	background-position: right 10px center;
    background-size: 20px;
    padding-right: 40px;
}

/*******Input Type CSS********/
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus  {
	background-color: #e77817;
	border-color: #e77817;
	color: #fff;
}

.btn-proceed {
	box-shadow: none;
	background: url(../images/right-arrow.png) no-repeat right;
	background-size: 28px;
	padding-right: 38px;
	color: #b02a30;
}

.btn:active.btn-proceed,.btn.active.btn-proceed {
	box-shadow: none;
	background: url(../images/right-arrow.png) no-repeat right;
	background-size: 28px;
	color: #b02a30;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
}

.login-hldr input[type]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, .6);
}

.login-hldr input[type]::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}

.login-hldr input[type]:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}

.login-hldr input[type]:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
.input-btn-hldr {
	position: relative;
}
.input-btn-hldr .btn {
	position: absolute;
	right: 0;
	top: 6px;
}
.form-block-hldr .btn-group h3 {
	display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
}
.flex-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
form.flex-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: inherit;
	align-items: inherit;
}
/*******Input Type CSS********/
.toggle-switch label {
	position: relative;
	display: block;
	height: 16px;
	width: 44px;
	background: #898989;
	border-radius: 100px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-bottom: 0;
}

.toggle-switch label:after {
	position: absolute;
	left: -2px;
	top: -3px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 100px;
	background: #fff;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	content: '';
	transition: all 0.3s ease;
}

.toggle-switch label:active:after {
	transform: scale(1.15, 0.85);
}

.toggle-switch input[type="checkbox"]:checked  ~ label {
	background: #829db6;
}

.toggle-switch input[type="checkbox"]:checked  ~ label:after {
	left: 22px;
	background: #053c6d;
}

.toggle-switch input[type="checkbox"]:disabled  ~ label {
	background: #d5d5d5;
	pointer-events: none;
}

.toggle-switch input[type="checkbox"]:disabled  ~ label:after {
	background: #bcbdbc;
}

.hidden {
	display: none;
}

.checkbox input[type="checkbox"] {
	position: relative;
	top: 0.225rem;
	margin: 0 1rem 0 0;
	cursor: pointer;
}

.checkbox input[type="checkbox"]:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	top: -0.125rem;
	z-index: 999;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.checkbox input[type="checkbox"]:checked:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	width: 0.9rem;
	top: 2px;
	left: 3px;
	border-color: #f89c27;
	background: transparent;
	border-top-style: none;
	border-right-style: none;
}

.checkbox input[type="checkbox"]:after {
	content: "";
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #f89c27;
	background: #fff;
	cursor: pointer;
}

.radio-btn input[type="radio"] {
	position: relative;
	top: 0.225rem;
	margin: 0 1rem 0 0;
	cursor: pointer;
}

.radio-btn input[type="radio"]:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	top: -0.125rem;
	z-index: 999;
	width: 1.6rem;
	height: 1.6rem;
	border: 1px solid #e77817;
	background: #fff;
	border-radius: 50%;
}

.radio-btn input[type="radio"]:checked:before {
	height: .8rem;
	width: .8rem;
	top: .3rem;
	left: .4rem;
	background: #e77817;
	border: 0;
}

.radio-btn input[type="radio"]:after {
	content: "";
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1.6rem;
	height: 1.6rem;
	border: 1px solid #e77817;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}

::-webkit-datetime-edit {
	padding: 1em;
}

/* ::-webkit-datetime-edit-fields-wrapper { background: silver; }
::-webkit-datetime-edit-text { color: red; padding: 0 0.3em; }
::-webkit-datetime-edit-month-field { color: blue; }
::-webkit-datetime-edit-day-field { color: green; }
::-webkit-datetime-edit-year-field { color: purple; } */
::-webkit-inner-spin-button {
	display: none;
}

::-webkit-clear-button {
	display: none;
}

::-webkit-calendar-picker-indicator,::-webkit-calendar-picker-indicator:hover,::-webkit-calendar-picker-indicator:focus
	{
	color: rgba(0, 0, 0, 0);
	opacity: 1;
	background: transparent;
}

.cal {
	background: url("../images/calendar-icon.png") no-repeat;
	background-size: 22px;
	background-position: right 10px center;
	padding-left: 0;
}

/* ::-webkit-calendar-picker-indicator:after {

  content: '';
  display: block;
  background: orange url("images/calendar-icon.png") no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
top: 0;

}

::-webkit-calendar-picker-indicator:hover {
  background: url("cal.png") no-repeat center;
  background-size: 30px;
} */

/*******Common CSS********/
.m-b-20 {
	margin-bottom: 20px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.checkbox-right.m-t-b-20 {
	margin: 20px 0;
}

.form-block.p-t-0 {
	padding-top: 0;
}

.display-table {
	display: table;
}

.display-cell {
	display: table-cell;
	vertical-align: middle;
}

.nav-justify {
	width: 100%;
	border-bottom: 0;
}

.nav-justify li {
	display: table-cell;
	width: 1%;
	float: none;
}

/*******Login********/
.login-hldr {
	background: #011529;
	/* background: url(../images/login-bg.png) no-repeat; */
    background-size: cover;
}

.logo-hldr {
	margin-bottom: 100px;
	/* margin-top: -80px; */
}

.logo-hldr img {
	width: 100%;
    /* margin-top: -75px;
    margin-bottom: 75px; */
}

.login-hldr .form-control {
	border: 0;
	border-bottom: 1px solid white;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	padding-left: 40px;
}

.login-hldr .custForm .form-control {
	padding-left: 12px;
}
//image preview scroll
 #img-preview {
 height : 500px !important;
 overflow-y: scroll !important;
 }

.login-hldr .form-control.uname {
	background: url(../images/user.png) no-repeat;
	background-size: 16px;
	background-position: 10px center;
}

.login-hldr .form-control.pword {
	background: url(../images/password.png) no-repeat;
	background-size: 16px;
	background-position: 10px center;
}
.login-hldr .form-control.captcha{
	padding-left:5px;
}
/*******Pagination********/
.pager .pagination {
	margin: 0;
	position: relative;
}

.pager .pagination li a {
	margin: 0 8px;
	padding: 5px 10px;
	border: 1px solid #053c6d;
}

.pn-btns .pager .pagination li a {
    margin: 0 6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    padding: 0;
    color: #666;
    border: 1px solid #666;
}
.pn-btns .pager .pagination:before {
	content: "";
	display: block;
	width: 75%;
	height: 1px;
	background: #666;
	margin-left: 15px;
	position: absolute;
	top: 13px;
}

.pager .pagination > li > a,
.pager .pagination > li > span,
.pager .pagination > li:first-child > a,
.pager .pagination > li:first-child > span,
.pager .pagination > li:last-child a,
.pager .pagination > li:last-child > span
	{
	border-radius: 50%;
}

.pn-btns .pager .pagination > .filled > a,
.pn-btns .pager .pagination > .filled > span,
.pn-btns .pager .pagination > .filled > a:hover,
.pn-btns .pager .pagination > .filled > span:hover,
.pn-btns .pager .pagination > .filled > a:focus,
.pn-btns .pager .pagination > .filled > span:focus
	{
	background-color: #053c6d;
	border-color: #053c6d;
	text-indent: -2000px;
    position: relative;
}
.pn-btns .pager .pagination > .filled > a:after {
	content: '';
    width: 10px;
    height: 5px;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 2px;
    border-style: none none solid solid;
    border-color: rgb(255, 255, 255);
    position: absolute;
    top: 8px;
    left: 7px;
    background: transparent;
}

.pn-btns .pager .pagination > .active > a,
.pn-btns .pager .pagination > .active > span,
.pn-btns .pager .pagination > .active > a:hover,
.pn-btns .pager .pagination > .active > span:hover,
.pn-btns .pager .pagination > .active > a:focus,
.pn-btns .pager .pagination > .active > span:focus
	{
	background-color: #053c6d;
	border-color: #053c6d;
	color: #fff;
}

ul.pagination-top {
	margin: 15px 0;
}
ul.pagination-top li {
	/* width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background: #999;
    color: #fff;
    margin: 0 15px;
    border-radius: 50%;
    position: relative; */
    display: inline-block;
}
ul.pagination-top li.filled a, ul.pagination-top li.errPage a {
	background: #049223;
	color: #fff;
}
ul.pagination-top li.errPage a {
	background: red;
}
ul.pagination-top li.filled a:hover, 
ul.pagination-top li.filled a:focus, 
ul.pagination-top li.errPage a:hover,
ul.pagination-top li.errPage a:focus {
	cursor: pointer;
}
ul.pagination-top li.filled a:after {
	display: none;
}
ul.pagination-top li a {
	width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background: #999;
    color: #fff;
    margin: 0 15px;
    border-radius: 50%;
    position: relative;
    padding: 0;
    border: 0;
    float: inherit;
    cursor: not-allowed;
}
ul.pagination-top li a:hover, ul.pagination-top li a:focus {
	color: #fff;
    background-color: #999;
}
ul.pagination-top li.active a {
	background: #053c6d;
}
ul.pagination-top li.active a:hover, ul.pagination-top li.active a:focus {
	background: #053c6d;
}
ul.pagination-top li.active a:after {
    /* content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #053c6d;
    position: absolute;
    bottom: -4px; */
}

.pagination.pagination-top > li:first-child > a {
	border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.pagination.pagination-top > li:last-child > a {
	border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

ul.pagination-top li.fill-act a:after {
    background: inherit;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: inherit;
    position: absolute;
    bottom: -4px;
}
ul.pagination-top li.fill-act a:hover, ul.pagination-top li.fill-act a:focus {
	background: #049223;
	cursor: default;
}
.add-accounts {
	margin-top: 20px;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    /* -webkit-justify-content: center;
    justify-content: center; */
}
.add-accounts p {
	display: inline-block;
	font-size: 14px;
    color: #053c6d;
    margin-bottom: 0;
    margin-right: 15px;
}
.add-accounts md-slider {
	display: inline-block;
    width: 100px;
    margin: 0 20px;
}
md-slider.md-default-theme .md-track.md-track-fill, md-slider .md-track.md-track-fill {
    background-color: rgb(249, 157, 39);
}
md-slider.md-default-theme .md-thumb:after, md-slider .md-thumb:after {
	border-color: #e77817;
    background-color: #e77817;
}
md-slider.md-default-theme .md-focus-ring, md-slider .md-focus-ring {
	background-color: #e77817;
}
.add-accounts .form-control {
	width: 45px;
	display: inline;
	text-align: center;
}
.add-accounts span {
	display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0 10px;
    cursor: pointer;
}
.add-accounts span.minus {
	background: url(../images/minus-icon.png) no-repeat;
	background-size: 100%;
}
.add-accounts span.plus {
	background: url(../images/plus-icon.png) no-repeat;
	background-size: 100%;
}

.delete.minus {
	display: inline-block;
    width: 25px;
    height: 25px;
    background: #ccc;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin-left: 5px;
}
.delete.minus:hover, .delete.minus:focus {
	background: #e77817;
	text-decoration: none;
}
/*******Dashboard Links********/
.main-cnt-hldr {
	height: calc(100% -   109px);
}

.top-hdr {
	height: 60px;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: #e77817;
    /* background: -webkit-linear-gradient(#e57617, #9a4036);
    background: -o-linear-gradient(#e57617, #9a4036);
    background: -moz-linear-gradient(#e57617, #9a4036);
    background: linear-gradient(#e57617, #9a4036); */
}

.top-hdr .icici-logo {
	height: 50px;/****Prabha Styling****/
}

.top-hdr .profile-pic {
	position: absolute;
    top: 20px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.top-hdr .profile-pic img,.acc-hldr-pic .acc-img-hldr img {
	width: 100%;
	border-radius: 50%;
}

.dsbrd-links {
	border-bottom: 1px solid #e5e5e5;
}

.dsbrd-links .nav-tabs>li>a {
	color: #959595;
	text-align: center;
}

.dsbrd-links .nav-tabs>li.active>a {
	border: 0;
	border-bottom: 2px solid #97291e;
	background: transparent;
	color: #97291e;
}

.dsbrd-links .nav>li>a:hover,.dsbrd-links .nav>li>a:focus {
	text-decoration: none;
	border: none;
	border-bottom: 2px solid #97291e;
}

.date-filter {
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0;
	position: relative;
	/* border-radius: 20px 20px 0 0; */
}

.date-filter ul.date-filter-hldr,.date-filter ul.filter-list {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.date-filter ul.date-filter-hldr:after {
	content: "";
	clear: both;
}

.date-filter ul.date-filter-hldr li {
	float: left;
	width: 50%;
}

.date-filter ul.date-filter-hldr li md-input-container{
	margin: 0;
}

.date-pick-hldr,.filter-pick-hldr {
	position: relative;
}
.date-filter ul.date-filter-hldr li ul.dropdown-menu li {
	clear: both;
	width: 100%;
}
.date-filter ul.date-filter-hldr li a.dropdown-toggle {
	display: inline-block;
	padding: 10px 30px;
	background: url(../images/filter-icon.png) no-repeat right center;
    background-size: 24px;
    color: #053c6d;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #23527c;
}
.date-pick-hldr {
	border-right: 1px solid #e5e5e5;
}
.dropdown-menu {
  max-height: 300px;
  overflow: auto;
}

.filter-pick-hldr {
	text-align: right;
	padding-right: 35px;
	margin-top: 10px;
}

.date-pick-hldr .date-pick,.filter-pick-hldr .filter-pick {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 0;
}

.date-pick-hldr .date-pick {
	background: url("../images/calendar-icon.png") no-repeat;
	background-size: 100%;
}

.date-pick {
	padding: 0;
	border: 0;
	box-shadow: none;
	margin-top: -8px;
	margin-left: -10px;
}

.form-control.date-pick:focus {
	border-color: transparent;
	box-shadow: none;
}

.filter-pick-hldr .filter-pick {
	right: 0;
	background: url("../images/filter-icon.png") no-repeat;
	background-size: 100%;
	background-position: center;
	top: -2px;
}

.filter-pick-hldr .filter-pick.filter-active {
	right: 0;
	background: url("../images/filter-active-icon.png") no-repeat;
	background-size: 100%;
	background-position: center;
	top: -2px;
}

.date-filter ul.filter-list {
	position: absolute;
	right: 0;
	top: 32px;
	width: 180px;
	background: #fff;
	border: 1px solid #dab6b6;
	border-right: 0;
	display: none;
	z-index: 99999;
}

.date-filter ul.filter-list.display {
	display: block;
}

.date-filter ul.filter-list li {
	padding: 8px 15px;
	border-bottom: 1px solid #dab6b6;
}

.date-filter ul.filter-list li:hover,.date-filter ul.filter-list li:focus
	{
	color: #97291e;
}

.acc-hldr-wrapper {
	/* position: relative; */
	padding: 10px;
	display: flex;
	flex-direction: row;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
}
.bank-use-hldr {
	border: 1px solid #fff;
	border-radius: 15px;
	margin-bottom: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.bank-use-hldr h2 {
	padding: 10px;
	margin: 0;
	text-align: center;
	background: #f5f5f5;
	border-radius: 15px 15px 0 0;
	font-size: 18px;
}

.acc-hldr-pic {
	/* float: left; */
	/* width: 75px; */
	/* height: 60px; */
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #ccc;
	display: flex;
	align-items: center;
}

.acc-hldr-pic .acc-img-hldr {
	width: 85px;
	height: 85px;
	background: #e5e5e5;
	/* margin-right: 15px; */
	border-radius: 50%;
	border: 1px solid #e77817;
}

.acc-hldr-details {
	float: left;
	/* width: calc(100% - 91px); */
	-webkit-flex: 1;
	flex: 1;
	position: relative;
}

.form-block-hldr .acc-hldr-details h3 {
	margin: 0;
	font-size: 14px;
	color: #053c6d;
	font-weight: normal;
}

.acc-more-info-wrapper {
	margin-top: 5px;
}

.acc-more-info-wrapper p,.acc-hldr-details span {
	margin: 0;
	color: #999;
	font-size: 12px;
}

.acc-more-info-wrapper>p {
	color: #666;
}

.create-upload-wrapper {
	/* position: relative; */
	display: flex;
	flex-direction: row;
}

.create-upload-wrapper div {
	/* float: left;
	width: 50%; */
	-webkit-flex: 1;
	flex: 1;
}
.cpnumber {
	position: relative;
}
.cpnumber input {
    padding-left: 48px;
}
.form-block-hldr .form-group .cpnumber .form-control {
	padding-left: 48px;
}
.cpnumber p {
	position: absolute;
    top: 7px;
    left: 10px;
    margin: 0;
}
/*******Dashboard List CSS********/
.list-hldr {
	padding: 15px;
	height: calc(100% - 98px);
	overflow-y: scroll;
	background: #efefef;
	padding-top: 5px;
}

.list-hldr ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.list-hldr ul li {
	min-height: 100px;
	margin-bottom: 5px;
}

.list-hldr ul li:last-child {
	margin-bottom: 0;
}

.list-hldr ul li:nth-child(even) .acc-hldr-wrapper {
	/* background: #fbfbfb; */
}

.list-hldr ul li a {
	color: inherit;
}

/*******Leads Tab CSS********/
.kkit-hldr,.cif-hldr {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px;
	position: relative;
}

.kkit-hldr h2 {
	margin: 0;
	font-size: 18px;
	margin-left: 15px;
}

.kkit-hldr.existing-customer h2 {
	color: #b02a30;
	font-size: 16px;
}

.kkit-hldr .kkit-toggle {
	position: absolute;
	right: 30px;
	top: 16px;
	margin: 0;
	z-index: 9999;
}


.checkbox-hldr {
	background: #fff;
	position: relative;
}

.checkbox-hldr h2 {
	margin: 0;
	font-size: 18px;
	color: #053c6d;
}





.cif-hldr {
	padding: 0;
}

.cif-hldr input {
	width: 100%;
	border: none;
	outline: 0;
	padding: 15px 30px;
}

.leads-accord-hldr {
	padding: 15px;
	height: calc(100% -   204px);
	overflow-y: auto;
	background: #efefef;
}

.leads-accord .panel-default>.panel-heading {
	background-color: #fff;
}

.leads-accord-hldr .panel-body {
	padding: 0;
}

.leads-accord-hldr .panel-body .checkbox {
	padding: 10px 15px;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.leads-accord-hldr .panel-body .checkbox label {
	padding-left: 0;
}

.leads-accord-hldr .panel-heading {
	padding: 12px 15px;
}

.leads-accord-hldr .panel-heading .panel-title {
	position: relative;
}

.leads-accord-hldr .panel-heading .panel-title>a {
	color: #275681;
	font-size: 17px;
	display: block;
}

.leads-accord-hldr .panel-heading .panel-title .glyphicon {
	position: absolute;
	top: 0;
	right: 0;
}

.proceed-btn-hldr {
	background: #fff;
	padding: 4px 15px;
	text-align: right;
	border-top: 1px solid #bdbdbd;
}

/*******Account Opening CSS********/
.main-title {
	width: 100%;
	background: #efefef;
	border-bottom: 1px solid #e5e5e5;
}

.main-title h2 {
	margin: 0;
	font-size: 18px;
	padding: 15px 0;
}

.sub-title {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.sub-title h2 {
	margin: 0;
	font-size: 18px;
	padding: 10px 0;
	color: #053c6d;
}

.acc-form-hldr {
	height: calc(100% -   232px);
}

.form-main-hldr {
	/* height: calc(100% -   102px); */
	-webkit-flex: 1;
	flex: 1;
	overflow-y: auto;
	background: #efefef;
}
.main-content-hldr {
	height: 100%;
	/* overflow-y: auto;
	background: #a59f9f;
	-webkit-flex: 1;
	flex: 1;
	position: relative;
	z-index: 1; */
}
.main-content-hldr.accSuccess {
	background: #e5e5e5;
	height: calc(100% -   50px);
}
.form-block-hldr {
	margin-bottom: 15px;
	height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.form-block-hldr-ht {
	margin-bottom: 15px;
	height: 550px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
#width_set {
	width:750px;
}
.form-block-hldr h3, .form-block-hldr .form-btn-group h3 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	padding-left: 0;
	color: #053c6d;
	line-height: 20px;
}
.form-block-hldr h3 {
	margin: 10px 0 15px;
}
.form-block-hldr .top-btns h3 {
	margin: 0 20px 0 0;
}
.form-block-hldr .form-btn-group h3 {
	margin-bottom: 4px;
}
.form-btn-group ul {
	padding: 0;
	list-style: none;
	/*border-bottom: 1px solid #ccc;*/
	margin-bottom: 15px;
}

.form-btn-group ul li {
	float: left;
	margin: 0 28px 10px 0;
}

.form-btn-group ul li a {
	display: block;
	padding: 8px 0;
	color: #333;
	text-decoration: none;
}

.form-btn-group ul li.active a {
	color: #e77817;
	border-bottom: 1px solid #e77817;
	margin-top: -1px;
}

.form-btn-group ul:last-child:after {
	content: "";
	display: block;
	clear: both;
}
.checkbox-hldr {
	position: relative;
	margin-bottom: 15px;
}
.checkbox-hldr .toggle-switch {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}
.form-block-hldr .form-btn-group .checkbox-hldr h3 {
	margin-right: 85px;
}
.checkbox-hldr p {
	font-size: 16px;
	color: #053c6d;
	line-height: 20px;
	margin-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ccc;
}
.form-block {
	background: #fff;
    /* padding: 15px; */
    border-radius: 20px;
    margin: 0 20px 20px;
    /* -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
    box-shadow: 0 0 15px rgba(0,0,0,.3); */
    height: calc(100% - 30px);
}
.form-block.dashboard-hldr {
	height: calc(100% - 60px);
	margin: 30px;
}

.form-block-hldr label {
	/* font-weight: normal;
	padding-left: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #053c6d; */
	font-weight: normal;
    position: absolute;
    pointer-events: none;
    /* left: 15px;
    top: -20px;
    font-size: 16px;
    color: #053c6d; */
}

.form-block-hldr .group label {
	/* font-weight: normal;
	padding-left: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #053c6d; */
	color: #ccc;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 15px;
	top: 8px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.form-block-hldr .group input:focus  ~ label, 
.form-block-hldr .group input:valid ~ label {
	top: -16px;
	font-size: 12px;
	color: #999;
}

/* BOTTOM BARS ================================= */
.group span.bar {
	position: relative;
	display: block;
	width: 300px;
}

.group span.bar:before, .group span.bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #e77817;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.group span.bar:before {
	left: 50%;
}

.group span.bar:after {
	right: 50%;
}

/* active state */
.group input:focus  ~ .bar:before, 
.group input:focus  ~ .bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.group span.highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

/* active state */
.group input:focus  ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@
-webkit-keyframes inputHighlighter {from { background:#5264AE;
	
}

to {
	width: 0;
	background: transparent;
}

}
@
-moz-keyframes inputHighlighter {from { background:#5264AE;
	
}

to {
	width: 0;
	background: transparent;
}

}
@
keyframes inputHighlighter {from { background:#5264AE;
	
}

to {
	width: 0;
	background: transparent;
}

}
.form-block-hldr .ikit label {
	font-size: 18px;
	padding-right: 20px;
}
.ikit .radio-btn input[type="radio"] {
	top: 0;
}

.form-block-hldr .toggle-switch label {
	margin-right: 0;
}

.form-block-hldr .form-group {
	margin-bottom: 10px;
	position: relative;
	/* margin-bottom:45px;  */
}

.form-block-hldr .form-group .form-control {
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 0;
	height: 35px;
	padding-left: 0;
	font-size: 16px;
	color: #333;
}

.form-block-hldr .form-group.textarea-hldr .form-control {
	border: 1px solid #d8d8d8;
	height: 80px;
	resize: none;
	padding: 10px;
}

.radio-group {
	margin-bottom: 20px;
}

.radio-group p {
	font-size: 11px;
	color: #053c6d;
	margin-bottom: 15px;
	/* -webkit-transform: translate3d(-38px,-5px,0) scale(.7);
	transform: translate3d(-38px,-5px,0) scale(.7); */
}

.radio-group span {
	/*display: block;*/
	display: inline;
	font-size: 14px;
	margin: 6px 0;
	line-height: 18px;
	color: #999;
}

.checkbox-right {
	margin: 0;
}

.checkbox-right input[type="text"], .checkbox-right input[type="date"] {
	border: none;
	border-bottom: 1px solid #d8d8d8;
	padding: 0 10px;
}
.checkbox-right input[type="date"] {
	height: 22px;
}
.checkbox-right input[type="text"]:focus, .checkbox-right input[type="date"]:focus {
	outline: 0;
}

.confPremCustName label {
	line-height: 28px;
}

.form-block-hldr .checkbox-right label {
	width: 100%;
	position: relative;
	padding-right: 30px;
	font-size: 15px;
}

.checkbox.checkbox-right input[type="checkbox"] {
	position: absolute;
    top: 5px;
    right: 0px;
}

.form-block-hldr .form-sub-heading {
	background: #f5f5f5;
	margin-left: -15px;
	margin-right: -15px;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}

.form-block-hldr .form-sub-heading h3 {
	color: #666;
	margin-bottom: 0;
	font-weight: bold;
}

.form-block-hldr h4 {
	color: #f39627;
	font-size: 16px;
	margin: 25px 0 15px 0;
}

/*******Setup OLB CSS********/
.olb-main-hldr {
	padding: 15px;
	height: calc(100% -   223px);
	overflow-y: auto;
	background: #efefef;
}

.submit-btn-hldr {
	border-top: 1px solid #ccc;
	margin-left: -15px;
	margin-right: -15px;
}

.submit-btn-hldr .btn {
	background: #fff;
	border-radius: 0;
	border: 0;
	outline: 0;
	color: #b02a30;
}

.submit-btn-hldr .btn:hover,.submit-btn-hldr .btn:focus {
	background: #f2dede;
}

.take-pic {
    width: 120px;
    height: 120px;
    margin: 40px auto;
    background: #f5f5f5;
    /* background: #e5e5e5 url("../images/profile_pic.png") no-repeat;
    background-size: contain; */
    border: 1px solid #666;
    cursor: pointer;
    position: relative;
}
.take-pic img {
	width: 100%;
	height: 100%;
}
.take-pic span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,.2);
    padding: 4px 0;
    z-index: 9999;
}

.pwd-hldr {
	padding: 0 15px;
	background: #efefef;
}

.pwd-hldr .form-block-hldr {
	margin-bottom: 0;
}

ul.setup-olb-details {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.setup-olb-details:after {
	content: "";
	clear: both;
	display: block;
}

ul.setup-olb-details li {
	margin: 8px 0;
	color: #999;
	float: left;
	width: 40%;
	position: relative;
}

ul.setup-olb-details li:nth-child(even) {
	color: #053c6d;
	padding-left: 10px;
	width: 60%;
}

ul.setup-olb-details li:nth-child(even):before {
	content: ":";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}




/**********Suggest Product************/
.product-cnt-hldr {
	padding: 20px;
}
.product-cnt-hldr p {
	color: #053c6d;
	font-size: 16px;
}
.product-cnt-hldr ul {
	padding: 0;
	list-style: none;
}
.product-cnt-hldr ul li {
	margin-bottom: 10px;
	color: #053c6d;
	padding-left: 20px;
	position: relative;
}
.product-cnt-hldr ul li:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #053c6d;
	position: absolute;
	top: 5px;
	left: 0;
}

.product-btns-hldr {
	/* padding: 15px; */
	/* background: #fff; */
	border-radius: 15px;
	padding: 0;
	background: transparent;
}
.product-btns-hldr ul {
	padding: 0;
	list-style: none;
}
.product-btns-hldr ul li a {
	display: block;
	padding: 15px;
	color: #e67817;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}
.product-btns-hldr ul li a:hover, .product-btns-hldr ul li a:focus {
	text-decoration: none;
}
.product-btns-outer {
    background: #efefef;
}
.product-cnt-hldr .panel-title > a {
	color: #e67817;
    display: block;
}
.product-cnt-hldr .panel-title > a:hover, .product-cnt-hldr .panel-title > a:focus {
	text-decoration: none;
}

.product-cnt-hldr .panel-default > .panel-heading {
	background: #fff;
}

ul.aoSubmit {
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
}
ul.aoSubmit li {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.accOpenSuccess {
	background: #fff;
	padding: 30px 15px;
}
.accOpenSuccess img {
	margin-bottom: 20px;
}
.accOpenSuccess h3 {
	margin: 0;
    color: #053c6d;
    font-size: 28px;
    margin-bottom: 20px;

}
.accOpenSuccess p {
	font-size: 15px;
}

.marg-reset .toggle-switch input[type="checkbox"]:checked  ~ label:after {
    background: #053c6d;/****Prabha Styling****/
}
.marg-reset .toggle-switch input[type="checkbox"]:checked ~ label {
    background: #829db6;/****Prabha Styling****/
}
#showMoreBtn.btn-primary {
    border: none;
    color: #666;
    font-size: 18px;
    padding-right: 35px;
    background: url(../images/plus-icon.png) no-repeat;
    background-size: 25px;
    background-position: right;
}
#showMoreBtn.btn-primary:hover, #showMoreBtn.btn-primary:focus {
	box-shadow: none;
}
#showMoreBtn.btn-primary.active {
	background: url(../images/minus-icon.png) no-repeat;
    background-size: 25px;
    background-position: right;
    box-shadow: none;
}
/*******Prabha Stylings*********/
.num{
	display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    background-color: #8b8b8b;
    border-radius: 50%;
    color: #fff;
}
.acct{
	padding:20px;
	border-bottom: 2px solid #e6e6e6;
}
.padd10{
	padding:10px;
}
.padd15{padding: 15px;}
.color-orange{
	color:#e77817;
}
.padd15 .pull-left{
	color:#053c6d;
}
#grad1 {
    height: 90px;
    background: #e57617; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e57617, #9a4036); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e57617, #9a4036); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e57617, #9a4036); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e57617, #9a4036); /* Standard syntax (must be last) */
}
.form-block-hldr .form-group .form-control-tel {
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 0;
	height: 35px;
	padding-left: 0;
}
.acctbtn{
	padding: 20px;
    border-top: 2px solid #e6e6e6;
}
.cls{
	display: block;
    position: absolute;
    top: 14px;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #b02a30;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
.algn{
	padding: 0px 25px;
}
@media (min-width: 992px){
	.pin-code {
	    width: 12.666667%;
	}
}
.para p{
	margin:0px;
}
.boxshd{
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0px rgba(0, 0, 0, 0.19);
    background-color: #fff;
    padding: 10px 0px;
    margin: 0px;
    }
 .color-blue{
 	color: #053c6d;
 }
 .padd1525{
 padding: 15px 25px;
 }
 .algn a{
 	padding: 10px 35px 10px 0px;
 }
 .bgcolor {
 	background-color:#f6f6f6;
 }
 .alter {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 60px;
    background: #f5f5f5;
    border-radius: 0 5px 5px 0;
}
.postn {
    margin-bottom: 15px;
    position:relative;
   /*  padding-left: 20px; */
}
 .alter2 {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #f5f5f5;
}
.edit{
	height: 45px;
    margin: 10px;
}


#div1 .hide, #div2 .hide {
	height: 0;
	overflow: hidden;
}
#div1.hide, #div2.hide {
	height: 0;
	overflow: hidden;
}

#div1 {
	transition: 0.3s;
	position: absolute;
	top: 0;
	left: 0;
    width: 95%;
}

#div2 {
    transition: 0.3s;
    position: absolute;
    top: 60px;
    width: 95%;
    border-radius: 20px;
    background: #f2dede;
}
#popup-top {
	top:30px;
}
/********Add Beneficial CSS**********/
.add-popup form, .add-popup .form-block-hldr {
	height: 100%;
}
.add-popup-overlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	-webkit-transition: all .5s;
    transition: all .5s;
	opacity: 0;
	z-index: -2;
}
.add-popup-overlay.in {
	opacity: 1;
	z-index: 8;
}
.add-popup {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,.7); */
	z-index: 9;
	-webkit-transition: all .5s;
    transition: all .5s;
	-ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}
.add-popup.in {
	-ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.add-popup .form-block {
	display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 50px;
    height: calc(100% - 100px);
}
.add-popup .form-block .toHide {
	flex: 1;
	overflow: hidden;
	overflow-y: scroll;
	padding-right: 17px;
}
.popup-hldr {
	background: #fff;
	border-radius: 10px;
	width: 500px;
}
.popup-hldr h2 {
	padding: 10px 0;
    background: #ddd;
    color: #333;
    border-radius: 10px 10px 0 0;
}
.popup-hldr span.glyphicon-ok {
	background: #669936;
    padding: 12px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}
.popup-hldr .btn {
    padding: 6px 20px;
    margin: 20px;
}
.add-benefi-btn {
    margin: 0;
    color: #fff;
}
.add-beneficial-edit, .add-beneficial-delete {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 13px;
	cursor: pointer;
}
.alter2 .add-beneficial-edit, .alter2 .add-beneficial-delete {
	display: inline-block;
	position: static;
	margin: 5px 8px;
}
.add-beneficial-edit {
	top: 10px;
	background: url(../images/beneficial-edit.png) no-repeat;
	background-size: cover;
}
.add-beneficial-delete {
	bottom: 20px;
	background: url(../images/beneficial-delete.png) no-repeat;
	background-size: cover;
}
/*******Scrollbar CSS*********/

.toHide::-webkit-scrollbar, .dashboard ul.case-hldr::-webkit-scrollbar
{
	width: 6px;
	background-color: #ffe0b9;
}

.toHide::-webkit-scrollbar-thumb, .dashboard ul.case-hldr::-webkit-scrollbar-thumb
{
	background-color: #AAA;
	border-radius: 10px;
	background: #e77817;

}

/* ::-webkit-scrollbar
{
	width: 15px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #AAA;
	border-radius: 10px;
	background: #e77817;
} */

/******Form Elements CSS********/
.overflow-helper {
	overflow: hidden;
}
.overflow-helper select {
	width: calc(100% + 20px);
	background: url(../images/arrow-down.png) no-repeat;
	background-size: 14px;
    background-position: right 22px center;
}
.overflow-helper input[type="date"] {
	width: calc(100% + 20px);
	background-size: 20px;
    background-position: right 22px center;
}
.overflow-helper input[type="time"] {
	width: calc(100% + 20px);
	background: url(../images/time-icon.png) no-repeat;
	background-size: 20px;
    background-position: right 22px center;
}

.form-block-hldr .row {
	padding: 10px 0;
}
.form-block-hldr .row.case-hldr {
	padding: 0;
}
.form-block-hldr .row.case-hldr li {
	margin-bottom: 10px;
	list-style: none;
}
.form-block-hldr .row.case-hldr li .acc-hldr-wrapper {
	height: 125px;
}
.tab-hldr .table > tbody > tr > td {
	vertical-align: middle;
}

.tab-hldr .table > thead {
	background: #eaeaea;
}

/******Material CSS******/

md-input-container.md-default-theme label, md-input-container label, md-input-container.md-default-theme .md-placeholder, md-input-container .md-placeholder {
	color: rgba(0,0,0,0.56);
}
md-select.md-default-theme .md-select-value.md-select-placeholder, md-select .md-select-value.md-select-placeholder {
	color: rgba(0,0,0,0.56);
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label, md-input-container:not(.md-input-invalid).md-input-has-value label {
	color: #053c6d;
	right: inherit !important;
}
md-input-container:not(.md-input-invalid).md-input-focused label {
    color: #e77817;
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input,
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
	border-color: #e77817;
}
md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off {
    border-color: rgb(249, 157, 39);
}
md-radio-button.md-default-theme .md-on, md-radio-button .md-on {
    background-color: rgb(249, 157, 39);
}
md-radio-group.md-default-theme .md-checked .md-ink-ripple, md-radio-group .md-checked .md-ink-ripple {
	color: rgba(249, 157, 39, .87);
}
.md-select-menu-container.md-active md-select-menu {
	max-width: 390px;
}
md-option.longText {
	height: auto;
}
md-option.longText .md-text {
	white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
    padding: 15px 0;
}
md-select-menu.md-default-theme md-option[selected], md-select-menu md-option[selected],
md-option:focus {
	color: #e77817;
    background: #f5f5f5;
}
md-select-menu.md-default-theme md-option[selected]:focus, md-select-menu md-option[selected]:focus {
	color: #e77817;
    background: #f5f5f5;
}
.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
	background: #e77817;
}
md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon, md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
	background-color: #e77817;
}
.md-default-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
	border: 1px solid #e77817;
}
.md-select-value .md-select-icon {
	color: #e77817;
}
md-select:not([disabled]):focus .md-select-value{
	border-bottom-color: #e77817;
}
._md-datepicker-floating-label>md-datepicker .md-datepicker-button {
	margin-right: 0;
    position: absolute;
    right: 0;
}
._md-datepicker-floating-label._md-datepicker-has-calendar-icon>label:not(.md-no-float):not(.md-container-ignore) {
	right: inherit;
}
._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation {
	margin-left: 0;
}
.md-datepicker-triangle-button.md-button.md-icon-button {
	opacity: 0;
}
.md-default-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle, .md-datepicker-triangle-button .md-datepicker-expand-triangle {
	border-top-color: #e77817;
}
.md-datepicker-input {
	max-width: 100%;
}
md-radio-group {
	/* margin-left: 5px; */
}
md-select-menu md-content {
	background: #f5f5f5;
}
.md-select-value :first-child {
	-webkit-transform: translate3d(-2px,-5px,0) scale(1);
	transform: translate3d(-2px,-5px,0) scale(1);
}
.md-select-value span:first-child {
	width: calc(100% - 30px);
}
md-tabs .md-tab.md-active {
	color: #053c6d;
}
md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: #e77817 !important;
    background-color: #e77817 !important;
}

.date-picker-row {
    /* margin-left: -15px;
    position: relative;
    min-height: 60px;
    margin-top: 14px; */
}

.date-picker-row label {
    /* position: absolute;
    top: -17px;
    left: 50px;
    color: #053c6d;
    font-size: 12px; */
}

.date-picker-row .md-datepicker-input-container {
    margin-left: 0;
    /* width: calc(100% - 53px); */
    width: 100%;
}

.form-block md-input-container {
	width: 100%;
	height: 40px;
}
.form-block md-input-container .hint {
	position: absolute;
    left: 2px;
    right: auto;
    bottom: 7px;
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    color: grey;
}
.radio-group md-radio-button {
	display: inline;
	margin-right: 10px;
}
.tab-hldr {
	/*border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    border-radius: 10px; 
    padding-top: 15px; */
    background: #fafafa;
    /* padding-bottom: 70px; */
}
.tab-hldr .row {
	margin-right: 0;
	margin-left: 0;
}
.tab-hldr.credit-facility {
	border-top: 0;
	padding-top: 0;
}
.popup-count {
	width: 30px;
    height: 30px;
    display: inline-block;
    background: #e77817;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    margin-right: 10px;
}
/****** Document Uploads *******/
.main-content-hldr .document-capture-hldr .toHide h2 {
    margin-bottom: 5px;
}
.form-block-hldr.document-capture-hldr .row {
    padding: 8px 0 25px 0;
}
.form-block-hldr.document-capture-hldr .form-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    padding: 5px 5px 0 5px;
    border-radius: 5px;
}

.form-block-hldr.document-capture-hldr label {
    font-size: 14px;
    -webkit-flex: 1;
    flex: 1;
    position: static;
}
.form-block-hldr.document-capture-hldr .camera-hldr {
    background: transparent url(../images/camera-icon.png) no-repeat;
    background-size: 75%;
    background-position: center;
    position: relative;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0;
    border: 0;
}
.camera-hldr span.img-count {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    top: 0;
    right: 0;
    background: #e77817;
    border-radius: 50%;
}


/****** Camera Holder *******/

.cameraMainDiv {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
}
.cameraImgDiv {
    position: absolute;
    top: 60px;
    bottom: 60px;
    height: auto;
    width: 100%;
    overflow: auto;
    background-color: #ffffff;
}
.cameraOk {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 20px;
    background-color: #EB6122;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 55px;
    border: 1px solid #fff;
}
.cameraImgDiv img {
    width: 100%;
    height: 100%;
}
.cameraFooter {
    position: absolute;
    bottom: 0;
    height: 60px;
    background-color: #ffffff;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
}
.cameraFooter span {
    width: 50px;
    height: 50px;
    margin: 5px;
    display: block;
    background-color: #eb6122;
    border-radius: 50%;
}
.cameraFooter span img {
    height: 100%;
    width: 100%;
}

/******CAMERA MULTIPLE IMAGE *******/

.cameraMainDiv{position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 99999;}
.cameraImgDiv{position: absolute;
    top: 60px;
    bottom:60px;
    height: auto;
    width: 100%;
    overflow: auto;
    background-color: #ffffff;}
    
.cameraImgDiv img{width:100%;height:100%;}
.cameraOk{width:40px;height:40px;padding:2px;display:block;position:absolute;top:5%;right:5%;background-color: #eb6122;border-radius:5px;}
.cameraTrash{width:40px;height:40px;padding:2px;display:block;position:absolute;bottom:5%;right:5%;background-color: #eb6122;border-radius:5px;}
.cameraFooter{position: absolute;bottom: 0;height: 60px;background-color:#ffffff;width:100%;overflow-x: auto;overflow-y: hidden;display: -webkit-box;}
.cameraFooter span{width:50px;height:50px;margin: 5px;display:block;background-color: #eb6122;}
.cameraFooter span img{height:100%;width:100%;}
.cameraFooter span:focus{outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
.cameraFooter span:visited,.cameraFooter span:active,.cameraFooter span:hover{outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}

md-radio-group.md-focused.ng-pristine md-radio-button:first-child .md-container:before {
	/* background-color: rgba(0, 0, 0, 0.15); */
	background-color: rgb(221,44,0);
	left: -8px;
	top: -8px;
	right: -8px;
	bottom: -8px;
}
.panel-default > .panel-heading {
	padding: 0;
	background-color: #cdcdcd;
}
.panel-group .panel-heading a {
	display: block;
	padding: 10px 15px;
	color: #333;
    font-weight: bold;
    position: relative;
}
.panel-group .panel-heading a .glyphicon {
	position: absolute;
    right: 15px;
    top: 15px;
}
.box-count {
	display: inline-block;
    width: 25px;
    height: 25px;
    background: #e57617;
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 25px;
    color: #fff;
    border-radius: 50%;
    top: -7px;
    left: -7px;
}
.acc-title{
	color: #053c6d;
    width: 100%;
    padding: 10px 0;
    background: none;
}
.date-filter .ref-num md-input-container {
	margin: 0;
}
.review-hldr h2 {
	font-size: 20px;
    margin: 10px 0 10px 0;
    color: #053c6d;
    background: #efefef;
    padding: 5px 10px;
    border-bottom: 1px solid #e5e5e5;
}
.review-hldr h3 {
    font-size: 16px;
    margin: 20px 0 5px 10px;
}
.review-data {
    padding: 0 10px 10px 10px;
}
.review-data span:first-child {
    font-size: 12px;
    margin-right: 5px;
}
.error-message {
	color: red;
	font-size: 12px;
}
md-content {
	min-height: 350px;
}
ul.case-hldr, ul.acc-open-list {
	padding: 0;
}
ul.case-hldr li {
	margin-top: 10px;
}
ul.acc-open-list li {
	margin-bottom: 5px;
	position: relative
}
ul.acc-open-list li a {
    display: block;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
    color: #b3b3b3;
    pointer-events: none;
}
ul.acc-open-list li a:hover, ul.acc-open-list li a:focus {
	text-decoration: none;
}
ul.acc-open-list li.active a, ul.acc-open-list li.active.filled a {
	cursor: pointer;
    position: relative;
}
ul.acc-open-list li.active a:hover, ul.acc-open-list li.active a:focus, 
ul.acc-open-list li.active.filled a:hover, ul.acc-open-list li.active.filled a:focus {
	background: #ececec;
}
ul.acc-open-list li.filled a, ul.acc-open-list li.errPage a {
	border: 2px solid #5cb85c;
    color: #5cb85c;
    padding-left: 50px;
    pointer-events: all;
}
ul.acc-open-list li.errPage a {
	border: 2px solid red;
    color: red;
}
ul.acc-open-list li.filled a:before, ul.acc-open-list li.errPage a:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 5px;
    width: 12px;
    height: 25px;
    border: solid #5cb85c;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
ul.acc-open-list li.errPage a:before {
    border: solid red;
    border-width: 0 3px 3px 0;
}

ul.acc-open-list li.active a {
    color: #053c6d;
    pointer-events: all;
    border: none;
    padding-left: 10px;
}
ul.acc-open-list li.active a:before {
	display: none;
}

.disable-view input,
.disable-view .btn-group,
.disable-view .add-accounts,
.disable-view md-select,
.disable-view a.btn-save,
.disable-view a.delete.minus,
.disable-view md-radio-group,
.disable-view button.add-btn,
.disable-view span.add-btn,
.disable-view a.add-btn,
.disable-view md-checkbox,
.disable-view .add-beneficial-edit, 
.disable-view .add-beneficial-delete, 
.disable-view .md-datepicker-triangle-button,
.disable-view .document-capture-hldr .overflow-helper {
	pointer-events: none;
}
.disable-view .loginForm input, .disable-view .loginForm button{
	pointer-events: initial;	
}

.dashboard md-content {
	overflow: hidden;
}

.dashboard md-content, 
.dashboard md-tabs,
.dashboard md-tabs.md-dynamic-height md-tab-content.md-active {
	height: 100%;
}

.dashboard md-tabs.md-dynamic-height md-tabs-content-wrapper {
	height: calc(100% - 49px);
}

.dashboard ul.case-hldr {
   	height: calc(100% - 120px);
    margin-bottom: 0;
    overflow-y: auto;
}


.login-outer-hldr.main-menu-outer .login-block1 {
	height: 45%;
}
.login-outer-hldr.main-menu-outer .login-block1 .container-fluid {
	bottom: 120px;
}
.login-outer-hldr.main-menu-outer .login-block1 img {
	max-width: 300px;
}
.login-outer-hldr.main-menu-outer .login-block2 .container-fluid {
	margin-top: 100px;
}
.login-circle-outer.main-menu-hldr {
	bottom: -80px;
	display: block;
}
.login-circle-outer .main-menu-wrapper {
	display: flex;
	display: -webkit-flex;
	max-width: 500px;
    margin: 0 auto;
}
.login-circle-outer .main-menu-wrapper .main-menu-item {
	flex: 1;
	-webkit-flex: 1;
	text-align: center;
}
.main-menu-links {
	display: inline-block;
	width: 150px;
	height: 120px;
	color: #fff;
	padding-top: 130px;
	font-family: Mulish-Regular;
}
.main-menu-links:hover, .main-menu-links:focus {
	text-decoration: none;
	color: #e5e5e5;
}
.main-menu-links.acc-open {
    background: url(../images/acc_open_icon.png) no-repeat center;
    background-size: 120px;
}
.main-menu-links.acc-serve {
    background: url(../images/acc_serve_icon.png) no-repeat center;
    background-size: 120px;
}
.main-menu-links.prod-showcase {
    background: url(../images/prod_showcase_icon.png) no-repeat center;
    background-size: 120px;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	background-color: #053c6d;
    border-color: #053c6d;
}

.form-block md-input-container.h-auto {
	height: auto;
}

/**************Email button css****************/
.email-btn-review {
	margin-left:10px;
}
/**************Review Mobile Bbuttons CSS****************/
.flex-container-btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    
}
.form-block-hldr .form-group.mobile-format {
	padding-left: 0;
    padding-right: 0;
}
.mobile-format md-input-container label:not(.md-container-ignore).md-required:after {
	content: none;
}
.mobile-error {
	position: absolute;
    font-size: 11px;
    bottom: -4px;
    color: red;
    margin-left: 18px;
}
.one-row .form-group {
	margin-bottom: 30px;
} 

/*********dashboard delete icon **************/
.acc-hldr-details span.dashboard-trash {
    color: #b02a30;
    border: 1px solid #b02a30;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.acc-hldr-details span.dashboard-trash:hover,
.acc-hldr-details span.dashboard-trash:focus {
    background: #b02a30;
    color: #fff;
}

/********AadhaarImage*******/
.aadhaarImgFrom {
	background: #fff;
    /* padding: 15px; */
    /*border-radius: 20px;*/
    /* margin: 0 20px 20px; */
    /* -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
    box-shadow: 0 0 15px rgba(0,0,0,.3); */
    height: 100%;!important
    margin-top: 0px;!important
	margin-right: 0px;!important
	margin-left: 0px;!important
	margin-bottom: 0px;!important
}
.aadhaarImg {
	display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    /* margin: 50px; */
    
}
.aadhaarImgHeight{
	height:242px;
}
.aadhaarImgPersonal{
	color:blue;
	padding-top:1%;
	padding-bottom:2%;
}
.aadhaarImgPhoto{
	float:left;
	padding-right:5%;
}
.aadhaarImgFontWeight{
	font-weight: bold;
}
.aadhaarImgKyc{
	color:blue;
	padding-top:3%;
	padding-bottom:1%;
}
.aadhaarImgzindex{
	z-index: 12;!important
}
.aadhaarImgAddress{
	color:blue;
	padding-top:2%;
	padding-bottom:1%
}

/***custom alert *****/
#modal-body{
	color: red;
	min-height: 100px;
}
#modal-body p{
	color: red;
}
#modal-icon{
	color: black;
	font-size:25px
}
.model-content-pdf {
	 height: 445px;
    overflow-y: auto;
    margin: 10px;
    padding: 10px;
}
/* DCT-426 */

.checkbox-container{
	display:flex;
	align-items: start
}
.checkbox-container md-checkbox{
	margin-right:5px
}
/* documents ckyc styles */
.preview-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
 
.img-checkbox {
  margin-right: 10px;
}
 
.preview-content {
  margin-right: 15px;
}
 .btn-class-left{
 margin-left: 175px;
 }
.img_src_ckyc {
  width: 400px;
  height: auto;
}
 
.delete-btn {
  margin-left: auto;   
}
.btn-resend {
	border: none;
    color: blue;
    text-decoration: underline;
}
/* Stylesheet content from css/main.css in folder desktopbrowser */

/* this CSS file extends the application CSS file found under common\css */