/* Minification failed. Returning unminified contents.
(1270,62): run-time error CSS1038: Expected hex color, found '#ffff'
 */
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
    padding: 0 !important;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("../../Images/Datepicker/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("../../Images/Datepicker/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("../../Images/Datepicker/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("../../Images/Datepicker/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("../../Images/Datepicker/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("../../Images/Datepicker/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("../../Images/Datepicker/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../../Images/Datepicker/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../../Images/Datepicker/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("../../Images/Datepicker/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../../Images/Datepicker/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("../../Images/Datepicker/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("../../Images/Datepicker/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../../Images/Datepicker/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("../../Images/Datepicker/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("../../Images/Datepicker/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

@charset "utf-8";
/* CSS Document */

/* for mobile fixed top 
.AL_TopBar {position:fixed;}
.AL_areaHI { margin-top:60px;}
*/

.FRMB{float:right; margin-bottom:8px; width:100%;}

@font-face {
	font-family: 'pf_handbook_proregular';
	src: url('../../fonts/pfhandbookpro-regular.eot');
	src: url('../../fonts/pfhandbookpro-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/pfhandbookpro-regular.woff2') format('woff2'), url('../../fonts/pfhandbookpro-regular.woff') format('woff'), url('../../fonts/pfhandbookpro-regular.svg#pf_handbook_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'pf_handbook_prolight';
	src: url('../../fonts/pfhandbookpro-light-webfont.woff2') format('woff2'), url('../../fonts/pfhandbookpro-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'pf_handbook_probold';
	src: url('../../fonts/pfhandbookpro-bold.eot');
	src: url('../../fonts/pfhandbookpro-bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/pfhandbookpro-bold.woff2') format('woff2'), url('../fonts/pfhandbookpro-bold.woff') format('woff'), url('../../fonts/pfhandbookpro-bold.svg#pf_handbook_probold') format('svg');
	font-weight: normal;
	font-style: normal;
}



.ui-datepicker { width: 16em; padding: .2em .2em 0; display: none; }
.ui-datepicker table {width: 100%; font-size: .7em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker .ui-datepicker-title select { font-size: 14px; margin-right: 5px;}

.UploadHighlighter{background-color: green !important;color: #ffff;}

.disableDiv{
	pointer-events: none;
	cursor: default;
}

a{color:#474747; text-decoration:none;}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: 'pf_handbook_prolight';
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
* input {font-size:15px;}
.btnpointer{ cursor:pointer;}

html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'pf_handbook_prolight';
	height: 100%;
	color: #474747;
	background: #fff;
	font-size:15px;
	/* to avoid selection */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

input:focus {
	border-bottom: 1px solid #c7222a;
}
select::-ms-expand {
	display: none;
}
input[type=text]::-ms-clear {
	display: none;
}
/* ============web css start============= */



/* ==For IE== */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	form input:focus + label, form input:valid + label {
   font-size:13px;
   margin-top:-15px;
   margin-left:-7px;
}  
form input:focus + label.input-has-value, form input:valid + label.input-has-value {
	 padding-left: 8px;
} 
input[type=checkbox] + label{margin-top:0px !important; margin-left:0px !important;}

.input__label--ArrowDrop{margin-top:0px ;}


}
/* ==For IE end== */
form label.input__label--ArrowDrop{    margin-top: -26px;}

  label.input-has-value {
  -webkit-animation-name: aa;
	animation-name: aa;
	-webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: normal;
	animation-fill-mode: normal;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	z-index: 1;
	padding-left: 1px;
	pointer-events: none;
	font-size: 13px;
	margin-top: -15px;font-family: 'pf_handbook_proregular';
	color: #000;
}

form input:focus + label.input-has-value, form input:valid + label.input-has-value {
	-webkit-animation-name: ss;
	animation-name: ss;
	-webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: normal;
	animation-fill-mode: normal;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in; font-family: 'pf_handbook_proregular';
	color: #000;
} 
form input.commonRadioBtn + label{margin:3px 14px 0px 0px;}




 .loader-wrap {    display: table;
	z-index: 9999;
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
		}
			.loader-wrap .RotateDivArea {    margin: auto;
	width: 300px;
	height:90px;
	display: block;
			}
			
	 .loader-wrap .RotateDivArea img { width: 57px !important;
	height: 57px !important;
			}
 .waiting {
			-webkit-animation: spin 2s linear infinite;
			-moz-animation: spin 2s linear infinite;
			-ms-animation: spin 2s linear infinite;
			-o-animation: spin 2s linear infinite;
			animation: spin 2s linear infinite;
		}
 
		@-webkit-keyframes spin {
			from {
				-webkit-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
				-o-transform: rotate(0deg);
				transform: rotate(0deg);
			}
 
			to {
				-webkit-transform: rotate(360deg);
				-moz-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
				-o-transform: rotate(360deg);
				transform: rotate(360deg);
			}
		}
 
		@keyframes spin {
			from {
				-webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				-o-transform: rotate(0deg);
				transform: rotate(0deg);
			}
 
			to {
				-webkit-transform: rotate(360deg);
				-moz-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
				-o-transform: rotate(360deg);
				transform: rotate(360deg);
			}
		}
		/*loader css end*/
	
.commonMT30px {
	margin-top:30px;
}
.CloseBtn_popup{    position: absolute;
	right: -12px;
	top: -13px;
	background: #fff;
	border: 1px solid #949494;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;}
.CmnPopup.HeightFix{position: relative;
	height: 530px;
	overflow: visible;}
.LoginOuterDiv{position:absolute;top:0px; bottom:0; right:0; left:0;}
.LoginTopLogo { float:left; width:100%;background:#c7222a; height:55px}
.LoginTopLogo .LogoTopWidth	{max-width: 140px;margin: 3px 0px 0px 0px;}
.LoginPatch2 {float: left;
	width: 100%;
	background: #da9089;
	text-align: left;
	text-transform: uppercase;
	letter-spacing:0.5px;
	color: #fff;
	font-size: 21px;
	height: 34px;
	line-height: 35px;
	font-family: 'pf_handbook_proregular';

}
.LoginPatch3 {float: left;
	width: 100%;
	background: #6A4742;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	height: 23px;
	line-height: 25px;
	position: relative;
	z-index: 2;
}
.Max_1200Px{ max-width:1100px; width:96%;  margin:auto;}
.Cmn50_Web{    width: 50%;
	box-sizing: border-box;
	padding: 10px 20px;
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;}
	
.Cmn50_Web.Right0{right: 0px;
	left: auto;
	box-shadow: -8px -1px 15px -7px #b8b8b8;}

.MainBdyContainer{box-shadow: 0px 3px 10px 2px #ccc;
	/* height: 500px; */
	margin-top: 0px;
	position: absolute;
	z-index: 2;
	box-sizing: border-box;
	padding: 10px;
	max-width: 1100px;
	width: 96%;
	margin: auto;
	top: 242px;
	bottom: 10px;
	left: 0;
	right: 0;}
.MainBdyContainer.InnerPages{top:157px;overflow-y: auto;}
.MainBdyContainer.AbsoluteP{position:absolute;}
	
.TopScrollBlock{float: left;
	width: 100%;
	/* height: 100px; */
	background: rgba(49,57,61,0.7);
	position: relative;
	z-index: 2;
	overflow: hidden;}
.TopScrollBlock .ShadowTOp{     box-shadow: 0px -4px 11px 3px #515151;
	height: 130px;
	max-width: 1100px;
	width: 96%;
	margin: auto;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}


.TopScrollBlock .ShadowTOp .ScrollAreaWeb{     margin: auto;
	width: 100%;
	white-space: nowrap;
	position: relative;
}
.TopScrollBlock .ShadowTOp .ScrollAreaWeb .arrow {width: 18px;
	height: 90px;
	top: -9px;
	z-index: 1;
	background-color: #891516;
	position: absolute; color:#fff;
	font-size: 22px;
	line-height: 90px; cursor:pointer;
}
.TopScrollBlock .ShadowTOp .ScrollAreaWeb .arrow-leftTop {
	left: -11px;
	border-radius: 0px 20px 20px 0px;
	box-shadow: 2px 0px 8px #000;
}

.TopScrollBlock .ShadowTOp .ScrollAreaWeb .arrow-rightTop {
	right: -11px;
	border-radius: 20px 0px 0px 20px;
	box-shadow: -2px 0px 8px #000;
}
.TopScrollBlock .ShadowTOp .ScrollAreaWeb .ScrollDivWeb{/*min-width: 650px; */
	margin: auto;
	width: 98%;
	white-space: nowrap;
	overflow: hidden;
}
.TopScrollBlock .ShadowTOp.InnerPages{height: 45px;}

.Leads_recodsArea.Top120px {    top: 120px;
	bottom: 22px;
	left: 20px;
	right: 20px;}

.IconEYE {position: absolute;
	right: 7px;
	font-size: 22px;
	bottom: 30px;
	color: #737373;
}

.TOp_ScrollBlocks{     height: 70px;
	display: inline-block;
	background: #6c7174;
	background: linear-gradient(#6c7174 54%, #73777a 35%, #84888b 90%);
	position: relative;
	color: #fefefe;
	border-radius: 2px;
	border: 1px solid #aaa;
	width: 11.7%;
	margin: .2%;
	box-sizing: border-box;}

.TOp_ScrollBlocks.Active{ 
background: #d08983;
background: linear-gradient(#d08983 54%, #d49a95 35%, #e9cdcb 90%);}

.TOp_ScrollBlocks.Stage {
	background: #f7a500;
	background: linear-gradient(#f7a500 54%, #ebc06a 35%, #fbd78e 90%);
}

.TOp_ScrollBlocks.Active .TOpTextNumber{ color:#c7222a}

.TOp_ScrollBlocks .TOpTextHD{ position: absolute;
	top: 0px;
	height: 50%;
	width: 100%;
	text-align: center;
	font-size: 15px;
	padding: 2px 4px;
	font-family: 'pf_handbook_proregular';
	display: table;
	box-sizing: border-box;}
	
.TOp_ScrollBlocks .TOpTextHD .DPTble_cell {display:table-cell; vertical-align:middle; white-space:normal;}
.TOp_ScrollBlocks .TOpTextNumber{ position: absolute;
	bottom: 0px;
	height: 45%;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-family: 'pf_handbook_proregular';}

    .TOp_ScrollBlocks .TOpTextNumber.ls {
        width: 50%;
        text-align: center;
        background: #e3ddbb;
        color: red;
    }
    .TOp_ScrollBlocks .TOpTextNumber.rs {
        width: 50%;
        display: inline-block;
        text-align: center;
        color: #000;
    }

.select_img {
    position: relative;
    top: -131px;
    z-index: 99;
}

.LR_Photo.sr {
    position: relative;
    left: 50px;
    width: 87%;
}


.LD_ScrollWeb{position: absolute;
	top: 198px;
	bottom: 16px;
	left: 20px;
	right: 20px;
	overflow-y: scroll;}
.YelloStripWeb{background: #f7a500;
	padding: 5px 20px;
	position: relative;
	/* margin-bottom: 40px; */
	margin-left: -20px;
	color: #000;}
	
.switch-field {border: 1px solid #ccc;
	width: 176px;
	border-radius: 20px;
	background: #f2f3f6;
	text-transform: uppercase; 
	margin: 4px auto;
	height: 26px;
	/* margin-bottom: 5px; */
	/* position: absolute; */
	/* top: 101px; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	/* left: 0px; */
	/* right: 0px; */
}
.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
 .switch-field label {
		display: inline-block;
		width: 60px;
		color: rgba(0, 0, 0, 0.6);
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		text-shadow: none;
		padding: 5px 14px;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		border-radius: 20px;
		font-family: 'pf_handbook_proregular';
		text-transform: uppercase;    float: left;
	}

		.switch-field label:hover {
			cursor: pointer;
		}

	.switch-field input:checked + label {
		background-color: #d08983;
		color: #fff;
	}


	
/* For date icon */

.Labelselect {     float: left;
	width: 100%;
	margin-top: -26px;
	padding: 0px;
	position: relative;
	pointer-events: auto; height:60px;
}
.Labelselect.Perc50 { width: 50%;}
.Labelselect.MT45px	{
	margin-top: -48px;
	margin-left: 10px;}
.Labelselect.MT45px:after	{color:#c7222a}

	.Labelselect:after {content: "\f017";
	font-family: FontAwesome;
	color: #000;
	/* padding: 7px 0px; */
	position: absolute;
	right: 9px;
	top: 6px;
	z-index: 1;
	text-align: center;
	/* width: 10%; */
	/* height: 100%; */
	pointer-events: auto;
	box-sizing: border-box;
	font-size: 20px;
	}
.DateDiv42perc{width: 42%;float: left}
.Date_Totext{ width: 42px;
	float: left;
	line-height: 33px;
	text-align: center;
	font-size: 18px;
	font-family: 'pf_handbook_proregular';
}	
.Date_Totext.WidthAuto{    display: inline-block;
	width: auto;
	float: none;color: #c7222a;}
.slidingMenu.Web{max-width:370px;}	
.slidingMenu .LocDivMenu{position:fixed; z-index:99; top:54px; bottom:0px; left:0px; right:0px;}	
.AL_SideMenuTop.WebRight0{margin-right:0px;}
.input-Txt-Box.Redweb {    border: 1px solid #c7222a;
	color: #c7222a;}



.CMn_WebToptext{font-size: 20px; text-align:left; color:#fff}
.CMn_WebToptext .IconTopWeb{display: inline-block;
float: left;
margin-right: 10px;}
.CMn_WebToptext .IconTopWeb i{-webkit-text-stroke: 4px #6d7375;
font-size: 28px;
margin-top: -3px;}
.CMn_WebToptext .TextTopWeb{display:inline-block;float:left;font-size:18px;font-family: 'pf_handbook_proregular'; line-height:25px;}



/* assign lead*/
.TopMargin_Input{margin-top:15px;}
.Cmn90Perc{ width:94%; float:left;}
.LeadSearchDiv{float: right;width: 20px;font-size: 27px;}
.LeadSearchDiv i{-webkit-text-stroke:2px #fff}

.AL-info-BG { float: left;
	width: 100%;
	background: #f2f3f6;
	padding: 5px 10px 5px 10px;
	box-sizing: border-box;
}
.AL-info-BG .AL_CircleDiv{ width:50px; float:left;}
.AL-info-BG .Circle {
	display: inline-block;
	text-align: center;
	height: 35px;
	width: 35px;
	border-radius: 100%;
	background: #cdcece;
	box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.2);
	margin-top: 3px;
}
.AL-info-BG .Circle img {
	width: 100%;
	height: 100%;
	/* margin-top: 2px; */
	border-radius: 50%;
}
.AL-info-BG .info-name {
	   display: inline-block;
	text-align: left;
	color: #000;
	margin: 5px 0px;
}

.AL-info-BG .common50perc {
	float: left;
	width: 50%;
}
.AL-info-BG .common35perc {
	float: left;
	width: 35%;
}
.AL-info-BG .common25perc {
	float: left;
	width: 25%; margin:0px 2.5%
}
.AL-info-BG .common30perc {
	float: left;
	width: 30%;
}
.AL-info-img-Txt-Box {float: left;
	width: 100%;
	padding: 5px 15px 6px 12px;
	background: #ffffff;
	/* box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.3); */
	box-sizing: border-box;
	border: 1px solid #c7222a;
}
.AL-info-img-Txt-Box .imgBox {float: left;
	width: auto;
	margin: 5px 10px 10px 0px;
	padding: 5px 10px;
	position: relative;
	border: 1px solid #ccc;
	/* margin-right: 0px; */
	border-radius: 3px;
}
.AL-info-img-Txt-Box .imgBox .img-Circle {float: left;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #f2f3f6;
	/* box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1); */
	margin: 0px 0px 3px 10px;
	border: 1px solid #ccc;
}
.AL-info-img-Txt-Box .imgBox .img-Circle img {width: 100%;
	height: 100%;
	border-radius: 50%;
}
.AL-info-img-Txt-Box .imgBox .cancel-circle {
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	background: #6c7174 url(../images/cancel.png) center no-repeat;
	background-size: 45%;
	top: -10px;
	right: -8px;
}
.AL-info-img-Txt-Box .imgBox .redtxt{ color: #c7222a;
	font-size: 16px;
	text-align: center;}
.AL_InfoScroll{    height: 215px;
	overflow-y: auto;}

.Cmn_BtmBtn.InlineC{ float:none;display: inline-block;width: 160px;}
.Cmn_BtmBtn.FloatNone	{    float: none;
	display: inline-block;
	width: 150px;
	margin: 0;
	text-align: center;}
.CmnBtmLastArea.TextC{ text-align:center;}


.commonRadioBtn + label .checkImg.Big {width: 15px;height: 15px;}
.commonRadioBtn + label .radioText.Big {line-height: 23px;font-size: 15px; margin-left: 5px; margin-right: 23px;}


.ImpExp_Div {float: left;
	width: 100%;
	padding: 15px;
	background: #f1f1f1;
	box-sizing: border-box;
	border: 1px solid #ccc;
  
}
.ImpExp_Div .MA50P{margin:auto; width:50%;}
.Input_FileUpload{border: 1px solid #ccc;
	padding: 10px 5px 7px 5px;
	font-size: 13px;
	/* margin-top: -1px; */
	width: 54%;}
.ImpExp_Text{display: inline-block;font-size: 18px; margin-right: 10px;}


.CmnPopup.Width600 {max-width: 600px;}
.CmnPopup .PopHeading.FS25px {font-size: 25px;line-height: 48px;}
.CMN_margin30px{margin:20px 0px;}
.input-Text.px15 {
	margin-bottom: 3px;
	font-size: 13px;
	font-family: 'pf_handbook_proregular'; color:#000
}
.fixed-height70px { height: 65px;}
.TraingPop_FullDiv{    background: #dedede;
	height: 32px;
	padding: 10px 10px;
	margin-left: -10px;}
.TraingPop_FullDiv .marginAutoDiv{ width:60%; margin:auto;}
.PopUp_Scroll{float: left;
	height: 400px;
	overflow: auto;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 5px;}

/* slider css for document proof */

#slider {
  width: 300px;
  height: 320px;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
}
#slider ul {
  overflow: hidden;
  *zoom: 1;
}
#slider ul li {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  float: left;
  width: 300px;
  height: 320px;
  line-height: 300px;
}
#slider a {    display: block;
	position: absolute;
	color: #fff;
	font-size: 16px;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: -15px;
	text-decoration: none;
	background: #4f4f4f;
}
#slider a#sliderNext {
  right: 0;
}
#slider a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#slider img { height: 100%;
	width: 80%;}


#pager {
	  text-align: center;
	background: #f1f1f1;
	padding: 5px 0px 0px 0px;
}
#pager a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity:0.8;
}
#pager a img {max-width:60px;}
#pager a:hover, #pager a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity:1;
}

.PopUp_ImgBdr{border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	float: left;
	width: 100%;
	height: auto;
	text-align: center;}

.PopUp_ImgBdr img{max-width:250px;}


/* slider css for document proof end */


.AR_TopSearch.Mt0px{margin-top:0px;}

.ARFWeb_Scroll{position:absolute;left:0px; right:0px; top:50px; bottom:60px;    padding-bottom:10px;overflow-y: scroll; }
.ARFWeb_Scroll.Top0px{top:0px; }
/* .nicescroll-rails{ left:auto !important; right:0px !Important;} */
.Execution-tab-Btn.Width400 {
	width: 400px;
	margin-bottom: 0px;
	margin: auto;
	float: none;
	margin-top: 10px;
}
.Cmn_BtmBtn.Width28Perc {width: 28%;}
.Cmn_BtmBtn.Width28Perc.ML2Perc {margin-left:2%}
.AL_PhotTopArea.WebGray{border: 1px solid #ccc;
	box-sizing: border-box;
	background: #eeeeee;}
.AL_RightBX.WebArf{
	display: block;
	/* height: 80px; */
	margin-left: 15px;
	font-size: 16px;
	margin-top: 15px;
	width: 100%;
}

.ARFWeb_width150px{ width:150px; text-align:center;display:inline-block; float:left;border-right: 1px solid #ccc;}
.AL_Circle.FloatNone{margin: 5px auto;
	float: none;}
.ARFWeb_Sign{width:100%; background:#fff; height:34px; text-align:center;}
.ARFWeb_Sign img{width:100%; height:100%; margin:auto;}
.ARFWeb_width78	{float:left; display:inline-block;width: 78%;}
.ARF_CM{margin:3px 0px}

.input-Txt-Box.Width88Perc{ width:88%;}
.fixed-height65px {min-height: 64px;text-align: left;}
.ARF_TopBtnArea.Top0px{    margin-top: 0px;}

.DownLoadSample_Btn{float: left;
	margin: -4px 15px 0px 0px;
	border: 1px solid #ccc;
	margin-right: 16px;
	padding: 5px 8px;
	font-family: 'pf_handbook_proregular';
	background: #f1f1f1;
	font-size: 16px; cursor:pointer;}

.PaymentP_Block{    display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;}	

.PaymentP_Block .TblCell_P{    display: table-cell;
	vertical-align: middle;
	text-align: center;}		
	
.PaymentP_Block .TblCell_P .PaymentInfo_Div {    max-width: 450px;
	height: auto;
	padding: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 6px 2px #dfdfdf;
	margin: auto;
	margin-top: -23px;
	border-radius: 4px;
	overflow: auto;
	width: 90%;}

.PaymentP_Block .TblCell_P .PaymentInfo_Div .HD_PInfo	{ 
	   /* text-transform: uppercase; */
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 0px 0px;
	/* background: #3dca05; */
	font-family: 'pf_handbook_proregular';
	font-size: 16px;
	/* color: #39c900; */
	padding: 5px 0px;
}
.PaymentP_Block .TblCell_P .PaymentInfo_Div .HD_PaymentTop{background: #8f8f8f;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'pf_handbook_proregular';}
.PaymentP_Block .TblCell_P .PaymentInfo_Div .P50Perc	{      width: 45%;
	float: left;
	margin-bottom: 5px;
	text-align: left;
	padding: 0px 10px;
	box-sizing: border-box;}	
	
.TextR{text-align:Right !important}	
	
/* ============web css end============= */










.DisbleDiv {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background: rgba(0,0,0,0.1) url(../images/lock.png) center no-repeat;
}
.DisbleDiv_NoBg {
	position: absolute;
	z-index: 11;
	 top: 0;
	right: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.1);
}
.Error-Msg { display:none;
	float: left;
	font-size: 11px;
	color: #6C7174;
	margin-top: 1px;
	width: 100%;     text-align: left;
}
.Error-Msg.Visible{ display:block;
}
.Error-Msg span{ padding-left:10px;}
.fa-exclamation-triangle {
	color: #C7222A;
}
.CmnBoldT{font-family: 'pf_handbook_proregular';}
.CmnBoldT.White{color:#fff}

.Star_Imp{ color:red}
/* --------------------Splash screen start----------------- */
.new-splash {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	left: 50%;
	margin-left: -125px;
	height: 90px;
	width: 250px;
}
.new-splash img {
	height: 100%;
	width: 100%;
}

/* --------------------login page css start----------------- */

.new-login-top-logo {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 135px;
}
.new-login-top-logo img {
	width: 100%;
	height: 100%;
}
.new-login-top-Patch {position: absolute;
	top: 55px;
	width: 96%;
	background: #da9089;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #fff;
	font-size: 21px;
	padding: 0px 2%;
	height: 38px;
	line-height: 38px;
	font-family: 'pf_handbook_proregular';

}
.new-login-2top-Patch {    position: absolute;
	top: 93px;
	width: 96%;
	background: #6A4742;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	padding: 0px 2%;
	height: 23px;
	line-height: 25px;
}
.new-login_table {
	   display: table;
	width: 90%;
	height: 100%;
	margin: auto;
	max-width: 400px;
}
.common_Absolute {
	width: 100%;
	position: absolute;
	top: 60px;
	bottom: 0px;
}
.common_table {
	display: table;
	width: 100%;
	height: 100%;
}
.common_table.Bg {
	background: rgba(255,244,241,0.8);
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
}
.CmnPopup{width: 90%;
	max-width: 500px;
	min-height: 100px;
	margin: auto;
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px #ccc;
	border-radius: 6px;overflow: auto;}
	
.CmnPopup .PopHeading{float: left;
	text-align: center;
	width: 100%;
	color: #C7222A;
	font-size: 18px;
	font-family: 'pf_handbook_proregular';
	border-bottom: 1px solid #C7222A;
	line-height: 38px;}

.CmnPopup .PopUpData{ width:100%; float:left; padding:10px; box-sizing:border-box;}
	
.common_tableCellPopUp {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.Uday-logo {width: 200px;
	height: 59px;
	margin: auto;
	margin-top: 60px;
	color: #fff;
	font-size: 40px;
}
.Uday-logo img {
	width: 100%;
	height: 100%;
}
.login_input {
	float: left;
	width: 100%;
	height: 35px;
	padding: 5px 5px 5px 5px;
	background: #fff;
	text-align: left;
	border: 1px solid #b7b7b7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.login_input.eye-right-icon {
	background: #fff url(../images/Eye.png) no-repeat right 50%;
	background-size: 20px 10px, cover;
	background-position: 97% 50%;
}
.new_Login_Btn { float:left;
	background: #f7a500;
	text-align: left;
	color: #000;
	font-size: 16px;
	box-shadow: 0px 0px 0px 1px #a0131a;
	height: 38px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: bold;
	position: relative;
	margin-top: 5px;
	padding: 0px 2%;
	width: 96%;
}
.new_Login_Btn i {
	position: absolute;
	right: 3%;
	top: 10px;
	-webkit-text-stroke: 2px #f7a500;
	font-size: 20px;
}

.FL form label.FP {
	margin-left: 2px;
	
}

.FL form label {
	display: block;
	position: absolute;
	margin-top: -20px;
	padding: 1px;

	-webkit-animation-name: FPIn;
	animation-name: FPIn;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	color: #000;
	z-index: 1;
	padding-left: 5px;
}

.FL form input:focus + label, .FL form input:valid + label {
	-webkit-animation-name: FPOut;
	animation-name: FPOut;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	color:#fff !important;
}

@-webkit-keyframes FPIn {
	0% {
		left: 1px;
		opacity: 1;
		top: 1.2em;
		font-weight: 300;
	}

	1% {
		left: 1px;
		opacity: 1;
		top: 1.2em;
		font-weight: 300;
	}

	100% {
		opacity: 1;
		left: 1px;
		top: 0.2em;
		font-weight: 400;
	}
}

@keyframes FPIn {
	0% {
		left: 1px;
		opacity: 1;
		top: 1.8em;
		font-weight: 300;
	}

	1% {
		left: 1px;
		opacity: 1;
		top: 1.8em;
		font-weight: 300;
	}

	100% {
		opacity: 1;
		left: 1px;
		top: 0.2em;
		font-weight: 400;
	}
}

@-webkit-keyframes FPOut {
	0% {
		left: 1px;
		opacity: 1;
		top: 1.2em;
		font-weight: 300;
	}

	1% {
		left: 1px;
		opacity: 1;
		top: 1.2em;
		font-weight: 300;
	}

	100% {
		opacity: 1;
		left: -5px;
		top: 2px;
		font-weight: 400;
	}
}

/* --------------------login page css end----------------- */


/* ==============Menu Css============= */
.Menu_BtnBtm {
	position: fixed;
	bottom: 10px;
	width: 40px;
	height: 40px;
	color: #fff;
	border-radius: 50%;
	background: #6A4742;
	/* line-height: 43px; */
	text-align: center;
	right: 14px;
	font-size: 30px;
	z-index: 11;
	display: table;    cursor: pointer;
}
.Menu_BtnBtm .fa-plus {
	-webkit-text-stroke: 2px #6A4742;
	display: table-cell;
	vertical-align: middle; font-size:22px;
	
}
.Menu_BtnBtm .fa-times {
	-webkit-text-stroke: 2px #6A4742;
	display: table-cell;
	vertical-align: middle; font-size:22px;
	
}
.Menu_BtnBtm .fa-ellipsis-v {
	-webkit-text-stroke: 1px #6A4742;
	display: table-cell;
	vertical-align: middle;
	font-size: 22px;
}

.MenuBtm_POPup {
	background: rgba(255,244,241,0.5);
	position: fixed;
	left: 0px;
	right: 0px;
	height: 10px;
	bottom: 0px;
	z-index: 10;
}
.MenuBtm_List {
	bottom: 50px;
	position: absolute;
	right: 15px;
}


	.MenuBtm_List ul li {
		list-style: none;
		margin: 10px 0px;
		width: 400px;
		height: 40px;
		text-align: right;
		animation-name: hide, slideIn;
		animation-duration: 0.5s;
		animation-timing-function: ease-in;
		animation-iteration-count: 1;
		-moz-animation-name: hide, slideIn;
		-moz-animation-duration: 0.5s;
		-moz-animation-timing-function: ease-in;
		-moz-animation-iteration-count: 1;
		-webkit-animation-name: hide, slideIn;
		-webkit-animation-duration: 0.5s;
		-webkit-animation-timing-function: ease-in;
		-webkit-animation-iteration-count: 1;
		-o-animation-name: hide, slideIn;
		-o-animation-duration: 0.5s;
		-o-animation-timing-function: ease-in;
		-o-animation-iteration-count: 1;
		opacity: 1;
	}



@keyframes slideIn {
	0% {
		opacity: 0;
		padding-right: 120px;
	}

	1% {
		opacity: 0;
		padding-right: 120px;
	}

	100% {
		opacity: 1;
		padding-right: 0px;
	}
}

@-moz-keyframes slideIn {
	0% {
		opacity: 0;
		padding-right: 120px;
	}

	1% {
		opacity: 0;
		padding-right: 120px;
	}

	100% {
		opacity: 1;
		padding-right: 0px;
	}
}

@-webkit-keyframes slideIn {
	0% {
		opacity: 0;
		padding-right: 120px;
	}

	1% {
		opacity: 0;
		padding-right: 120px;
	}

	100% {
		opacity: 1;
		padding-right: 0px;
	}
}

@-o-keyframes slideIn {
	0% {
		opacity: 0;
		padding-right: 120px;
	}

	1% {
		opacity: 0;
		padding-right: 120px;
	}

	100% {
		opacity: 1;
		padding-right: 0px;
	}
}




.MenuBtm_List ul li .CircleMenu {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #6C7174;
	display: inline-block;
	float: right;
	box-shadow: 0px 1px 2px #7d7d7d;
}

	.MenuBtm_List ul li .CircleMenu > img {
		width: 25px;
		height: 25px;
		margin: auto;
		display: block;
		margin-top: 8px;
	}

.MenuBtm_List ul li .CircleMenuText {
	color: #6A4742;
	display: inline-block;
	font-family: 'pf_handbook_proregular';
	font-size: 20px;
	line-height: 42px;
	/* float: left; */
	/* text-align: right; */
	margin-right: 15px;
}






.AL_SideMenuTop i.fa-times-circle{ z-index:100; position:relative;}

.slidingMenu {position: fixed;
	background: #fff;
	/* border: 1px solid #909090; */
	right: 0px;
	top: 55px;
	bottom: 0px;
	z-index: 100;
	background: rgb(199, 34, 42);
	/* box-shadow: 0px 2px 34px #6a6a6a; */
	max-width: 250px;
	width: 65%;
	border-right: 0px;
}
.slidingMenu ul {    padding-top: 50px;
	width: 100%;
	/* margin-top: 57px; */
	position: absolute;
	bottom: 35px;
	top: -1px;
	overflow-y: auto;z-index: 100;
}
.slidingMenu ul li {padding: 12px 10px;
	/* margin: 5px 0px; */
	color: #ffffff;
	list-style: none;
	/* font-weight: bold; */
	border-bottom: 1px solid #e4e4e4;
	height: 24px;
	line-height: 24px;
	font-size: 17px; cursor:pointer;
	/* box-shadow: 1px 1px 1px #fff; */
}

.slidingMenu .LogoutBtmBtn {
	position: absolute;
	bottom: 0px;
	background: #961211;
	color: #fff;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 35px;
	height: 35px;
}
.slidingMenu .LogoutBtmBtn i.fa-power-off {
	-webkit-text-stroke: 1px #961211;
	font-size: 20px;
	/* padding-top: 3px; */
	/* line-height: 40px; */
	margin-left: 6px;
	position: absolute;
	top: 9px;
}

.slidingMenu ul li span img{max-width: 26px;
	float: left;
	margin: -2px 9px 0px 0px;
	}

/* ==============Menu Css end============= */



.AL_ADetails{    background: #f2f3f6;
	height: auto;
	margin-left: -8px;
	margin-right: -10px;
	position: relative;
	padding: 10px;
	overflow: auto;
}
.AL_ADetails .ScreenBtn{    float: left;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: left;
	padding: 5px;
	margin:5px 2px 5px 0px;
	/* font-size: 14px; */
	font-style: italic;    background: #e1e3e7; cursor:pointer; transition:all .35s ease-in-out}
	
.AL_ADetails .ScreenBtn:focus, .AL_ADetails .ScreenBtn:hover{ border: 1px solid #c7222a;background: #c7222a; color: #fff;}
	
.AL_ADetails .textDiv{margin: 15px 0px 8px 0px;
	float: left;
	display: inline-block;
	color: #002ca1;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #002ca1;}

.AL_ADetails .RadioD60{    float: left; width: 60px;}
.AL_ADetails .RadioD90{    float: left; width: 90px;}
.AL_ADetails .RadioD80{    float: left; width: 80px;}




.PRelative{ position:relative}
.CmnFloatL{ float:left !important;}
.CmnFloatR{ float:right !important;}
.PR { position: relative;}
.CmnFontSmall{   margin-bottom: 1px;
	display: block;
	text-align: left;
	color: #545454;
	font-weight: normal;
	font-size: 13px;}

.AL_TopBar {
	background: #C7222A;
	float: left;
	width: 100%;
	height: 60px; position:fixed; z-index:10;
}
.AL_TopBar.Float {position:static;}
.AL_textTop {float: left;
	width: 250px;
	display: table;
	height: 60px;
}
.AL_textTop .AL_TblCell {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding-left: 10px;
}
.AL_textTop .AL_TblCell .ALTOpText {
	font-size: 20px;
	font-family: 'pf_handbook_proregular';
}
.AL_textTop .AL_TblCell i {
	font-size: 26px;
	-webkit-text-stroke: 4px #C7222A;
	margin-right: 5px;
}
.AL_SideMenuTop {float: right;
	width: 20px;
	margin-right: 10px;
	font-size: 30px;
	color: #fff;
	margin-top: 14px;
	display: table;
	cursor: pointer;
	height: 35px; position:relative; z-index:12;
}
.AL_SideMenuTop.MT6px {
	margin-right: 8px;
	margin-top: 6px;
}


.AL_SideMenuTop i.fa-times {
	-webkit-text-stroke: 4px #c7222a;
}
.AL_SideMenuTop i.fa-bars {
	-webkit-text-stroke: 2px #c7222a;
}
.AL_SideMenuTop i.fa-home {
	-webkit-text-stroke: 1px #c7222a;
}
.CmnWidth68P{float:left; width:68%}
.CmnWidth60P{float:left; width:60%}

.AL_BtnV{float: right;
	width: 30%;
	background: #6c7074;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	line-height: 32px;
	height: 32px;
	text-transform: uppercase;
	max-width: 100px;cursor:pointer;transition:all .35s ease-in-out}
	
.AL_BtnV:focus,	.AL_BtnV:hover{    background: #c7222a;}

.AL_BtnV.FloatL	{font-size: 13px;
	line-height: initial;
	width: 37%;
	float: left;
	margin-left: 2%;}

.AL_areaHI {
	padding: 10px;
	width: 100%;
	float: left;
	box-sizing: border-box; margin-top:60px;
}
.AL_areaHI.MT70px {margin-top:70px;}
.AL_areaHI.MT0px {margin-top:0px;}


.AL_PhotTopArea {
	float: left;
	margin-top: 10px;
	width: 100%;
}
.AL_PhotTopArea.MTop2 {margin-top:2px;}
.AL_Circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #7d7d7d;
	float: left;
	position: relative;
	background: #999;
	float: left;
}
.AL_Circle > img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.AL_Circle .ALC_small {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	/* border: 1px solid #424242; */
	position: absolute;
	bottom: -5px;
	right: -9px;
	background: #8b151b;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.AL_RightBX {
	float: left;
	/* width: 40%; */
	/* min-width: 160px; */
	margin-left: 30px;
	display: inline-block;
}
.AL_GenderDiv {
	width: 100%;
	float: left;
	padding-left: 2%;
}
.AL_GenderDiv.MT16px {
	margin-top: -16px;
	padding-left: 0px;
}
.AL_GenderDiv .Text {
	margin-bottom: 3px;
}
.commonBoxM {
	float: left;
	height: 40px;
	width: 52px;
	cursor: pointer;
	border-radius: 4px;
	margin-right: 0px;
	display: inline-block;
	border: solid 1px #ccc;
	background: url(../images/male.png), #fff;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100%;
}
.commonBoxF {
	float: left;
	margin-left: 10px;
	height: 40px;
	width: 52px;
	cursor: pointer;
	border-radius: 4px;
	margin-right: 0px;
	display: inline-block;
	border: solid 1px #ccc;
	background: url(../images/female.png), #fff;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100%;
}
.commonBoxM.SmallImg {
	height: 32px;
	width: 42px;
}
.commonBoxF.SmallImg {
	height: 32px;
	width: 42px;
}
.commonBoxM.Active {
	border: solid 1px #c7222a;
	background: url(../images/male_active.png), #fff;
	background-repeat: no-repeat;
	background-size: 100%;
}

.commonBoxF.Active {
	border: solid 1px #c7222a;
	background: url(../images/female_active.png), #fff;
	background-repeat: no-repeat;
	background-size: 100%;
}

.fixed-height42px {
	height: 45px;
}
.fixed-height60px {
	height: 60px;
}
.fixed-height50px {
	height: 50px;
}

form .input-container {
	position: relative;
	border: 0px solid #ECECEC;
	float: left;
	display: block;
}

.common90perc {
	float: left;
	width: 90%;
}
.common10perc {
	float: left;
	width: 10%;
}
.common100perc {
	float: left;
	width: 100%;
}
.common100perc.marginT16px {margin-top:-16px;}
.common42perc {
	float: left;
	width: 42%;
}
.common57perc {
	float: right;
	width: 57%;
}
.CMN_48Perc {
	width: 48%;
	float: left;
}
.CMN_48Perc.FloatR {
	float: right;
	position: relative;
}
.commonMT15px {
	margin-top: 12px;
}
.commonMT18px {
	margin-top: 15px;
}
.commonMT20px {
	margin-top:20px;
}
.commonMT10px {
	margin-top: 10px;
}
.commonMB10px {
	margin-bottom: 10px;
}
.commonMT5px {
	margin-top: 5px;
}
.commonMB15px {
	margin-bottom: 12px;
}
.commonMT70px {
	margin-top:70px;
}
.Input-dropdown1 {
	display: block;
	margin: 0px;
	color: #545454;
	text-align: center;
	width: 100%;
	height: 32px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding:0px 10px;
	border-radius: 3px;
	font-size: 15px;
	background:#F2F3F6 url(../images/selectArrow_01.png) no-repeat right 2px center;
       
	padding-right:25px;
		box-sizing: border-box;
		float:left;
		text-align: left;
}
.Input-dropdown {
	display: block;
	margin: 0px;
	color: #545454;
	text-align: center;
	width: 100%;
	height: 32px;
	/* box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.2); */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding:0px 10px;
	border-radius: 3px;
	font-size: 15px;
	/* background: url(../images/selectArrow_01.png) no-repeat right 2px center #fff; */
	padding-right:25px;
	background: #F2F3F6;
		box-sizing: border-box;
		float:left;
		text-align: left;
}
.Input-dropdown.GrayBG{background: #e5e5e5;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding-right: 22px;}

.Input-dropdown.BDr{border:1px solid #ccc; background:#fff}
.InputArrow_White{width: 99%;
	position: relative;
	pointer-events: none;
	padding-left: 0px; display:block;
}
.InputArrow_White::before {
	position: absolute !important;
	top: 8px !important;
	right:8px !important;
	content: "\f078";
	font-family: FontAwesome;
	color: #000;
	-webkit-text-stroke: 1px #fff;;
}

.input__label--ArrowDrop{ width:100%;position: relative;    pointer-events: none; box-sizing:border-box;display: block;}
.input__label--ArrowDrop::before {
	position: absolute;
	top: 8px;
	right: 15px;
	content: "\f078";
	font-family: FontAwesome;
	color: #000;
	-webkit-text-stroke: 1px #e5e5e5;
}

.input-Txt-Box {float: left;
	margin: 0px;
	color: #545454 ;
	text-align: left;
	width: 100%;
	height: 32px;
	padding: 0px 10px;
	/* box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.2); */
	border-radius: 3px;
	border: none;
	line-height: 32px;
	background: #F2F3F6;
	box-sizing: border-box;
}
.input-TxArea {float: left;
	margin: 0px;
	color: #545454 ;
	text-align: left;
	width: 100%;
	height:60px;
	padding: 5px 10px;
	border-radius: 3px;
	border: none;
	background: #F2F3F6;
	box-sizing: border-box;
}
.input-Txt-Box.GrayBG {background: #e5e5e5;
	color: #000;
	font-weight: bold;
	font-size: 14px;
} 
.input-Txt-Box.WhiteBG {background: #fff;
	border:1px solid #ccc;
} 

.input-Txt-Box.Bdr {
	border: 1px solid #ccc;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.input-Txt-Box.Padding5 {
	padding: 0px 5px;    margin-right: 3px;
}
.input-Txt-Box.ErrorBdr {    border: 1px solid #c7222a;background: #fbeeee;}
.input-Txt-Box.width35px {
	width: 35px; padding:0px 5px 0px 8px;
}
.input-Txt-Box.width30px {
	min-width: 30px;
	width: 20%;
	max-width: 50px;
}
.input-Txt-Box.width80px {
	width: 81px;
}
.input-Txt-Box.width50px {
	min-width: 50px;
	width: 30%;
	max-width: 100px;
}
.input-Txt-Box.MR8px {
	margin-right: 8px;
}
.fa-calendar.RedClr {font-size: 23px ;
	color: #000;
	margin-top: 4px; float:left; cursor:pointer;
}
.fa-calendar.unique {font-size: 23px ;
	color: #000;
	margin-top: 20px; display:inline-block; cursor:pointer;
}
.input-Text {
	margin-bottom: 1px;
	display: block;
	text-align: left;
	color: #545454;
	font-weight: normal; font-size:13px;    font-family: 'pf_handbook_proregular';
	color: #000;
}
.Optional_LD {    background: #6c7174;
	width: 100%;
	float: left;
	height: 36px;
	line-height: 30px;
	color: #fff;
	position: relative;
	margin-top: 12px;
	padding: 3px 10px;
	font-size: 17px;
	box-sizing: border-box;
		z-index: 9; cursor:pointer;
}
.Optional_LD i {
	position: absolute;
	right: 19px;
	top: 10px;
	-webkit-text-stroke: 2px #6c7174;
}
.OP_FA {    border: 1px solid #ccc;
	float: left;
	position: relative;
	padding: 0px 10px 15px 8px;
	width: 100%;
	box-sizing: border-box;
}
.AL_RadioDiv{ width:100%; float:left;}
.AL_RadioDiv.MT8{ margin-top:8px;}

/* drop dwon css Hoshi */


.Common-selectDiv {
	position: relative;
	float: left;
	width: 100%;
}

	.Common-selectDiv.height50px {
		height: 50px;
	}

.commonMT20px {
	margin-top: 20px;
}

.input__label--hoshi::before {
	position: absolute;
	top: 10px;
	height: calc(100% - 10px);
	right: 10px;
	content: "\f078";
	font-family: FontAwesome;
	color: #000;
	-webkit-text-stroke: 1px #fff;
}



.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0px;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
	margin-top: -30px;
	padding: 0;
	right: 1px;
}

.input__label-content--hoshi {
	position: absolute;
	top: 10px;
}

select.input__field + label span {
	display: none;
}


.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	/* width: 100%; */
	height: calc(100% - 10px);
	/* border-bottom: 1px solid #0080a6; */
	right: 0;
}

.input__label--hoshi::after {
	margin-top: 4px;
	/*border-bottom: 1px solid red;*/
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	border-radius: 5px;
}




.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
	-webkit-animation: anim-1 0.3s ;
	animation: anim-1 0.3s ;
	top: -12px; font-size:13px;
	font-family: 'pf_handbook_proregular';
	color: #000;
}

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0.5em, 0, 0);
		-moz-transform: translate3d(0.5em, 0, 0);
		-ms-transform: translate3d(0.5em, 0, 0);
		-o-transform: translate3d(0.5em, 0, 0);
		transform: translate3d(0.5em, 0, 0);
	}

	51% {
		opacity: 0;
		-webkit-transform: translate3d(0.5em, -0%, 0);
		-moz-transform: translate3d(0.5em, -0%, 0);
		-ms-transform: translate3d(0.5em, -0%, 0);
		-o-transform: translate3d(0.5em, -0%, 0);
		transform: translate3d(0.5em, -0%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -0%, 0);
		-moz-transform: translate3d(0, -0%, 0);
		-ms-transform: translate3d(0, -0%, 0);
		-o-transform: translate3d(0, -0%, 0);
		transform: translate3d(0, -0%, 0);
	}
}


@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0.5em, 0, 0);
		-moz-transform: translate3d(0.5em, 0, 0);
		-ms-transform: translate3d(0.5em, 0, 0);
		-o-transform: translate3d(0.5em, 0, 0);
		transform: translate3d(0.5em, 0, 0);
	}

	51% {
		opacity: 0;
		-webkit-transform: translate3d(0.5em, -0%, 0);
		-moz-transform: translate3d(0.5em, -0%, 0);
		-ms-transform: translate3d(0.5em, -0%, 0);
		-o-transform: translate3d(0.5em, -0%, 0);
		transform: translate3d(0.5em, -0%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -0%, 0);
		-moz-transform: translate3d(0, -0%, 0);
		-ms-transform: translate3d(0, -0%, 0);
		-o-transform: translate3d(0, -0%, 0);
		transform: translate3d(0, -0%, 0);
	}
}





/*---- Hishi END---------*/



/*---- all input material start---------*/
.CmnMaterial form label.MTL {
	margin-top: -15px;
	margin-left: 40px;
}

form label {
	display: block;
	position: absolute;
	margin-top: -20px;
	color: #545454 ;
	-webkit-animation-name: labelIn;
	animation-name: labelIn;
	-webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function:ease-in;
	z-index: 1;
	padding-left: 9px;
	pointer-events: none;
	
}


form input:focus + label, form input:valid + label {
	-webkit-animation-name: labelOut;
	animation-name: labelOut;
	-webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function:ease-in;
	font-family: 'pf_handbook_proregular';
	color: #000;
	
}




@-webkit-keyframes labelIn {
	0% {
		left: 1px;
		opacity: 1;
		top: 1.2em;
		font-weight: 300;
	}

	1% {
		left: 1px;
		opacity: 1;
		top: 1.2em;
		font-weight: 300;
	}

	100% {
		opacity: 1;
		left: 1px;
		top: 0.2em;
		color: #000;
		font-weight: 400;
	}
}

@keyframes labelIn {
	0% {
		left: 1px;
		opacity: 1;
		top: 1.8em;
		font-weight: 300;
	}

	1% {
		left: 1px;
		opacity: 1;
		top: 1.8em;
		font-weight: 300;
	}

	100% {
		opacity: 1;
		left: 1px;
		top: 0.2em;
		color: #000;
		font-weight: 400;
	}
}

@-webkit-keyframes labelOut {
	0% {
		left: 1px;
		opacity: 1;
		top: 1.2em;
		font-weight: 300;
	}

	1% {
		left: 1px;
		opacity: 1;
		top: 1.2em;
		font-weight: 300;
	}

	100% {
		opacity: 1;
		left: -8px;
		top: 5px;
		font-weight: 400;
		font-size:13px; 

	}
}

form *:focus {
	outline: 0;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}







/*---- all input material start---------*/


.commonRadioBtn {
	display: none;
}

	.commonRadioBtn + label {
		color: #292321;
		cursor: pointer;
		position:static;
		margin:3px 14px 0px 0px;    padding-left: 0px;pointer-events: auto; display:inline-block;
	}
	.commonRadioBtn + label .radioText {float: left;
	line-height: 15px;font-size: 15px;

	}


		.commonRadioBtn + label .checkImg {
				display: inline-block;
				width: 8px;
				height: 8px;
				border: solid 2px #a5a5a6;
				-moz-border-radius: 100%;
				border-radius: 100%;
				margin: 2px 4px 0 0;
				vertical-align: middle;
				cursor: pointer;
				float: left;
		}

	.commonRadioBtn:checked + label .checkImg {
		border: solid 2px #fafafa;
	background: #c7222a;
	-moz-box-shadow: 0 0 5px #c7222a;
	-webkit-box-shadow: 0 0 5px #c7222a;
	box-shadow: 0 0 5px #c7222a;
	margin-right: 4px;
	}

	.commonRadioBtn:checked + label {
		color: #c7222a;
	}

	
	
	
	
.CheckBoxDiv{float: left;
	display: inline-block;
	margin-right: 10px;}
	
.CheckBoxDiv.Width50	{
	box-sizing: border-box;
	width: 50%;
	padding-right: 2%;
	margin: 5px 0px;}	
	
input[type=checkbox] {
	display: none;
}

	input[type=checkbox]:checked + label {
		height:18px;
		width: 18px;
		display: inline-block;
		padding: 0 0 0 0px;
		background: url(../images/SP_popupicon.png) no-repeat;
		/*box-shadow: 0px 0px 0px #000 inset;*/
		border: 1px solid #c7222a;
		background-size: 100%;    pointer-events: auto;
	}

	input[type=checkbox] + label {
		margin-top: 0px;
	height: 18px;
	width: 18px;
	display: inline-block;
	padding: 0 0 0 0px;
	/* box-shadow: 0px 1px 4px #696969 inset; */
	border: solid 1px #b7b7b7;
	border-radius: 0px;
	position: static;
	line-height: 20px;
	float: left;
	margin-right: 4px;    pointer-events: auto;cursor:pointer;
	}	
	
	
	
	


.AL-inner-container {margin-top:20px;float: left;    width: 100%;}
.AL-inner-container.MTop2 {margin-top:2px; position:relative;}
.AL-inner-container.MTop2::before{ content: "";
	background-color: #b7b7b7;
	left: 20px;
	bottom:10px;
	width: 1px;
	position: absolute;
	top: 23px;
	z-index: 9;}
.commonMT2px {
	margin-top: 2px;
}

.CmnBtmLastArea {padding: 0px 10px 10px 10px;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.CmnBtmLastArea.Padding0 {padding: 0px 0px 10px 0px;}
.CmnBtmLastArea.Btm0px {    position: absolute;
	bottom: 0px;
	width: auto;
	text-align: center;
	left: 0;
	right: 0;}
.Cmn_BtmBtn {    position: relative;
	height: 40px;
	line-height: 43px;
	color: #fff;
	text-align: left;
	font-size: 15px;
	/* left: -10px; */
	background: #c7222a;
	float: left;
	width: 100%;
	margin-top: 15px;
	font-family: 'pf_handbook_proregular';
	font-weight: normal;
	width: 45%;
	padding: 0 2%;    text-transform: uppercase; cursor:pointer; z-index:10; transition: all .35s ease-in-out;
}
.Cmn_BtmBtn:hover, .Cmn_BtmBtn:focus { box-shadow: 0px 0px 0px 1px #7a0006;
	/* background: #df2831; */
	}
.Cmn_BtmBtn i {position: absolute;
	right: 9px;
	top: 10px;
	-webkit-text-stroke: 2px #c7222a;
	font-size: 19px;
}

.Cmn_BtmBtn.Gray { 
	color: #c7222a;
	background: #cdcece;
}
.Cmn_BtmBtn.Gray i { -webkit-text-stroke: 2px #cdcece;}

.Cmn_BtmBtn.MarginAuto { float:none; display:inline-block
}

.IMG_PreviwDiv{position:absolute; top:0px; bottom:0px; left:0px; right:0px;z-index:99;background:rgba(255,244,241,0.8)}
.IMG_PreviwDiv .ImgAreaDiv{position:absolute; top:10px; bottom:10px; left:10px; right:10px;}
.IMG_PreviwDiv .ImgAreaDiv .IMGContainer{position:absolute;top: 0px;bottom:40px;left: 0px;right: 0px;overflow: auto;}

/*----------------- ARf Form css------------------- */
.ARF_TopBtnArea{ box-shadow: 0px 2px 4px #ccc; float:left; width:100%; margin-top:60px;}
.ARF_TopBtn{    width: 50%;
	box-sizing: border-box;
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 17px;
	float: left;
	font-family: 'pf_handbook_proregular'; border-bottom:1px solid #ccc; cursor:pointer;}
.ARF_TopBtn.BdrR{border-right:1px solid #ccc}
.ARF_TopBtn.ActiveBdR{border-bottom: 3px solid #c7222a;}

.AL_RightBX.ARF_Heading{display: table;
	height: 80px;
	margin-left: 15px;
	font-size: 14px;}
.AL_RightBX.ARF_Heading .TbleCell	{display:table-cell;vertical-align:middle}
.ARF_TopLeadHD	{font-size: 20px;font-family: 'pf_handbook_proregular';}



.ARF-dropdownbox {    position: relative;
	width: 100%;
	margin: 10px auto;
	border: 1px solid #ccc;
	-moz-box-sizing: border-box;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	background: #fff;
	height: auto;
	overflow: auto;
	/* padding-bottom: 10px; */
	box-sizing: border-box;
	/* z-index:10; */
	
}

.ARF-dropdownbox .ARFDrop-top {
	height: 40px;
	width: 100%;	cursor:pointer;
}
.ARF-dropdownbox .ARFDrop-top.Height50px {
	height: 50px;
}
.ARF-dropdownbox .ARF_DropDeatils{ padding: 0px 5px;
	float: left;
	/* margin-left: 30px; */
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
	width: 100%;}
	
/*.ARF-dropdownbox .ARF_DropDeatils::before{ content: "";
	background-color: #ccc;
	left: 17px;
	bottom: 0;
	width: 1px;
	position: absolute;
	top: 0;
}*/


.ARF-dropdownbox .ARFDrop-top .DropIconCmn {
	width: 40px;
	float: left;
	display: table;
	background: #f9fafb;
	min-height: 40px;
	text-align: center;
}
.ARF-dropdownbox .ARFDrop-top .DropIconCmn i.fa-chevron-down, .ARF-dropdownbox .ARFDrop-top .DropIconCmn i.fa-chevron-up {margin-top:10px;}
.ARF-dropdownbox .ARFDrop-top .DropIconCmn.FloatR {
float:right;
}
.ARF-dropdownbox .ARFDrop-top .DropIconCmn > img {
	width: 25px;
	margin-top: 18px;
}
.ARF-dropdownbox .ARFDrop-top .DropIconCenter {
	/*width: 80%; */
	float: left;
	/* display: table; */
	position: absolute;
	left: 40px;
	right: 40px;
}
.ARF-dropdownbox .ARFDrop-top .ARFHeading {
	width: 100%;
	float: left;
	color: #000;
	font-size: 16px;
	font-family: 'pf_handbook_proregular';
	margin: 5px 0px;
	/* border-bottom: 1px solid #ccc; */
	line-height: 30px;
}
.ARF-dropdownbox .ARFDrop-top .ARFHeading.LH16px {
	line-height:20px;
}


.CmnARF_Circle{width: 28px;
	height: 28px; 
	border-radius: 100%;
	background: #ccc;
	margin: 6px 0px 0px 5px;
	position: relative;
	z-index:9;}
	
.CmnARF_Circle.ActiveRed{
	background: #d08983;
}
.CmnARF_Circle.ActiveYellow{ background: #f7a500;}
.CmnARF_Circle.ActiveYellow::before{ font-family: FontAwesome;
	display: inline-block;
	padding: 7px;
	vertical-align: middle;
	content: "\f071";
	color: #fff;
	font-size: 13px;}

.CmnARF_Circle.ActiveGreen{background: #969f6e;}
.CmnARF_Circle.ActiveGreen::before{ font-family: FontAwesome;
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
	content: "\f00c";
	color: #fff;
	font-size: 22px;
	-webkit-text-stroke: 2px #969f6e;}

.CmnSmallCircle::before{ content: "";
	background-color: #b7b7b7;
	/* left: -18px; */
	width: 9px;
	height: 9px;
	position: absolute;
	border-radius: 100%;
	margin-top: 11px;
	margin-left: -15px;
	left:0px;
	}
.CmnSmallCircle26::before{ content: "";
	background-color: #b7b7b7;
	/* left: -18px; */
	width: 9px;
	height: 9px;
	position: absolute;
	border-radius: 100%;
	margin-top: 26px;
	margin-left: -15px;
	left:0px;
	}
	
.CmnSmallCircle4px::before{ content: "";
	background-color: #b7b7b7;
	/* left: -18px; */
	width: 9px;
	height: 9px;
	position: absolute;
	border-radius: 100%;
	margin-top: 4px;
	margin-left: -15px;
	left:0px;
	}

.ARF_DOPDiv{ background: #d08983;
	height: 100px;
	margin-left: -10px;
	padding-right: 15px;}
	
.ARF_BMApproved{background: #d08983;
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 10px; position:relative; z-index:9;
    margin-bottom: 10px;
}

.ARF_MFDiv{width: 37%;
	float: left;
	max-width: 100px;}
.ARF_MFDiv.width150px{ width:150px; max-width:initial}
.ARF_MFDiv.width48Perc	{    margin-right: 10px;
	width: 48%;
	max-width: 200px;}
.CMNRight-BTN {    float: right;
	padding-left: 10px;
	height: 32px;
	width: 100px;
	text-align: left;
	line-height: 32px;
	background: #c7222a;
	color: #fff;
	font-size: 16px;    font-family: 'pf_handbook_proregular'; cursor:pointer;
}
.CMNRight-BTN i.fa-plus {    -webkit-text-stroke: 2px #c7222a;
	float: right;
	margin: 7px 6px 0px 0px;
	font-size: 19px;
}

.Nominee3tab{width: 32.5%;
	border: 1px solid #c7222a;
	text-align: center;
	color: #c7222a;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	float: left;
	margin-right: .5%;
	box-sizing: border-box;}
.Nominee3tab.Active{background:#c7222a;color:#fff}
.AgencyDeatilsDiv{border:1px solid #a4a4a4; box-sizing:border-box; padding:5px; margin:10px 0px;}
.AgencyDeatilsDiv .AgencyNameHD{margin-bottom: 5px;
	float: left;
	width: 100%;}
.AgencyDeatilsDiv .AgencyNameHD .DeleteAgency{ float:right; font-size:20px;cursor: pointer;}
.AgencyDeatilsDiv .AgencyNameHD .CMnameHd{ padding-right:10px;}
.AgencyDeatilsDiv .DateDetails{ width:48%; float:left; }
.AgencyDeatilsDiv .DateDetails.FR{ width:47%;padding-left:2%; border-left:1px solid #ccc}
.AgencyDeatilsDiv .ReasonDivText{ margin-top: 5px;float: left;width: 100%;}


.DocUploadDiv{position: relative;
	width: 100%;
	margin: 10px auto;
	border: 1px solid #ccc;
	-moz-box-sizing: border-box;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	background: #fff;
	height: auto;
	overflow: auto;
	box-sizing: border-box;
	padding: 10px 1.5%;
}
.DocUploadDiv .DocText{float: left;
	width: 47%;
	font-size: 18px;
	margin-top: 5px;}
.DocUploadDiv .DocIconDiv{float:right; width:53%}
.DocUploadDiv .DocIconDiv .IconDiv{ float: right;

	border: 1px solid #ccc;
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 0px 3px;
	border-radius: 4px;}
.DocUploadDiv .DocIconDiv .IconDiv i{ font-size:20px; margin-top:5px;}	

.DocUploadDiv .DocIconDiv .IconDiv.DisbleBtn{opacity:0.5}
.DocUploadDiv .DocIconDiv .IconDiv.DisbleBtn:hover, .DocUploadDiv .DocIconDiv .IconDiv.DisbleBtn:focus{ background: #fff;color:#474747;opacity:0.5}


.DocUploadDiv .DocIconDiv .IconDiv:hover, .DocUploadDiv .DocIconDiv .IconDiv:focus{ background: #c7222a;color: #fff;}
	


.PhotoCatchScreen{position: absolute;
	top: 58px;
	bottom: 0px;
	left: 2px;
	right: 2px;
	background: #fff;
	z-index: 11;}
.PhotosScroll	{position: absolute;
	bottom: 50px;
	top: 30px;
	overflow: auto;}	
.heading18px{font-size: 18px;margin: 10px 0px 0px 10px}
	
.Photosblock{display: inline-block;
	max-width: 158px;
	height: 165px;
	float: left;
	border: 2px solid #fff;
	width: 44%;
	margin: 10px 1%;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px #c8c8c8;
	position: relative;}
	
	
.Photosblock .ImgCaptureA{position: absolute; top:0px; bottom:30px; width:100%;}
.Photosblock .ImgCaptureA img{ width:100%; height:100%}
.Photosblock .Btm2Btns	{position: absolute;
	bottom: 0px;
	height: 30px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	background: #e4e4e4;
	background: linear-gradient(#ffffff, #bababa); }
.Photosblock .Btm2Btns.Right0px	{right:0px; border-left:1px solid #9b9a9a }
.Photosblock .Btm2Btns i{color: #343434;
	font-size: 20px;
	margin-top: 5px; }

.PhotoCatchScreen .ImgCaptureBtn_Btm{position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;}	
.PhotoCatchScreen .ImgCaptureBtn_Btm .BtnThreeBtm{display: inline-block;
	vertical-align: top;
	width: 29%;
	margin: 5px 1.5%;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background: #cdcece;
	color: #C7222A;
	text-transform: uppercase;
	font-family: 'pf_handbook_proregular';
	font-size: 18px;
	border-radius: 3px;
	border: 1px solid #a4a4a4;
	box-sizing: border-box;}
	
	
/* ==================Advisor Assesment Form=============	 */
	
.AAF_BG{ background:#f2f3f6; box-sizing:border-box; padding:5px; float:left; width:100%}
.AAF_BG .ARF50perc{ width:48%; float:left;}
.AAF_BG .ARF50perc.FloatR{float:right;}

.AAF_mainDiv2{float: left;width: 100%;margin-top: 2px;position: relative;}
.AAF_mainDiv2::before {content: "";
	background-color: #b7b7b7;
	left: 0px;
	bottom: 10px;
	width: 1px;
	position: absolute;
	top: -2px;
	z-index: 9;
}

.AAF_mainDiv2 .AAF_InnerDiv{padding:10px 5px 0px 5px;
	float: left;
	/* margin-left: 30px; */
	position: relative;
	padding-left: 11px;
	box-sizing: border-box;
	width: 100%;}
	
.AAF_mainDiv2 .AAF_InnerDiv .AAF_TextDiv{    float: left;width: 64%;font-family: 'pf_handbook_proregular';}
.AAF_mainDiv2 .AAF_InnerDiv .AAF_InputDiv{float: right;
	width: 50px;
	margin-top: -3px;}
.AAF_mainDiv2 .AAF_InnerDiv .AAF_DropDiv	{    width: 35%;
	float: right;
	margin-top: -3px;
	max-width: 200px;}



.Execution-tab-Btn {    float: left;
	width: 160px;
	height: 30px;
	/* box-shadow: 0px 0px 1px rgba(0,0,0,0.6); */
	line-height: 30px;
	font-size: 15px;
	color: #545454;
	border-radius: 3px;
	margin: 6px 0px;
	/* background: #fff; */
}
.Execution-tab-Btn.Width270 {width: 270px;margin-bottom: 0px;}
.Execution-tab-Btn.Width100 {width: 100%;margin-bottom: 0px;}

.Execution-tab-Btn.Width100 .common-btn {    width: 31.3%;
	/* font-size: 12px; */}

.Execution-tab-Btn .common-btn {
	float: left;
	width: 48%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'pf_handbook_proregular';
	background: #e6e6e6;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-right: 2%;
	border-radius: 3px;cursor:pointer;transition:all .35s ease-in-out
}
.Execution-tab-Btn .common-btn.active {
	background: #c7222a;
	color: #fff;
	/* border-radius: 3px; */
	border: 1px solid #90040b;
}
.Execution-tab-Btn .common-btn:focus, .Execution-tab-Btn .common-btn:hover{border: 1px solid #90040b;}

.ARF-dropdownbox .ARF_DropDeatils.AAF{ padding-left: 10px;}
.ARF-dropdownbox .ARFDrop-top .DropIconCenter.AAF {left: 10px;}
.ARF-dropdownbox .ARFDrop-top .ARFHeading.AAF {color: #c7222a;font-size: 19px;}
.YearsBtn3{    display: inline-block;
	width: 31%;
	margin: 10px 2% 10px 0px;
	box-sizing: border-box;
	text-align: center;
	font-family: 'pf_handbook_proregular';
	height: 30px;
	line-height: 30px;
	float: left;
	border: 1px solid #c7222a;
	border-radius: 3px;}
.YearsBtn3.ActiveYr{background:#c7222a; color:#fff; }
.AAFTble table{border-collapse:collapse;}
.AAFTble table tr th{background:#858585; border:1px solid #898989; text-align:center;padding:4px; color:#fff; font-weight:normal}
.AAFTble table tr td{background:#efefef; padding:4px; text-align:center;border:1px solid #898989;}
.TextL{text-align:left !important;}
.TextC{text-align:Center}
.AAFTble100perc{width:100%; float:left;}
.AAFTble80perc{width:90%; float:left;}
.ARFTb_DeleteIcon	{    float: right;
	font-size: 23px;
	width: 9%;
	display: table;
	height: 55px;
	text-align: left;
	padding-left: 1%}

.ARFTb_DeleteIcon i	{display:table-cell;vertical-align:bottom}
.ARF-dropdownbox.AAF { float:left; margin-top:10px;}
.AFF_Bmbtm{    background: #e4e4e4;
	margin-left: -21px;
	padding-right: 36px;
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 2px;}
	
.AFF_Bmbtm .DivML21px{margin-left: 21px;}
.BM_approveInput{ width:85%; float:left;}
.BM_approveIcoA{width: 14%;
	float: right;
	text-align: right;}
.BM_approveIcoA .RightIconBlock	{background: #c7222a;
	border: 1px solid #b61119;
	width: 34px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	float: right;
	border-radius: 4px;
	line-height: 31px;cursor:pointer;}
.BM_approveIcoA .RightIconBlock.BGNone	{background: #d08983; border: 1px solid #d08983;}
.BM_approveIcoA .RightIconBlock i.fa-plus	{ -webkit-text-stroke:2px #c7222a}
.BM_approveIcoA .RightIconBlock i.fa-trash	{ font-size: 30px;} 


.DeclrationDiv{    text-align: center;
	max-width: 600px;
	width: 96%;
	margin: auto;
	font-size: 18px;}
.DeclrationDiv .Redheading	{    font-size: 20px;
	color: #c7222a;
	font-family: 'pf_handbook_proregular';
	float: left;
	width: 100%;}
.DeclrationDiv .Redheading span i{ color: #63b707; padding:0px 5px}
.DeclrationDiv .Redheading.Btmbdr	{     width: 70%;
	border-bottom: 1px solid #c7222a;
	margin: 30px 15% 10px;
	max-width: 600px;}
.DeclrationDiv .BlackHD	{color: #000;
	font-family: 'pf_handbook_proregular';
	margin: 2px;
	font-weight: 600;}
.DeclrationDiv .ConfoDiv	{float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	font-style: italic;
	font-family: 'pf_handbook_proregular';  min-height: 115px;}
	
.DeclrationDiv .OtpInputA	{display: inline-block;
	width: 150px;
	vertical-align: top;}
	
.DeclrationDiv .OtpBtnA	{display: inline-block;
	width: 110px;
	background: #44484a;
	color: #fff;
	text-align: center;
	vertical-align: top;
	height: 32px;
	line-height: 30px;
	border-radius: 3px;}
	
.DeclrationDiv .ResendotpBtn	{    float: left;
	margin-top: 20px;
	width: 100%;
	color: #c7222a;
	text-decoration: underline;
	font-family: 'pf_handbook_proregular';}

	
.ThankYou_Payment{font-size: 35px;
	line-height: 50px;
	margin-top: -20px;
	font-family: 'pf_handbook_proregular';}	
	
	
/* ===============Advisor recruitment start=================== */

.AR_TopSearch{box-shadow: 1px 2px 3px #ccc;
	box-sizing: border-box;
	padding: 0px 10px;margin-top: 55px;}
.AR_TopSearch.MT5px{margin-top: 5px;}
.AR_Search{width:76%; float:left;}
.AR_SearchIco	{width: 70px;float: right;font-size: 30px;}
.topNavBar {
	background: #c7222a;
	float: left;
	width: 100%;
	height: 55px;
}
.topNavBar.Height50 {
	height: 50px;
}
.NavTOpText {
	float: left;
	margin-left: 10px;
	margin-top: 17px;
	color: #ffffff;
	font-size: 20px;
	font-family: 'pf_handbook_proregular';
}
.NavTOpLogo {width: 112px;
	float: left;
	margin: 5px 0px 0px 9px;
}
.NavTOpLogo img { width:100%;
}

.TopWlcomeText{    float: right;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	margin-top:13px;
	color: #fff;}
.TopWlcomeText .YellowT{font-size: 14px;color: #f6d000;}
.TopWlcomeText .FLStexT{color: #fff;}

.topNavIcon {
	background: #c7222a;
	float: left;
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;box-shadow: 0px 2px 4px #ababab;

}
.topNavIcon .Block3 {
	width:33%;
	float: left;
	text-align: center;
	border-bottom: 4px solid #c7222a;
	color: #e8caca;
	cursor: pointer;
}
.topNavIcon .Block3 img {
	width: 100%;
	max-width: 25px;
}
.topNavIcon .Block3.Active {
	border-bottom: 4px solid #f6d000;
	color: #fff;
}
.topNavIcon .Block3 .TopNavText {
	text-align: center;
	font-size: 16px;
}
.Leads_recodsArea {position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0px;
	overflow-y: auto;
	top:210px;
}
.Leads_recodsArea.Top218{    top: 218px;}
.Leads_recodsArea.Top170px {
	top: 175px;
}
.Leads_recodsArea.Top165px {
	top: 165px;
}
.Leads_recods {position: relative;
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-left: 7px solid #d02b02;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	background: #fff;
	float: left;
	/* min-height: 122px; */
}
.Leads_recods.ActiveC {
	border: 1px solid #c7222a;
	border-left: 7px solid #d02b02;
	box-shadow: 0px 1px 3px 0px rgb(199, 34, 42);
}
.LR_NewLead {
	position: absolute;
	left: -8px;
}
.LR_NewLead > img {
	width: 35px;
}
.LR_Top {
	position: absolute;
	top: 0px;
	/* width: 100%; */
	left: 2px;
	right: 2px;
	font-size: 13px;
	padding: 5px 2px;
	text-align: right;
}
.LR_Top div {
	display: inline-block;
	float: right;
	margin: 0px 5px;
}
.LR_Photo {float: left;
	width: 100%;
}
.LR_CircleImg {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ccc;
	overflow: hidden;
	float: left;
	margin-top: 6px;
	background: #999;
}
.LR_CircleImg > img {
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
}
.LR_ImgText {width: 79%;
	float: left;
	padding: 20px 0px 10px 10px;
}
.LR_Top i {
	color: #63b707;
}
.LR_ImgTextRed {
	color: #000;
	font-size: 18px;
	font-family: 'pf_handbook_proregular';
}
.LR_SMText {
	float: left;
	width: 100%;
	margin-top: 4px;
}
.LR_PhoneIcon {    position: absolute;
	right: 5px;
	font-size: 30px;
	color: #63b707;
	bottom: 30px;
}
.LR_Btm {    
	/* position: absolute; */
	bottom: 0px;
	width: 100%;
	font-size: 13px;
	border-top: 1px solid #ccc;
	padding: 5px 5px;
	float: left;
	box-sizing: border-box;
}
.LR_Btm .DIvF {
	width: 50%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.LR_Btm .DIvF.FloatR{ text-align:right;float: Right;}

.Leads_recods:last-child {
	margin-bottom: 61px;
}
/* ===============Advisor recruitment end=================== */


/* ===============Lead Details Start=================== */
.LD_CenterDiv {    width: 96%;
	max-width: 500px;
	box-shadow: 0px 2px 6px #a9a9a9;
	padding: 25px 0px 6px 0px;
	background: #fff;
	margin: auto;
	overflow: auto;
	position: relative;
	border-bottom: 3px solid #c7222a;
	margin-bottom: 10px;
}
.LD_CenterDiv .LD-Editicon-top {
	   position: absolute;
	top: 3px;
	right: 4px;
	border: 1px solid #c7222a;
	border-radius: 3px;
	padding: 1px 5px;
	color: #c7222a;
	font-size: 20px;
}
.LD_CenterDiv .LD-Phone-top {    bottom: 4px;
	position: absolute;
	right: 11px;
	font-size: 29px;
	color: #c7222a;}
	
.LD_Circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #7d7d7d;
	float: left;
	position: relative;
	margin-left: 10px;
}
.LD_Circle img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.LD_RightBX {
	float: left;
	width: 64%;
	min-width: 182px;
	margin-left: 10px;
}
.LR_ImgTextRed.LD {
	font-size: 22px;
	word-break: break-word;
}
.LD_RightBX .MapIcon {
	float: left;
	min-width: 20px;
	height: 60px;
	width: 7%;
	color: #c7222a;
	font-size: 25px;
	margin-top: 5px;
}
.LD_RightBX .MapAddress {
   float: left;
	width: 85%;
	height: auto;
	margin-top: 6px;
	font-size: 14px;
	word-break: break-word;
}
.LD-dropdownbox {position: relative;
	width: 100%;
	margin: 10px auto;
	border: 1px solid #ccc;
	-moz-box-sizing: border-box;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	background: #fff;
	height: auto;
	overflow: auto;
	padding-bottom: 0px; 
	box-sizing: border-box; cursor:pointer;
}
.LD-dropdownbox.FirstDropD {margin-top:0px;}
.LD-dropdownbox .LDDrop-top {
	height: 60px;
	width: 100%;
}
.LD-dropdownbox .LDDrop-top .DropIconCmn {
	   width: 40px;
	float: left;
	display: table;
	background: #f9fafb;
	height: 60px;
	text-align: center;
}
.LD-dropdownbox .LDDrop-top .DropIconCmn.FloatR {float:right}
.LD-dropdownbox .LDDrop-top .DropIconCenter {

	position: absolute;
	left: 40px;
	right: 40px;
}
.LD-dropdownbox .LDDrop-top .DropHeading {    width: 100%;
	float: left;
	color: #000;
	font-size: 16px;
	font-family: 'pf_handbook_proregular';
	margin: 5px 0px;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-left: 5px;
	box-sizing: border-box;
}
.LD-dropdownbox .LDDrop-top .DropIconCenter .HideContent {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 5px;
	font-size: 14px;
}

.LD-dropdownbox .LDDrop-top .DropIconCmn > img {
	width: 25px;
	margin-top: 18px;
}

.LD-dropdownbox .LDDrop-top .DropIconCmn i {
	color: #000;
	display: table-cell;
	vertical-align: middle;
	-webkit-text-stroke:1.5px #f9fafb;
}
.LD_DropDeatils {    width: 100%;
	float: left;
	background: #fff;
	padding-left: 31px;
	box-sizing: border-box;
	padding-bottom:20px;
}
.LD_DropDeatils table {
	width: 95%;
	float: left;
	font-weight: normal;
	margin-left: 6px; border-collapse:collapse;
}
.LD_DropDeatils table tr td {
	padding: 4px;
	vertical-align: top; border:1px solid #ccc; vertical-align:top;
}
.LD_DropDeatils table tr th {
	padding: 4px;
	vertical-align: top; border:1px solid #ccc; vertical-align:top; background:#eaeaea; text-align:left;
}
.LD_Referalcircle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #7d7d7d;
	float: right;
	position: relative;
	margin-left: 10px;
	background: url(../images/Rdeferl_bnk.png);
	background-size: 100%;
}
.LD_Referalcircle img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.LD_TopArfNo{      position: absolute;
	top: 3px;
	left: 8px;
}
.LD_TopStage{float:left; width:48%}
.LD_TopStage2{float:left; width:48%; margin-left:4%; text-align:right;}




/* -------Filter screen start------- */

.FN-mainDiv {
	/*top: 60px; */
	padding: 0px 7px;
	/* position: absolute; */
	/* left: 0px; */
	/* right: 0px; */
	/* bottom: 55px; */
	float: left;
	box-sizing: border-box;
	width: 100%;
}
.FN-mainHD {
	color: #000;
	height: 40px;
	line-height: 40px;
	font-size: 19px;
	font-family: 'pf_handbook_proregular';
}
.FN-mainWhite {
	background: #fff;
	/* box-shadow: 0px 3px 5px #ccc; */
	/* position: static; */
	/* top: 40px; */
	/* bottom: 0px; */
	/* left: 0px; */
	/* right: 0px; */
	overflow: auto;
	padding: 0px 5px;
	height: 450px;
	overflow-y: auto;
	text-align: left; 
}
.FN-mainWhite .FN-table {
		display: table;
	width: 98%;
	border-bottom: 1px solid #ccc;
	height: 40px;
	margin: 2px auto;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-shadow: 0px 0px 3px #ccc;
}
.FN-mainWhite .FN-table .FN-tblCell {
	display: table-cell;
	vertical-align: middle;
	padding: 3px 10px;
	font-size: 16px;
	line-height: 22px;
	height: 40px;
}
.FN-mainWhite .FN-table .FN-tblCell div {
	font-family: 'pf_handbook_proregular';
}
.FN-mainWhite .FN-table .FN-tblCell .FN-RedF {
	color: #000;
}
.FN-mainWhite .FN-table .FN-tblCell.ArrowRight {
	width: 30px;
	text-align: center;
	font-size: 25px;
}
.Filter_InnerDiv{    bottom: 0px;
	z-index: 9;
	/* top: 60px; */
	/* position: absolute; */
	background: #f2f3f6;
	padding: 0px 7px;
	/* left: 0; */
	/* right: 0; */
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.FN-mainHD {    color: #000;
	height: 40px;
	line-height: 40px;
	font-size: 19px;
	font-family: 'pf_handbook_proregular';
	text-align: left;
	padding-left: 10px;
	box-sizing: border-box;
}
.FN-inner-Space {
	display: block;
	padding: 0px 10px;
}
.FN-mainWhite.Btm50px {
	bottom: 50px;
}
.Filter-Search-TB {
	display: block;
	width: 90%;
	margin: 0px;
	color: #545454 !important;
	text-align: left;
	height: 32px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.2);
	padding: 0px 7.5% 0px 2.5%;
	border-radius: 3px;
	background: url(../images/search-icon.png) no-repeat right 5px center #fff;
	background-size: 20px;
}
.Filter_InfoBG{float: left;
	width: 100%;
	background: #ffffff;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #ccc;}
	
.Filter_InfoBG .Width88Perc{ width:88%; float:left;}
.Filter_InfoBG .Width30Px{ width:30px; float:right;}
.Filter_InfoBG .Finfo-name {
	display: inline-block;
	text-align: left;
}

.CmnBtmLastArea.PositionA{position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0px;}
.CmnBtmLastArea.Btm0pxFilter{position: absolute;
	bottom: 0px; z-index:5;
}
.Cmn_BtmBtn.MarginAuto{    margin: 10px auto;
	float: none;}
.Cmn_BtmBtn.BtnFilter{    margin: 10px auto;
	float: none;}
.FilterInner_Scroll{
	/*position: absolute; */
	/* top: 40px; */
	/* left: 10px; */
	/* right: 10px; */
	/* bottom: 58px; */
	width: auto;
	float: left;
	width: 100%;}

.FilterInner_Scroll.Top10{ top: 10px;padding: 0px 2px;}

.FilterDate_width45{width: 45%;max-width: 180px; float:left;}
.FilterDate_CText	{    width: 9%;
	float: left;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	/* max-width: 28px; */}	
.input-Txt-Box.width38px {
	min-width: 38px;
	width:38%;
	/* max-width: 100px; */
}


.Mobile_TopScrollArea{     position: absolute;
	left: 0px;
	right: 0px;
	overflow-x: auto;
	top: 107px;overflow-y: hidden;
	/* height: 70px; */
}
.Mobile_TopScrollArea .ScrollDiv{/*min-width: 650px; */
	margin: auto;
	width: 100%;
	white-space: nowrap
}
.TOp_ScrollBlocks_MB {
	height: 50px;
	display: inline-block;
	background: #6c7174;
	background: linear-gradient(#6c7174 54%, #73777a 35%, #84888b 90%);
	position: relative;
	color: #fefefe;
	border-radius: 2px;
	border: 1px solid #aaa;
	width: 75px;
	margin: .2%;
	box-sizing: border-box; 
	/* width: 11.6%; */
}
.TOp_ScrollBlocks_MB .TOpTextHD_MB .DPTble_cell {display:table-cell; vertical-align:middle; white-space:normal;
}
.TOp_ScrollBlocks_MB.Active {
	background: #d08983;
	background: linear-gradient(#d08983 54%, #d49a95 35%, #e9cdcb 90%);
}
.TOp_ScrollBlocks_MB .TOpTextHD_MB {position: absolute;
	top: 0px;
	height: 50%;
	width: 100%;
	text-align: center;
	font-size: 13px;
	padding: 2px 5px;
	font-family: 'pf_handbook_proregular';
	line-height: 12px;
	display: table;
	box-sizing: border-box;
}
.TOp_ScrollBlocks_MB .TOpTextNumber_MB {
	position: absolute;
	bottom: 0px;
	height: 45%;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-family: 'pf_handbook_proregular';
}
.TOp_ScrollBlocks_MB.Active .TOpTextNumber_MB {
	color: #c7222a;
}

.Discrepancy_Block{ border: 1px solid red;
	padding: 0px 0px;
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin-bottom: 5px;
        position: relative;
    z-index: 9;
}
.Discrepancy_Block table{ border-collapse:collapse; width:100%;}
.Discrepancy_Block table tr td{    padding: 4px 4px;
	border-bottom: 1px solid #ccc;
	color:red;
	font-size: 14px;
	font-family: 'pf_handbook_proregular';}
.Discrepancy_Block table tr td:first-child{ width:20px;}
.Discrepancy_Block table tr td:first-child .fa-exclamation-triangle{color:red;}
.Discrepancy_Block table tr td:last-child{ width:80px;}
.Discrepancy_Block table tr:last-child td{ border:none;}

.Btn_Discrepancy{ width:80px; height:20px; text-align:center; text-transform:uppercase;color:#fff;line-height:20px; 
background:#44484a;float:right; border-radius:2px; margin-left:10px;cursor:pointer;}
.Btn_Discrepancy.Resolved{ background:#969f6e;}
.Btn_ReOpen	{width: 80px;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	line-height: 20px;
	background: #44484a;
	float: right;
	border-radius: 2px;
	margin-left: 10px;
	cursor: pointer;}
.Btn_ReOpen.ReOpenResolved{ background:#C7222A;}
.Discrepancy_LD{ border:1px solid red;}
.DPtexT_LD{color: red;
	margin: 33px 0px 0px 0px;
	font-style: italic;
	font-family: 'pf_handbook_proregular';
	position: absolute;
	bottom: 0;
	background: #fff;
	left: 40px;
	right: 40px;
	height: 20px;}

.BGSelection{width:100%; float:left; background:#d08983;padding:3px 6px; box-sizing:border-box;}	
.ToogleBorderA	{border:1px solid #c7222a; float:left; width:100%;}
.ToogleBtnArea	{margin:auto; max-width:320px;text-align: center;}
.ToogleBtnArea label{animation-direction: initial;
	animation-fill-mode: none;
	pointer-events: auto;}

/* ======toggle radio css======	 */
.toggleRadio, .toggler {display: inline-block;
	vertical-align: middle;
	margin: 6px 2px;
	position: relative;
	font-size: 16px;
	font-family: 'pf_handbook_proregular';

}

.toggler {
  color: #000;
  transition: .2s;
}

.toggler--is-active {
  color: #fff;
}

.toggleRadio {    width: 70px;
	height: 20px;
	border-radius: 100px;
	background-color: #ffffff;
	/* overflow: hidden; */
	box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
.toggleRadio input[type=checkbox] {
	display: block;
}

.checkRadio {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.checkRadio:checked ~ .switchRD {
	right: -3px;
	left: 65%;
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-property: left, right;
	transition-delay: .08s, 0s;

}

.switchRD {position: absolute;
	left: -2px;
	top: -4px;
	bottom: 2px;
	right: 65%;
	background-color: #969f6e;
	border-radius: 36px;
	z-index: 1;
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-property: left, right;
	transition-delay: 0s, .08s;
	box-shadow: 0 0px 2px rgb(199, 34, 42);
	height: 27px;
	z-index: 4;
	border: 2px solid #fff;
	box-sizing: border-box;

}
/* ======toggle radio css end======	 */
/* Alert PopUP CSS*/
.SPpop_Info {    min-height: 150px;
	display: table;
	width: 100%;
	padding: 0;
	padding: 5px;
	text-transform: none;
	float: left;
	box-sizing: border-box;
}
.Popup_DPTC {
	   /* width: 100%; */
	padding: 20px 0px;
	text-align: center;
	font-size: 19px;
	/* padding-right: 30px; */
	line-height: 26px;
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	text-align: center;
	margin: auto;
}
.BTnPopup_Div {
	max-width: 350px;
	height: 30px;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}
.BtnPop_GRD {
	border: 1px solid #a0a0a0;
	text-align: center;
	line-height: 30px;
	width: 80px;
	display: inline-block;
	border-radius: 3px;
	font-size: 18px;
	margin: 0 4px;
	background: #e2e2e2;
	background: -webkit-linear-gradient(#e2e2e2, #ffffff);
	background: -o-linear-gradient(#e2e2e2, #ffffff);
	background: -moz-linear-gradient(#e2e2e2, #ffffff);
	background: linear-gradient(#e2e2e2, #ffffff);
	cursor: pointer;
	box-shadow: 0px 1px 5px #ccc;
	color: #000 !important;
	text-decoration: none;font-family: 'pf_handbook_proregular'
}
.BTnPopup_Div a:focus {
	border: 2px solid #75a9fd;
}
.CmnPopup.BoxShadow {
	border-radius: 0px;
	box-shadow: 0px 7px 12px -3px #a68a81;
}

/* Alert PopUP CSS*/
	
.MsgBlank{    width: 98%;
	margin: 15px auto;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;}	

.DataSyncDiv{ position: absolute;
	bottom: 60px;
	top: 0px;
	overflow-y: scroll;}
.DataSyncDiv table{ width:100%; float:left; border-collapse:collapse}
.DataSyncDiv table tr th{    padding: 7px 4px;
	border: 1px solid #ccc;
	vertical-align: top;
	background: #eaeaea;
	text-align: left;}
.DataSyncDiv table tr td{ vertical-align:top; padding:4px; border: 1px solid #ccc; border-top:none;
	vertical-align: top; text-align:left;}

.DataSyncDiv table tr td .fa-check{ color:#00a638;-webkit-text-stroke:2px solid #fff}
.DataSyncDiv table tr td:nth-child(1), .DataSyncDiv table tr th:nth-child(1){ width:25px;}
.DataSyncDiv table tr td:nth-child(3), .DataSyncDiv table tr th:nth-child(3){ width:55px; text-align:center}
	
.CmnCalendarIco{    position: absolute;
	right: 0px;}
	


.AppointeDetaildDiv{font-size: 17px;
	font-family: 'pf_handbook_proregular';
	border-bottom: 1px dotted #c7222a;
	padding-bottom: 4px;
	/* border-top: 1px dotted #626262; */
	color: #c7222a;}
.MA50P + div {     margin-top: 20px;text-align: center;}
	
/* only for popup date time */

.MBR_FixH70px{height: 65px;}
.MBR_FixH42px{height: 45px;}
.MBR_FixH51px {height: 51px;}		
.MB_btmM10px{ margin-bottom:8px;}
.MB_MT18px{margin-top:18px;}
/* only for popup date time */

	
.Backleadbtn{ display:none}

.DOC_SearchIco{float: right;
	/* width: 10%; */
	background: #c7222a;
	border-radius: 2px;
	max-width: 40px;
	text-align: center;
	padding: 4px 0px 0px 0px;
	min-width: 40px;
	box-shadow: 1px 2px 3px #ccc;cursor:pointer;
        position: relative;
    z-index: 9;
}
	
.DOC_SearchIco img{ width:19px;}	
.input-Txt-Box.width93perc	{ width:94%}
.Common-selectDiv.width93perc{ width:94%}

.LogPassword{position: absolute;right: 0px;width: 30px;height: 34px;font-size: 20px;line-height: 35px;}
/* ==============Media Query=================== */


@media screen and (min-width:320px) and (max-width:800px) {
/* First Page Main */
.TOp_ScrollBlocks {min-width: 100px;}
.Cmn50_Web { padding: 10px 10px;position: static;float: left; width:100%;}	
.Cmn50_Web.Right0{ display:none;box-shadow:none;}
.Leads_recodsArea { position: static; float: left;}
    .Leads_recodsArea.MobiScroll {    position: absolute;    top: 375px;
    }
.LD_ScrollWeb {position: static; float: left;width: 100%;}
.YelloStripWeb {    padding: 5px 5px;
	margin-left: 0px;
	box-sizing: border-box;
	margin-left: 0px;}
.TopScrollBlock .ShadowTOp .ScrollAreaWeb .ScrollDivWeb {overflow-x: scroll;}
.Menu_BtnBtm.mobileView{ display:table !important; right:5%}
.Backleadbtn	{    background: #ccc;
	margin-bottom: 6px;
	width: 60px;
	border-radius: 4px;
	padding: 5px;
	float: left; display:block}	
	
/* add lead pages */
.ARFWeb_Scroll {position: static; float:left;}
.CmnBtmLastArea.Btm0px {position: static;width: 100%;padding: 0px;}

/* ARF page */
.ARFWeb_width150px { display:block;float: none; margin: auto; border: none;}
.ARFWeb_width78 {width: 100%; border-top: 1px dotted #ccc;}

/* import export page */
.ExpImpDiv {width: 100%;}
.ImpExp_Div .MA50P { margin: auto;width: 100%;}
.fixed-height42px.HeightNone{height:auto}


/*popup date time */
/* .common_table.Bg {position: static;} */
.DateDiv42perc {width: 43%;}
.Date_Totext {width: 25px;font-size: 14px;}	
.PositionStatic{position:static !important; padding:20px 0px;}

/*ARF Photo */

}

@media screen and (min-width:500px) and (max-width:800px) {
	
/* First Page Main */
.MainBdyContainer {position: static;float: left;margin-left: 2%;}

/* Assign lead page */
.Cmn90Perc {width: 89%;float: left;}
.input-Txt-Box.width93perc, .Common-selectDiv.width93perc {width: 88%;}
.Leads_recodsArea.MobiScroll {
    top: 390px;
}
}






@media screen and (min-width:320px) and (max-width:499px) {
/*popup date time */
.CmnPopup {width:94%;}
.MBR_100perc{ width:100%;}	
.MBR_MT20px{margin-top:20px;}
.FH_Moblie{ height:45px;}	

/* fix heigh popup input only mobile */
.MB_FH30px{ height:30px;}
.MB_FH35px{ height:35px;}
.MB_FH40px{ height:40px;}
.MB_FH45px{ height:45px;}
.MB_FH50px{ height:50px;}
.MB_FH55px{ height:55px;}
.MB_FH60px{ height:60px;}
.MB_btmM10px{ margin-bottom:0px;}


.Labelselect.Perc50 { width:100%;}
.Labelselect.MT45px {margin-left: 0px;}
.heightAuto{ height:auto;}
.MBR_FixH70px{min-height: 65px; height:auto;}
.MBR_FixH42px{min-height: 45px; height:auto;}
/* .common_table.Bg {position: static;} */
.TraingPop_FullDiv { height: auto;padding:0px 10px 16px 10px}
/*popup date time end */	


/* First Page Main */
.TOp_ScrollBlocks {height: 60px;}
.MainBdyContainer { position: static;float: left; margin-left: 2%;padding: 10px 4px;width: 96%;}
.AR_Search {width: 69%;float: left;}
.TOp_ScrollBlocks .TOpTextNumber {height: 40%;font-size: 19px;}
.TOp_ScrollBlocks .TOpTextHD {font-size: 14px;}
.TopScrollBlock .ShadowTOp {height: 115px;}
.TopWlcomeText .FLStexT {width: 120px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


/* ARF page */
.Execution-tab-Btn.Width100 .common-btn {width: 100%;margin: 4px 0px;}
.Execution-tab-Btn.Width100 {height: auto;}
.Execution-tab-Btn.Width400 { width: 100%;}
.Execution-tab-Btn .common-btn { margin: 5px 0px; margin-right:2%}


/* Assign lead page */
.Cmn90Perc {width: 85%;float: left;}
.Cmn_BtmBtn.InlineC {width: 140px;}

/* import export page */

form input.commonRadioBtn + label { margin: 3px 6px 0px 0px;}
.commonRadioBtn + label .radioText.Big { margin-right: 5px;}
.MA50P .Cmn_BtmBtn.FloatNone { width: 100px;}
.MA50P + div { text-align:center;    padding: 10px 0px;}
.MA50P + div .Cmn_BtmBtn.FloatNone{ margin-top:10px;}


/*Photo proof popup */
#slider {width: 200px;height: 220px;}

#slider ul li {width: 200px;height: 220px;
 line-height: 200px;
}
.Execution-tab-Btn.Width270 { width: 260px;}
.input-Txt-Box.width93perc, .Common-selectDiv.width93perc {width: 82%;}
/* Filter popup */
.FN-mainWhite {height: auto;}
}



@media screen and ( max-height: 400px ){
	.LoginOuterDiv{    position: static;    background: #c7222a;padding-bottom: 20px;}
}

@media screen and (max-width: 800px){
.FN-mainWhite{height: auto;}
.common_table.Bg {
	position: static; 
	float: left;
	overflow: scroll;
}
}

/*@media screen and (max-width: 499px) , screen and (min-height: 551px) and (max-height:650px) {
.FilterPopUp {height: 550px;}
.FN-mainWhite{height: auto;}
}*/




.PA {
    position:absolute;
}


.Add_LeadPopup{position: absolute;
    border: 1px solid #ccc;
    padding: 5px;
    right: 75px;
    width: 150px;
    color: #474747;
    font-size: 17px;
    top: -10px;
    background: #f2f2f2;
    /* color: #000; */
    font-family: 'pf_handbook_proregular';
    border-radius: 2px;
    box-shadow: 1px 2px 3px #ccc;}

.Add_LeadPopup .ArrowImg{    position: absolute;
    right: -39px;
    top: -12px;}

.Add_LeadPopup .ArrowImg img{width: 42px;}
/*Design by Mazhar*/



.MainBdyContainer.Top110px{top:112px;overflow-y: auto;}
.common50Shadow{float: left; width: 47%; box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2); border-radius: 3px; margin-top: 15px; padding: 10px 1%; min-height: 200px;}
.common100Shadow{float: left; width: 98%; box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2); border-radius: 3px; padding: 10px 1%;}
.Cmn_BtmBtn.TAC{text-align: center; margin:25px 10px;}
.Cmn_BtmBtn.DIB{display: inline-block; float: none;}
.Cmn_BtmBtn.TACM0px{text-align: center; margin: 0px;}
.BM_approveInput.Width80perc{width: 80%;}
.BM_approveIcoA.width5perc{width: 5%; float: left;}
.BM_approveIcoA.width15perc{width: 15%;}
.BM_approveIcoA .RightIconBlock.width90perc{width: 90%;}
.Diff-Info-Table {float: left; width: 100%;border-collapse: collapse; margin-top: 10px;}
.Diff-Info-Table th {border: 1px solid #ccc; font-size: 18px;background: #c7222a; padding: 10px; color: #fff; font-weight: normal;}
.Diff-Info-Table td {border: 1px solid #ccc; font-size: 16px;background: #fff; padding: 10px; text-align: center; cursor: pointer;}
.S5_3Btn_Div{float: left; width: 242px; border-radius: 3px;  border: solid 1px #ccc;}
.S5_3Btn_Div .commonBtn{float: left; width: 80px; text-transform: uppercase; height: 35px; line-height: 35px; font-size: 16px; cursor: pointer; text-align: center; color: #5d5d5d; border-right: solid 1px #ccc; background: #eee;}
.S5_3Btn_Div .commonBtn.active{background: #c7222a; color: #fff;}
.S5_3Btn_Div .commonBtn.BR0px{border: solid 0px #ccc;}
.BS{box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2); }
.TAC{text-align: center;}
.common70perc{float: left; width: 70%;}
.common30perc{float: left; width: 28%;}
.commonMT10px{margin-top: 10px;}
.FR{float: right;}

/*Alert*/
.Leads_recodsArea.PA{position: absolute;}
.AR_SearchIco.width30px{width: 30px;}
.AR_TopSearch.MTPB5px { margin-top: 5px; padding-bottom: 5px;}
.AR_SelectAll.MT5px {width:90%; float:left; margin-top: 5px;}
.ML_FS { margin-left: 5px; font-size: 18px;}
.Coll_CheckBox_Left_Div {margin-top: 10px; display: inline-block;}
.Leads_recodsArea.Top55px {top: 55px;}
.ARF-dropdownbox .ARF_DropDeatils.PLR {padding: 0px 40px;}
.AL_coll_Info_Txt {display: block;font-size: 15px;margin-top: 5px; color: #909090;}
.ARFDrop_Star_Div {float: left; width: 98%; margin: -5px 1% 5px 1%;}
.AL_coll_Info_Txt.FL {display: initial; float: left;padding-left:30px;}
.AL_coll_Info_Txt {display: block; font-size: 15px; margin-top: 5px;color: #909090;}
.AL_coll_Info_Star {float: right; font-size: 20px; margin: 8px 0px 0px 10px; color: #909090;}
.AL_coll_Info_Star.active{color: #c7222a;}
.AN_PA_Chk_Box_Div{position: absolute; z-index: 9; padding: 0px 5px 6px 7px; background: #f9fafb;}
.Count_Info_Txt{text-align:center ; font-size: 16px;  margin: 3px 5px;}
.unread_count {color: #c7222a;}
.AR_DeleteIco {float: right;font-size: 30px;}

.common_20perc
{
	width:20%;
	float:left;
}

/**---------------- cs by NitinJ as on 18112022	------------------*/
/*Fee Waiver Off Period page*/
.FeeWavOfPeriod_Pg .MainBdyContainer.InnerPages {
    top: 175px;
}

.ToggleSwitchBtn .switch {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}

    .ToggleSwitchBtn .switch input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        top: -30px;
        right: 0;
        z-index: 999;
        cursor: pointer;
    }

.ToggleSwitchBtn .slider {
    position: absolute;
    cursor: pointer;
    top: -13px;
    left: 0;
    bottom: 0;
    background-color: #C9C9C9;
    -webkit-transition: .4s;
    transition: .4s;
}

    .ToggleSwitchBtn .slider:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 4px;
        bottom: 3px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

.ToggleSwitchBtn .ToggleSwitchActive .slider {
    background-color: #0475BC;
}

.ToggleSwitchBtn .ToggleSwitchActive:focus .slider {
    box-shadow: 0 0 1px #2196F3;
}

.ToggleSwitchBtn .ToggleSwitchActive .slider:before {
    -webkit-transform: translateX(49px);
    -ms-transform: translateX(49px);
    transform: translateX(49px);
}

.ToggleSwitchBtn .on {
    display: none;
}

.ToggleSwitchBtn .on, .ToggleSwitchBtn .off {
    color: #000000;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    font-size: 16px;
}

.ToggleSwitchBtn .slider .on {
    left: 42%;
    color: #fff;
}

.ToggleSwitchBtn .slider .off {
    left: 57%;
}

.ToggleSwitchBtn .ToggleSwitchActive .slider .on {
    display: block;
}

.ToggleSwitchBtn .ToggleSwitchActive .slider .off {
    display: none;
}
/* Rounded sliders */
.ToggleSwitchBtn .slider.round {
    border-radius: 34px;
    width: 75px;
    height: 25px;
}

    .ToggleSwitchBtn .slider.round:before {
        border-radius: 50%;
    }

.ToggleBtnTable td {
    padding: 8px 0px;
    font-size: 18px;
}

.ToggleBtnTable th {
    padding: 8px 0px;
    font-size: 20px;
}

.FeeWavOfPeriod_Pg .AL_InfoScroll {
    min-height: 215px;
    height: auto;
}
.Leads_recodsArea.Top120px {
	top: 160px;
}




.loader_Proc
{

    display:none;
    float:left;
    width:100%;
    height:160%;
    position:absolute;
    opacity:0.90;
    filter:Alpha(opacity=80);
     background-color:#FFFFFF;
     text-align:center;
     padding:20%;
     z-index: 9999999;
         cursor: wait;
}

.loading
{
    font-family: Arial;
    font-size: 18pt;        
    display: none;
    position: fixed;        
    z-index: 999999999;
        cursor: wait;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
  url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
  url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
  url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

