/* Minification failed. Returning unminified contents.
(10329,1): run-time error CSS1019: Unexpected token, found '}'
(10468,1): run-time error CSS1019: Unexpected token, found '}'
(11594,76): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*! 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;
	margin-top:0px;
}
.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%;
}
.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/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/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/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/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/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/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/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/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("../images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("../images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("../images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../images/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/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/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.2.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.2.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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.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}@-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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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:#fff}.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:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.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{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: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-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.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"}

body {
    position:relative
}
.bottom-margin-zero {
	margin-bottom:0px;
}
.nav > li > a {
  color: #FFFFFF;
  /* font-weight: 600; */
  padding: 14px 15px 14px 15px;
}
.nav.navbar-right > li > a {
  color: #999c9e;
}
.nav > li.active > a {
  color: #ffffff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
  background-color: #4d4d4d;
  color: white;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #fff;
}
.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus {
  background-color: transparent;
}
.nav > li > a i {
  margin-right: 6px;
}
.navbar {
  border: 0;
}
.navbar-default {
  background-color: transparent;
  border-color: #2f4050;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 40px;
}
.body-small .navbar-top-links li:last-child {
  margin-right: 0;
}
.navbar-top-links li a {
  padding:  10px;
 
}
.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal;
}
.dropdown-menu > li > a.font-bold {
  font-weight: 600;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
 
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.dropdown-messages,
.dropdown-alerts {
  padding: 10px 10px 10px 10px;
}
.dropdown-messages li a,
.dropdown-alerts li a {
  font-size: 12px;
}
.dropdown-messages li em,
.dropdown-alerts li em {
  font-size: 10px;
}
.nav.navbar-top-links .dropdown-alerts a {
  font-size: 12px;
}
.nav-header {
  padding: 25px 25px;
 
}
.pace-done .nav-header {
  transition: all 0.4s;
}
.nav > li.active {
 
  background: #4D4D4D;
  color: #ffffff;
}
.nav.nav-second-level > li.active {
  border: none;
}
.nav.nav-second-level.collapse[style] {
  height: auto !important;
}
.nav-header a {
  color: #FFFFFF;
}
.nav-header .text-muted {
  color: #8095a8;
}
.minimalize-styl-2 {
  padding: 4px 12px;
  margin: 11px 5px 5px 20px;
  font-size: 14px;
  float: left;
}
.navbar-form-custom {
  float: left;
  height: 50px;
  padding: 0;
  width: 200px;
  display: inline-table;
}
.navbar-form-custom .form-group {
  margin-bottom: 0;
}
.nav.navbar-top-links a {
  font-size: 14px;
}
.navbar-form-custom .form-control {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 14px;
  height: 60px;
  margin: 0;
  z-index: 2000;
}
.count-info .label {
  line-height: 12px;
    padding: 1px 4px;
    position: absolute;
    right: 9px;
    top: 5px;
    border-radius: 10px;
}
.ui-widget-header { cursor: move;font-size: 14px;
    margin-top: 8px; }
.arrow {
  float: right;
}
.fa.arrow:before {
  content: "\f104";
}
.active > a > .fa.arrow:before {
  content: "\f107";
}
.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important;
}
.nav-second-level li a {
  padding: 7px 10px 7px 10px;
  padding-left: 34px;
}
.nav-third-level li a {
  padding-left: 62px;
}
.nav-second-level li:last-child {
  margin-bottom: 10px;
}
.nav-second-level {
	background-color: #666666;
	
}
.nav-second-level li a {
	color: #ffffff !important;
}
.selected-nav > a {
	background-color: #019CDB;
	color:#ffffff !important;
}
.selected-nav > a:hover {
	background-color: #019CDB !important;
	color:#ffffff;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  border-radius: 0 2px 2px 0;
  min-width: 140px;
  height: auto;
  top:10px;
}
body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}
.fixed-nav .slimScrollDiv #side-menu {
  padding-bottom: 60px;
}
.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}
.mini-navbar .nav-second-level {
  position: absolute;
  left: 70px;
  top: 0;
  background-color: #2f4050;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
}
.canvas-menu.mini-navbar .nav-second-level {
  background: #293846;
}
.mini-navbar li.active .nav-second-level {
  left: 65px;
}
.navbar-default .special_link a {
  background: #1ab394;
  color: white;
}
.navbar-default .special_link a:hover {
  background: #17987e !important;
  color: white;
}
.navbar-default .special_link a span.label {
  background: #fff;
  color: #1ab394;
}
.navbar-default .landing_link a {
  background: #1cc09f;
  color: white;
}
.navbar-default .landing_link a:hover {
  background: #1ab394 !important;
  color: white;
}
.navbar-default .landing_link a span.label {
  background: #fff;
  color: #1cc09f;
}
.logo-element {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: none;
  padding: 18px 0;
}
.pace-done .navbar-static-side,
.pace-done .nav-header,
.pace-done li.active,
.pace-done #page-wrapper,
.pace-done .footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar-fixed-top {
  background: #fff;
  transition-duration: 0.4s;
  border-bottom: 1px solid #e7eaec !important;
  z-index: 2030;
}
.navbar-fixed-top,
.navbar-static-top {
  background: #f3f3f4;
}
.fixed-nav #wrapper {
  margin-top: 0;
}
body.fixed-nav #wrapper .navbar-static-side,
body.fixed-nav #wrapper #page-wrapper {
  margin-top: 60px;
}
body.top-navigation.fixed-nav #wrapper #page-wrapper {
  margin-top: 0;
}
body.fixed-nav.fixed-nav-basic .navbar-fixed-top {
  left: 220px;
}
body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top {
  left: 70px;
}
body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top {
  left: 0;
}
body.fixed-nav.fixed-nav-basic #wrapper .navbar-static-side {
  margin-top: 0;
}
body.fixed-nav.fixed-nav-basic.body-small .navbar-fixed-top {
  left: 0;
}
body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
  left: 220px;
}
.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.body-small .navbar-fixed-top {
  margin-left: 0;
}
body.mini-navbar .navbar-static-side {
  width: 70px; 
}
body.mini-navbar .profile-element,
body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span {
  display: none;
}
body.canvas-menu .profile-element {
  display: block;
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
  display: none;
  top:10px;
  

}
body.mini-navbar .navbar-default .nav > li > a {
  font-size: 16px;
}
body.mini-navbar .logo-element {
  display: block;
}
body.canvas-menu .logo-element {
  display: none;
}
body.mini-navbar .nav-header {
  padding: 0;
  background-color: #2F4050;
}
body.canvas-menu .nav-header {
  padding: 33px 25px;
}
body.mini-navbar #page-wrapper {
  margin: 0 0 0 70px;
}
body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0 !important;
}
body.canvas-menu.mini-navbar #page-wrapper,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0;
}
body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
  position: fixed;
  width: 220px;
  z-index: 2001;
  height: 100%;
}
body.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}
body.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0;
}
body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 220px;
}
body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
}
.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  height: auto;
}
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}
body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 13px;
  border-radius: 3px;
}
.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}
.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  position: relative;
  padding: 0;
  font-size: 13px;
}
.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level {
  left: 0;
}
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
  font-size: 13px;
}
body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span {
  display: inline;
}
body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
  display: block;
}
.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
  padding: 7px 10px 7px 52px;
}
.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  left: 0;
}
body.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #2f4050;
  height: 100%;
  position: fixed;
  display: none;
}
body.canvas-menu.mini-navbar nav.navbar-static-side {
  display: block;
  width: 220px;
}
.top-navigation #page-wrapper {
  margin-left: 0;
}
.top-navigation .navbar-nav .dropdown-menu > .active > a {
  background: white;
  color: #1ab394;
  font-weight: bold;
}
.white-bg .navbar-fixed-top,
.white-bg .navbar-static-top {
  background: #fff;
}
.top-navigation .navbar {
  margin-bottom: 0;
}
.top-navigation .nav > li > a {
  padding: 15px 20px;
  color: #676a6c;
}
.top-navigation .nav > li a:hover,
.top-navigation .nav > li a:focus {
  background: #fff;
  color: #1ab394;
}
.top-navigation .nav > li.active {
  background: #fff;
  border: none;
}
.top-navigation .nav > li.active > a {
  color: #1ab394;
}
.top-navigation .navbar-right {
  margin-right: 10px;
}
.top-navigation .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: 1px solid #e7eaec;
}
.top-navigation .dropdown-menu > li > a {
  margin: 0;
  padding: 7px 20px;
}
.navbar .dropdown-menu {
  margin-top: 0;
  z-index:9999;
}
.top-navigation .navbar-brand {
  background: #1ab394;
  color: #fff;
  padding: 15px 25px;
}
.top-navigation .navbar-top-links li:last-child {
  margin-right: 0;
}
.top-navigation.mini-navbar #page-wrapper,
.top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper,
.mini-navbar .top-navigation #page-wrapper,
.body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper,
.canvas-menu #page-wrapper {
  margin: 0;
}
.top-navigation.fixed-nav #wrapper,
.fixed-nav #wrapper.top-navigation {
  margin-top: 50px;
}
.top-navigation .footer.fixed {
  margin-left: 0 !important;
}
.top-navigation .wrapper.wrapper-content {
  padding: 40px;
}
.top-navigation.body-small .wrapper.wrapper-content,
.body-small .top-navigation .wrapper.wrapper-content {
  padding: 40px 0 40px 0;
}
.navbar-toggle {
  background-color: #45AED6;
  color: #fff;
  padding:12px;
  font-size: 14px;
}
.top-navigation .navbar-nav .open .dropdown-menu > li > a,
.top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 20px;
}
@media (max-width: 768px) {
  .top-navigation .navbar-header {
    display: block;
    float: none;
  }
}
.menu-visible-lg,
.menu-visible-md {
  display: none !important;
}
@media (min-width: 1200px) {
  .menu-visible-lg {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .menu-visible-md {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .menu-visible-md {
    display: block !important;
  }
  .menu-visible-lg {
    display: block !important;
  }
}
.btn {
  border-radius: 3px;
}
.float-e-margins .btn {
  margin-bottom: 5px;
}

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  box-shadow: none;
}
.headicons .tooltip {
	position:fixed
}
.tooltip-inner {
	min-width: 100px;
	max-width: 500px;
	background-color: #ffffff;
	box-shadow: 0px 0px 0px 1px #c05826;
	-webkit-box-shadow: 0px 0px 0px 1px #c05826;
	-moz-box-shadow: 0px 0px 0px 1px #c05826;
	padding: 6px 8px;
	color: #2B2B2B;
	text-align: left;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #c05826;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
     position: absolute;
     z-index: 1;
    width: 120px;
    top: 100%;
     left: 50%; 
     margin-left: -60px; 
    font-size: 12px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-rounded {
  border-radius: 50px;
}
.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px;
}
button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}
button.dim:active {
  top: 3px;
}
button.btn-primary.dim {
  box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999;
}
button.btn-primary.dim:active {
  box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999;
}
button.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999;
}
button.btn-default.dim:active {
  box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999;
}
button.btn-warning.dim {
  box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999;
}
button.btn-warning.dim:active {
  box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999;
}
button.btn-info.dim {
  box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999999;
}
button.btn-info.dim:active {
  box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999999;
}
button.btn-success.dim {
  box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999999;
}
button.btn-success.dim:active {
  box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999999;
}
button.btn-danger.dim {
  box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999999;
}
button.btn-danger.dim:active {
  box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999999;
}
button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px;
}
button.dim:active:before {
  top: 7px;
  font-size: 50px;
}
.btn-default:focus {
    outline: none !important;
    background-color: #FFF3D6;
    color: #8E3F1A;
    border-color: #FFE068;
}
.label {
	background-color: #d1dade;
	color: #5e5e5e;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 600;
	padding: 3px 8px;
	text-shadow: none;
}
.badge {
	background-color: #d1dade;
	color: #5e5e5e;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	text-shadow: none;
}
.label-primary,
.badge-primary {
  background-color: #019cdb;
  color: #FFFFFF;
}
.label-success,
.badge-success {
  background-color: #1c84c6;
  color: #FFFFFF;
}
.label-new
{
  background-color: #5cb85c;
  color: #FFFFFF;
}
.label-warning,
.badge-warning {
  background-color: #f8ac59;
  color: #FFFFFF;
}
.label-warning-light,
.badge-warning-light {
  background-color: #f8ac59;
  color: #ffffff;
}
.label-danger,
.badge-danger {
  background-color: #ed5565;
  color: #FFFFFF;
}
.label-info,
.badge-info {
  background-color: #23c6c8;
  color: #FFFFFF;
}
.label-inverse,
.badge-inverse {
  background-color: #262626;
  color: #FFFFFF;
}
.label-white,
.badge-white {
  background-color: #FFFFFF;
  color: #5E5E5E;
}
.label-white,
.badge-disable {
  background-color: #2A2E36;
  color: #8B91A0;
}
/* TOOGLE SWICH */
/* .onoffswitch {
  position: relative;
  width: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #1ab394;
  border-radius: 2px;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #1ab394;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  width: 20px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #1ab394;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
} */
/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
  background: #ffffff;
  box-shadow: none;
  -moz-box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #CBD5DD;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 4px 12px;
  position: relative;
  width: 100%;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background: #f1f1f1;
  border: 1px solid #ededed;
  border-radius: 2px;
  box-shadow: none;
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}


/* EASY PIE CHART*/
.easypiechart {
  position: relative;
  text-align: center;
}
.easypiechart .h2 {
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
}
.easypiechart canvas {
  top: 0;
  left: 0;
}
.easypiechart .easypie-text {
  line-height: 1;
  position: absolute;
  top: 33px;
  width: 100%;
  z-index: 1;
}
.easypiechart img {
  margin-top: -4px;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* FULLCALENDAR */
.fc-state-default {
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
  box-shadow: none;
  color: #333333;
  text-shadow: none;
}
.fc-state-default {
  border: 1px solid;
}
.fc-button {
  color: inherit;
  border: 1px solid #e7eaec;
  cursor: pointer;
  display: inline-block;
  height: 1.9em;
  line-height: 1.9em;
  overflow: hidden;
  padding: 0 0.6em;
  position: relative;
  white-space: nowrap;
}
.fc-state-active {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #ffffff;
}
.fc-header-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
}
.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
  border-color: #e7eaec;
  font-weight: normal;
}
.fc-border-separate tbody {
  background-color: #F8F8F8;
}
.fc-state-highlight {
  background: none repeat scroll 0 0 #FCF8E3;
}
.external-event {
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 5px;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-radius: 2px;
}
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
  padding: 4px 6px;
  background-color: #1ab394;
  /* background color */
  border-color: #1ab394;
  /* border color */
}
.fc-event-time,
.fc-event-title {
  color: #717171;
  padding: 0 1px;
}
.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
  color: #fff;
}
/* Chat */
.chat-activity-list .chat-element {
  border-bottom: 1px solid #e7eaec;
}
.chat-element:first-child {
  margin-top: 0;
}
.chat-element {
  padding-bottom: 15px;
}
.chat-element,
.chat-element .media {
  margin-top: 15px;
}
.chat-element,
.media-body {
  overflow: hidden;
}
.media-body {
  display: block;
  width: auto;
}
.chat-element > .pull-left {
  margin-right: 10px;
}
.chat-element img.img-circle,
.dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}
.chat-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}
.chat-element .actions {
  margin-top: 10px;
}
.chat-element .photos {
  margin: 10px 0;
}
.right.chat-element > .pull-right {
  margin-left: 10px;
}
.chat-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
  color: #777777;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}
/* LIST GROUP */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
  z-index: 2;
}
.list-group-item-heading {
  margin-top: 10px;
}
.list-group-item-text {
  margin: 0 0 10px;
  color: inherit;
  font-size: 12px;
  line-height: inherit;
}
.no-padding .list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}
.no-padding .list-group {
  margin-bottom: 0;
}
.list-group-item {
  background-color: inherit;
  border: 1px solid #e7eaec;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
}
.elements-list .list-group-item {
  border-left: none;
  border-right: none;
  padding: 15px 25px;
}
.elements-list .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-top: none !important;
}
.elements-list .list-group {
  margin-bottom: 0;
}
.elements-list a {
  color: inherit;
}
.elements-list .list-group-item.active,
.elements-list .list-group-item:hover {
  background: #f3f3f4;
  color: inherit;
  border-color: #e7eaec;
  /*border-bottom: 1px solid #e7eaec;*/
  /*border-top: 1px solid #e7eaec;*/
  border-radius: 0;
}
.elements-list li.active {
  transition: none;
}
.element-detail-box {
  padding: 25px;
}
/* FLOT CHART  */
.flot-chart {
  display: block;
  height: 200px;
}
.widget .flot-chart.dashboard-chart {
  display: block;
  height: 120px;
  margin-top: 40px;
}
.flot-chart.dashboard-chart {
  display: block;
  height: 180px;
  margin-top: 40px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
.flot-chart-pie-content {
  width: 200px;
  height: 200px;
  margin: auto;
}
.jqstooltip {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  visibility: hidden;
  background: red;
  background-color: red;
  color: white;
  text-align: left;
  white-space: nowrap;
  z-index: 10000;
  padding: 5px 5px 5px 5px;
  min-height: 22px;
  border-radius: 3px;
}
.jqsfield {
  color: white;
  text-align: left;
}
.fh-150 {
  height: 150px;
}
.fh-200 {
  height: 200px;
}
.h-150 {
  min-height: 150px;
}
.h-200 {
  min-height: 200px;
}
.legendLabel {
  padding-left: 5px;
}
.stat-list li:first-child {
  margin-top: 0;
}
.stat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stat-percent {
  float: right;
}
.stat-list li {
  margin-top: 15px;
  position: relative;
}
/* DATATABLES */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
.dataTables_wrapper {
  padding-bottom: 30px;
}
.dataTables_length {
  float: left;
}
.dataTables_filter label {
  margin-right: 5px;
}
.html5buttons {
  float: right;
}
.html5buttons a {
  border: 1px solid #e7eaec;
  background: #fff;
  color: #676a6c;
  box-shadow: none;
  padding: 6px 8px;
  font-size: 12px;
}
.html5buttons a:hover,
.html5buttons a:focus:active {
  background-color: #eee;
  color: inherit;
  border-color: #d2d2d2;
}
div.dt-button-info {
  z-index: 100;
}
@media (max-width: 768px) {
  .html5buttons {
    float: none;
    margin-top: 10px;
  }
  .dataTables_length {
    float: none;
  }
}
/* CIRCLE */
.img-circle {
  border-radius: 50%;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
/* ANIMATION */
.css-animation-box h1 {
  font-size: 44px;
}
.animation-efect-links a {
  padding: 4px 6px;
  font-size: 12px;
}
#animation_box {
  background-color: #f9f8f8;
  border-radius: 16px;
  width: 80%;
  margin: 0 auto;
  padding-top: 80px;
}
.animation-text-box {
  position: absolute;
  margin-top: 40px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
}
.animation-text-info {
  position: absolute;
  margin-top: -60px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  font-size: 10px;
}
.animation-text-box h2 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 5px;
}
.animation-text-box p {
  font-size: 12px;
  text-transform: uppercase;
}
/* PEACE */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #1ab394;
  position: fixed;
  z-index: 2040;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace-inactive {
  display: none;
}
/* WIDGETS */
.widget {
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.widget.style1 h2 {
  font-size: 30px;
}
.widget h2,
.widget h3 {
  margin-top: 5px;
  margin-bottom: 0;
}
.widget-text-box {
  padding: 20px;
  border: 1px solid #e7eaec;
  background: #ffffff;
}
.widget-head-color-box {
  border-radius: 5px 5px 0 0;
  margin-top: 10px;
}
.widget .flot-chart {
  height: 100px;
}
.vertical-align div {
  display: inline-block;
  vertical-align: middle;
}
.vertical-align h2,
.vertical-align h3 {
  margin: 0;
}
.todo-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.todo-list.small-list {
  font-size: 12px;
}
.todo-list.small-list > li {
  background: #f3f3f4;
  border-left: none;
  border-right: none;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 6px 6px 6px 12px;
}
.todo-list.small-list .btn-xs,
.todo-list.small-list .btn-group-xs > .btn {
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.5;
  padding: 1px 2px 1px 5px;
}
.todo-list > li {
  background: #f3f3f4;
  border-left: 6px solid #e7eaec;
  border-right: 6px solid #e7eaec;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 10px;
}
.todo-list .handle {
  cursor: move;
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
}
.todo-list > li .label {
  font-size: 9px;
  margin-left: 10px;
}
.check-link {
  font-size: 16px;
}
.todo-completed {
  text-decoration: line-through;
}
.geo-statistic h1 {
  font-size: 36px;
  margin-bottom: 0;
}
.glyphicon.fa {
  font-family: "FontAwesome";
}
/* INPUTS */
.inline {
  display: inline-block !important;
}
.input-s-sm {
  width: 120px;
}
.input-s {
  width: 200px;
}
.input-s-lg {
  width: 250px;
}
.i-checks {
  padding-left: 0;
}
.form-control,
.single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 2x solid #e5e6e7;
  border-radius: 3px;
  color: #000000;
  display: block;
  padding: 3px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
  margin: 0px 5px 0px 5px;
}
.form-control:focus,
.single-line:focus {
  border-color: #1ab394 !important;
}
.has-success .form-control {
  border-color: #1ab394;
}
.has-warning .form-control {
  border-color: #f8ac59;
}
.has-error .form-control {
  border-color: #ed5565;
}
.has-success .control-label {
  color: #1ab394;
}
.has-warning .control-label {
  color: #f8ac59;
}
.has-error .control-label {
  color: #ed5565;
}
.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}
.spinner-buttons.input-group-btn .btn-xs {
  line-height: 1.13;
}
.spinner-buttons.input-group-btn {
  width: 20%;
}
.noUi-connect {
  background: none repeat scroll 0 0 #1ab394;
  box-shadow: none;
}
.slider_red .noUi-connect {
  background: none repeat scroll 0 0 #ed5565;
  box-shadow: none;
}
/* UI Sortable */
.ui-sortable .ibox-title {
  cursor: move;
}
.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #e7eaec;
}
.ibox.ui-sortable-placeholder {
  margin: 0 0 23px !important;
}
.ui-datepicker-title {
	cursor: pointer;
}
/* jqGrid */
.ui-jqgrid {
  -moz-box-sizing: content-box;
}
.ui-jqgrid-btable {
  border-collapse: separate;
}
.ui-jqgrid-htable {
  border-collapse: separate;
}
.ui-jqgrid-titlebar {
  height: 40px;
  line-height: 15px;
  color: #676a6c;
  background-color: #F9F9F9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ui-jqgrid .ui-jqgrid-title {
  float: left;
  margin: 1.1em 1em 0.2em;
}
.ui-jqgrid .ui-jqgrid-titlebar {
  position: relative;
  border-left: 0 solid;
  border-right: 0 solid;
  border-top: 0 solid;
}
.ui-widget-header {
  background: none;
  background-image: none;
  background-color: #f5f5f6;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ui-jqgrid tr.ui-row-ltr td {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: left;
  border-color: #DDDDDD;
  background-color: inherit;
}
.ui-search-toolbar input[type="text"] {
  font-size: 12px;
  height: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #F9F9F9;
  border: 1px solid #DDDDDD;
  line-height: 15px;
  font-weight: bold;
  color: #676a6c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/* .ui-widget-content,.ui-corner-all, .ui-state-default, .ui-widget, .ui-tooltip-content{
  box-sizing: content-box;
  background-color : #337ab7; 
  color : #fff;
  font-size : 12px;
  border: none;
  box-shadow : none;
  
} */
.ui-icon-triangle-1-n {
  background-position: 1px -16px;
}
.ui-jqgrid tr.ui-search-toolbar th {
  border-top-width: 0 !important;
  border-top-color: inherit !important;
  border-top-style: ridge !important;
}
/* .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: none;
  border-collapse: separate;
} */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #f2fbff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff;
  font-weight: normal;
  color: #212121;
}
.ui-jqgrid .ui-pg-input {
  font-size: inherit;
  width: 50px;
  border: 1px solid #CCCCCC;
  height: 15px;
}
.ui-jqgrid .ui-pg-selbox {
  display: block;
  font-size: 1em;
  height: 25px;
  line-height: 18px;
  margin: 0;
  width: auto;
}
.ui-jqgrid .ui-pager-control {
  position: relative;
}
.ui-jqgrid .ui-jqgrid-pager {
  height: 32px;
  position: relative;
}
.ui-pg-table .navtable .ui-corner-all {
  border-radius: 0;
}
.ui-jqgrid .ui-pg-button:hover {
  padding: 1px;
  border: 0;
}
.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  height: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
  border-width: 2px !important;
  font-size: 11px;
}
.ui-jqgrid .form-control {
  height: 10px;
  width: auto;
  display: inline;
  padding: 10px 12px;
}
.ui-jqgrid-pager {
  height: 32px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}
.ui-widget-content {
  border: 1px solid #ddd;
}
.ui-jqgrid .ui-jqgrid-titlebar {
  padding: 0;
}
.ui-jqgrid .ui-jqgrid-titlebar {
  border-bottom: 1px solid #ddd;
}
.ui-jqgrid tr.jqgrow td {
  padding: 6px;
}
.ui-jqdialog .ui-jqdialog-titlebar {
  padding: 10px 10px;
}
.ui-jqdialog .ui-jqdialog-title {
  float: none !important;
}
.ui-jqdialog > .ui-resizable-se {
  position: absolute;
}
/* Nestable list */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e7eaec;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle span {
  font-weight: bold;
}
.dd-handle:hover {
  background: #f0f0f0;
  cursor: pointer;
  font-weight: bold;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
#nestable2 .dd-item > button {
  font-family: FontAwesome;
  height: 34px;
  width: 33px;
  color: #c1c1c1;
}
#nestable2 .dd-item > button:before {
  content: "\f067";
}
#nestable2 .dd-item > button[data-action="collapse"]:before {
  content: "\f068";
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
* Nestable Extras
*/
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#nestable-menu {
  padding: 0;
  margin: 10px 0 20px 0;
}
#nestable-output,
#nestable2-output {
	width: 100%;
	font-size: 0.75em;
	line-height: 1.333333em;
	font-family: 'Open Sans', sans-serif;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
  color: inherit;
  border: 1px dashed #e7eaec;
  background: #f3f3f4;
  padding: 10px;
}
#nestable2 .dd-handle:hover {
  /*background: #bbb;*/
}
#nestable2 span.label {
  margin-right: 10px;
}
#nestable-output,
#nestable2-output {
  font-size: 12px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* CodeMirror */
.CodeMirror {
  border: 1px solid #eee;
  height: auto;
}
.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}
/* Google Maps */
.google-map {
  height: 300px;
}
/* Validation */
label.error {
  color: #cc5965;
  display: inline-block;
  margin-left: 5px;
}
.form-control.error {
  border: 1px dotted #cc5965;
}
/* ngGrid */
.gridStyle {
  border: 1px solid #d4d4d4;
  width: 100%;
  height: 400px;
}
.gridStyle2 {
  border: 1px solid #d4d4d4;
  width: 500px;
  height: 300px;
}
.ngH eaderCell {
  border-right: none;
  border-bottom: 1px solid #e7eaec;
}
.ngCell {
  border-right: none;
}
.ngTopPanel {
  background: #F5F5F6;
}
.ngRow.even {
  background: #f9f9f9;
}
.ngRow.selected {
  background: #EBF2F1;
}
.ngRow {
  border-bottom: 1px solid #e7eaec;
}
.ngCell {
  background-color: transparent;
}
.ngHeaderCell {
  border-right: none;
}

/* Toastr custom style */
#toast-container > .toast {
  background-image: none !important;
}
#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #FFF;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}
#toast-container > .toast-warning:before {
  content: "\f0e7";
}
#toast-container > .toast-error:before {
  content: "\f071";
}
#toast-container > .toast-info:before {
  content: "\f005";
}
#toast-container > .toast-success:before {
  content: "\f00C";
}
#toast-container > div {
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  opacity: .9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 4px #999;
  -webkit-box-shadow: 0 0 4px #999;
  box-shadow: 0 0 4px #999;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
.toast {
  background-color: #1ab394;
}
.toast-success {
  background-color: #1ab394;
}
.toast-error {
  background-color: #ed5565;
}
.toast-info {
  background-color: #23c6c8;
}
.toast-warning {
  background-color: #f8ac59;
}
.toast-top-full-width {
  margin-top: 20px;
}
.toast-bottom-full-width {
  margin-bottom: 20px;
}
/* Notifie */
.cg-notify-message.inspinia-notify {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  border: none;
  margin-top: 30px;
  color: inherit;
}
.inspinia-notify.alert-warning {
  border-left: 6px solid #f8ac59;
}
.inspinia-notify.alert-success {
  border-left: 6px solid #1c84c6;
}
.inspinia-notify.alert-danger {
  border-left: 6px solid #ed5565;
}
.inspinia-notify.alert-info {
  border-left: 6px solid #1ab394;
}
/* Image cropper style */
.img-container,
.img-preview {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.img-preview-sm {
  height: 130px;
  width: 200px;
}
/* Forum styles  */
.forum-post-container .media {
  margin: 10px 10px 10px 10px;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #f1f1f1;
}
.forum-avatar {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 110px;
}
.forum-avatar .img-circle {
  height: 48px;
  width: 48px;
}
.author-info {
  color: #676a6c;
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
}
.forum-post-info {
  padding: 9px 12px 6px 12px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
}
.media-body > .media {
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
}
.forum-post-container .media-body .photos {
  margin: 10px 0;
}
.forum-photo {
  max-width: 140px;
  border-radius: 3px;
}
.media-body > .media .forum-avatar {
  width: 70px;
  margin-right: 10px;
}
.media-body > .media .forum-avatar .img-circle {
  height: 38px;
  width: 38px;
}
.mid-icon {
  font-size: 66px;
}
.forum-item {
  margin: 10px 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #f1f1f1;
}
.views-number {
  font-size: 24px;
  line-height: 18px;
  font-weight: 400;
}
.forum-container,
.forum-post-container {
  padding: 30px !important;
}
.forum-item small {
  color: #999;
}
.forum-item .forum-sub-title {
  color: #999;
  margin-left: 50px;
}
.forum-title {
  margin: 15px 0 15px 0;
}
.forum-info {
  text-align: center;
}
.forum-desc {
  color: #999;
}
.forum-icon {
  float: left;
  width: 30px;
  margin-right: 20px;
  text-align: center;
}
a.forum-item-title {
  color: inherit;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
a.forum-item-title:hover {
  color: inherit;
}
.forum-icon .fa {
  font-size: 30px;
  margin-top: 8px;
  color: #9b9b9b;
}
.forum-item.active .fa {
  color: #1ab394;
}
.forum-item.active a.forum-item-title {
  color: #1ab394;
}
@media (max-width: 992px) {
  .forum-info {
    margin: 15px 0 10px 0;
    /* Comment this is you want to show forum info in small devices */
    display: none;
  }
  .forum-desc {
    float: none !important;
  }
}
/* New Timeline style */
.vertical-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.vertical-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #f1f1f1;
}
.vertical-timeline-content .btn {
  float: right;
}
#vertical-timeline.light-timeline:before {
  background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
  border-color: transparent transparent transparent #f5f5f5;
}
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
  background: #f5f5f5;
}
@media only screen and (min-width: 1170px) {
  #vertical-timeline.center-orientation {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #vertical-timeline.center-orientation:before {
    left: 50%;
    margin-left: -2px;
  }
}
@media only screen and (max-width: 1170px) {
  .center-orientation.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
  }
}
.vertical-timeline-block {
  position: relative;
  margin: 2em 0;
}
.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-block:first-child {
  margin-top: 0;
}
.vertical-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-block {
    margin: 4em 0;
  }
  .center-orientation .vertical-timeline-block:first-child {
    margin-top: 0;
  }
  .center-orientation .vertical-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #f1f1f1;
  text-align: center;
}
.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 19px;
  }
  .center-orientation .vertical-timeline-icon i {
    margin-left: -12px;
    margin-top: -10px;
  }
  .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
    visibility: hidden;
  }
}
.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
}
.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px;
}
.vertical-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
  float: left;
  font-weight: 500;
}
.vertical-date small {
  color: #1ab394;
  font-weight: 400;
}
.vertical-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .vertical-timeline-content h2 {
    font-size: 18px;
  }
  .vertical-timeline-content p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .center-orientation .vertical-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .center-orientation .vertical-timeline-content .btn {
    float: left;
  }
  .center-orientation .vertical-timeline-content .vertical-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 2px;
    font-size: 14px;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
    float: right;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
    float: right;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
    visibility: hidden;
  }
}
/* Tabs */
.tabs-container .panel-body {
  background: #fff;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #fff;
}
.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
}
.tabs-container .nav-tabs {
  border-bottom: 1px solid #e7eaec;
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e7eaec;
}
.tabs-container .nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent;
}
.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tabs-container .tabs-left .panel-body {
  position: static;
}
.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
  width: 20%;
}
.tabs-container .tabs-left .panel-body {
  width: 80%;
  margin-left: 20%;
}
.tabs-container .tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}
.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none;
}
.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block;
}
.tabs-container .tabs-below > .nav-tabs {
  border-top: 1px solid #e7eaec;
}
.tabs-container .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-container .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e7eaec;
  border-bottom-color: transparent;
}
.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-container .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}
.tabs-container .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-container .tabs-left > .nav-tabs .active > a,
.tabs-container .tabs-left > .nav-tabs .active > a:hover,
.tabs-container .tabs-left > .nav-tabs .active > a:focus {
  border-color: #e7eaec transparent #e7eaec #e7eaec;
  *border-right-color: #ffffff;
}
.tabs-container .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
}
.tabs-container .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-container .tabs-right > .nav-tabs .active > a,
.tabs-container .tabs-right > .nav-tabs .active > a:hover,
.tabs-container .tabs-right > .nav-tabs .active > a:focus {
  border-color: #e7eaec #e7eaec #e7eaec transparent;
  *border-left-color: #ffffff;
  z-index: 1;
}
@media (max-width: 767px) {
  .tabs-container .nav-tabs > li {
    float: none !important;
  }
  .tabs-container .nav-tabs > li.active > a {
    border-bottom: 1px solid #e7eaec !important;
    margin: 0;
  }
}
/* jsvectormap */
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.jvectormap-tip {
	position: absolute;
	display: none;
	border: solid 1px #CDCDCD;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: smaller;
	padding: 5px;
}
.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #1ab394;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 10px;
  height: 10px;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}
.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
 bottom:0;
  }
.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.jvectormap-legend-cnt {
  position: absolute;
}
.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0;
}
.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}
.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}
.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.jvectormap-legend-tick-text {
  font-size: 12px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px;
}
/*Slick Carousel */
.slick-prev:before,
.slick-next:before {
  color: #1ab394 !important;
}
/* Payments */
.payment-card {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #e7eaec;
}
.payment-icon-big {
  font-size: 60px;
  color: #d1dade;
}
.payments-method.panel-group .panel + .panel {
  margin-top: -1px;
}
.payments-method .panel-heading {
  padding: 15px;
}
.payments-method .panel {
  border-radius: 0;
}
.payments-method .panel-heading h5 {
  margin-bottom: 5px;
}
.payments-method .panel-heading i {
  font-size: 26px;
}
/* Select2 custom styles */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #e7eaec;
}
/* Tour */
.tour-tour .btn.btn-default {
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  color: inherit;
}
.tour-step-backdrop {
  z-index: 2101;
}
.tour-backdrop {
  z-index: 2100;
  opacity: .7;
}
.popover[class*=tour-] {
  z-index: 2100;
}
body.tour-open .animated {
  animation-fill-mode: initial;
}
/* Resizable */
.resizable-panels .ibox {
  clear: none;
  margin: 10px;
  float: left;
  overflow: hidden;
  min-height: 150px;
  min-width: 150px;
}
.resizable-panels .ibox .ibox-content {
  height: calc(100% - 49px);
}
.ui-resizable-helper {
  background: rgba(211, 211, 211, 0.4);
}
/* Wizard step fix */
.wizard > .content > .body {
  position: relative;
}
.sidebard-panel {
  width: 220px;
  background: #ebebed;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}
.sidebard-panel .feed-element img.img-circle {
  width: 32px;
  height: 32px;
}
.sidebard-panel .feed-element,
.media-body,
.sidebard-panel p {
  color: #1D3874;
}
.sidebard-panel .feed-element {
  margin-top: 20px;
  padding-bottom: 0;
}
.sidebard-panel .list-group {
  margin-bottom: 10px;
}
.sidebard-panel .list-group .list-group-item {
  padding: 5px 0;
  font-size: 12px;
  border: 0;
}
.sidebar-content .wrapper,
.wrapper.sidebar-content {
  padding-right: 230px !important;
}
.body-small .sidebar-content .wrapper,
.body-small .wrapper.sidebar-content {
  padding-right: 20px !important;
}
#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  
  position: absolute;
 right: 240px !important;
 top: 57px !important;
  width: 260px !important;
  z-index: 1009;
  bottom: 0;
  height: 200px;
}
#right-sidebar.sidebar-open {
  right: 0;
}
#right-sidebar.sidebar-open.sidebar-top {
  top: 0;
  border-top: none;
}
.sidebar-container ul.nav-tabs {
  border: none;
}
.sidebar-container ul.nav-tabs.navs-4 li {
  width: 25%;
}
.sidebar-container ul.nav-tabs.navs-3 li {
  width: 33.3333%;
}
.sidebar-container ul.nav-tabs.navs-2 li {
  width: 50%;
}
.sidebar-container ul.nav-tabs li {
  border: none;
}
.sidebar-container ul.nav-tabs li a {
  border: none;
  padding: 12px 10px;
  margin: 0;
  border-radius: 0;
 /*  background: #2f4050; */
  color: #000;
  text-align: center;
 /*  border-right: 1px solid #334556; */
}
.sidebar-container ul.nav-tabs li.active a {
  border: none;
  background: #f9f9f9;
  color: #676a6c;
  font-weight: bold;
}
.sidebar-container .nav-tabs > li.active > a:hover,
.sidebar-container .nav-tabs > li.active > a:focus {
  border: none;
}
.sidebar-container ul.sidebar-list {
  margin: 0;
  padding: 0;
}
.sidebar-container ul.sidebar-list li {
  border-bottom: 1px solid #e7eaec;
  padding: 15px 20px;
  list-style: none;
  font-size: 12px;
}
.sidebar-container .sidebar-message:nth-child(2n+2) {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sidebar-container ul.sidebar-list li a {
  text-decoration: none;
  color: inherit;
}
.sidebar-container .sidebar-content {
  padding: 15px 20px;
  font-size: 12px;
}
.sidebar-container .sidebar-title {
  background: #f9f9f9;
  padding: 20px;
  border-bottom: 1px solid #e7eaec;
}
.sidebar-container .sidebar-title h3 {
  margin-bottom: 3px;
  padding-left: 2px;
}
.sidebar-container .tab-content h4 {
  margin-bottom: 5px;
}
.sidebar-container .sidebar-message > a > .pull-left {
  margin-right: 10px;
}
.sidebar-container .sidebar-message > a {
  text-decoration: none;
  color: inherit;
}
.sidebar-container .sidebar-message {
  padding: 15px 20px;
}
.sidebar-container .sidebar-message .message-avatar {
  height: 38px;
  width: 38px;
  border-radius: 50%;
}
.sidebar-container .setings-item {
  padding: 15px 20px;
  border-bottom: 1px solid #e7eaec;
}
body {
	font-family: 'Open Sans', sans-serif;
	/*background-color: #2f4050;*/
	/*font-size: 13px;*/
	color: #676a6c;
	overflow-x: hidden;
}
html,
body {
    /* height: 100%;*/
    font-size: 13px;
}
body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper {
  /*height: 100%;*/
}
#page-wrapper {
  min-height: auto;
}
body.boxed-layout {
  background: url('patterns/shattered.png');
}
body.boxed-layout #wrapper {
  background-color: #2f4050;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}
.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
  max-width: 1300px !important;
}
.block {
  display: block;
}
.clear {
  display: block;
  overflow: hidden;
}
a {
  cursor: pointer;
}

.border-bottom {
  border-bottom: 1px solid #e7eaec !important;
  z-index: 1;
}
.font-bold {
  font-weight: 600;
}
.font-noraml {
  font-weight: 400;
}
.text-uppercase {
  text-transform: uppercase;
}
.b-r {
  border-right: 1px solid #e7eaec;
}
.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}
.hr-line-solid {
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
video {
  width: 100% !important;
  height: auto !important;
}
/* GALLERY */
.gallery > .row > div {
  margin-bottom: 15px;
}
.fancybox img {
  margin-bottom: 5px;
  /* Only for demo */
  width: 24%;
}
/* Summernote text editor  */
.note-editor {
  height: auto !important;
  min-height: 300px;
}
.note-editor.fullscreen {
  z-index: 2050;
}

/* WRAPPERS */
#wrapper, .container-fluid {
	width: 100%;
	max-width: 1600px;
	margin: auto;
}
.wrapper {
  padding: 0 20px;
}
.wrapper-content {
  padding: 20px 10px 40px;
}
#page-wrapper {
  /*padding: 0 15px;*/
  min-height: 568px;
  margin :0px !important;
  position: relative !important;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
    min-height: 2002px;
  }
}
.title-action {
  text-align: right;
  padding-top: 30px;
}
.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
  margin-top: 5px;
}
ul.unstyled,
ol.unstyled {
  list-style: none outside none;
  margin-left: 0;
}
.big-icon {
  font-size: 160px !important;
  color: #e5e6e7;
}
/* FOOTER */
.footer {
  background: none repeat scroll 0 0 white;
  border-top: 1px solid #e7eaec;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}
.footer.fixed_full {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec;
}
.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec;
  margin-left: 220px;
}
body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 70px;
}
body.mini-navbar.canvas-menu .footer.fixed,
body.canvas-menu .footer.fixed {
  margin: 0 !important;
}
body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 220px;
}
body.body-small .footer.fixed {
  margin-left: 0;
}
/* PANELS */
.page-heading {
  border-top: 0;
  padding: 0 10px 20px 10px;
}
.panel-heading h1,
.panel-heading h2 {
  margin-bottom: 5px;
}
/* TABLES */
.table-bordered {
  border: 1px solid #EBEBEB;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #F5F5F6;
  border-bottom-width: 1px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e7e7e7;
}
.table > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
/* PANELS */
.panel.blank-panel {
  background: none;
  margin: 0;
}
.blank-panel .panel-heading {
  padding-bottom: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none;
  border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
  border-bottom: #f3f3f4;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555555;
  cursor: default;
}
.nav.nav-tabs li {
  background: none;
  border: none;
}
.nav-tabs > li > a {
  color: #A7B1C2;
  font-weight: 600;
  padding: 10px 20px 10px 25px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #e6e6e6;
  color: #676a6c;
}
.ui-tab .tab-content {
  padding: 20px 0;
}
.tab-content{
	background-color: #fff !important;
	border: 1px solid #dddddd;
}
/* GLOBAL  */
.no-padding {
  padding: 0 !important;
}
.no-borders {
  border: none !important;
}
.no-margins {
  margin: 0 !important;
}
.no-top-border {
  border-top: 0 !important;
}
.ibox-content.text-box {
  padding-bottom: 0;
  padding-top: 15px;
}
.border-left-right {
  border-left: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none;
}
.border-left {
  border-left: 1px solid #e7eaec;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.border-right {
  border-left: none;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none;
}
.full-width {
  width: 100% !important;
}
.link-block {
  font-size: 12px;
  padding: 10px;
}
.nav.navbar-top-links .link-block a {
  font-size: 12px;
}
.link-block a {
  font-size: 10px;
  color: inherit;
}
body.mini-navbar .branding {
  display: none;
}
img.circle-border {
  border: 6px solid #FFFFFF;
  border-radius: 50%;
}
.branding {
  float: left;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 20px;
  text-align: center;
  background-color: #1ab394;
}
.login-panel {
  margin-top: 25%;
}
.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.icons-box .infont a i {
  font-size: 25px;
  display: block;
  color: #676a6c;
}
.icons-box .infont a {
  color: #a6a8a9;
}
.icons-box .infont a {
  padding: 10px;
  margin: 1px;
  display: block;
}

.breadcrumb {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb > li a {
  color: inherit;
}
.breadcrumb > .active {
  color: inherit;
}
code {
  background-color: #F9F2F4;
  border-radius: 4px;
  color: #ca4440;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap;
}
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}
table.table-mail tr td {
  padding: 12px;
}
.table-mail .check-mail {
  padding-left: 20px;
}
.table-mail .mail-date {
  padding-right: 20px;
}
.star-mail,
.check-mail {
  width: 40px;
}
.unread td a,
.unread td {
  font-weight: 600;
  color: inherit;
}
.read td a,
.read td {
  font-weight: normal;
  color: inherit;
}
.unread td {
  background-color: #f9f8f8;
}
.ibox-content {
  clear: both;
}
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}
.ibox-tools a.btn-primary {
  color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}
/* BACKGROUNDS */
.gray-bg {
  background-color: #f3f3f4;
}
.white-bg {
  background-color: #ffffff;
  margin-left:0px;
  margin-right: 0px;
}
.navy-bg {
  background-color: #1ab394;
  color: #ffffff;
}
.blue-bg {
  background-color: #1c84c6;
  color: #ffffff;
}
.lazur-bg {
  background-color: #23c6c8;
  color: #ffffff;
}
.yellow-bg {
  background-color: #f8ac59;
  color: #ffffff;
}
.red-bg {
  background-color: #ed5565;
  color: #ffffff;
}
.black-bg {
  background-color: #262626;
}
.panel-primary {
  border-color: #1ab394;
}
.panel-primary > .panel-heading {
  background-color: #1ab394;
  border-color: #1ab394;
}
.panel-success {
  border-color: #1c84c6;
}
.panel-success > .panel-heading {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #ffffff;
}
.panel-info {
  border-color: #23c6c8;
}
.panel-info > .panel-heading {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #ffffff;
}
.panel-warning {
  border-color: #f8ac59;
}
.panel-warning > .panel-heading {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #ffffff;
}
.panel-danger {
  border-color: #ed5565;
}
.panel-danger > .panel-heading {
  background-color: #ed5565;
  border-color: #ed5565;
  color: #ffffff;
}
.progress-bar {
  background-color: #1ab394;
}
.progress-small,
.progress-small .progress-bar {
  height: 10px;
}
.progress-small,
.progress-mini {
  margin-top: 5px;
}
.progress-mini,
.progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0;
}
.progress-bar-navy-light {
  background-color: #3dc7ab;
}
.progress-bar-success {
  background-color: #1c84c6;
}
.progress-bar-info {
  background-color: #23c6c8;
}
.progress-bar-warning {
  background-color: #f8ac59;
}
.progress-bar-danger {
  background-color: #ed5565;
}
.panel-title {
  font-size: inherit;
}
.jumbotron {
  border-radius: 6px;
  padding: 40px;
}
.jumbotron h1 {
  margin-top: 0;
}
/* COLORS */
.text-navy {
  color: #1ab394;
}
.text-primary {
  color: inherit;
}
.text-success {
  color: #1c84c6;
}
.text-info {
  color: #23c6c8;
}
.text-warning {
  color: #f8ac59;
}
.text-danger {
  color: #ed5565;
}
.text-muted {
  color: #888888;
}
.text-white {
  color: #ffffff;
}
.text-golden {
    color: #F2AF00;
}
.simple_tag {
  background-color: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  color: inherit;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block;
}
.img-shadow {
  -webkit-box-shadow: 0 0 3px 0 #919191;
  -moz-box-shadow: 0 0 3px 0 #919191;
  box-shadow: 0 0 3px 0 #919191;
}
/* For handle diferent bg color in AngularJS version */
.dashboards\.dashboard_2 nav.navbar,
.dashboards\.dashboard_3 nav.navbar,
.mailbox\.inbox nav.navbar,
.mailbox\.email_view nav.navbar,
.mailbox\.email_compose nav.navbar,
.dashboards\.dashboard_4_1 nav.navbar,
.metrics nav.navbar,
.metrics\.index nav.navbar,
.dashboards\.dashboard_5 nav.navbar {
  background: #fff;
}
/* For handle diferent bg color in MVC version */
.Dashboard_2 .navbar.navbar-static-top,
.Dashboard_3 .navbar.navbar-static-top,
.Dashboard_4_1 .navbar.navbar-static-top,
.ComposeEmail .navbar.navbar-static-top,
.EmailView .navbar.navbar-static-top,
.Inbox .navbar.navbar-static-top,
.Metrics .navbar.navbar-static-top,
.Dashboard_5 .navbar.navbar-static-top {
  background: #fff;
}
a.close-canvas-menu {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1011;
  color: #a7b1c2;
}
a.close-canvas-menu:hover {
  color: #fff;
}
.close-canvas-menu {
  display: none;
}
.canvas-menu .close-canvas-menu {
  display: block;
}
.light-navbar .navbar.navbar-static-top {
  background-color: #ffffff;
}
/* FULL HEIGHT */
.full-height {
  height: 100%;
}
.fh-breadcrumb {
  height: calc(100% - 196px);
  margin: 0 -15px;
  position: relative;
}
.fh-no-breadcrumb {
  height: calc(100% - 99px);
  margin: 0 -15px;
  position: relative;
}
.fh-column {
  background: #fff;
  height: 100%;
  width: 240px;
  float: left;
}

.spiner-example {
  height: 200px;
  padding-top: 70px;
}
/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.p-w-xs {
  padding: 0 10px;
}
.p-w-sm {
  padding: 0 15px;
}
.p-w-m {
  padding: 0 20px;
}
.p-w-md {
  padding: 0 25px;
}
.p-w-lg {
  padding: 0 30px;
}
.p-w-xl {
  padding: 0 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}
.fullscreen-ibox-mode .animated {
  animation: none;
}
body.fullscreen-ibox-mode {
  overflow-y: hidden;
}
.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0;
}
.ibox.fullscreen .collapse-link {
  display: none;
}
.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px);
}
body.modal-open {
  padding-right: inherit !important;
}
body.modal-open .animated {
  animation-fill-mode: initial;
  z-index: inherit;
}
/* Show profile dropdown on fixed sidebar */
body.mini-navbar.fixed-sidebar .profile-element,
.block {
  display: block !important;
}
body.mini-navbar.fixed-sidebar .nav-header {
  padding: 33px 25px;
}
body.mini-navbar.fixed-sidebar .logo-element {
  display: none;
}
.fullscreen-video .animated {
  animation: none;
}
/* SEARCH PAGE */
.search-form {
  margin-top: 10px;
}
.search-result h3 {
  margin-bottom: 0;
  color: #1E0FBE;
}
.search-result .search-link {
  color: #006621;
}
.search-result p {
  font-size: 12px;
  margin-top: 5px;
}
/* CONTACTS */
.contact-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  padding: 20px;
  margin-bottom: 20px;
}
.contact-box > a {
  color: inherit;
}
.contact-box.center-version {
  border: 1px solid #e7eaec;
  padding: 0;
}
.contact-box.center-version > a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}
.contact-box.center-version > a img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact-box.center-version address {
  margin-bottom: 0;
}
.contact-box .contact-box-footer {
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e7eaec;
  padding: 15px 20px;
}
/* INVOICE */
.invoice-table tbody > tr > td:last-child,
.invoice-table tbody > tr > td:nth-child(4),
.invoice-table tbody > tr > td:nth-child(3),
.invoice-table tbody > tr > td:nth-child(2) {
  text-align: right;
}
.invoice-table thead > tr > th:last-child,
.invoice-table thead > tr > th:nth-child(4),
.invoice-table thead > tr > th:nth-child(3),
.invoice-table thead > tr > th:nth-child(2) {
  text-align: right;
}
.invoice-total > tbody > tr > td:first-child {
  text-align: right;
}
.invoice-total > tbody > tr > td {
  border: 0 none;
}
.invoice-total > tbody > tr > td:last-child {
  border-bottom: 1px solid #DDDDDD;
  text-align: right;
  width: 15%;
}
/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}
.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px;
}
.loginscreen.middle-box {
  width: 300px;
}
.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}
.passwordBox {
  max-width: 460px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}
.logo-name {
  color: #e6e6e6;
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0;
}
.middle-box h1 {
  font-size: 170px;
}
.wrapper .middle-box {
  margin-top: 140px;
}
.lock-word {
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -470px;
}
.lock-word span {
  font-size: 100px;
  font-weight: 600;
  color: #e9e9e9;
  display: inline-block;
}
.lock-word .first-word {
  margin-right: 160px;
}
/* DASBOARD */
.dashboard-header {
    border-top: 0;
    /*padding: 20px 20px 20px 20px;*/
    min-height: auto;
    margin-bottom: 50px;
}
.dashboard-header h2 {
  margin-top: 10px;
  font-size: 26px;
}
.fist-item {
  border-top: none !important;
}
.statistic-box {
  margin-top: 40px;
}
.dashboard-header .list-group-item span.label {
  margin-right: 10px;
}
.list-group.clear-list .list-group-item {
  border-top: 1px solid #e7eaec;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
}
ul.clear-list:first-child {
  border-top: none !important;
}
/* Intimeline */
.timeline-item .date i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 30px;
  text-align: center;
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
  background: #f8f8f8;
}
.timeline-item .date {
  text-align: right;
  width: 110px;
  position: relative;
  padding-top: 30px;
}
.timeline-item .content {
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  padding-top: 10px;
  min-height: 100px;
}
.timeline-item .content:hover {
  background: #f6f6f6;
}
/* PIN BOARD */
ul.notes li,
ul.tag-list li {
  list-style: none;
}
ul.notes li h4 {
  margin-top: 20px;
  font-size: 16px;
}
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  position: relative;
}
ul.notes li div small {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
}
ul.notes li div a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: inherit;
}
ul.notes li {
  margin: 10px 40px 50px 0;
  float: left;
}
ul.notes li div p {
  font-size: 12px;
}
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  /* Firefox */
  -moz-box-shadow: 5px 5px 2px #212121;
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
  /* Opera */
  box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
}
ul.notes li div {
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
}
ul.notes li:nth-child(even) div {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  position: relative;
  top: 5px;
}
ul.notes li:nth-child(3n) div {
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  position: relative;
  top: -5px;
}
ul.notes li:nth-child(5n) div {
  -o-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  position: relative;
  top: -10px;
}
ul.notes li div:hover,
ul.notes li div:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  position: relative;
  z-index: 5;
}
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 210px;
  width: 210px;
  padding: 1em;
  -moz-box-shadow: 5px 5px 7px #212121;
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  -moz-transition: -moz-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
}
/* FILE MANAGER */
.file-box {
  float: left;
  width: 220px;
}
.file-manager h5 {
  text-transform: uppercase;
}
.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.folder-list li {
  border-bottom: 1px solid #e7eaec;
  display: block;
}
.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.category-list li {
  display: block;
}
.category-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.category-list li a .text-navy {
  color: #1ab394;
}
.category-list li a .text-primary {
  color: #1c84c6;
}
.category-list li a .text-info {
  color: #23c6c8;
}
.category-list li a .text-danger {
  color: #EF5352;
}
.category-list li a .text-warning {
  color: #F8AC59;
}
.file-manager h5.tag-title {
  margin-top: 20px;
}
.tag-list li {
  float: left;
}
.tag-list li a {
  font-size: 10px;
  background-color: #f3f3f4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}
.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}
.file-manager .hr-line-dashed {
  margin: 15px 0;
}
.file .icon,
.file .image {
  height: 100px;
  overflow: hidden;
}
.file .icon {
  padding: 15px 10px;
  text-align: center;
}
.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}
.file-control.active {
  text-decoration: underline;
}
.file .icon i {
  font-size: 70px;
  color: #dadada;
}
.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;
}
.file-name small {
  color: #676a6c;
}
.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}
a.compose-mail {
  padding: 8px 10px;
}
.mail-search {
  max-width: 300px;
}
/* PROFILE */
.profile-content {
  border-top: none !important;
}
.profile-stats {
  margin-right: 10px;
}
.profile-image {
  width: 120px;
  float: left;
}
.profile-image img {
  width: 96px;
  height: 96px;
}
.profile-info {
  margin-left: 120px;
}
.feed-activity-list .feed-element {
  border-bottom: 1px solid #e7eaec;
}
.feed-element:first-child {
  margin-top: 0;
}
.feed-element {
  padding-bottom: 15px;
}
.feed-element,
.feed-element .media {
  margin-top: 15px;
}
.feed-element,
.media-body {
  overflow: hidden;
}
.feed-element > .pull-left {
  margin-right: 10px;
}
.feed-element img.img-circle,
.dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}
.feed-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}
.feed-element .actions {
  margin-top: 10px;
}
.feed-element .photos {
  margin: 10px 0;
}
.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
.file-list li {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-bottom: 5px;
}
.file-list li a {
  color: inherit;
}
.file-list li a:hover {
  color: #1ab394;
}
.user-friends img {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  margin-right: 5px;
}
/* MAILBOX */
.mail-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-top: 0;
  padding: 0;
  margin-bottom: 20px;
}
.mail-box-header {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-bottom: 0;
  padding: 30px 20px 20px 20px;
}
.mail-box-header h2 {
  margin-top: 0;
}
.mailbox-content .tag-list li a {
  background: #ffffff;
}
.mail-body {
  border-top: 1px solid #e7eaec;
  padding: 20px;
}
.mail-text {
  border-top: 1px solid #e7eaec;
}
.mail-text .note-toolbar {
  padding: 10px 15px;
}
.mail-body .form-group {
  margin-bottom: 5px;
}
.mail-text .note-editor .note-toolbar {
  background-color: #F9F8F8;
}
.mail-attachment {
  border-top: 1px solid #e7eaec;
  padding: 20px;
  font-size: 12px;
}
.mailbox-content {
  background: none;
  border: none;
  padding: 10px;
}
.mail-ontact {
  width: 23%;
}
/* PROJECTS */
.project-people,
.project-actions {
  text-align: right;
  vertical-align: middle;
}
dd.project-people {
  text-align: left;
  margin-top: 5px;
}
.project-people img {
  width: 32px;
  height: 32px;
}
.project-title a {
  font-size: 14px;
  color: #676a6c;
  font-weight: 600;
}
.project-list table tr td {
  border-top: none;
  border-bottom: 1px solid #e7eaec;
  padding: 15px 10px;
  vertical-align: middle;
}
.project-manager .tag-list li a {
  font-size: 10px;
  background-color: white;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}
.project-files li a {
  font-size: 11px;
  color: #676a6c;
  margin-left: 10px;
  line-height: 22px;
}
/* FAQ */
.faq-item {
  padding: 20px;
  margin-bottom: 2px;
  background: #fff;
}
.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #1ab394;
  display: block;
}
.faq-question:hover {
  color: #179d82;
}
.faq-answer {
  margin-top: 10px;
  background: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 3px;
  padding: 15px;
}
.faq-item .tag-item {
  background: #f3f3f4;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: uppercase;
}
/* Chat view */
.message-input {
  height: 90px !important;
}
.chat-avatar {
  white: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
}
.chat-user-name {
  padding: 10px;
}
.chat-user {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec;
}
.chat-user a {
  color: inherit;
}
.chat-view {
  z-index: 20012;
}
.chat-users,
.chat-statistic {
  margin-left: -30px;
}
@media (max-width: 992px) {
  .chat-users,
  .chat-statistic {
    margin-left: 0;
  }
}
.chat-view .ibox-content {
  padding: 0;
}
.chat-message {
  padding: 10px 20px;
}
.message-avatar {
  height: 48px;
  width: 48px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  margin-top: 1px;
}
.chat-discussion .chat-message.left .message-avatar {
  float: left;
  margin-right: 10px;
}
.chat-discussion .chat-message.right .message-avatar {
  float: right;
  margin-left: 10px;
}
.message {
  background-color: #fff;
  border: 1px solid #e7eaec;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
}
.chat-discussion .chat-message.left .message-date {
  float: right;
}
.chat-discussion .chat-message.right .message-date {
  float: left;
}
.chat-discussion .chat-message.left .message {
  text-align: left;
  margin-left: 55px;
}
.chat-discussion .chat-message.right .message {
  text-align: right;
  margin-right: 55px;
}
.message-date {
  font-size: 10px;
  color: #888888;
}
.message-content {
  display: block;
}
.chat-discussion {
  background: #eee;
  padding: 15px;
  height: 400px;
  overflow-y: auto;
}
.chat-users {
  overflow-y: auto;
  height: 400px;
}
.chat-message-form .form-group {
  margin-bottom: 0;
}
/* jsTree */
.jstree-open > .jstree-anchor > .fa-folder:before {
  content: "\f07c";
}
.jstree-default .jstree-icon.none {
  width: 0;
}
/* CLIENTS */
.clients-list {
  margin-top: 20px;
}
.clients-list .tab-pane {
  position: relative;
  height: 600px;
}
.client-detail {
  position: relative;
  height: 620px;
}
.clients-list table tr td {
  height: 46px;
  vertical-align: middle;
  border: none;
}
.client-link {
  font-weight: 600;
  color: inherit;
}
.client-link:hover {
  color: inherit;
}
.client-avatar {
  width: 42px;
}
.client-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.contact-type {
  width: 20px;
  color: #c1c3c4;
}
.client-status {
  text-align: left;
}
.client-detail .vertical-timeline-content p {
  margin: 0;
}
.client-detail .vertical-timeline-icon.gray-bg {
  color: #a7aaab;
}
.clients-list .nav-tabs > li.active > a,
.clients-list .nav-tabs > li.active > a:hover,
.clients-list .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #fff;
}
/* BLOG ARTICLE */
.blog h2 {
  font-weight: 700;
}
.blog h5 {
  margin: 0 0 5px 0;
}
.blog .btn {
  margin: 0 0 5px 0;
}
.article h1 {
  font-size: 48px;
  font-weight: 700;
  color: #2F4050;
}
.article p {
  font-size: 15px;
  line-height: 26px;
}
.article-title {
  text-align: center;
  margin: 40px 0 100px 0;
}
.article .ibox-content {
  padding: 40px;
}
/* ISSUE TRACKER */
.issue-tracker .btn-link {
  color: #1ab394;
}
table.issue-tracker tbody tr td {
  vertical-align: middle;
  height: 50px;
}
.issue-info {
  width: 50%;
}
.issue-info a {
  font-weight: 600;
  color: #676a6c;
}
.issue-info small {
  display: block;
}
/* TEAMS */
.team-members {
  margin: 10px 0;
}
.team-members img.img-circle {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}
/* AGILE BOARD */
.sortable-list {
  padding: 10px 0;
}
.agile-list {
  list-style: none;
  margin: 0;
}
.agile-list li {
  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 2px;
}
.agile-list li:hover {
  cursor: pointer;
  background: #fff;
}
.agile-list li.warning-element {
  border-left: 3px solid #f8ac59;
}
.agile-list li.danger-element {
  border-left: 3px solid #ed5565;
}
.agile-list li.info-element {
  border-left: 3px solid #1c84c6;
}
.agile-list li.success-element {
  border-left: 3px solid #1ab394;
}
.agile-detail {
  margin-top: 5px;
  font-size: 12px;
}
/* DIFF */
ins {
  background-color: #c6ffc6;
  text-decoration: none;
}
del {
  background-color: #ffc6c6;
}
/* E-commerce */
.product-box {
  padding: 0;
  border: 1px solid #e7eaec;
}
.product-box:hover,
.product-box.active {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
  -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
  box-shadow: 0 3px 7px 0 #a8a8a8;
}
.product-imitation {
  text-align: center;
  padding: 90px 0;
  background-color: #f8f8f9;
  color: #bebec3;
  font-weight: 600;
}
.cart-product-imitation {
  text-align: center;
  padding-top: 30px;
  height: 80px;
  width: 80px;
  background-color: #f8f8f9;
}
.product-imitation.xl {
  padding: 120px 0;
}
.product-desc {
  padding: 20px;
  position: relative;
}
.ecommerce .tag-list {
  padding: 0;
}
.ecommerce .fa-star {
  color: #d1dade;
}
.ecommerce .fa-star.active {
  color: #f8ac59;
}
.ecommerce .note-editor {
  border: 1px solid #e7eaec;
}
table.shoping-cart-table {
  margin-bottom: 0;
}
table.shoping-cart-table tr td {
  border: none;
  text-align: right;
}
table.shoping-cart-table tr td.desc,
table.shoping-cart-table tr td:first-child {
  text-align: left;
}
table.shoping-cart-table tr td:last-child {
  width: 80px;
}
.product-name {
  font-size: 16px;
  font-weight: 600;
  color: #676a6c;
  display: block;
  margin: 2px 0 5px 0;
}
.product-name:hover,
.product-name:focus {
  color: #1ab394;
}
.product-price {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1ab394;
  padding: 6px 12px;
  position: absolute;
  top: -32px;
  right: 0;
}
.product-detail .ibox-content {
  padding: 30px 30px 50px 30px;
}
.image-imitation {
  background-color: #f8f8f9;
  text-align: center;
  padding: 200px 0;
}
.product-main-price small {
  font-size: 10px;
}
.product-images {
  margin: 0 20px;
}
/* Social feed */
.social-feed-separated .social-feed-box {
  margin-left: 62px;
}
.social-feed-separated .social-avatar {
  float: left;
  padding: 0;
}
.social-feed-separated .social-avatar img {
  width: 52px;
  height: 52px;
  border: 1px solid #e7eaec;
}
.social-feed-separated .social-feed-box .social-avatar {
  padding: 15px 15px 0 15px;
  float: none;
}
.social-feed-box {
  /*padding: 15px;*/
  border: 1px solid #e7eaec;
  background: #fff;
  margin-bottom: 15px;
}
.article .social-feed-box {
  margin-bottom: 0;
  border-bottom: none;
}
.article .social-feed-box:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #e7eaec;
}
.article .social-feed-box p {
  font-size: 13px;
  line-height: 18px;
}
.social-action {
  margin: 15px;
}
.social-avatar {
  padding: 15px 15px 0 15px;
}
.social-comment .social-comment {
  margin-left: 45px;
}
.social-avatar img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}
.social-avatar .media-body a {
  font-size: 14px;
  display: block;
}
.social-body {
  padding: 15px;
}
.social-body img {
  margin-bottom: 10px;
}
.social-footer {
  border-top: 1px solid #e7eaec;
  padding: 10px 15px;
  background: #f9f9f9;
}
.social-footer .social-comment img {
  width: 32px;
  margin-right: 10px;
}
.social-comment:first-child {
  margin-top: 0;
}
.social-comment {
  margin-top: 15px;
}
.social-comment textarea {
  font-size: 12px;
}
/* Vote list */
.vote-item {
  padding: 20px 25px;
  background: #ffffff;
  border-top: 1px solid #e7eaec;
}
.vote-item:last-child {
  border-bottom: 1px solid #e7eaec;
}
.vote-item:hover {
  background: #fbfbfb;
}
.vote-actions {
  float: left;
  width: 30px;
  margin-right: 15px;
  text-align: center;
}
.vote-actions a {
  color: #1ab394;
  font-weight: 600;
}
.vote-actions {
  font-weight: 600;
}
.vote-title {
  display: block;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 2px;
}
.vote-title:hover,
.vote-title:focus {
  color: inherit;
}
.vote-info,
.vote-title {
  margin-left: 45px;
}
.vote-info,
.vote-info a {
  color: #b4b6b8;
  font-size: 12px;
}
.vote-info a {
  margin-right: 10px;
}
.vote-info a:hover {
  color: #1ab394;
}
.vote-icon {
  text-align: right;
  font-size: 38px;
  display: block;
  color: #e8e9ea;
}
.vote-icon.active {
  color: #1ab394;
}
body.body-small .vote-icon {
  display: none;
}
.lightBoxGallery {
  text-align: center;
}
.lightBoxGallery img {
  margin: 5px;
}
#small-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
#small-chat .badge {
  position: absolute;
  top: -3px;
  right: -4px;
}
.open-small-chat {
  height: 38px;
  width: 38px;
  display: block;
  background: #1ab394;
  padding: 9px 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.open-small-chat:hover {
  color: white;
  background: #1ab394;
}
.small-chat-box {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 75px;
  background: #fff;
  border: 1px solid #e7eaec;
  width: 230px;
  height: 320px;
  border-radius: 4px;
}
.small-chat-box.ng-small-chat {
  display: block;
}
.body-small .small-chat-box {
  bottom: 70px;
  right: 20px;
}
.small-chat-box.active {
  display: block;
}
.small-chat-box .heading {
  background: #2f4050;
  padding: 8px 15px;
  font-weight: bold;
  color: #fff;
}
.small-chat-box .chat-date {
  opacity: 0.6;
  font-size: 10px;
  font-weight: normal;
}
.small-chat-box .content {
  padding: 15px 15px;
}
.small-chat-box .content .author-name {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 11px;
}
.small-chat-box .content > div {
  padding-bottom: 20px;
}
.small-chat-box .content .chat-message {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 14px;
  max-width: 80%;
  background: #f3f3f4;
  margin-bottom: 10px;
}
.small-chat-box .content .chat-message.active {
  background: #1ab394;
  color: #fff;
}
.small-chat-box .content .left {
  text-align: left;
  clear: both;
}
.small-chat-box .content .left .chat-message {
  float: left;
}
.small-chat-box .content .right {
  text-align: right;
  clear: both;
}
.small-chat-box .content .right .chat-message {
  float: right;
}
.small-chat-box .form-chat {
  padding: 10px 10px;
}
/*
 * metismenu - v2.0.2
 * A jQuery menu plugin
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */
.metismenu .plus-minus,
.metismenu .plus-times {
  float: right;
}
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}
.metismenu .glyphicon.arrow:before {
  content: "\e079";
}
.metismenu .active > a > .glyphicon.arrow:before {
  content: "\e114";
}
.metismenu .fa.arrow:before {
  content: "\f104";
}
.metismenu .active > a > .fa.arrow:before {
  content: "\f107";
}
.metismenu .ion.arrow:before {
  content: "\f3d2";
}
.metismenu .active > a > .ion.arrow:before {
  content: "\f3d0";
}
.metismenu .fa.plus-minus:before,
.metismenu .fa.plus-times:before {
  content: "\f067";
}
.metismenu .active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.metismenu .active > a > .fa.plus-minus:before {
  content: "\f068";
}
.metismenu .collapse {
  display: none;
}
.metismenu .collapse.in {
  display: block;
}
.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #1ab394;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1ab394;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.sk-spinner-wave div {
  background-color: #1ab394;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative;
}
.sk-spinner-wandering-cubes .sk-cube1,
.sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #1ab394;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}
.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}
.sk-spinner-chasing-dots .sk-dot1,
.sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #1ab394;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}
.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #1ab394;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
  background-color: #1ab394;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite;
}
.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px;
}
@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}
.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   Copyright 2014 Webapplayers.com
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* PACE PLUGIN
-------------------------------------------------- */
.landing-page.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
body.landing-page {
	color: #676a6c;
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
}
.landing-page {
  /* CUSTOMIZE THE NAVBAR
  -------------------------------------------------- */
  /* Flip around the padding for proper display in narrow viewports */
  /* BACKGROUNDS SLIDER
  -------------------------------------------------- */
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  /* Carousel base class */
  /* Since positioning the image, we need to help out the caption */
  /* Declare heights because of positioning of img element */
  /* Sections
  ------------------------- */
  /* Buttons - only primary custom button
  ------------------------- */
  /* RESPONSIVE CSS
  -------------------------------------------------- */
}
.landing-page span.navy {
  color: #1ab394;
}
.landing-page p.text-color {
  color: #676a6c;
}
.landing-page a.navy-link {
  color: #1ab394;
  text-decoration: none;
}
.landing-page a.navy-link:hover {
  color: #179d82;
}
.landing-page section p {
  color: #aeaeae;
  font-size: 13px;
}
.landing-page address {
  font-size: 13px;
}
.landing-page h1 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 200;
}
.landing-page .navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #1ab394;
}
.landing-page .navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
}
.landing-page .navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.landing-page .navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.landing-page .navbar-default.navbar-scroll {
  background-color: #fff;
  border-color: #fff;
  padding: 15px 0;
}
.landing-page .navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}
	.landing-page .navbar-default .nav li a {
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 14px;
	}
.landing-page .navbar-nav > li > a {
  padding-top: 25px;
  border-top: 6px solid transparent;
}
.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
  border-top: 6px solid #1ab394;
}
.landing-page .navbar-default .navbar-nav > li > a:hover,
.landing-page .navbar-default .navbar-nav > li > a:focus {
  color: #1ab394;
  background: inherit;
}
.landing-page .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff;
}
.landing-page .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #ffffff;
}
.landing-page .navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
  background: transparent;
  color: inherit;
}
.landing-page .navbar-default .navbar-brand:hover,
.landing-page .navbar-default .navbar-brand:focus {
  background: #179d82;
  color: #fff;
}
.landing-page .navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  background: #1ab394;
  padding: 15px 20px 15px 20px;
  border-radius: 0 0 5px 5px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
}
.landing-page .navbar-scroll.navbar-default .nav li a {
  color: #676a6c;
}
.landing-page .navbar-scroll.navbar-default .nav li a:hover {
  color: #1ab394;
}
.landing-page .navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #e7eaec;
  border-radius: 0;
}
.landing-page .nav > li.active {
  border: none;
  background: inherit;
}
.landing-page .nav > li > a {
  padding: 25px 10px 15px 10px;
}
.landing-page .navbar-scroll .navbar-nav > li > a {
  padding: 20px 10px;
}
.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
  border-top: 6px solid #1ab394;
}
.landing-page .navbar-fixed-top {
  border: none !important;
}
.landing-page .navbar-fixed-top.navbar-scroll {
  border-bottom: 1px solid #e7eaec !important;
}
.landing-page .navbar.navbar-scroll .navbar-brand {
  margin-top: 15px;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  height: auto;
}
.landing-page .header-back {
  height: 470px;
  width: 100%;
}
.landing-page .header-back.one {
  background: url('../img/landing/header_one.jpg') 50% 0 no-repeat;
}
.landing-page .header-back.two {
  background: url('../img/landing/header_two.jpg') 50% 0 no-repeat;
}
.landing-page .carousel {
  height: 470px;
}
.landing-page .carousel-caption {
  z-index: 10;
}
.landing-page .carousel .item {
  height: 470px;
  background-color: #777;
}
.landing-page .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 470px;
}
.landing-page .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.landing-page .carousel-fade .carousel-inner .active {
  opacity: 1;
}
.landing-page .carousel-fade .carousel-inner .active.left,
.landing-page .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.landing-page .carousel-fade .carousel-inner .next.left,
.landing-page .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.landing-page .carousel-fade .carousel-control {
  z-index: 2;
}
.landing-page .carousel-control.left,
.landing-page .carousel-control.right {
  background: none;
}
.landing-page .carousel-control {
  width: 6%;
}
.landing-page .carousel-inner .container {
  position: relative;
}
.landing-page .carousel-inner {
  overflow: visible;
}
.landing-page .carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}
.landing-page .carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}
.landing-page .carousel-caption.blank {
  top: 140px;
}
.landing-page .carousel-image {
  position: absolute;
  right: 10px;
  top: 150px;
}
.landing-page .carousel-indicators {
  padding-right: 60px;
}
.landing-page .carousel-caption h1 {
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: -1.5px;
}
.landing-page .carousel-caption p {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}
.landing-page .caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.landing-page .caption-link:hover {
  text-decoration: none;
  color: inherit;
}
.landing-page .services {
  padding-top: 60px;
}
.landing-page .services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
}
.landing-page .features-block {
  margin-top: 40px;
}
.landing-page .features-text {
  margin-top: 40px;
}
.landing-page .features small {
  color: #1ab394;
}
.landing-page .features h2 {
  font-size: 18px;
  margin-top: 5px;
}
.landing-page .features-text-alone {
  margin: 40px 0;
}
.landing-page .features-text-alone h1 {
  font-weight: 200;
}
.landing-page .features-icon {
  color: #1ab394;
  font-size: 40px;
}
.landing-page .navy-section {
  margin-top: 60px;
  background: #1ab394;
  color: #fff;
  padding: 20px 0;
}
.landing-page .gray-section {
  background: #f4f4f4;
  margin-top: 60px;
}
.landing-page .team-member {
  text-align: center;
}
.landing-page .team-member img {
  margin: auto;
}
.landing-page .social-icon a {
  background: #1ab394;
  color: #fff;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50px;
}
.landing-page .social-icon a:hover {
  background: #179d82;
}
.landing-page .img-small {
  height: 88px;
  width: 88px;
}
.landing-page .pricing-plan {
  margin: 20px 30px 0 30px;
  border-radius: 4px;
}
.landing-page .pricing-plan.selected {
  transform: scale(1.1);
  background: #f4f4f4;
}
.landing-page .pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #aeaeae;
}
.landing-page .pricing-plan .pricing-price span {
  font-weight: 700;
  color: #1ab394;
}
.landing-page li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px;
}
.landing-page li.pricing-title {
  background: #1ab394;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 600;
}
.landing-page .testimonials {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #1ab394;
  background-image: url('../img/landing/avatar_all.png');
}
.landing-page .big-icon {
  font-size: 56px !important;
}
.landing-page .features .big-icon {
  color: #1ab394 !important;
}
.landing-page .contact {
  background-image: url('../img/landing/word_map.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 60px;
}
.landing-page section.timeline {
  padding-bottom: 30px;
}
.landing-page section.comments {
  padding-bottom: 80px;
}
.landing-page .comments-avatar {
  margin-top: 25px;
  margin-left: 22px;
}
.landing-page .comments-avatar .commens-name {
  font-weight: 600;
  font-size: 14px;
}
.landing-page .comments-avatar img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
}
.landing-page .bubble {
  position: relative;
  height: 120px;
  padding: 20px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-style: italic;
  font-size: 14px;
}
.landing-page .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 14px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 30px;
}
.landing-page .btn-primary.btn-outline:hover,
.landing-page .btn-success.btn-outline:hover,
.landing-page .btn-info.btn-outline:hover,
.landing-page .btn-warning.btn-outline:hover,
.landing-page .btn-danger.btn-outline:hover {
  color: #fff;
}
.landing-page .btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}
.landing-page .btn-primary:hover,
.landing-page .btn-primary:focus,
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
  background-color: #179d82;
  border-color: #179d82;
  color: #FFFFFF;
}
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
  background-image: none;
}
.landing-page .btn-primary.disabled,
.landing-page .btn-primary.disabled:hover,
.landing-page .btn-primary.disabled:focus,
.landing-page .btn-primary.disabled:active,
.landing-page .btn-primary.disabled.active,
.landing-page .btn-primary[disabled],
.landing-page .btn-primary[disabled]:hover,
.landing-page .btn-primary[disabled]:focus,
.landing-page .btn-primary[disabled]:active,
.landing-page .btn-primary.active[disabled],
.landing-page fieldset[disabled] .btn-primary,
.landing-page fieldset[disabled] .btn-primary:hover,
.landing-page fieldset[disabled] .btn-primary:focus,
.landing-page fieldset[disabled] .btn-primary:active,
.landing-page fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}
@media (min-width: 768px) {
  .landing-page {
    /* Navbar positioning foo */
    /* The navbar becomes detached from the top, so we round the corners */
    /* Bump up size of carousel content */
  }
  .landing-page .navbar-wrapper {
    margin-top: 20px;
  }
  .landing-page .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .landing-page .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .landing-page .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  .landing-page .carousel-caption p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .landing-page .featurette-heading {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .landing-page .carousel-image {
    display: none;
  }
}
@media (max-width: 768px) {
  .landing-page .carousel-caption,
  .landing-page .carousel-caption.blank {
    left: 5%;
    top: 80px;
  }
  .landing-page .carousel-caption h1 {
    font-size: 28px;
  }
  .landing-page .navbar.navbar-scroll .navbar-brand {
    margin-top: 6px;
  }
  .landing-page .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0;
  }
  .landing-page .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
  }
  .landing-page .navbar-default .nav li a {
    color: #676a6c;
  }
  .landing-page .navbar-default .nav li a:hover {
    color: #1ab394;
  }
  .landing-page .navbar-wrapper .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
  }
  .landing-page .nav > li > a {
    padding: 25px 10px 15px 10px;
  }
  .landing-page .navbar-nav > li > a {
    padding: 20px 10px;
  }
  .landing-page .navbar .navbar-brand {
    margin-top: 6px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
  }
  .landing-page .navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 5px;
  }
  .landing-page .navbar-default .navbar-nav > .active > a,
  .landing-page .navbar-default .navbar-nav > .active > a:hover {
    color: inherit;
  }
  .landing-page .carousel-control {
    display: none;
  }
}
@media (min-width: 992px) {
  .landing-page .featurette-heading {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .landing-page .navbar .navbar-header {
    display: block;
    float: none;
  }
  .landing-page .navbar .navbar-header .navbar-toggle {
    background-color: #ffffff;
    padding: 9px 10px;
    border: none;
  }
}
body.rtls {
  /* Theme config */
}
body.rtls #page-wrapper {
  margin: 0 220px 0 0;
}
body.rtls .nav-second-level li a {
  padding: 7px 35px 7px 10px;
}
body.rtls .ibox-title h5 {
  float: right;
}
body.rtls .pull-right {
  float: left !important;
}
body.rtls .pull-left {
  float: right !important;
}
body.rtls .ibox-tools {
  float: left;
}
body.rtls .stat-percent {
  float: left;
}
body.rtls .navbar-right {
  float: left !important;
}
body.rtls .navbar-top-links li:last-child {
  margin-left: 40px;
  margin-right: 0;
}
body.rtls .minimalize-styl-2 {
  float: right;
  margin: 14px 20px 5px 5px;
}
body.rtls .feed-element > .pull-left {
  margin-left: 10px;
  margin-right: 0;
}
body.rtls .timeline-item .date {
  text-align: left;
}
body.rtls .timeline-item .date i {
  left: 0;
  right: auto;
}
body.rtls .timeline-item .content {
  border-right: 1px solid #e7eaec;
  border-left: none;
}
body.rtls .theme-config {
  left: 0;
  right: auto;
}
body.rtls .spin-icon {
  border-radius: 0 20px 20px 0;
}
body.rtls .toast-close-button {
  float: left;
}
body.rtls #toast-container > .toast:before {
  margin: auto -1.5em auto 0.5em;
}
body.rtls #toast-container > div {
  padding: 15px 50px 15px 15px;
}
body.rtls .center-orientation .vertical-timeline-icon i {
  margin-left: 0;
  margin-right: -12px;
}
body.rtls .vertical-timeline-icon i {
  right: 50%;
  left: auto;
  margin-left: auto;
  margin-right: -12px;
}
body.rtls .file-box {
  float: right;
}
body.rtls ul.notes li {
  float: right;
}
body.rtls .chat-users,
body.rtls .chat-statistic {
  margin-right: -30px;
  margin-left: auto;
}
body.rtls .dropdown-menu > li > a {
  text-align: right;
}
body.rtls .b-r {
  border-left: 1px solid #e7eaec;
  border-right: none;
}
body.rtls .dd-list .dd-list {
  padding-right: 30px;
  padding-left: 0;
}
body.rtls .dd-item > button {
  float: right;
}
body.rtls .theme-config-box {
  margin-left: -220px;
  margin-right: 0;
}
body.rtls .theme-config-box.show {
  margin-left: 0;
  margin-right: 0;
}
body.rtls .spin-icon {
  right: 0;
  left: auto;
}
body.rtls .skin-setttings {
  margin-right: 40px;
  margin-left: 0;
}
body.rtls .skin-setttings {
  direction: ltr;
}
body.rtls .footer.fixed {
  margin-right: 220px;
  margin-left: 0;
}
@media (max-width: 992px) {
  body.rtls .chat-users,
  body.rtls .chat-statistic {
    margin-right: 0;
  }
}
body.rtls.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 70px 0 0;
}
body.rtls.mini-navbar.fixed-sidebar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 0;
}
body.rtls.top-navigation .navbar-toggle {
  float: right;
  margin-left: 15px;
  margin-right: 15px;
}
.body-small.rtls.top-navigation .navbar-header {
  float: none;
}
body.rtls.top-navigation #page-wrapper {
  margin: 0;
}
body.rtls.mini-navbar #page-wrapper {
  margin: 0 70px 0 0;
}
body.rtls.mini-navbar.fixed-sidebar #page-wrapper {
  margin: 0 0 0 0;
}
body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 220px 0 0;
}
body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
}
.body-small.rtls .navbar-fixed-top {
  margin-right: 0;
}
.body-small.rtls .navbar-header {
  float: right;
}
body.rtls .navbar-top-links li:last-child {
  margin-left: 20px;
}
body.rtls .top-navigation #page-wrapper,
body.rtls.mini-navbar .top-navigation #page-wrapper,
body.rtls.mini-navbar.top-navigation #page-wrapper {
  margin: 0;
}
body.rtls .top-navigation .footer.fixed,
body.rtls.top-navigation .footer.fixed {
  margin: 0;
}
@media (max-width: 768px) {
  body.rtls .navbar-top-links li:last-child {
    margin-left: 20px;
  }
  .body-small.rtls #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 1000px;
  }
  .body-small.rtls .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }
  .body-small.rtls.mini-navbar .navbar-static-side {
    display: block;
  }
  .rtls.fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
  }
  .rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
  }
}
.rtls .ltr-support {
  direction: ltr;
}
.rtls.mini-navbar .nav-second-level,
.rtls.mini-navbar li.active .nav-second-level {
  left: auto;
  right: 70px;
}
.rtls #right-sidebar {
  left: -260px;
  right: auto;
}
.rtls #right-sidebar.sidebar-open {
  left: 0;
}
/*
 *
 *   This is style for skin config
 *   Use only in demo theme
 *
*/
/*Adding a dummy class to diisplay the customization part of dashboard*/
/*.theme-config {
  position: absolute;
  top: 80px;
  right: 200px; 
}*/

/*Commented out the original css Krithika*/
/*.theme-config {
  position: absolute;
  top: 130px;
  right: 0;
  overflow: hidden;
}*/

.theme-config {
    position: absolute;
    top: 116px;
    right: 0px;
    overflow: hidden;
    /*z-index: 1;*/
}

.theme-config-box {
  right: -240px;
  position: relative;
  z-index: 2000;
  transition-duration: 0.8s;
}
.theme-config-box.show {
  right: 0;
}
.spin-icon {
  background: #019cdb;
  position: absolute;
  padding: 7px 10px 7px 13px;
  border-radius: 20px 0 0 20px;
  font-size: 16px;
  top: 0px;
  left: 0px;
  width: 40px;
  color: #fff;
  cursor: pointer;
}
.skin-setttings {
  width: 240px;
  margin-left: 40px;
  background: #019cdb;
  color: #ffffff;
}
.skin-setttings .title {
  background: #019cdb;
  font-weight: bold;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.setings-item {
  padding: 10px 20px;
}
.setings-item.skin {
  text-align: center;
}
.setings-item .switch {
  float: left;
}
.skin-name a {
  text-transform: uppercase;
}
.setings-item a {
  color: #fff;
}
.default-skin,
.blue-skin,
.ultra-skin,
.yellow-skin {
  text-align: center;
}
.default-skin {
  font-weight: 600;
  background: #283A49;
}
.default-skin:hover {
  background: #1e2e3d;
}
.blue-skin {
  font-weight: 600;
  background: url("patterns/header-profile-skin-1.png") repeat scroll 0 0;
}
.blue-skin:hover {
  background: #0d8ddb;
}
.yellow-skin {
  font-weight: 600;
  background: url("patterns/header-profile-skin-3.png") repeat scroll 0 100%;
}
.yellow-skin:hover {
  background: #ce8735;
}
.ultra-skin {
  padding: 20px 10px;
  font-weight: 600;
  background: url("patterns/3.png") repeat scroll 0 0;
}
.ultra-skin:hover {
  background: url("patterns/4.png") repeat scroll 0 0;
}
/*
 *
 *   SKIN 1 - INSPINIA - Responsive Admin Theme
 *   NAME - Blue light
 *
*/
.skin-1 .minimalize-styl-2 {
  margin: 14px 5px 5px 30px;
}
.skin-1 .navbar-top-links li:last-child {
  margin-right: 30px;
}
.skin-1.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.skin-1 .spin-icon {
  background: #0e9aef !important;
}
.skin-1 .nav-header {
  background: #0e9aef;
  background: url('patterns/header-profile-skin-1.png');
}
.skin-1.mini-navbar .nav-second-level {
  background: #3e495f;
}
.skin-1 .breadcrumb {
  background: transparent;
}
.skin-1 .page-heading {
  border: none;
}
.skin-1 .nav > li.active {
  background: #3a4459;
}
.skin-1 .nav > li > a {
  color: #9ea6b9;
}
.skin-1 .nav > li.active > a {
  color: #fff;
}
.skin-1 .navbar-minimalize {
  background: #0e9aef;
  border-color: #0e9aef;
}
body.skin-1 {
  background: #3e495f;
}
.skin-1 .navbar-static-top {
  background: #ffffff;
}
.skin-1 .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px;
}
.fixed-nav.skin-1 .navbar-fixed-top {
  background: #fff;
}
.skin-1 .wrapper-content {
  padding: 30px 15px;
}
.skin-1 #page-wrapper {
  background: #f4f6fa;
}
.skin-1 .ibox-title,
.skin-1 .ibox-content {
  border-width: 1px;
}
.skin-1 .ibox-content:last-child {
  border-style: solid solid solid solid;
}
.skin-1 .nav > li.active {
  border: none;
}
.skin-1 .nav-header {
  padding: 35px 25px 25px 25px;
}
.skin-1 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}
.skin-1 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8;
}
.skin-1 .profile-element {
  text-align: center;
}
.skin-1 .img-circle {
  border-radius: 5px;
}
.skin-1 .navbar-default .nav > li > a:hover,
.skin-1 .navbar-default .nav > li > a:focus {
  background: #3a4459;
  color: #fff;
}
.skin-1 .nav.nav-tabs > li.active > a {
  color: #555;
}
.skin-1 .nav.nav-tabs > li.active {
  background: transparent;
}
/*
 *
 *   SKIN 2 - INSPINIA - Responsive Admin Theme
 *   NAME - Inspinia Ultra
 *
*/
body.skin-2 {
  color: #565758 !important;
}
.skin-2 .minimalize-styl-2 {
  margin: 14px 5px 5px 25px;
}
.skin-2 .navbar-top-links li:last-child {
  margin-right: 25px;
}
.skin-2 .spin-icon {
  background: #23c6c8 !important;
}
.skin-2 .nav-header {
  background: #23c6c8;
  background: url('patterns/header-profile-skin-2.png');
}
.skin-2.mini-navbar .nav-second-level {
  background: #ededed;
}
.skin-2 .breadcrumb {
  background: transparent;
}
.skin-2.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.skin-2 .page-heading {
  border: none;
  background: rgba(255, 255, 255, 0.7);
}
.skin-2 .nav > li.active {
  background: #e0e0e0;
}
.skin-2 .logo-element {
  padding: 17px 0;
}
.skin-2 .nav > li > a,
.skin-2 .welcome-message {
  color: #edf6ff;
}
.skin-2 #top-search::-moz-placeholder {
  color: #edf6ff;
  opacity: 0.5;
}
.skin-2 #side-menu > li > a,
.skin-2 .nav.nav-second-level > li > a {
  color: #586b7d;
}
.skin-2 .nav > li.active > a {
  color: #213a53;
}
.skin-2.mini-navbar .nav-header {
  background: #213a53;
}
.skin-2 .navbar-minimalize {
  background: #23c6c8;
  border-color: #23c6c8;
}
.skin-2 .border-bottom {
  border-bottom: none !important;
}
.skin-2 #top-search {
  color: #fff;
}
body.skin-2 #wrapper {
  background-color: #ededed;
}
.skin-2 .navbar-static-top {
  background: #213a53;
}
.fixed-nav.skin-2 .navbar-fixed-top {
  background: #213a53;
  border-bottom: none !important;
}
.skin-2 .nav-header {
  padding: 30px 25px 30px 25px;
}
.skin-2 .dashboard-header {
  background: rgba(255, 255, 255, 0.4);
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 20px 30px;
}
.skin-2 .wrapper-content {
  padding: 30px 15px;
}
.skin-2 .dashoard-1 .wrapper-content {
  padding: 0 30px 25px 30px;
}
.skin-2 .ibox-title {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  margin-bottom: 1px;
}
.skin-2 .ibox-content {
  background: rgba(255, 255, 255, 0.4);
  border: none !important;
}
.skin-2 #page-wrapper {
  background: #f6f6f6;
  background: -webkit-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: -o-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: radial-gradient(ellipse at center, #f6f6f6 20%, #d5d5d5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#d5d5d5)";
}
.skin-2 .ibox-title,
.skin-2 .ibox-content {
  border-width: 1px;
}
.skin-2 .ibox-content:last-child {
  border-style: solid solid solid solid;
}
.skin-2 .nav > li.active {
  border: none;
}
.skin-2 .nav-header a.dropdown-toggle {
  color: #edf6ff;
  margin-top: 10px;
}
.skin-2 .nav-header a.dropdown-toggle .text-muted {
  color: #edf6ff;
  opacity: 0.8;
}
.skin-2 .img-circle {
  border-radius: 10px;
}
.skin-2 .nav.navbar-top-links > li > a:hover,
.skin-2 .nav.navbar-top-links > li > a:focus {
  background: #1a2d41;
}
.skin-2 .navbar-default .nav > li > a:hover,
.skin-2 .navbar-default .nav > li > a:focus {
  background: #e0e0e0;
  color: #213a53;
}
.skin-2 .nav.nav-tabs > li.active > a {
  color: #555;
}
.skin-2 .nav.nav-tabs > li.active {
  background: transparent;
}
/*
 *
 *   SKIN 3 - INSPINIA - Responsive Admin Theme
 *   NAME - Yellow/purple
 *
*/
.skin-3 .minimalize-styl-2 {
  margin: 14px 5px 5px 30px;
}
.skin-3 .navbar-top-links li:last-child {
  margin-right: 30px;
}
.skin-3.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.skin-3 .spin-icon {
  background: #ecba52 !important;
}
body.boxed-layout.skin-3 #wrapper {
  background: #3e2c42;
}
.skin-3 .nav-header {
  background: #ecba52;
  background: url('patterns/header-profile-skin-3.png');
}
.skin-3.mini-navbar .nav-second-level {
  background: #3e2c42;
}
.skin-3 .breadcrumb {
  background: transparent;
}
.skin-3 .page-heading {
  border: none;
}
.skin-3 .nav > li.active {
  background: #38283c;
}
.fixed-nav.skin-3 .navbar-fixed-top {
  background: #fff;
}
.skin-3 .nav > li > a {
  color: #948b96;
}
.skin-3 .nav > li.active > a {
  color: #fff;
}
.skin-3 .navbar-minimalize {
  background: #ecba52;
  border-color: #ecba52;
}
body.skin-3 {
  background: #3e2c42;
}
.skin-3 .navbar-static-top {
  background: #ffffff;
}
.skin-3 .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px;
}
.skin-3 .wrapper-content {
  padding: 30px 15px;
}
.skin-3 #page-wrapper {
  background: #f4f6fa;
}
.skin-3 .ibox-title,
.skin-3 .ibox-content {
  border-width: 1px;
}
.skin-3 .ibox-content:last-child {
  border-style: solid solid solid solid;
}
.skin-3 .nav > li.active {
  border: none;
}
.skin-3 .nav-header {
  padding: 35px 25px 25px 25px;
}
.skin-3 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}
.skin-3 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8;
}
.skin-3 .profile-element {
  text-align: center;
}
.skin-3 .img-circle {
  border-radius: 5px;
}
.skin-3 .navbar-default .nav > li > a:hover,
.skin-3 .navbar-default .nav > li > a:focus {
  background: #38283c;
  color: #fff;
}
.skin-3 .nav.nav-tabs > li.active > a {
  color: #555;
}
.skin-3 .nav.nav-tabs > li.active {
  background: transparent;
}
body.md-skin {
	font-family: 'Open Sans', sans-serif;
	background-color: #ffffff;
}
.md-skin .nav-header {
  background: url("patterns/4.png") no-repeat;
}
.md-skin .label,
.md-skin .badge {
	font-family: 'Open Sans', sans-serif;
}
.md-skin .font-bold {
  font-weight: 500;
}
.md-skin .wrapper-content {
  padding: 30px 20px 40px;
}
@media (max-width: 768px) {
  .md-skin .wrapper-content {
    padding: 30px 0 40px;
  }
}
.md-skin .page-heading {
  border-bottom: none !important;
  border-top: 0;
  padding: 0 10px 20px 10px;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14);
}
.md-skin .full-height-layout .page-heading {
  border-bottom: 1px solid #e7eaec !important;
}
.md-skin .ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin .ibox.border-bottom {
  border-bottom: none !important;
}
.md-skin .ibox-title,
.md-skin .ibox-content {
  border-style: none;
}
.md-skin .ibox-title h5 {
  font-size: 16px;
  font-weight: 400;
}
.md-skin a.close-canvas-menu {
  color: #ffffff;
}
.md-skin .welcome-message {
  color: #ffffff;
  font-weight: 300;
}
.md-skin #top-search::-moz-placeholder {
  color: #ffffff;
}
.md-skin #top-search::-webkit-input-placeholder {
  color: #ffffff;
}
.md-skin #nestable-output,
.md-skin #nestable2-output {
	font-family: 'Open Sans', sans-serif;
}
.md-skin .landing-page {
	font-family: 'Open Sans', sans-serif;
}
.md-skin .landing-page.navbar-default.navbar-scroll {
  background-color: #fff !important;
}
.md-skin .landing-page.navbar-default {
  background-color: transparent !important;
  box-shadow: none;
}
	.md-skin .landing-page.navbar-default .nav li a {
		font-family: 'Open Sans', sans-serif;
	}
.md-skin .nav > li > a {
  color: #676a6c;
  padding: 14px 20px 14px 25px;
}
.md-skin .nav.navbar-right > li > a {
  color: #ffffff;
}
.md-skin .nav > li.active > a {
  color: #5b5d5f;
  font-weight: 700;
}
.md-skin .navbar-default .nav > li > a:hover,
.md-skin .navbar-default .nav > li > a:focus {
  font-weight: 700;
  color: #5b5d5f;
}
.md-skin .nav .open > a,
.md-skin .nav .open > a:hover,
.md-skin .nav .open > a:focus {
  background: #1ab394;
}
.md-skin .navbar-top-links li {
  display: inline-table;
}
.md-skin .navbar-top-links .dropdown-menu li {
  display: block;
}
.md-skin .pace-done .nav-header {
  transition: all 0.4s;
}
.md-skin .nav > li.active {
  background: #f8f8f9;
}
.md-skin .nav-second-level li a {
  padding: 7px 10px 7px 52px;
}
.md-skin .navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px;
}
.md-skin .nav > li > a {
  font-weight: 400;
}
.md-skin .navbar-static-side .nav > li > a:focus,
.md-skin .navbar-static-side .nav > li > a:hover {
  background-color: inherit;
}
.md-skin .navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: inherit;
}
.md-skin .nav-header .navbar-fixed-top a {
  color: #ffffff;
}
.md-skin .nav-header .text-muted {
  color: #ffffff;
}
.md-skin .navbar-form-custom .form-control {
  font-weight: 300;
}
.md-skin .mini-navbar .nav-second-level {
  background-color: inherit;
}
.md-skin .mini-navbar li.active .nav-second-level {
  left: 65px;
}
.md-skin .canvas-menu.mini-navbar .nav-second-level {
  background: inherit;
}
.md-skin .pace-done .navbar-static-side,
.md-skin .pace-done .nav-header,
.md-skin .pace-done li.active,
.md-skin .pace-done #page-wrapper,
.md-skin .pace-done .footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.md-skin .navbar-fixed-top {
  background: #fff;
  transition-duration: 0.4s;
  z-index: 2030;
  border-bottom: none !important;
}
.md-skin .navbar-fixed-top,
.md-skin .navbar-static-top {
  background-color: #1ab394 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin .navbar-static-side {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin #right-sidebar {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none;
  z-index: 900;
}
.md-skin .white-bg .navbar-fixed-top,
.md-skin .white-bg .navbar-static-top {
  background: #fff !important;
}
.md-skin .contact-box {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none;
}
.md-skin .dashboard-header {
  border-bottom: none !important;
  border-top: 0;
  padding: 20px 20px 20px 20px;
  margin: 30px 20px 0 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .md-skin .dashboard-header {
    margin: 20px 0 0 0;
  }
}
.md-skin ul.notes li div {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin .file {
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin .mail-box {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
  margin-bottom: 20px;
  border: none;
}
.md-skin .mail-box-header {
  border: none;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 30px 20px 20px 20px;
}
.md-skin .mailbox-content {
  border: none;
  padding: 20px;
  background: #ffffff;
}
.md-skin .social-feed-box {
  border: none;
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin.landing-page .navbar-default {
  background-color: transparent !important;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: none;
}
.md-skin.landing-page .navbar-default.navbar-scroll,
.md-skin.landing-page.body-small .navbar-default {
  background-color: #ffffff !important;
}
.md-skin.landing-page .nav > li.active {
  background: inherit;
}
.md-skin.landing-page .navbar-scroll .navbar-nav > li > a {
  padding: 20px 10px;
}
.md-skin.landing-page .navbar-default .nav li a {
	font-family: 'Open Sans', sans-serif;
}
.md-skin.landing-page .nav > li > a {
  padding: 25px 10px 15px 10px;
}
.md-skin.landing-page .navbar-default .navbar-nav > li > a:hover,
.md-skin.landing-page .navbar-default .navbar-nav > li > a:focus {
  background: inherit;
  color: #1ab394;
}
.md-skin.landing-page.body-small .nav.navbar-right > li > a {
  color: #676a6c;
}
.md-skin .landing_link a,
.md-skin .special_link a {
  color: #ffffff !important;
}
.md-skin.canvas-menu.mini-navbar .nav-second-level {
  background: #f8f8f9;
}
.md-skin.mini-navbar .nav-second-level {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin.mini-navbar .nav-second-level li a {
  padding-left: 0;
}
.md-skin.mini-navbar.fixed-sidebar .nav-second-level li a {
  padding-left: 52px;
}
.md-skin.top-navigation .nav.navbar-right > li > a {
  padding: 15px 20px;
  color: #676a6c;
}
.md-skin.top-navigation .nav > li a:hover,
.md-skin .top-navigation .nav > li a:focus,
.md-skin.top-navigation .nav .open > a,
.md-skin.top-navigation .nav .open > a:hover,
.md-skin.top-navigation .nav .open > a:focus {
  color: #1ab394;
  background: #ffffff;
}
.md-skin.top-navigation .nav > li.active a {
  color: #1ab394;
  background: #ffffff;
}
.md-skin.fixed-nav #wrapper.top-navigation #page-wrapper {
  margin-top: 0;
}
.md-skin.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}
.md-skin.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0;
}
.md-skin.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0;
}
.md-skin.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
  background-color: #ffffff;
}
.md-skin.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #ffffff;
  height: 100%;
  position: fixed;
  display: none;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 220px;
    min-height: 1200px;
  }
  .navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 220px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
/*14660*/
.follow-us-social {
    text-align:right;
}
.follow-us-social .row > div {
    display:inline-block;
}
.follow-us-social .row .social-icons {
    padding-left:15px;
}
@media (max-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0;
        min-height: 1000px;
    }
    .body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: absolute;
        width: 70px;
    }
    .body-small.mini-navbar .navbar-static-side {
        display: block;
    }
    .lock-word {
        display: none;
    }
    .navbar-form-custom {
        display: none;
    }
    .navbar-header {
        display: inline;
        float: left;
    }
    .sidebard-panel {
        z-index: 2;
        position: relative;
        width: auto;
        min-height: 100% !important;
    }
    .sidebar-content .wrapper {
        padding-right: 0;
        z-index: 1;
    }
    .fixed-sidebar.body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: fixed;
        width: 220px;
    }
    .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
        display: block;
    }
    .ibox-tools {
        float: none;
        text-align: right;
        display: block;
    }
    /*14660*/
    .follow-us-social {
        text-align:center;
    }
    .footer-container-grey .text-center.col-md-4 {
        text-align: left;
    }
}
@media (max-width: 350px) {
  .timeline-item .date {
    text-align: left;
    width: 110px;
    position: relative;
    padding-top: 30px;
  }
  .timeline-item .date i {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px;
    width: 30px;
    text-align: center;
    border: 1px solid #e7eaec;
    background: #f8f8f8;
  }
  .timeline-item .content {
    border-left: none;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px;
  }
  .nav.navbar-top-links li.dropdown {
    display: none;
  }
  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block;
  }
}
/* Only demo */
@media (max-width: 1000px) {
  .welcome-message {
    display: none;
  }
}
@media print {
  nav.navbar-static-side {
    display: none;
  }
  #page-wrapper {
    margin: 0;
  }
}
#member-portal .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: transparent;
}
#member-portal .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus{
	background: transparent;
}
.border-layout {
	border: 1px solid #c7c7c7;
}
 /*  Styles for Tabs in Broker Dashboard */
    .etabs { margin: 0; padding: 0; }
    .tab { display: inline-block; zoom:1; *display:inline; padding: 6px; /* background: #428bca; */ border: solid 1px #C7C7C7; border-bottom: none; 
	/* -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; */ }
    .tab a { font-size: 14px; line-height: 2em; color: #000 !important; display: block; padding: 0 10px; outline: none; text-decoration: none !important; }
    .tab a:hover { text-decoration: underline; }
    .tab.active { background: #fff; /* padding-top: 6px; */ color: #1C2A60; position: relative; top: 1px; border-color: #C7C7C7; }
    .tab a.active { font-weight: bold; }
    .tab-container .panel-container { background: #fff; color: #1C2A60; border: solid #C7C7C7 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
    .panel-container { margin-bottom: 10px; }
	.tab.active a { color: #1C2A60 !important;}
    /*Krithika added class for the pcp image as per bundle*/
    .graphicon-image-bg{font-size:60px; background-color:#ccc;opacity:0.6; width:60px; border-radius:60%;}


/* From: Ramesh- Style added for  My Preferences Success-message. Still confirmation required from Smriti and Pavan*/

.hix-success-messages-top {
  padding: 10px;
  border: 1px solid #d6e9c6;
  color: #3c763d;
  background-color: #dff0d8; 
}

.round_corners-sm {
    border-radius: 3px !important;
}

.hix-success-messages-top h3 {
        font-size: 20px !important;

    }
@media only screen and (min-width: 767px) {
    .hix-success-messages-top {
        padding: 10px 10px 10px 86px;
        background: #dff0d8 url(images/modal-bgnd-success.png) no-repeat 10px 10px;
        min-height: 90px;
        border: 1px solid #d6e9c6;
        color: #3c763d;
    }
     .hix-success-messages-top h3 {
        font-size: 22px;
    }
     /*Fix for label alignment - Russia Aiyappa B P*/
     .padding-top-lg{
		padding-top: 25px;
	}
}

/* Find PCP arraw to colapse the content   */

 .img-content-hidden, .img-content-show {
    color: #333333;
    display: block;
    margin: 1% 0;
    padding: 1% 0 1% 20px;
    text-decoration: none;
    background:url(../theme/Member/images/icon_arrow_close.png) no-repeat 0 center;
    border-bottom: 1px solid #dddddd;
    } 
  
.img-content-show {
background: url(../theme/Member/images/icon_arrow_open.png)no-repeat 0 center;}


.expand_icon, .expand_icon:hover {text-decoration: none !important;}
.expand_icon:hover {color: #003249;}
	.expand_icon span {
		font-size: 12px;
		font-weight: bold;
		font-family: 'Open Sans', sans-serif;
		padding-left: 4px;
	}
.icon_open:before {content: "\2212";}
.icon_close:before {content: "\2b";}

/*adding class for overflow text(ReadMore)*/
.dot-text {
     /*width: 1250px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap:break-word;
}

/*Adding class for the icon color on dashboard krithika*/
.collapse-icon {
    color: #555555 !important;
}

/*This style for search icon allignment*/
a.search-ico {
    display: inline;
    float: left;
    margin-top: 15px;
    margin-right:10px;
}

/*This style for Member MemberDiseaseCaseMgt page padding*/

.form-err-pad {
    padding-top:15px;
}

/*This style for Member My preference page padding*/
.label-pad {
    margin-top:10px;
}


/*This style for ID CARD text alignment */
.carrier-mar-top {
    margin-top:3px;
}

/*This style for ID CARD Print page */

@media print
   {
      #auth-search-result-table{display:none;

      }
    #pdfpop { width:100% !important;
    }

    #btnpart {display:none;
    }
    .modalCloseButton {display:none; }
    footer {display:none;
    }
    modal-height { height:600px; overflow-y:none !important; }

    span.glyphicon-remove { font-size:0px !important; width:0px;
    }
    .col-md-6 {width: 50% ; float:left;  }
    .col-md-3 {width: 25%; float:left;}
    .col-md-4, .col-md-4, .col-md-5, .col-md-7 {
        float:left;
    }
     .col-md-12 { width: 100%;
}

 .col-md-7 {
    width: 58.33333333%;
    
}

.col-md-5 {
    width: 41.66666667%;
}
    span.bottom-margin-md {display:none; }
    .modal-height {
    overflow-x: hidden !important;
    min-height: 800px !important;
}
    .col-md-8 {
        width: 100% !important;
        float:left !important;
    }
    .modal, .modal-scrollable {
        margin-left:0px !important;
    }
    
   }





/*Class added for Pop up on send button*/
.modal-mypref {
    width: 100%;
    height: 200px;
    padding: 5px 15px 15px 15px;
}

/*fix for issue 14131 - Anish*/
.view-quote-table-heading > th {
    vertical-align:top;
    font-weight:500;
}
.view-quote-table-heading > th > span {
    display:inline-block;
    white-space:nowrap;
}
.view-quote-table-heading > th > span > label {
    font-weight:500;
}
.view-quote-table-heading .padding-left-xs {
    padding-left:4px !important;
}
/*14858*/
.claimDetailsHeader .view-quote-table-heading > th > span {
    display:inline;
    white-space:normal;
}
 .tooltip {
    z-index:2001;
}
.list-grid .tooltip {
	position:fixed !important
}
label.marg-top-20 {
	margin-top: 20px;
}
label#filterBy_label {
    margin-top:20px;
}


/*Provider claim page search button align in same line*/

.but-date {width:14%
}

/*Secure Messages Alignement for search by*/
span.Search_Label {
    display:block;
    padding-top:25px;
}

span.lbl_Subject {
    line-height:34px;
}
span.lbl_SubjectCompose {
    line-height:64px;
}

/*Authorization Listing Page Column alignment issue*/

.Referring-provider {
    width: 15%;
}
.Referring-Auth {
    width: 10%;
}

.p-padding {
    padding-bottom:15px;
}

/*Member PCP alignment issue for no results found (Russia Aiyappa B P)*/

.hix-no-results { padding-left:15px;
}

/*Authorization Advanced search text allignment (Bapi)*/

.Auth-left-pad {padding-left:15px;
}
.search-butPad {
    padding:1px 7px !important;
}

/*Ramesh: Dashboard Drag and Drop future issue*/

.connectedSortable {
    min-height: 100px;
}

/*Provider PatientElgibility alignment issue(Yathish)*/

span.claims-help-text {
    font-size: 13px;
    display: block;
    padding-left: 5px;
    /* margin-bottom: 10px; */
}

span.PatientSubscriberID {
        padding: 15px 0 0px;
}
/*Member disease alignment issue(Bapi)*/
#DiseaseHeadCont ul {
    padding-left: 20px;
}


/* Ramesh: CSS added for checkbox in PCP page to change the button color on check */
.hix-select-plan-menu {
    font-size: 10px;
    width: 10%;
    margin: 0 0 4% 0;
    background-color: #d6e6f3;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    z-index: 5000;
    padding-top: 40px;
}

.hix-select-plan-menu .checkbox {
    display: block;
    text-align: left;
}
.checkbox{
    display: block;
    min-height: 16px;
    padding-left: 10px;
    margin-top: -35px;
    margin-bottom: 10px;
}

.text-center{
  padding-bottom: 10px;
}

#select-all{
  margin-bottom: 10px;

}

.hix-bar-15Days {height: 20px; background-color: #19a3dd; display: inline-block; float: left;margin-right:10px;}
.hix-bar-30Days {height: 20px; background-color: #6dcff6; display: inline-block; float: left;margin-right:10px}
.hix-bar-60Days {height: 20px; background-color:  #faa61a; display: inline-block; float: left;margin-right:10px}

/*loading image bg fix*/
#BusyindicatorImage, .ui-dialog.ui-widget-content {
    background: none;
    border: none;
}
#BusyindicatorImage img {
    border-radius: 4px;
}


/* padding for radio button text*/

.padleft-small {
    padding-left:5px;
    margin-top:-5px;
}
/* for white background color */
.bg-col {
    background:#ffffff;

}


/* PatientEligibilityDetails button alignment    */

.but-rgt-pad {
    margin:0px 10px 18px 0px;
    
}

/*registration modal*/
.modal.registrationmodal {
    bottom: auto;
    padding: 30px 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.registrationmodal .hix-modalCloseButton {
    top: -30px;
    right: -10px;
}
.modal.registrationmodal .btn {
    background-color: #45AED6;
    color: #fff;
    font-weight: 600;
    width: auto;
    padding: 5px 25px;
}
.email-exists .btn {
    margin:0 5px;
}

/*14536 fix*/
#page-wrapper, div#MemberDashboard, div#ProviderDashboard {
    overflow: hidden;
    min-height: 440px !important;
}

/*14318*/
.ui-sortable-placeholder {
    /*height:100px;*/
}
.font_weight {
    font-weight:bold;
}

/* Coustom scrool bar for procedure code    */

.procedure_code {
height:220px;
overflow-y:scroll;
}
.pro-left-mar {
    margin-left:10px;
}
.radio-left-mar {
    margin-left:10px !important;
}
.radio-left-mar + span {
    padding-left: 4px;
}
/**/
.deductableOOP {
    min-height: inherit;
    padding: 5px;
}


/*14597*/
.radio-but-no-spac {
    margin-left: -8px;
    margin-top: -3px;

}


.radio-but-yes-spac {
    margin-right: 10px;
    margin-top: -5px;

}


.mar-left-0 {
    margin-left:0px;
}
.mar-left-4 {
    margin-left:4px;
}
.pad-left-20 {
    padding-left:20px;
}

.mar-top-7 {
 margin-top:7px;
}

/*Copied from Bundle for buttons*/
.btn-primary-md {
    color: #fff;
    background-color: #45AED6;
    border-color: #45AED6;
    font-size: 14px;
}

/*Background color for Closed status in securemessage*/

.label-closed,
.badge-closed {
  background-color: #999999;
  color: #FFFFFF;
}

/*Krithika added class for the message popup scroll bar*/
#right-sidebar .tab-content {
    height: 200px;
    overflow-y: scroll;
}
/*Ends here*/



.Autho-inputbox-mar {
    margin-left:20px;

}
.error-display-marleft {
    margin-left:10px;
}

/*Pdf and Excel icon link style*/
.pdf-excel-link a{
    color:#000;
}
.diag-back {
    margin: 0 0 10px 5px;
}


/* Get Direction Map Style starts here*/

 #map {
        height: 100%;
      }

#right-panel {
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	padding-left: 10px;
}

      #right-panel select, #right-panel input {
        font-size: 15px;
      }

      #right-panel select {
        width: 100%;
      }

      #right-panel i {
        font-size: 12px;
      }
      #right-panel {
        height: 100%;
        float: right;
        width: 390px;
        overflow: auto;
      }
      #map {
        margin-right: 400px;
      }

    div#DirectionsMap {
        top: 5%;
        bottom: 5%;
        left: 0;
    }   
      /*@media print {
        #map {
          height: 500px;
          margin: 0;
        }
        #right-panel {
          float: none;
          width: auto;
        }
      }*/

/* Get Direction Map Style ends here*/

/* HEDIS style */
/* New Dashboard Style */

span.searchby-text{
    font-size: 14px;
    color: #3c3c3c;
    display: block;
    margin-bottom: 10px;
}
.searchby-margin-top{
	margin-top:30px;
}
.searhby-field{
	padding:0 10px;
}
.show-graph-db{
	cursor:pointer;
}
.complet-rate{
	text-align:center;
	padding-right:15px;
	position: relative;
}
.show-graph-pointer:after{
	content:'';
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #84e4cf;
	position: absolute;
	right:0;
}
.canvasjs-chart-credit{
	display:none;
}
.dashboard-heading-margin{	
	margin-top:0px !important;
}
.hide-date{
	color:#004869;
}
.nowrap{
	white-space: nowrap;
}
#side-menu {
    font-size: 14px !important;
}
.slimScrollDiv {
    background-color: #655e5e !important;
}
.feed-element .fa-exclamation-circle {
    font-size: 44px !important;
    color: #bfbfbf !important;
}
.map-image-height{
	height: 300px !important;
}
.border-gray-radius{
	border: 1px solid #cfcfcf;
	border-radius: 4px;
}
.modal-backdrop{
	background-color: #000;
    z-index: 1040;
    bottom: 0;
	height:100%;
	position:fixed;
}
.bgColor_gray{
	background: #DDDCDA;
}
.bgColor_lightGray{
	background: #F3F1F2;
}
.PS_fa_iconSize{
	font-size: 30px;
}
.border-bottom-gray{
	border: 1px solid #ccc;
}
.text-black{
	color: #000;
}
.providerSearch_Container input[type="checkbox"]{
	margin-top: 2px;
}
.search_visit_clinic{
	max-width: 100px;
}
.search_Map{
	max-width: 70px;
}
.provider_search_expand ol{
	padding-left: 10px;
}

#myMapContainer iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/*.icons_tooltip{
	position: relative;
    top: -16px;
}*/
#accordion .panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #DDDCDA;
}
#accordion .panel-heading {
    padding: 0px 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px !important
}
.margin-top-zero15{ 
    margin-top: -15px;
}
.tooltip {
	pointer-events: none
 }
.btn-srch{
	min-width: 120px;
    font-size: 110%;
}
.panel-heading p { margin:0px}
footer {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-left: 0em;
	padding-left: 0em;
	margin-right: 0em;
	padding-right: 0em;
	background-color: #eaeaea;
	color: #adadad;
}

footer .footer-logo {
    height: 80px;
    width: 68px;
    float: left;
   
}
	footer .footer-copyright {
		display: block;
		float: left;
		margin-top: 30px;
		margin-left: .5em;
		font-size: 14px;
		color: #000;
	}
footer .rightblock {
    float: right;
    margin-bottom: 10px;
}
footer .rightblock ul {
    font-size: 1em;
      margin-top: 30px;
}
footer .rightblock ul li {
    padding-left: .3em;
    padding-right: .3em;
    margin: 0;
    display: inline;
}
footer a {
    color: #adadad;
}

header {
    margin-top: 10px;
}
header .actions {
    width: 50%;
    text-align: right;
    float: right;
    padding: 0;
    margin: 0;
}
header .actions ul li {
    display: inline-block;
}
header .logo h1 {
      display: block;
    height: 93px;
    width: 357px;
    margin: 0;
    background-repeat: no-repeat;
    text-indent: -99999px;
    cursor: pointer;
    background: url(../images/sprite-s092b43fd24.png) no-repeat;
        background-position: 0 -887px;
    }
header .logo {
    width: auto;
    float: left;
}

nav li.nav > ul li a {
    display: inline-block;
    color: #645D5D;
    text-decoration: none;
    padding: .4em .4em .4em 0em;
        font-size: 1.2em;
    font-weight: 600;
}
@media (min-width: 47em) {
 nav li.nav ul li.has-children ul.dropdown-menu, header .actions li.has-children ul.dropdown-menu { -moz-box-shadow: 2px 2px 2px #adadad; -webkit-box-shadow: 2px 2px 2px #adadad; box-shadow: 2px 2px 2px #adadad; z-index: 9999; position: absolute; top: 100%; margin: 0; padding: 0; list-style: none; max-height: 500px; overflow-y: auto; background-color: #dddcda; border: 2px solid #d9d8d6; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; }
  nav li.nav ul li.has-children ul.dropdown-menu li, header .actions li.has-children ul.dropdown-menu li { width: 100%; margin: 0; padding: 0; display: inline-block; }
  nav li.nav ul li.has-children ul.dropdown-menu li a, header .actions li.has-children ul.dropdown-menu li a { width: 100%; line-height: 120%; display: inline-block; border-bottom: 1px solid #B7B7B7; color: #645D5D; text-decoration: none; }
  nav li.nav ul li.has-children ul.dropdown-menu li a:hover, header .actions li.has-children ul.dropdown-menu li a:hover { background-color: #88a73e; }
  nav li.nav ul li.has-children ul.dropdown-menu li:last-child a, header .actions li.has-children ul.dropdown-menu li:last-child a { border-bottom: none; }
  nav li.nav ul li.has-children ul.dropdown-menu { width: 250px; left: -14px; z-index: 1111; }
  nav li.nav ul li.has-children ul.dropdown-menu li a {    font-size: 1.2em;
    padding: 16px 14px;
    margin: 0;}
  header .actions li.has-children ul.dropdown-menu { width: 115px; right: 0; }
  header .actions li.has-children ul.dropdown-menu li a { font-size: 1em; padding: 16px 29px 16px 16px; }
  /* Nav
--------------------------------------------- */
  nav { position: relative; z-index: 1000; width: 100%; float: left; margin-right: 2.27273%; }
  nav li.nav { padding-top: 0px; font-size: 1em; border: none; margin-left: 0px; display: block; width: 100%; float: left; margin-right: 2.27273%; }
  nav li.nav > ul li { display: inline-block; border: none; margin: 0; padding: 4px 12px; }
  nav li.nav > ul li a { display: inline-block; color: #645D5D; text-decoration: none; padding: .4em .4em .4em 0em;    font-size: 1.2em;
    font-weight: 600; }
  nav li.nav > ul li:first-child { padding-left: 0; }
  nav li.nav > ul li:last-child { padding-right: 0; }

}

nav li.nav {
    font-size: 1.25em;
}

nav li.nav ul li.has-children, header .actions li.has-children, .off-canvas li.has-children { position: relative; }
nav li.nav ul li.has-children > a, header .actions li.has-children > a, .off-canvas li.has-children > a {padding-right: 19px;background: url(../images/dropdown-dark.png) right 55% no-repeat;}
nav li.nav ul li.has-children ul, header .actions li.has-children ul, .off-canvas li.has-children ul { display: none; }

nav li.nav ul li.has-children.show, header .actions li.has-children.show, .off-canvas li.has-children.show { background-color: #378fcd;     display: inline-block !important; }
nav li.nav ul li.has-children.show > a, header .actions li.has-children.show > a, .off-canvas li.has-children.show > a { color: white; background: url(../images/dropdown-white.png) right 55% no-repeat; }
nav li.nav ul li.has-children.show ul, header .actions li.has-children.show ul, .off-canvas li.has-children.show ul { display: block; }


/* NAV
--------------------------------------------- */
.off-canvas { width: 82.75862%; float: right; margin-right: 0; *margin-left: -1em; display: inline; margin-right: -100%; min-height: 100%; background-color: #E7EAE8; -moz-box-shadow: 2px 2px 2px inset 4px 0px 14px -4px #8a8a8a; -webkit-box-shadow: 2px 2px 2px inset 4px 0px 14px -4px #8a8a8a; box-shadow: 2px 2px 2px inset 4px 0px 14px -4px #8a8a8a; }
.off-canvas ul li { width: 100%; float: right; margin-right: 0; *margin-left: -1em; display: inline; }
.off-canvas ul li ul li a { border-bottom: 1px solid #B7B7B7; font-size: 1em; text-decoration: none; color: #857F80; padding: 1em; display: block; }
.off-canvas ul li.search { padding: 1em 0; margin: 0; text-align: center; -moz-box-shadow: 2px 2px 2px inset 4px 0px 14px -4px #8a8a8a; -webkit-box-shadow: 2px 2px 2px inset 4px 0px 14px -4px #8a8a8a; box-shadow: 2px 2px 2px inset 4px 0px 14px -4px #8a8a8a; }
.off-canvas ul .nav li, .off-canvas ul .translations li, .off-canvas ul .login li { width: 100%; float: right; margin-right: 0; *margin-left: -1em; display: inline; }
.off-canvas ul .nav li a, .off-canvas ul .translations li a, .off-canvas ul .login li a { width: 100%; }
.off-canvas ul .nav li.has-children ul li, .off-canvas ul .translations li.has-children ul li, .off-canvas ul .login li.has-children ul li { background-color: #F2F1F1; }
.off-canvas ul .nav li.has-children ul li a, .off-canvas ul .translations li.has-children ul li a, .off-canvas ul .login li.has-children ul li a { background: none; padding-left: 2em; }
.off-canvas ul .nav li.has-children a, .off-canvas ul .translations li.has-children a, .off-canvas ul .login li.has-children a { background: url(/static/img/mobile-nav-has-children.png) no-repeat 96%; }
.off-canvas ul .nav li.has-children.show ul, .off-canvas ul .translations li.has-children.show ul, .off-canvas ul .login li.has-children.show ul { display: block; }
.off-canvas ul .nav iframe, .off-canvas ul .translations iframe, .off-canvas ul .login iframe { height: 3.55em; border-bottom: 1px solid #B7B7B7; width: 100%; }
.off-canvas ul .translations { padding-top: 3em; }

/* Search Bar
--------------------------------------------- */
li.search { width: 100%; float: right; margin-right: 0; *margin-left: -1em; display: inline; display: block; }
li.search label { display: none; }
li.search input[type="submit"] { display: none; }
li.search input { font-size: 1em; width: 90%; -webkit-border-radius: 9px; -moz-border-radius: 9px; -ms-border-radius: 9px; -o-border-radius: 9px; border-radius: 9px; -moz-box-shadow: 2px 2px 2px inset 1px 2px 6px 1px #acaaab; -webkit-box-shadow: 2px 2px 2px inset 1px 2px 6px 1px #acaaab; box-shadow: 2px 2px 2px inset 1px 2px 6px 1px #acaaab; border: 1px solid #ACAAAB; outline: none; padding: .70em; background: url(../images/search2.png) white no-repeat 96%; color: #7a7778; }

header .actions .phone {
	font-weight: bold;
	color: #313131;
	font-size: 1.1em;
	display: block;
}
.mobile-only{ display: none; }
.nav-ul-margin{ margin: 0; padding: 0 }
.dropdown-menu{ margin: 0; padding: 0 }

header .actions .wrapper .off-canvas-nav.fancy.btn {
    display: inline-block;
    height: 2.4em;
    max-width: 3em;
    padding: .4em .6em .5em .6em;
    text-align: center;
    background-color: #f3f2f2;
    border: 1px solid #E1E0E0;
}
.fancy.btn {
    -webkit-border-radius: 10px 10px;
    -moz-border-radius: 10px 1px / 10px 1px;
    border-radius: 10px 1px / 10px 1px;
    height: auto;
    padding: 12px 16px 12px 16px;
}
header .actions .wrapper .off-canvas-nav.fancy.btn .sprite-menu {
    margin-top: .3em;
    width: 24px;
    height: 13px;
}
.sprite-menu {
    background-position: 0 -2164px;
}
.logo h1.healthfirst{ background: url(../images/sprite-s092b43fd24.png) no-repeat; background-position: 0 -527px;
    width: 407px;
    height: 90px; }
.border-well p { margin: 0}
header .actions .mobile-only {
	float: right;
}
header .actions .wrapper .off-canvas-nav.fancy.btn {
    display: inline-block;
    height: 2.4em;
    max-width: 3em;
    padding: .4em .6em .5em .6em;
    text-align: center;
    background-color: #f3f2f2;
    border: 1px solid #E1E0E0;
}
header .actions .wrapper .off-canvas-nav.fancy.btn .sprite-menu {
    margin-top: .3em;
    width: 24px;
    height: 13px;
}
.margin-bottom-sm{ margin-bottom: 10px }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #8E3F1A;
    border-color: #8E3F1A;
}
.CHC_Circle_Icon_k {
    width: 45px;
    height: 45px;
    background-image: url(/images/ProviderSearch/icon_CHC_k.svg);
    background-size: contain;
    position: inherit;
    float: left;
    margin-right: 0px;
}

.Birthing_Friendly_Icon_k {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url(/images/ProviderSearch/Birthing_Friendly_Circle_icon_K.svg);
    background-size: contain;
    position: inherit;
    float: left;
    margin-right: 0px;
}

.PCMH_Circle_icon_k {
    width: 45px;
    height: 45px;
    background-image: url(/images/ProviderSearch/PCMH_Circle_icon_k.svg);
    background-size: contain;
    position: inherit;
    float: left;
    margin-right: 0px;
}

.ADA-Wheelchair_Circle_icon_K {
    width: 45px;
    height: 45px;
    background-image: url(/images/ProviderSearch/icon_ADA-Wheelchair_k.svg);
    background-size: contain;
    position: inherit;
    float: left;
    margin-right: 0px;
}

.Telemedicine_Circle_icon_black {
    width: 45px;
    height: 45px;
    background-image: url(/images/ProviderSearch/icon_telemedicine_k.svg);
    background-size: contain;
    position: inherit;
    float: left;
    margin-right: 0px;
}

.clinic_website {
    width: 32px;
    height: 32px;
    background-image: url(/images/ProviderSearch/website-icon.png);
    background-size: contain;
    margin-left: 32px;
}

.mapicon {
    width: 32px;
    height: 32px;
    background-image: url(/images/ProviderSearch/map-icon.png);
    background-size: contain;
    margin-left: 32px;
}

span.headicons {
	display: inline-grid;
	display: -ms-inline-grid;
	text-align: center;
}

.SPLTable td {
    word-wrap: break-word;
    display: inline-block;
    min-height: 100px;
    width: 33%;
}

.headicons a {
  display:inline-block
}


.panel-default > .panel-heading a:before {
	content: "";
	position: relative;
	top: 1px;
	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;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
	margin-right: 5px
}

.panel-default > .panel-heading a[aria-expanded="true"]:before {
    content: '\f0d8';
}

.panel-default > .panel-heading a.collapsed:before {
    content: '\f0d7';
}
.controls { margin-right: 10px }
.mapsrch {
    z-index: 9;
    position: absolute;
    width: 50%
}
.fa-caret-up:before {
	content: "\f0d8" !important;
}
.fa-chevron-up:before {
    content: "\f0d7" !important;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #c05826;
}

@media only screen and (max-width: 767px) {
    .footer-container-black {
        padding: 10px 0px !important
    }
    .tooltip-inner {
        max-width: 300px;
    }
    .tooltip {
        position: absolute !important;
    }
        .footer-container-blue {
        padding: 10px 0px !important
    }

    .footer-logo img {
        height: 75px !important
    }

    footer .footer-copyright {
        margin-top: 17px;
        font-size: 1.1em;
        width: 73%;
    }

    footer .footer-logo {
        height: auto;
    }

    footer .rightblock ul {
        margin-top: 10px;
    }

    footer .rightblock {
        float: inherit;
        display: inline-grid;
    }

    footer {
        margin: 0px;
        padding: 0px
    }

    .modal-sm {
        width: 95% !important;
    }

    .margin-0-xs {
        margin:0px !important
    }
	.list-grid .tooltip {
		position: absolute !important;
	}
	.list-grid {
		min-height: inherit !important;
		max-height: inherit !important;
		overflow-y: inherit !important;
	}
	.additional_Search_Details {
		margin-left: -15px;
		margin-right: -15px;
	}
		.additional_Search_Details .table-bordered td {
			border: 1px solid #dddddd !important;
		}
		.table-bordered, .table-bordered thead, .table-bordered tbody, .table-bordered th, .table-bordered td, .table-bordered tr {
        display: block;
    }


        .table-bordered td {
            min-height: 0px;
        }

        .table-bordered th,
        .table-bordered th {
            display: none !important;
        }

        .table-bordered td {
            /*border: none !important;*/
            border: 1px solid #898989 !important;
            border-collapse: collapse !important;
            position: relative;
            padding-left: 5% !important;
            text-align: left !important;
        }

            .table-bordered td:before {
                width: 96%;
                padding-right: 10px;
                clear: both;
                margin-left: -100%;
                display: inline-block;
                vertical-align: top;
                content: "";
            }

        .table-bordered p {
            margin: 0
        }
    .panel-heading h4 {
        font-size: 16px;
    }
    a.underline-text.strong.m-l-md {
        display: table-cell;
    }
    .ADA-Wheelchair_Circle_icon_K, .PCMH_Circle_icon_k, .CHC_Circle_Icon_k, .Telemedicine_Circle_icon_black, .Birthing_Friendly_Icon_k {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }
    .panel-heading p.text-right {
        text-align: left;
        margin: 0;
    }
    .panel-heading .padding-sm {
        padding: 0px 10px;
    }
    div#div-searchArea {
        margin-top: 40px;
    }
    .panel-heading h5.font-bold.margin-top-zero15 {
        margin-bottom : 0px
    }
    header .actions {
        width: auto;
        text-align: center;
        float: inherit;
        font-size: 12px;
    }
    header .actions ul { 
        margin: 0px; padding: 0px
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;}
    .View a.underline-text.strong.m-l-md {
        display: block;
        float: left !important;
        margin-left: 0;
    }
    #header img {
        max-width: 100%;
        height: auto;
    }
    #myMapContainer {
        width: 100%;
    }
    .mapsrch {
        top: 175px;
        z-index: 1
    }
    div#directions {
        margin-left: -15px;
        margin-right: -15px;
    }
    .SingleRowTable tr {
        grid-template-columns: repeat(1,auto) !important;
    }
	.mainSearch .form-group {
		margin-bottom: 20px;
	}

}

@media (min-width: 768px) and (max-width: 1024px ) {
    #page-wrapper { padding: 0px !important}
    .margin-top-zero15 {
        margin-top: 0;
    }
    .top-margin-sm .btn-srch {
        width: 100%;
        font-size: 16px;
        margin: 5px 0px;
    }
    .ADA-Wheelchair_Circle_icon_K, .PCMH_Circle_icon_k, .CHC_Circle_Icon_k, .Telemedicine_Circle_icon_black, Birthing_Friendly_Icon_k {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }
    #header img {
        max-width : 100%;
    }
    #myMapContainer {
        width: 100%;
    }
    .modal-sm {
        width: 95%;
    }
    .mapsrch {
        top: 175px;
        z-index: 1
    }
    div#directions {
        margin-left: -15px;
        margin-right: -15px;
    }
    .SingleRowTable tr {
        grid-template-columns: repeat(2,auto) !important;
    }
   
}

.SingleRowTable tr:nth-of-type(odd) {
    background: #ffffff;
}
.SingleRowTable tr {
	display: grid;
	grid-gap: 0px;
	grid-template-columns: repeat(5,auto);
	grid-template-rows: auto;
	grid-auto-flow: inherit;
	display: -ms-grid;
	-ms-grid-gap: 0px;
	-ms-grid-template-columns: repeat(5,auto);
	-ms-grid-template-rows: auto;
	-ms-grid-auto-flow: inherit;
}

.panel-heading a.underline-text {
    display: inline-table !important
}
.tooltip.in {
    opacity: inherit;
}
.tooltip.top {
    padding: 5px;
}
.tooltip.bottom {
    padding: 5px;
}
    .autocomplete_container{
	display:block;
	position:relative
}

.list-grid {
    border: 1px solid #DDD;
    padding: 10px 15px;
    min-height: 120px;
    max-height: 120px;
    overflow-y: auto;
}
h4.font-bold.pointer.collapse-link {
    display: inline-block;
}
.pointer{
    cursor:pointer;
}
.providerSearch_Container .Credentialed-error-display{
    height:20px;
}
.no-underline:hover {
   text-decoration:none !important
}
.warning {
    color: red;
    font-weight: bolder;
}
.additional_Search_Details {
    margin-left: -15px;
    margin-right: -15px;
}
.Advance_filter_Link h4.pointer {
      display:inline-block
}
@media only screen and (min-width: 1246px){ 
     body::after {
        content:'';
        display: block;
        min-height:475px;
    }
    footer {
     position: absolute;
     min-height: 475px;
     bottom:0;
     width:100%;
    }
    html {
     height: 100%; box-sizing:border-box
    }
    body {
     min-height:100%
    }
}
}
a:focus {
    outline: #1d8bc3 !important;
    outline-offset: 2px;
    text-decoration: underline;
}

@media all and (-ms-high-contrast:none) {
    .panel-heading a.text-black:hover {
        text-decoration: none !important;
        border-bottom: 1px solid #c05826
    }
}



@media (max-width: 767.98px) {
    .d-xs-none {
        display: none !important;
    }
    .text-xs-center{
        text-align:center;
    }
    .text-xs-left{
        text-align:left;
    }
    .mb-sm-1{
        margin-bottom:.5rem !important;
    }
    .d-xs-block{
        display:block;
    }
    .footer-container-black h4 {
        display: none !important;
    }
    .pb-xs-2{
        padding-bottom:1rem;
    }
}

@media (min-width: 768px) {
    .d-sm-none {
        display: none !important;
    }
    .pull-sm-left{
        float:left;
    }
    .pull-sm-right{
        float:right;
    }
    .ml-sm-2{
        margin-left:1rem;
    }
    ml-sm-3{
        margin-left:1.5rem;
    }
    .footer-container-black .collapse-link {
        display: none !important;
    }

    .footer-container-black .ibox-div {
        display: block !important;
    }
}

button[type="button"]:disabled {
    color: #333;
}


#pdfpopup .modal-header.send-msg-content {
    display:flex;
}
#pdfpopup .modal-header.send-msg-content .fs-12{
   font-size:12px;
   text-align : center;
   margin : 0px 10px
}
/*@font - face {
	font - family: 'Open Sans', sans-serif;
	font - style: normal;
	font - weight: 300;
	src: url('fonts/opensans/OpenSans-Regular-webfont.eot');
	src: local('Open Sans'), local('OpenSans'), url('fonts/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/opensans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg')
}

@font - face {
	font - family: 'Open Sans', sans-serif;
	font - style: normal;
	font - weight: 600;
	src: url('fonts/opensans/OpenSans-Semibold-webfont.eot');
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('fonts/opensans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans/OpenSans-Semibold-webfont.ttf') format('truetype'), url('fonts/opensans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg')
}*/
/*************************
*******Typography Above******
**************************/
body {
    font-family: 'Open Sans', sans-serif !important;
    -ms-overflow-style: scrollbar !important;
    color: #000;
}
h1{
	font-size: 18px;
}
a{     color: #8E3F1A; }
a:hover, a:active {
	text-decoration: underline !important;
}
a:link, a:visited {
	color: #8E3F1A;
        text-decoration: none;
        transition: 0.3s;
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 500;
	font-size: 14px;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 20px 0 20px 20px;
}
/* -- Member Portal Changes STARTS HERE -- */
@media (min-width: 1200px){
	 /*.container {
		width: 1250px;
	}*/
    .white-bg {
    min-height:auto !important;}
}
}
@media only screen and (min-width: 275px) and (max-width: 768px) {
	.login {
	background: rgba(255, 255, 255, 0.9);
    padding: 20px 20px 20px 20px;
	border-radius: 2px;
	}
	h1{
		font-size: 20px;
	}
	 #member-portal  #main-menu.navbar-default {
    /* background: rgba(28, 42, 96, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); */
	background: #655e5e !important;
	color: #ffffff;
  }
  #auth-search {
	  margin-bottom: 10px;
	 
  }
  .id-divider-right {
	  height: auto !important;
  }
  .sm-left-space {
	  margin-left: 10px;
  }
	.table-responsive {
	overflow: auto !important;
	}
	.footer-contact-info{
		text-align: left !important;
	}
	#advance-form{
	
	overflow-y: auto;
	}
	.align-left-sm{
		text-align: left !important;
	}
  
}
	/* Mobile table layout */
	@media only screen and (max-width: 767px) {
		.table-responsive-simple, .table-responsive-simple thead, .table-responsive-simple tbody, .table-responsive-simple th, .table-responsive-simple td, .table-responsive-simple tr {
			display: block;
		}
		.table-responsive-simple td { min-height: 35px;}
		.table-responsive-simple th {display: none;}
		.table-responsive-simple td {border: none;border-bottom: 1px solid #eee;position: relative;padding-left: 50%; text-align: left !important;}
		/*
        .table-responsive-simple td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%; 
            padding-right: 10px; 
            white-space: nowrap; 
            text-overflow: ellipsis; 
            overflow: hidden;
		}
        */
        .table-responsive-simple td:before {
            width: 100%;
            padding-right: 10px;
            clear: both;
            /*word-break:break-all;*/
            margin-left: -100%;
            display: inline-block;
            vertical-align: top;
            content: "";
        }

        #auth-search-result-table td:nth-of-type(1):before { content: "Auth Number"; }
        #auth-search-result-table td:nth-of-type(2):before { content: "Referral Number"; }
        #auth-search-result-table td:nth-of-type(3):before { content: "Member Name"; }
        #auth-search-result-table td:nth-of-type(4):before { content: "Member DOB"; }
        #auth-search-result-table td:nth-of-type(5):before { content: "Reffering Provider"; }
        #auth-search-result-table td:nth-of-type(6):before { content: "Reffering To Provider"; }
        #auth-search-result-table td:nth-of-type(7):before { content: "Auth/Referral"; }
        #auth-search-result-table td:nth-of-type(8):before { content: "Auths & Referrals in"; }
		#auth-search-result-table td:nth-of-type(9):before { content: "Referral Type"; }
		#auth-search-result-table td:nth-of-type(10):before { content: "Auth Status"; }
		#auth-search-result-table td:nth-of-type(11):before { content: "Referral Status "; }
        #auth-search-result-table td:nth-of-type(12):before { content: "Start Date"; }
        #auth-search-result-table td:nth-of-type(13):before { content: "End Date"; }

        /* Authorization Details */
        #auth-detail-table td:nth-of-type(1):before { content: "Authorization"; }
        #auth-detail-table td:nth-of-type(2):before { content: "REFERRAL"; }
        #auth-detail-table td:nth-of-type(3):before { content: "Auth Type"; }
        #auth-detail-table td:nth-of-type(4):before { content: "REFERRAL TYPE"; }
        #auth-detail-table td:nth-of-type(5):before { content: "Inpatient/Outpatient Category"; }
        #auth-detail-table td:nth-of-type(6):before { content: "Service Set Receipt"; }
        #auth-detail-table td:nth-of-type(7):before { content: "Status"; }
        
        /* Authorization Result Table */
        #auth-result-table td:nth-of-type(1):before { content: "Diagnosis Code"; }
        #auth-result-table td:nth-of-type(2):before { content: "Description"; }
        #auth-result-table td:nth-of-type(3):before { content: "Diagnosis Narrative"; }
        
		/* Medical Plan */
        #medical-paln-table td:nth-of-type(1):before { content: "Member Name"; }
        #medical-paln-table td:nth-of-type(2):before { content: "DOB"; }
        #medical-paln-table td:nth-of-type(3):before { content: "Member ID"; }
        #medical-paln-table td:nth-of-type(4):before { content: "Medical Plan"; }
        #medical-paln-table td:nth-of-type(5):before { content: "Effective Date"; }
        #medical-paln-table td:nth-of-type(6):before { content: "Benefit Year"; }

        /* Office Visit */
        #office-visit-table td:nth-of-type(1):before { content: "Services"; }
        #office-visit-table td:nth-of-type(2):before { content: "If In-Network Provider"; }
        #office-visit-table td:nth-of-type(3):before { content: "Out-Of-Network Provider"; }
        #office-visit-table td:nth-of-type(4):before { content: "Limitations and Exceptions"; }

		/* Claim result table Mobile Layout style */
		#claims-result-table td:nth-of-type(1):before { content: "Claims Number"; }
		#claims-result-table td:nth-of-type(2):before { content: "Provider Name"; }
		#claims-result-table td:nth-of-type(3):before { content: "CHPW Member ID"; }
        #claims-result-table td:nth-of-type(4):before { content: "Member Name"; }
        #claims-result-table td:nth-of-type(5):before { content: "Date Of Birth"; }
        #claims-result-table td:nth-of-type(6):before { content: "Date of Service"; }
        #claims-result-table td:nth-of-type(7):before { content: "Total Billed"; }
        #claims-result-table td:nth-of-type(8):before { content: "Claim Type"; }
		#claims-result-table td:nth-of-type(9):before { content: "Status"; }
        
        /* Claim Visited table */
        #claim-visited-table td:nth-of-type(1):before { content: "Visited"; }
        #claim-visited-table td:nth-of-type(2):before { content: "Claim Number"; }
        #claim-visited-table td:nth-of-type(3):before { content: "Authorization Number"; }
        #claim-visited-table td:nth-of-type(4):before { content: "Date of Service"; }
        #claim-visited-table td:nth-of-type(5):before { content: "Overalll Claim Status"; } 
		
        /* Claim visited Ingo */
        #claim-visited-info td:nth-of-type(1):before { content: "CHPW Member ID"; }
        #claim-visited-info td:nth-of-type(2):before { content: "Patient Name"; }
        #claim-visited-info td:nth-of-type(3):before { content: "Gender"; }
        #claim-visited-info td:nth-of-type(4):before { content: "Date of Birth"; }
        #claim-visited-info td:nth-of-type(5):before { content: "Address"; } 
		
        /* Procedure Result table */
        #qty-result-table td:nth-of-type(1):before { content: "Procedure/Services"; }
        #qty-result-table td:nth-of-type(2):before { content: "Description"; }
        #qty-result-table td:nth-of-type(3):before { content: "From Date"; }
        #qty-result-table td:nth-of-type(4):before { content: "To Date"; }
        #qty-result-table td:nth-of-type(5):before { content: "Quantity"; } 
        #qty-result-table td:nth-of-type(6):before { content: "Notes"; } 
        #qty-result-table td:nth-of-type(7):before { content: "Procedure Narative"; } 
        #qty-result-table td:nth-of-type(8):before { content: "Status"; } 
        
        /* Provider Information table */
        #provider-info-table td:nth-of-type(1):before { content: "PROVIDER NUMBER"; }
        #provider-info-table td:nth-of-type(2):before { content: "GROUP"; }
        #provider-info-table td:nth-of-type(3):before { content: "NAME"; }

		 /* Search PCP Result table */
        #search-pcp-result-table td:nth-of-type(1):before { content: ""; }
        #search-pcp-result-table td:nth-of-type(2):before { content: "Name"; }
        #search-pcp-result-table td:nth-of-type(3):before { content: "Address"; }
        #search-pcp-result-table td:nth-of-type(4):before { content: "Distance"; }
        #search-pcp-result-table td:nth-of-type(5):before { content: "Phone No"; }
        #search-pcp-result-table td:nth-of-type(6):before { content: "Speciality"; } 
        #search-pcp-result-table td:nth-of-type(7):before { content: "Rating"; }
        
        /* Member ID Cards table */
        #member-idcards-table td:nth-of-type(1):before { content: "Member Name"; }
        #member-idcards-table td:nth-of-type(2):before { content: "DOB"; }
        #member-idcards-table td:nth-of-type(3):before { content: "View Temporary Card"; }
        #member-idcards-table td:nth-of-type(4):before { content: "Request New Card By Mail"; }
    
        /* Secure Message table */
        #secure-messages-table td:nth-of-type(1):before { content: "Ref ID"; }
        #secure-messages-table td:nth-of-type(2):before { content: "Submission Date"; }
        #secure-messages-table td:nth-of-type(3):before { content: "Last Activity Date"; }
        #secure-messages-table td:nth-of-type(4):before { content: "Subject"; }
        #secure-messages-table td:nth-of-type(5):before { content: "Submitted ID/Name"; }
        #secure-messages-table td:nth-of-type(6):before { content: "Submitter"; }
        
        /* Change Address table */
        #member-change-table td:nth-of-type(1):before { content: "Member Name"; }
        #member-change-table td:nth-of-type(2):before { content: "Member Id"; }
        #member-change-table td:nth-of-type(3):before { content: "Current Residential Address"; }
        #member-change-table td:nth-of-type(4):before { content: "Mailing Address"; } 
        
        /* Office Visit */
        #history-table td:nth-of-type(1):before { content: "Submission Date"; }
        #history-table td:nth-of-type(2):before { content: "SeqId"; }
        #history-table td:nth-of-type(3):before { content: "Reply Date"; }
        #history-table td:nth-of-type(4):before { content: "Reply By"; }
        #history-table td:nth-of-type(5):before { content: "Message"; }

        /* COB Details table */
        #COB-Detail-table td:nth-of-type(1):before { content: "Name"; }
        #COB-Detail-table td:nth-of-type(2):before { content: "Date of Birth"; }
        #COB-Detail-table td:nth-of-type(3):before { content: "Coverage Type"; }
        #COB-Detail-table td:nth-of-type(4):before { content: "Carrier"; }
        #COB-Detail-table td:nth-of-type(5):before { content: "Coverage Effective"; }
        #COB-Detail-table td:nth-of-type(6):before { content: "Term Date"; }
        #COB-Detail-table td:nth-of-type(7):before { content: "Action"; }

        /* Institutional Claim table Mobile Layout style */
		#institutional-claim td:nth-of-type(1):before { content: "DEL"; }
        #institutional-claim td:nth-of-type(2):before { content: "FROM DATE"; }
        #institutional-claim td:nth-of-type(3):before { content: "TO DATE"; }
        #institutional-claim td:nth-of-type(4):before { content: "POS"; }
        #institutional-claim td:nth-of-type(5):before { content: "TOS"; }
        #institutional-claim td:nth-of-type(6):before { content: "CPT/HCPCS"; }
		#institutional-claim td:nth-of-type(7):before { content: "DIAG REF"; }
        #institutional-claim td:nth-of-type(8):before { content: "MOD 1"; }
        #institutional-claim td:nth-of-type(9):before { content: "MOD 2"; }
		#institutional-claim td:nth-of-type(13):before { content: "MOD 3"; }
		#institutional-claim td:nth-of-type(14):before { content: "MOD 4"; }
		#institutional-claim td:nth-of-type(10):before { content: "AMT. BILLED"; }
		#institutional-claim td:nth-of-type(11):before { content: "QTY"; }
		#institutional-claim td:nth-of-type(12):before { content: "OIC ALLOW"; }
		#institutional-claim td:nth-of-type(15):before { content: "OIC PAID"; }
		#institutional-claim td:nth-of-type(16):before { content: "OIC DED"; }
		#institutional-claim td:nth-of-type(17):before { content: "ACTIONS"; }
        
        /* Ratin Plan Table HEDIS Mobile Layout style */
        #rating-plan-table td:nth-of-type(1):before { content: "Measure Code"; }
        #rating-plan-table td:nth-of-type(2):before { content: "Measure Name"; }
        #rating-plan-table td:nth-of-type(3):before { content: "Eligible Services"; }
        #rating-plan-table td:nth-of-type(4):before { content: "Performed Services"; }
        #rating-plan-table td:nth-of-type(5):before { content: "Completion Rate %"; }
        #rating-plan-table td:nth-of-type(6):before { content: "Health Plan Target %"; }
        
        /* Eligible patient Table HEDIS Mobile Layout style */
        #eligible-patient-table td:nth-of-type(1):before { content: "Member Number"; }
        #eligible-patient-table td:nth-of-type(2):before { content: "Name"; }
        #eligible-patient-table td:nth-of-type(3):before { content: "Sex"; }
        #eligible-patient-table td:nth-of-type(4):before { content: "Age"; }
        #eligible-patient-table td:nth-of-type(5):before { content: "State"; }
        #eligible-patient-table td:nth-of-type(6):before { content: "City"; }
        #eligible-patient-table td:nth-of-type(7):before { content: "Zip"; }
        #eligible-patient-table td:nth-of-type(8):before { content: "Telephone No"; }
        #eligible-patient-table td:nth-of-type(9):before { content: "Eligible Services"; }
        #eligible-patient-table td:nth-of-type(10):before { content: "Performed Services"; }
        #eligible-patient-table td:nth-of-type(11):before { content: "Completion Rate %"; }
        #eligible-patient-table td:nth-of-type(12):before { content: "Duedate"; }

        /* Mailing Office Table Mobile Layout style */
        #mailing-office-table td:nth-of-type(1):before { content: "Name"; }
        #mailing-office-table td:nth-of-type(2):before { content: "Specialty"; }
        #mailing-office-table td:nth-of-type(3):before { content: "Address"; }
        #mailing-office-table td:nth-of-type(4):before { content: "Phone"; }

        /* Paitent Eligibility Table */
        #patient-eligibility-table td:nth-of-type(1):before { content: "SUBSCRIBER ID"; }
        #patient-eligibility-table td:nth-of-type(2):before { content: "SSN"; }
        #patient-eligibility-table td:nth-of-type(3):before { content: "DATE OF BIRTH"; }
        #patient-eligibility-table td:nth-of-type(4):before { content: "SEX"; }

        /* Member Plan Information table */
        #member-plan-info-table td:nth-of-type(1):before { content: "Group"; }
        #member-plan-info-table td:nth-of-type(2):before { content: "Plan"; }
        #member-plan-info-table td:nth-of-type(3):before { content: "Effective Date"; }
        #member-plan-info-table td:nth-of-type(4):before { content: "End Date"; }
        #member-plan-info-table td:nth-of-type(5):before { content: "Health SBC"; } 
        #member-plan-info-table td:nth-of-type(6):before { content: "Health Benefits"; } 
        #member-plan-info-table td:nth-of-type(7):before { content: "Dental Benefits"; } 

        /* Member Eligibility Search Results Window */
        #member-eligibility-search-results-window td:nth-of-type(1):before { content: "Select"; }
        #member-eligibility-search-results-window td:nth-of-type(2):before { content: "Subscriber ID"; }
        #member-eligibility-search-results-window td:nth-of-type(3):before { content: "Person No."; }
        #member-eligibility-search-results-window td:nth-of-type(4):before { content: "Name"; }
        #member-eligibility-search-results-window td:nth-of-type(5):before { content: "DOB"; }
        #member-eligibility-search-results-window td:nth-of-type(6):before { content: "Address"; }
        #member-eligibility-search-results-window td:nth-of-type(7):before { content: "Phone"; }

		/* ends here */
		/*claims diagnosis code table*/
		#claims-diag-code td:nth-of-type(1):before { content: "Diagnosis Code"; } 
        #claims-diag-code td:nth-of-type(2):before { content: "Description"; } 
		/*ends here*/
	}

	/* Mobile table layout ends here */

#member-portal #main-menu.navbar-default .dropdown-menu{
    padding: 0 20px;
    min-width: 150px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
    top:22px;
}
#main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
}

	.controlled-height {
		height: 467px;
	}
	.padding-zero {
		padding:0px !important;
	}
	.padding-left-zero  {
		padding-left:0px !important;
	}
	.padding-left-xs{
                padding-left:5px !important;
    }

	.margin-zero {
		margin: 0px !important;
	}
	.margin-top-sm {
		margin-top: 15px;
	}
	.margin-sm {
		margin: 10px;
	}
	.margin-md {
		margin: 20px;
	}
	.padding-top-xs {
		padding-top:5px;
	}
  #member-portal  #main-menu.navbar-default {
   /*  background: rgba(28, 42, 96, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); 
	background: #655e5e !important;*/
	color: #ffffff;
  }
.footer-container-black {
	/* width: 100%; */
	background-color: #f5f5f5;
	padding: 40px 0px;
	color: #2B2B2B;
	font-size: 14px;
	line-height: 20px;
}
    .footer-container-blue {
        width: 100%;
        background-color: #8E3F1A;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #ffffff;
    }
    .footer-container-blue a{
        color: #ffffff !important;
    }
	.footer-container-grey {
		width:100%;
		background-color: #a7a9ac;
		padding: 10px 40px 10px 40px;
		color: #ffffff;
	}
	.footer-container-grey a{
		color: #ffffff !important;
		text-decoration: underline;
	}
	#RegistrationFrom {
		background-color: #F3F3F3;
		padding: 20px;
	}
	span.input-help-text {
		font-size: 12px;
		color: #3c3c3c;
		display: block;
		margin-bottom:10px;
	}
	label {
		margin-bottom: 0px;
        font-weight: normal;
	}

    /*Alignment for PCB header and labels (Russia Aiyappa B P)*/
    #search-body-div label {
        margin-bottom:5px;
        padding-left: 6px;
    }
	.small-font {
		font-size: 11px;
	}
	.medium-font{
		font-size: 16px;
	}
	.right-sec-content{
		margin-top: 32px;
    border-left: 1px solid #B6B6B6;
	}
	.fa-info-circle{
	font-size: 20px;
    color: #45AED6;
	padding-top: 17px;
	}
 #member-portal #main-menu.navbar-default .navbar-nav > li > a {
	  color: #757575;
  }
   #member-portal #main-menu.navbar-default .navbar-nav > li.active > a,
   #member-portal #main-menu.navbar-default .navbar-nav > li.open > a,
   #member-portal #main-menu.navbar-default .navbar-nav > li:hover > a {
    padding-top: 0px;
    border-top: 0px;
  }
  .padding-left-sm {
	  padding-left: 10px;
  }
#member-portal .navbar.navbar-default {
	font-family: 'Open Sans', sans-serif !important;
}
  nav#main-menu {
    min-height: 22px;
}
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
    display: block;
}
#main-menu.navbar-default .dropdown-menu > li.active, #main-menu.navbar-default .dropdown-menu > li.open, #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
}
#main-menu.navbar-default .dropdown-menu > li.active > a, #main-menu.navbar-default .dropdown-menu > li.open > a, #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
}
#main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 3px 0;
    color: #eeeeee;
}
   #member-portal #main-menu.navbar-default .navbar-nav > li > a{
	  padding : 0px;
   }
/*   #member-portal footer {
	   width: 100%;
	   margin:0px;
	   overflow: hidden;
   }*/
  .login{
	  /* background-color: #ffffff; */
	background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px 10px 20px;
	border-radius: 4px;
  } 
  .tooltip-content {
    color: #ffffff !important;
    font-size: 13px !important;
}
  .bottom-margin-sm  {
	  margin-bottom: 10px;
  }
   .bottom-margin-md {
	  margin-bottom: 20px;
  }
  .padding-bottom-lg  {
	  padding-bottom: 30px;
  }
  .bottom-margin-lg {
	  margin-bottom: 40px;
  }
  .right-margin-sm {
	  margin-right: 10px;
  }
  .right-margin-md {
	  margin-right: 20px;
  }
  .padding-top-sm{
		padding-top: 10px;
	}
	.padding-top-md{
		padding-top: 20px;
	}
  .Member-Sign {
	  font-size: 16px;
	  color: #1c2a60;
  }
  .registration-distr {
	  border-top: 1px solid #fff;
  }
/*   #member-portal a {
	 color: #1c2a60;
  } */
  a.underline-text {
	 text-decoration: underline; 
  }
  
  .btn-max-width {
	  width: 100%;
	 border-bottom-width: 0px;
  }
  #member-portal .fa-comments-o {
	  font-size: 18px;
    color: #3FA4D0;
  }
  .custom-cursor {
	  cursor: pointer !important;
  }
	.navbar .divider-vertical {
    height: 18px;
    margin: 23px 9px 0px 9px;
    border-right: 1px solid #808AB5;
    border-left: 1px solid #808AB5;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}
.Member-portal-innerSec {
	padding-top: 0px !important;
}
.member-branding-bar02 {
	background-color: #45AED6;
	color: #ffffff;
}
.member-branding-bar03 {
	background-color: #F3F3F3;
	
}
h1.Member-InnerSec-Heading{
	font-size: 18px;
	font-weight: normal;
	margin:0px;
	padding:10px 0px 0px 0px;
	color: #ffffff;
}
h1.Member-Logedn-in-Heading{
	font-size: 18px;
	font-weight: normal;
	margin:0px;
	padding:10px 0px 0px 0px;
	color: #4D4D4D;
	padding:12px;
}
.padding-left-lg {
	padding-left:35px;
}
h2.blue-bar-heading{
	background-color: #445284;
    margin-top: 0px;
	margin-bottom:0px;
    padding: 10px;
    font-size: 16px;
    color: #ffffff;
    padding-left: 20px;
    font-weight: normal;
}

.authSubmEntry .provider-info input[type="text"], .authSubmEntry .provider-info select,
.authSubmEntry .authoriz-info input[type="text"], .authSubmEntry .authoriz-info select, .authSubmEntry .authoriz-info textarea,
.authSubmEntry .procedure input[type="text"], .authSubmEntry .procedure select, .authSubmEntry .procedure textarea {
    /*max-width: 230px;*/
    display: inline-block;
}
.authSubmEntry .provider-info button.search, 
.authSubmEntry .authoriz-info button.search, 
.authSubmEntry .procedure button.search {
    float: none;
}
.authSubmEntry .add-procedure-results button.search {
    float: left;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
}
	/* Member Portal Changes ENDS HERE -- */
	
	h1#Dashboard {
	display: inline-block;
	padding-top: 15px;
}

.mg-right {
margin-right: 10px !important;
}
.member-branding-bar03 .divider-vertical {
height: 14px;
margin: 20px 10px 0px 10px;
border-right: 1px solid #C2C4CE;
border-left: 1px solid #C2C4CE;
}
.pd-right-30{
padding-right: 30px;
}
.panel{
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-radius: 4px 4px 0px 0px;
  color: inherit;
  margin-bottom: 0;
  padding:6px 15px;
  min-height: 40px;
  border-width: 0px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 18px;
  margin: 4px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
  margin-top: 5px;
}
.ibox-tools {
  display: inline-block; 
  float: right;
  margin-top: 4px;
  position: relative;
  padding: 0 0px;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 10px;
  color: #c4c4c4;
  font-size: 16px;
}

.ibox-tools a.btn-primary {
  color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.ibox .open > .dropdown-menu {
  left: auto;
  right: 0;
}
.gray-head {
background-color: #F5F5F5;
}
.gray-head h5 {
color: #192B69 !important;
}
.md-top{
top: 25px;
}
.styleindex{
z-index: 2001;
}
/*footer{
position: absolute;
z-index: 3001;
}*/
.border-bottom-zero {
	border-bottom: 0px;
}
.border-left-zero {
	border-left: 0px;
}
.border-right-zero {
	border-right: 0px;
}
.border-top-zero {
	border-top: 0px;
}
@media only screen and (min-width: 767px){
fieldset {
    border: 0px solid #cdcdcd !important;
    margin-bottom: 0;
    padding: 0;
}
}
tr:nth-of-type(odd) {
    background: #f9f9f9;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th {
    color: #ffffff;
    background: #004869;
	padding: 8px 6px;
	border: 1px solid #eeeeee;
}
td, th {
    padding: 6px;
    text-align: left;
    border: 1px solid #eeeeee;
}
.table-responsive {
	overflow: auto;
}
.table-functions {
    padding: 4px 10px;
    background-color: #dddddd;
    border-top: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
.table-functions .pagination {
    margin: 2px;
}
.table-functions .showing {
    margin: 5px;
    line-height: 1.8;
}
.pagination .active, .pagination .active:hover {
    background-color: #4daad5;
    color: #ffffff;
}

.modal-sm {
    width: 50%;
}


.modal-Provider {
    width: 80% !important;
    top:10px;
   
}



/*Properties added as per new HTML*/
/* .modalCloseButton {
    color: #666;
    float: right;
    position: absolute;
    top:0;
    right: 10px;
    padding: 1px 2px 0px 2px;
    display: block;
    border-radius: 5px;
    font-size: 16px;
	background-color: #fff;
     border: 1px #ccc solid;
     margin-right: 0px;
     z-index: 1;
     line-height: normal;
} */

#modalOverlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    margin: 0;
    padding: 0;
    z-index: 9000;/*rolled back to the original value*/
}
#advance-form{
	width: 20%;
    top:0;
	margin-left: auto;
	margin-right: 0px;
	height: auto;
	background-color:#eeeeee;
}
.calendar-ico {
	background-color: #ffffff !important;
	color: #000 !important;
	border-left: none !important;
}
#advance-form .calendar-ico {
    border: 1px solid #ccc !important;
}
.add-on .input-group-btn > .btn {
    border-left-width: 0;
    left:-2px;
    z-index:2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
    -webkit-box-shadow: none; 
            box-shadow: none;
    border-color:#cccccc; 
}
.modal-title {
    font-weight: bold;
    background-color:#ccc;
    padding:10px 0;
}
.padding-sm {
	padding:10px;
}
.padding-xs {
	padding:5px;
}
#ui-datepicker-div{
	z-index:9002 !important;
}
.model-label {
	padding:5px;
}
.round-bg {
	padding: 5px !important;
	border-radius: 30px;
}
.nav-search-dropdown {
	width: 280px;
    margin-top: 10px !important;
	background-color: #F5F5F5;
}
.custom-search-input {
	width: 170px;
}
.dropdown-menu-arrow::before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
	left: 250px; 
    position: absolute;
    top: -7px;
}
.dropdown-menu-arrow::after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 250px; 
    position: absolute;
    top: -6px;
}
/*
.dropdown-menu-alert-arrow::before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
	left: 233px; 
    position: absolute;
    top: -7px;
	
}
.dropdown-menu-alert-arrow::after {
    border-bottom: 6px solid #1C2A60;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 233px; 
    position: absolute;
    top: -6px;
}
    */
.dropdown-alerts {
	margin-top: 10px !important;
}
h1.Alert-note {
	background-color: #1C2A60;
    color: #ffffff;
    margin: 0px;
    padding: 10px;
}
.fa-envelope-o {
	font-size: 20px;
}
.email-count-tab  { 
	position: absolute;
    top: 5px;
    left: 40px;
    padding: 3px 5px;
    border-radius: 7px;
}
.move-ico-right {
	float: right;
}
/* -- Kranti's CSS */
#outerdiv{
	border-top: 1px solid #c3c3c3;
}
#searchdiv{
	background-color:#1C2A60;
	color: white;
	text-align: left;
	padding: 3.5%;
	
}
a:focus{
	outline: 1px auto -webkit-focus-ring-color !important;
}
.searchicon{
	color: white;
	outline: black;
	
}
.msgpad{
	padding:4% 0 5% 0;
	
}
.iconpad{
	padding-top: 5%;	 
} 
.fa-custom{
	color: #45AED6;
	font-size: 25px;
}
.newmsgpad{
	padding: 2% 2% 5% 4%;
}
#newmsg{
	font-size: 250%;
}
.tabid{
	padding: 3%;
}
.turnblue{
	color: #45AED6;

}
.msgtxt{
	padding: 3%;

}


/* #pdfpop{
                height: 90%;
                width: 70%;
                background-color: transparent;
                border: 0px solid;
                overflow-y: auto;
} */
#pdfpop::-webkit-scrollbar{ 
    display: none; 
}

#filedetails{
                color: white;
                text-align: left;
}
object{
                background-color: white;
}
.demo{
                text-align: center;
                height:90%;
                padding-top: 30%;
                background-color: white;
}

#deliverypop{
                background-color: #45AED6;       
                height:auto;
                max-width:350px;
                border: 0px solid;
                overflow-y: auto;
                text-align: center;
                border-radius: 7px;
}
.padpop{
                padding: 0 5% 0 5%;
}
#hr{
                width:70%;
                text-align:center;
                border: 1px solid black;
}

/*Kavya - 14407 - Start*/
#btn-cancel{
                background-color: #666666;
                color: white;
                text-transform: uppercase;
                padding: 4px 12px;
                border-radius: 5px;
}
#btn-submit{
                background-color: #1C2A60;
                color: white;
                
    position: absolute;
    right: 3px;
    /*top: 3px;
    font-size: 20px;*/
    padding: 4px 12px;
    display: block;
    border-radius: 5px;
}
/*Kavya - 14407 - End*/
.box-height-width-myClaim{
                                height:15px;
                }
                .border-right{
                                border-right:1px solid #c3c3c3;
                }
                .marpad{
                                margin-top:10px;
                }


/* Krithika's Style **/
#claims-result-table  .table-align {
    padding-left: 4px !important;
	width:auto;
}
.claims-status{
   /*padding-top: 0px;*/
}
.modal-height{
	overflow-y: scroll;
	background-color: #ffffff;
	border: 0px solid;
	height: 500px;
}
.id-divider-right{
	border-right: 1px solid #45AED6;
	height: 25px;
}
.id-divider-bottom{
	border-bottom: 1px solid #45AED6;	
}
.btn-font{
font-size:20px;
}
.pcp-content {
  background-color: #F5F5F5 !important;
}
.tweet-icon{	
border-radius: 21px;
    color: #ffffff;
    background-color: #55AED6;
    padding: 3px;
}
.claim-mg-right{
margin-right:15px;
         }
.bar-code{
                padding-left:22px;
}
.blue-text {
    color: #8E3F1A;
}
span.claims-help-text {
		font-size: 13px;
		display: block;
		/*margin-bottom:10px;*/
        padding-left:5px;
	}
	
.blue-head {
background-color: #445284;
}

.blue-head h5 {
color: #ffffff !important;
}

.claims-margin-top{
	margin-top:27px;
}


#institutional-claim th {
    color: #000000;
	background-color: transparent;
	padding: 8px 6px;
	border: 1px solid #eeeeee;
}

/* -- Kritika's style ends here -- */
/* Bapi medical plan style  */


.medical-header{height:auto; padding:20px 0px 0 20px; line-height:30px;}

h2.medical-plan {font-size:24px; color:#000; margin:0px; float:left; width:100%;}
/*h2.individual-plan {font-size:24px; color:#000; margin:0px; float:left; padding-left:15px;}*/
h3.out-pocket{font-size:18px; margin:10px 0px; color:#45AED6; dispaly:block:}
p.indi-text{font-size:12px; color:#666; display:block; margin-bottom:0px; margin-top:10px;}


.individual-head-sec{padding:20px 0;}
.box-height-width{ height:30px;}
/*.net-sm-text{font-size:12px; color:#666; display:inline-block; margin-right:16%;}*/
.below-cont{width:100%; display:block;}
.accor-border-rad{border-radius:10px;}
.icon-relataive{position:relative; bottom:10px;}
.pie-col-blu{background-color:#6dcff6;}
/* adding css from bundle  -Vaishnevi*/
.pie-col-pink{background-color:#f58220;}
/*done -vaishnevi*/
.pie-col-green{background-color:#faa61a;}
.pie-col-skybl{background-color:#19a3dd;}
.p-top-bot{margin:20px 0;}
.indivisual-blk-br{ border-bottom:1px solid #ccc;}
.panel-width{width:98%; margin-left:10px;}
.box-top-brd{border-top:1px solid #ccc; margin-top:10px;}
.txt-brd-lft{border-left:1px solid #ccc; padding-left:5px;}
/* -- Bapi's css ends here */
 .top-nav-search-imple{
	  padding-left: 5px !important; 
	  padding-right: 5px !important;
  }
.btn-default {
    background-color: #ffffff;
    color: #8E3F1A;
    border-color: #CCCCCC;
    border-radius: 20px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	    background-color: transparent;
}
.fa.pull-right {
    margin-left: 2px;
    padding-top: 4px;
}

.btn-default:hover, .btn-default.focus {
    background-color: #FFF3D6;
    color: #8E3F1A;
    border-color: #FFE068;
}


.btn-primary {
    color: #fff;
    background-color: #8E3F1A;
    border-color: #8E3F1A;
    border-radius: 20px;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active {
        border: 1px solid #8E3F1A;
        background-color: #8E3F1A;
        color: #fff !important;
    }
    /*.btn-primary:hover, btn-primary:focus {
        border: 1px solid #8E3F1A;
        background-color: #8E3F1A;
        color: #ffffff !important;
    }
    .btn-primary:active, btn-primary:focus {
        background-image: none;
        background-color: #8E3F1A;
        border-color: #8E3F1A;
    }*/
.glyphicon-cog {
    color: #6dcff6;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.cutom-id-popup {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

/*Krithika Class added for registartion popup*/
.registration-error-display {
    font-size:12px;
    color:red;
    padding-left:5px;
    margin-bottom: 5px;
}
/*Ends here*/

/* Class Added for Scroll in show modal*/
.overflow_scrool-mod{overflow-y:auto; height:100%;}

/*Suggested By Bapi: ID added for SecureMessage send Popup*/
#msg-send-popup {
	height: 200px;
}
.success-messages-top {
    padding: 10px 10px 10px 10px;
    background: #dff0d8;
    min-height: 30px;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}
.success-messages-top h3{
	margin-top: 10px !important;
}

.success-csrmessages-top {
    padding: 10px 10px 10px 10px;
    background: #dff0d8;
    min-height: 30px;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    margin-top: 100px;
    margin-left: 77px;
}

.success-csrmessages-top h3 {
    margin-top: 10px !important;
    text-align: center;
}

.success-csrmessage-align {
        margin: 0 0 10px;
        text-align: center
}
/*fix by Anish*/
/* #myclaim-advance-form {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    max-height: 92%;
    top:4%;
    border: 1px solid #ccc;
    overflow-y: auto;
    left:0;
    right:0;
    bottom: auto;
} */
#myclaim-advance-form .add-on .input-group-btn > .btn {
    background:#ddd;
    border:#ccc 1px solid;
    border-left:none;
}
/*Patient Eligibility*/
.modal-smp {
    width: 35%;
   padding: 5px 15px 15px 15px;
}

#SearchPopUp.modal-sm {
    left: 0;
    right: 0;
    bottom:auto;
}

/* for modal search popup (Bapi) */

#searchPerson-form .form-group .form-control {
    width: 48%;
    display: inline-block;
}

@media (min-width: 767px) {
    #searchPerson-form, .modal-sm.searchProvider-form {
        width: 30%;
        max-height: 480px;
    }
}


.modal-sm.req-auths {
    margin: 0 auto;
    right: 0;
    left: 0;
    height: auto;
    min-width: 300px;
}

#searchPerson-form .form-group .form-control {
    width: 48%;
    display: inline-block;
}

#searchPerson-form .form-group, .searchProvider-form .form-group {
    white-space: nowrap;
    margin: 0;
}

/*Bapi Class added for CredentialedProvider Validation error text*/
.Credentialed-error-display {
    height:auto;
    font-size:12px;
    color:red;
    padding-left:5px;
   
}

.Credentialed-error-padingNon {
    height:auto;
    font-size:12px;
    color:red;
    padding-left:0px;
   
}
@media (min-width: 767px) { 
    #searchPerson-form, .modal-sm.searchProvider-form {
        width: 30%;
        bottom:auto;
        max-height:80%;
    } 
    #searchMember-form, .modal-sm.searchProviderResults-form {
        width: 80%;
        bottom:auto;
        max-height:80%;
    }
    #searchAuthorization-form {
        width: 50%;
        bottom:auto;
        max-height:80%;
		overflow-y: auto;
    } 
}

.SearchProvider_height {
    max-height:560px !important;
    overflow-y:auto;
}
/*Compose mail via dashboard*/
#compose-newmsg {
    bottom: auto;
}

#compose-newmsg .model-label {
    font-weight: 600;
}

/*Krithika added for popup height*/
.modal-popup-height {
    bottom: auto;
}
/*Ends here*/

.registrationmodal {
    bottom: auto;
    padding: 30px 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Added for Type Of Service - Anish*/
/*Claims Modal*/
.claimsModal {
  width: 30%;
  bottom: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 15px 30px;
}
.claimsModal.resultTableModal {
  width: 60%;
}
.claimsModal .modalCloseButton {
  right: 8px;
  top: 8px;
  margin: 0;
}
.claimsModal .modal-title {
  padding: 0 15px 15px;
  line-height: normal;
}
.claimsModal .model-label {
  padding: 0 15px;
  width: 100%;
}
.claimsModal .form-control {
  margin: 0;
}
.claimsModal .btn {
  margin-right: 6px;
}
.claimsModal button.modalCloseButton {
  margin-right: 6px;
}
.resultTable > thead > tr > th {
  /*background-color: #666;*/
  font-weight: 600;
}
.claimSearchResult {
  display: none;
}
.resultTable th:first-child, .resultTable td:first-child {
  text-align: center;
}
.claimsModal .pagination {
  margin: 0 0 10px;
  float: right;
}
.recordInfo {
    float: right;
    padding: 6px 10px;
}


/*new style added on27032016*/
.member-info .pers-no input.form-control {
    max-width: 100px;
    float: left;
}
/* registration page changes*/
.login-redirect {
    cursor: pointer;
    float:right;
}
.no-pading-right {
    padding-right: 0;
}

/*Copied from bundle, to fix issue 14926*/
.member-info button.search, .provider-info button.search, .authoriz-info button.search, .procedure button.search, .req-auths button.search {
    background-color: #45AED6;
    color: #fff;
    float: left;
}
.provider-info button.search, .authoriz-info button.search, .procedure button.search, .req-auths button.search {
    border: 1px solid transparent;
}
.procedure .input-group[class*=col-] {
    padding: 0 8px 0 15px;
}
.authoriz-info .help-block, .procedure .help-block {
    padding: 0 5px;
    margin: 0;
    font-size: 12px;
}
.provider-info span.input-help-text, .authoriz-info span.input-help-text, .procedure span.input-help-text {
    font-size: inherit;
    padding: 6px 0;
}
.inputFile {
    background-color: #FFFFFF;
    border: #ccc 1px solid;
    border-radius: 3px;
    color: inherit;
    display: block;
    padding: 5px 12px;
    width: 100%;
    font-size: 14px;
}
.add-procedure-results {
    padding: 5px;
}
.add-procedure-results .help-block {
    float:left;
    padding: 8px 5px;
}
.row.procedure .checkbox {
    margin-top: 10px;
    padding-left: 15px;
}
/*new added link style*/
#side-menu .provider-search-link > a:before {
    font-family:'FontAwesome';
    content: "\f00e";
    padding-right: 8px;
}
/*New class for PatientEligibility Search Error Display*/
	span.input-help-textpe {
		font-size: 12px;
		color: #3c3c3c;
		display: block;
	}

.btn-messagelist {
    margin-bottom: 6px;
}
/*14945*/
#procedure-code-search {
    bottom: auto;
    overflow-y: auto;
    max-height: 500px;
}
.navbar-static-side .nav > li > a:focus{
	background: #45AED6;
}
.navbar-static-side .nav > li.never-select > a:focus{
	background: transparent !important;
}

.dashboard-header .padding-left-md {
    padding-left: 15px;
}

.error-messages-top {
    padding: 10px 10px 10px 10px;
    background: #f2dede;
    min-height: 30px;
    border: 1px solid #f2dede;
    color: #a94442;
}

.error-list li {
    color: #a94442;
}

.margin-top-xs {
    margin-top: 5px;
}
.treecontent h4 {
    margin: 10px 0 15px;
}
.tree ul {
    list-style: none outside none;
}
.tree li a {
    line-height: 25px;
}
.tree > ul > li > a {
    color: #3B4C56;
    display: block;
    font-weight: normal;
    position: relative;
    text-decoration: none;
}
.tree li.parent > a {
    padding: 0 0 0 20px;
}
.tree li.parent > a:before {    
       background-image: url("images/plus_minus_icons.png");
       background-position: 21px center;
       content: "";
       display: block;
       height: 15px;
       left: 0;
       position: absolute;
       top: 6px;
       vertical-align: middle;
       width: 16px;
}
.tree ul li.active > a:before {
    background-position: -54px center;
}
.tree ul li ul {
    border-left: 1px solid #D9DADB;
    display: none;
    margin: 0 0 0 12px;
    overflow: hidden;
    padding: 0 0 0 25px;
}
.tree ul li ul li {
    position: relative;
}
.tree ul li ul li:before {
    border-bottom: 1px dashed #E2E2E3;
    content: "";
    left: -20px;
    position: absolute;
    top: 12px;
    width: 15px;
}

/* =============== ****************************** =============== */
/* =============== Table Responsive Style =============== */
/* =============== ****************************** =============== */
/*@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
}*/

@media only screen and (max-width: 767px) {
    /*body {
        font-size: 16px
    }*/
    .table-responsive{
		border:0;
	}
    .btn-fa-angle{
        color: #c4c4c4 !important;
        float: right;
        font-size: 24px;
    }
    .btn-fa-angle:hover {
        color:#FFF;
    }
    #search-pcp-result-table tr { /*Search PCP result Table*/
        margin-bottom:0 !important;
        border-bottom:0 !important;
    }
    #search-pcp-result-table tr:nth-of-type(even) { /*Search PCP result Table*/
        margin-bottom:20px !important;
    }
    #history-table tr { /*History Table*/
        border-top:1px solid #EEE;
    }

    .table-responsive tr{ /*IC table*/
		margin-bottom:25px;
        border-left: 1px solid #EEE;
        position: relative;
        border-right: 1px solid #EEE;
	}
	
	.table-responsive tr{ /*Provider institutional Table*/
		border-top:1px solid #EEE;
	}

	.table-responsive tr:last-child{ /*Claim diagnosis Table*/
		margin-bottom:0px;
	}
	
	#new-claim-table td:nth-of-type(1),
	#batch-new-claim td:nth-of-type(1),
	#new-batches td:nth-of-type(1),
    #submitted-batch td:nth-of-type(1),
    #member-eligibility-search-results-window td:nth-of-type(1),
    #patient-eligibility-table td:nth-of-type(1), /*Providere patient eligibl Table*/
    #eligible-patient-table td:nth-of-type(1), /*Provider eligible patient Table*/
    #qty-result-table td:nth-of-type(1), /*Quantity result Table*/
    #COB-Detail-table td:nth-of-type(1), /*COB Details Table*/
    #member-change-table td:nth-of-type(1), /*Member Change Table*/
    #secure-messages-table td:nth-of-type(1), /*Secure Message Table*/
    #member-idcards-table td:nth-of-type(1), /*Member ICARD Table*/
    #search-pcp-result-table td:nth-of-type(2), /*Search PCP result Table*/
    #provider-info-table td:nth-of-type(1), /*Provider Info Table*/
    #claim-visited-table td:nth-of-type(1), /*Claim Visit Table*/
    #claims-result-table td:nth-of-type(1), /*Claim Result Table*/
    #office-visit-table td:nth-of-type(1), /*Office Visit Table*/
    #medical-paln-table td:nth-of-type(1), /*Medical Plan Table*/
    #auth-detail-table td:nth-of-type(1), /*Autharization Details Table*/
    #auth-search-result-table td:nth-of-type(1), /*Autharization Search Result Table*/
    #auth-search-result-table td:nth-of-type(2), /*Provider Autharization Search Result Table*/
    #auth-detail-table td:nth-of-type(2), /*Provider Autharization Details Table*/
	#claims-diag-code td:nth-of-type(1){ /*claim diagnosis table*/
		color:#FFF;
		background-color: #445284;
		padding: 5px 10px !important;
		height: 44px;
		line-height: 32px;    
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
	}

    #provider-info-table td:nth-of-type(1) { /*Provider Info Table*/
        padding-left: 50% !important;
    }
	
	#new-claim-table td a:nth-of-type(1),
	#new-batches a:nth-of-type(1),
	#submitted-batch a:nth-of-type(1),
    #qty-result-table a:nth-of-type(1), /*Quantity result Table*/
    #COB-Detail-table a:nth-of-type(1), /*COB Details Table*/
    #member-change-table a:nth-of-type(1), /*Member Change Table*/
    #secure-messages-table a:nth-of-type(1), /*Secure Message Table*/
    #member-idcards-table a:nth-of-type(1), /*Member ICARD Table*/
    #search-pcp-result-table a:nth-of-type(2), /*Search PCP result Table*/
    #provider-info-table a:nth-of-type(1), /*Provider Info Table*/
    #claim-visited-table a:nth-of-type(1), /*Claim Visit Table*/
    #claims-result-table td a:nth-of-type(1), /*Claim Result Table*/
    #office-visit-table td a:nth-of-type(1), /*Office Visit Table*/
    #medical-paln-table td a:nth-of-type(1), /*Medical Plan Table*/
    #auth-detail-table td a:nth-of-type(1), /*Autharization Details Table*/
    #auth-search-result-table td a:nth-of-type(1), /*Autharization Search Result Table*/
    #auth-search-result-table td a:nth-of-type(2){ /*Provider Autharization Search Result Table*/
		color:#FFF;
		text-decoration:none !important;
	}

    #qty-result-table td:nth-of-type(8), /*Quantity result Table*/
    #COB-Detail-table td:nth-of-type(7), /*COB Details Table*/
    #claims-result-table td:nth-of-type(14), /*Claim Result Table*/
    #auth-detail-table td:nth-of-type(7), /*Autharization Details Table*/
	#auth-search-result-table td:nth-of-type(10), /*Autharization Search Result Table*/
	#auth-search-result-table td:nth-of-type(11){ /*Provider Autharization Search Result Table*/
		position:absolute;
		top:0;
		right:0;display: inline-block;
		margin:10px 30px 10px 10px;
		padding: 2px 12px !important;   
		color: #fff;
		background-color: #5bc0de;
		border-color: #46b8da;    
		border-radius: 16px;
		line-height:normal !important;
		min-height:inherit;
        cursor:pointer;
	}

    #COB-Detail-table td:nth-of-type(7) { /*COB Details Table*/
        background:none !important;
        border-radius:0 !important;
        border:0;
        margin: 8px 15px;
    }
    .cob-view {
        border-radius: 16px !important;
        padding: 1px 12px;
    }

    #auth-detail-table td:nth-of-type(7), /*Autharization Details Table*/
    #qty-result-table td:nth-of-type(8), /*Quantity result Table*/
    #claims-result-table td:nth-of-type(14) { /*Claim Result Table*/
        margin:10px !important;
    }
    
    #patient-eligibility-table td:nth-of-type(1):before, /*Provider patient eligible Table*/
    #eligible-patient-table td:nth-of-type(1):before, /*Provider eligible patient Table*/
    #qty-result-table td:nth-of-type(1):before, /*Quantity result Table*/
    #qty-result-table td:nth-of-type(8):before, /*Quantity result Table*/
    #COB-Detail-table td:nth-of-type(1):before, /*COB Details Table*/
    #COB-Detail-table td:nth-of-type(7):before, /*COB Details Table*/
    #member-change-table td:nth-of-type(1):before, /*Member Change Table*/
    #secure-messages-table td:nth-of-type(1):before, /*Secure Message Table*/
    #member-idcards-table td:nth-of-type(1):before, /*Member ICARD Table*/
    #search-pcp-result-table td:nth-of-type(2):before, /*Search PCP result Table*/
    #claim-visited-table td:nth-of-type(1):before, /*Claim Visit Table*/
    #claims-result-table td:nth-of-type(14):before, /*Claim Result Table*/
    #claims-result-table td:nth-of-type(1):before, /*Claim Result Table*/
    #office-visit-table td:nth-of-type(1):before, /*Office Visit Table*/
    #medical-paln-table td:nth-of-type(1):before, /*Medical Plan Table*/
    #auth-detail-table td:nth-of-type(1):before, /*Autharization Details Table*/
    #auth-detail-table td:nth-of-type(7):before, /*Autharization Details Table*/
    #auth-search-result-table td:nth-of-type(1):before, /*Autharization Search Result Table*/
    #auth-search-result-table td:nth-of-type(10):before, /*Autharization Search Result Table*/
    #auth-search-result-table td:nth-of-type(2):before, /*Provider Autharization Search Result Table*/
    #auth-search-result-table td:nth-of-type(11):before, /*Provider Autharization Search Result Table*/
    #auth-detail-table td:nth-of-type(2):before{ /*Autharization Details Table*/
		display:none;
	}
    
    #eligible-patient-table td:nth-of-type(12), /*Provider eligible patient Table*/
    #search-pcp-result-table td:nth-of-type(1), /*Search PCP result Table*/
    #claims-result-table td:nth-of-type(10), /*Claim Result Table*/
    #claims-result-table td:nth-of-type(11), /*Claim Result Table*/
    #claims-result-table td:nth-of-type(13), /*Claim Result Table*/
    #auth-search-result-table td:nth-of-type(4),  /*Autharization Search Result Table*/
    #auth-search-result-table td:nth-of-type(6), /*Autharization Search Result Table*/
    #auth-search-result-table td:nth-of-type(7), /*Autharization Search Result Table*/
    #auth-search-result-table td:nth-of-type(13), /*Autharization Search Result Table*/
    #auth-search-result-table td:nth-of-type(8), /*Provider Autharization Search Result Table*/
    #auth-search-result-table td:nth-of-type(9){ /*Provider Autharization Search Result Table*/
        display:none; 
    }
    
    #eligible-patient-table :before, /*Provider eligible patient Table*/
    #institutional-claim :before, /*Provider institutional Table*/
    #rating-plan-table :before, /*Provider HEDIS Table*/
    #qty-result-table :before, /*Quantity result Table*/
    #history-table :before, /*Message History Table*/
    #auth-result-table :before, /*Auhorization result Table*/
    #COB-Detail-table :before, /*COB Details Table*/
    #member-change-table :before, /*Member Change Table*/
    #secure-messages-table :before, /*Secure Message Table*/
    #member-idcards-table :before, /*Member ICARD Table*/
    #search-pcp-result-table :before, /*Search PCP result Table*/
    #claims-result-table :before, /*Claim Result Table*/
    #office-visit-table :before, /*Office Visit Table*/
    #medical-paln-table :before, /*Medical Plan Table*/
    #auth-detail-table :before, /*Autharization Details Table*/
    #auth-search-result-table :before{ /*Autharization Search Result Table*/
		font-weight:bold;
	}

	#new-claim-table td > .label-new,
	#secure-messages-table td > .label-new,
	#secure-messages-table td > .label-success,
	#secure-messages-table td > .label-closed,
	#secure-messages-table td > .label-info { /*Secure Message Table*/
		font-size: 16px;
		font-family: 'Open Sans', sans-serif !important;
		border-radius: 16px;
		padding: 4px 12px;
		margin: 5px 12px 0px 6px;
		font-weight: normal;
		float: right;
	}
	#new-claim-table td > .label-new{
		position: absolute;
		top: -40px;
		right: 0;	
	}
    .model-label {
        font-weight:bold;
    }
    .pocket-border {
        border-left: 0 !important;
        padding-top:20px;
    }
    #chartContainer,
    .claimdiv h1 {
        text-align:center;
       padding:0 !important;
    }
    .pcp-more-td {
        min-height: 20px !important;
        text-align: right !important;
    }
    .provider_details{
		padding:10px !important;
	}
    span.input-help-text {
        font-size:15px;
    }

}

#patient-eligibility-table thead th,
#provider-info-table thead th,
#claim-visited-table thead th,
#auth-detail-table thead th{
    background:transparent !important;
    color:#000;
}
.calim-calulate thead th span {
    white-space: nowrap !important;
}
.calim-calulate > thead th {
    white-space:nowrap;
}
.auth-member-info span {
    padding-left:10px;
}
.td-link {
    color: #337ab7 !important;
    text-decoration: none;
}
.td-link:hover {
    color: #23527c !important;
    text-decoration: none;
}
.pocket-border {
    border-left: 1px solid #e7eaec;
}
.claim-detail {
    padding-top: 10px;
}
.hix-provider-detailsInfo span{
	padding-left:10px
}
#claims-result-table td:nth-of-type(8),
#claims-result-table td:nth-of-type(9),
#claims-result-table td:nth-of-type(10),
#claims-result-table td:nth-of-type(11),
#claims-result-table td:nth-of-type(12) {
    text-align:right;
}
/* Back To Top Icon */
#back-top{
	width:50px;
	height:50px;
	border-radius:100%;
	background:#313e6f;
	z-index:9999;
	position:fixed;
	right:20px;
	bottom:70px;
	color:#FFF;
	text-align:center;
	cursor:pointer;
	}
#back-top i{
	font-size:32px;
	display: block;
	}
#back-top span{
	font-size: 16px;
	display: block;
	font-weight: bold;
	margin-top:-10px;
	}
.clearfix {
    clear:both;
    }
.benefit-value span{
    padding-left:10px;
}
/* ========================================= */
/*    For Mobile device Screen resolution    */
/* ========================================= */
/* ==========For Member Portal========== */
.search-ico-hd i {
	font-size: 22px !important;
	-webkit-text-stroke: 1px #f3f3f4;
	-moz-text-stroke: 1px #f3f3f4;
}
.form-control{
	margin:0px -1px 0px -1px !important;
	}
.return-back {
	margin-top: 8px;
	float: left;
	cursor:pointer;
	margin-right: -15px;
	}
.return-back i{
	font-size:18px;
	padding:10px;
	}
.padding-lr-xs{
	padding:0 5px;
	}
.padding-right-xs{
	padding-right:5px;
	}
.padding-lr-sm{
	padding:0 10px !important;
	}
.padding-right-sm{
	padding-right:10px;
	}
.claim-title-top{
	padding-top:14px;
	}
.more-ibox{
	margin-bottom:20px !important;
	padding:0px 0 0 0 !important;
	}
.search-ibox h5{
    margin: 0 !important;
	float:none !important;
	display: block !important;
    line-height:22px;
    vertical-align: middle;
	}
.footer-follow{
	text-align:right;
	}
.ibox-content{
	border-top:0 !important;
	}
.ibox-content .checkbox-inline {
    padding: 0;
	}
.ibox-content label {
    font-weight: bold;
	}
.ibox-content input[type="radio"], input[type="checkbox"] {
    margin: 0;
    padding: 0;
    vertical-align: middle;
	}
.count-info {
    padding: 8px 7px !important;
	}
#decfont,
#incfont{
    margin-right:0px;
    display: inline-block;
     cursor:pointer
}	
#advanced-filter-options .button-checkbox{
	margin:0 !important;
	}
.sidebar-collapse .fa-comments-o {
    font-size: inherit !important;
    color: inherit !important;
}
#advance-form {
    min-width:280px !important;
}
.modalCloseButton{
	z-index:99;
}
.navbar-header{
	white-space:nowrap;
}
.navbar-top-links li {
    vertical-align: middle;
}
.select-address-ckmk-1 {
    max-width:24px;
    padding:0;
}
h1#Dashboard {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
a:focus{
  outline: none;
}
#pdfpop .demo{
	padding-top:25% !important;
}
.font-ico-hd span {
    padding:0 2px;
}
.user-ico-hd {
    margin-right:15px;
}
.search-ibox {
    cursor: pointer;
    margin-top:-20px;
}
.search-ibox h5,
.search-ibox i {
    display:inline-block !important;
    color:#FFF;    
}
.top-margin-md {
    margin-top:20px;
}
.top-margin-sm {
    margin-top:15px;
}
.auth-dtl-export {
    margin-top:-55px;
}
.button-checkbox > button {
	/* width:100%;display:block; */
}
.minimalize-styl-2 {
    margin-left:10px;
}
.index-toggle {
    background-color: transparent !important;
    margin-top: 15px !important;    
    padding: 9px 10px !important;
}
#map-canvas {
    width: 100% !important;
}
.pagination {
    margin:0px 0;
}
#Notification-alert {
    margin:1px 4px;
}
.msg_pointer:after {
    border-bottom: 8px solid #1C2A60;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: inline-block;
    left:10px; 
    position: absolute;
    top: 46px;
    z-index:9999;
}
span.lbl_SubjectCompose {
    line-height:45px;
}
span.Search_Label {
    display:block;
}
#claims-Details-table tr td a {
    color:#ffffff;
}
.word-split{
    word-wrap: break-word;
}
.rating {
    white-space: nowrap;
}
/* ==========For Provider Portal========== */
.provider-title-top {
    padding:14px 0 0 0 !important;
    min-width:70px;
    max-width:70px;
}
.provider-advance-btn {
    margin:27px 0 20px 0;
    max-width:145px;
}
.provider-search-btn {
    margin-top:27px;
    max-width:50px;
}
.margin-no-xs {
    margin:0 -5px;
}
.claims-HiddenTopPad-text {
    padding-left:5px;
}
.margin-btn-top {
    margin-top:20px;
}
.pcd-date {
    width:auto;
    padding:8px 5px;
    text-align:right;
}
.searhby-field {
    padding: 0 15px;
    max-width: 200px;
}
#mailing-office-table th{
    background-color:transparent;
    color:#000;
}
#mailing-office-table td,
#consent-release-table td,
#primary-office-table td{
	vertical-align:middle;
}
#searchProvider-Professional-form,
#searchProvider-Institutional-form,
#searchPerson-form {
    overflow-y:auto;
}
.searchPerson-btn {
    margin:18px 0 0 0;
}
.add-pr {
    padding:5px 15px;
}
.auth-form-class {
    max-width:260px;
}
.quanitiy-txt {
    min-width:55px;
    max-width:80px;
}
.member-show-data {
    clear:both;
    padding-top:20px;
}
.txt-add-one {
        padding-right:60px !important;
    }
.icon-add-one,
.btn-add-one {
    float: right;
    margin: -34px -45px 0 0;
}
.icon-add-one {
     margin: -34px -50px 0 0;
}
.mob-head-left{
	float:left !important;
}
.mob-head-right {
    padding-right: 20px;
}
@media (min-width:1201px){	
    .sc-msg-top {
        margin-left:70px;
        width:320px;
    }
    .msg-title-top{
	    padding-top:14px;
	}
    #btnpart{
        margin-top: 20%;
    }
}
@media (min-width:992px) {
    .aligh-alt-md {
        text-align:right;
    }
}
@media (min-width:768px){	
	#advanced-filter-options {
		padding:0 !important;
	}
    .change-blank {
        margin-top:48px;
    }
	#right-sidebar{
        right:170px !important;
        left: auto !important;
	}
    li.user-ico-hd{
	    padding-right:0px;
	    margin-right: 20px !important;
	}
    .index-navbar {
        padding-left:0;
    }
    .paging-right {
        text-align:right;
    }
    .search-btn {
        max-width:50px;
        min-width:50px;
    }
    #advance-btn {
        max-width:145px;
        min-width:130px;
    }
    .mob-head-right {
        width:auto;
        float:right;
    }
    #more-show-options{
		display:block !important;
	}
    #mail_address, .more-ibox {
		display: block !important;
		height: auto !important;
	}
}

@media (max-width:1200px){	
	.msg-title-top{
		width:100%;
	}
    .sc-msg-top {
        margin-left:0px;
        width:320px;
    }
    .msg-title-top{
	    padding-top:0px;
	}
}

@media (max-width:1024px){	
	#PCP-Advance-Search{
		height:450px !important;
	}
}

@media (max-width: 991px) {
    .provider-title-top {
        padding: 0 5px !important;
        max-width:100%;
        margin-top:-27px;
    }
    .provider-advance-btn {
        margin-top:0;
    }
    .form-err-pad {
        padding-top:15px;
    }
}

@media (max-width:767px){	
    #side-menu {
        text-align: center;
    }
    .nav-second-level {
        text-align: left;
    }
    .drop_icon {
        color:#FFF;
        float:right;
    }
    .drop_icon:hover {
        color:#FFF;
        }
    .icon_open.drop_icon:before,
    .icon_close.drop_icon:before {
        font-size: 26px !important; 
        font-weight: bold;  
        line-height: 26px;
    }
    .navbar-top-links li a {
		padding: 5px;
	}
	.user-ico-hd span{
		display: none;
	}
    .paging-left,
    .mob-head-left{
        width:49% !important;
        float:left !important;
    }
    .paging-right,
    .mob-head-right{
        width:49% !important;
        float:right;
        text-align:right;
        padding-left:0 !important;
    }
    .navbar-top-links li {
        padding: 5px 0px;
    }
	.claims-margin-top {
		margin-top: 0 !important;
	}
	.claim-title-top,
	.msg-title-top{
		padding-top:0px !important;
	}
	.dashboard-header {
		padding: 15px;
	}
	.white-bg{
		margin-left: 0px;
		margin-right: 0px;
	}
	.coverage-left{
		float:left;
		width:40%;
	}
	.coverage-right{
		float:right;
		width:60%;
	}
    .ibox-title {
        border-radius:2px !important;
    }
    .ibox-title h5 {
        overflow: hidden;
        white-space: nowrap;
        width: 80%;
    }
    #main-menu .navbar-header {
        float: none !important;
    }
    .index-navbar {
        padding-left:15px;
    }
    .within-km {
        float:right;
    }
    .address-search-text {
        border: 1px solid #CCC;
        border-radius: 3px 0 0 3px;
        margin-left: 5px;
        margin-right: -5px;
        border-right:0;
    }
    .search-within-address{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
    }
    .address-search-text p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        line-height: 28px;
        margin: 0;
    }
    #search_within {
        border-radius:0 3px 3px 0;
    }
    .xs-padding-top {
        padding-top:10px !important;
    }
    .more-ibox {
        margin: 0px !important;
		border: 1px solid #DDD;
    }
    .search-ibox {
        background-image: none;
    }
    #btn-submit {
       position: relative !important;
    }
    .dropdown-alerts {
        margin-top: 0px !important;
    }
    .show-link {
        border: 1px solid #e7eaec;
        text-align: right;
        margin: 0 15px;
        border-top: 0;
    }
	#right-sidebar{
        right:70px !important;
        left: auto !important;
	}
    .nav-search-dropdown {
        left:-240px;
    }
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    table tbody tr td,
    .table-responsive td {
        word-wrap: break-word;  
    } 

    .msg-serch-blog {
        position:absolute;
        top:5px;
        width:100%;
    }
    .img-more-hidden, .img-more-show {
        color: #333333;
        display: inline-block;
        margin: 0;
        padding: 1% 20px 1% 0px;
        text-decoration: none;
        background:url(../theme/Member/images/icon_arrow_close.png) no-repeat right;
	} 
    .img-more-show {
	    background:url(../theme/Member/images/icon_arrow_open.png)no-repeat right;
	}
    #more-show-options {
        display:none;   
    }
    .ibox-mobile{
		margin: 0;
		border: 1px solid #e7eaec;
		background:#FFF;
		padding:65px 15px 0px 15px;
        position:relative;
	}
    .msg-subject {
        border-radius: 4px;
        border: 1px solid #DDD;
        padding: 5px 10px;
        display: inline-block;
        margin-left: 10px;
    }
	.center-align{
		text-align: center;
	}
    .fa-5x {
        font-size: 2.5em;
    }
    #btnpart{
        margin-top:10px !important;
    }
    .modalhide {
        display:none !important;
    }
    .modalscroll {
        overflow:scroll !important;
    }
    .mob-tr {
        border-top:1px solid #eee;
    }
    .icon_open:before {content: "\f106"; margin-right:5px; font-family: FontAwesome; font-size: 18px !important;}
    .icon_close:before {content: "\f107"; margin-right:5px; font-family: FontAwesome; font-size: 18px !important;}

    #claim-detail-table table, 
	#claim-detail-table thead, 
	#claim-detail-table tbody, 
	#claim-detail-table th, 
	#claim-detail-table td, 
	#claim-detail-table tr { 
		display: block; 
	} 
	#claim-detail-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	} 
	#claim-detail-table tr { border: 1px solid #ccc; margin-bottom:20px; }

	#claim-detail-table td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left !important;
        min-height:35px;
	} 
	#claim-detail-table td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	#claim-detail-table td:before { content: attr(data-title); }

    .table-functions{padding:0;}

    #claim-detail-table tr {
        position:relative;
        padding-top:35px;
    }
    #claim-detail-table tr:last-child {
       margin:0;
    }
    .table-functions td:nth-child(1),
    .table-functions td:nth-child(2){ /*Provider table*/
    	text-align:Center !important;
    }
    .table-functions td:nth-child(1) /*Provider table*/
    /*.table-functions td:nth-child(2),
    .claim-details-tr td:nth-child(5)*/{
        position:absolute !important;
		top:0;
		right:0;
		left:0;
		color:#FFF;
		background-color: #445284;
		padding: 3px 10px !important;
		height:35px;
		line-height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    } 
    .claim-details-tr td:nth-child(5):before{
    	display:none;
    }
    #advanced-filter-options{
		border: 1px solid #DDD;
		margin-top: -1%;
		border-top:0 !important;
        padding-top: 15px !important;
	}
    .table-functions td:nth-child(7),
    .table-functions td:nth-child(8),
    .table-functions td:nth-child(9) {
        display:none !important;
    }
    /*
    .dropdown-menu-alert-arrow::before,
	.dropdown-menu-alert-arrow::after {
        left: 225px;
	}
        */
    /* ===============For Provider Portal=============== */
    .authSubmEntry .provider-info input[type="text"], .authSubmEntry .provider-info select,
    .authSubmEntry .authoriz-info input[type="text"], .authSubmEntry .authoriz-info select, .authSubmEntry .authoriz-info textarea,
    .authSubmEntry .procedure input[type="text"], .authSubmEntry .procedure select, .authSubmEntry .procedure textarea {
        max-width: 100%;
        display: inline-block;
    }
    .searchProvide-btn,
    .searchPerson-btn {
        margin:0 0 0 15px;
    }
    .input-txt-xs {
        padding-right:70px !important;
    }
    .person-txt-xs {
        padding-right:55px !important;
    }
    .btn-search-xs {
        float: right;
        margin-top: -34px;
        margin-right: 15px;
        z-index: 999;
    }
    .auth-form-class {
        max-width: 100%;
    }
    .add-procedure-results .help-block {
        float:none;
    }
    .add-procedure-results{
        margin-top:18px;
    }
    .provider-search-btn {
        margin-top:32px;
    }
    .provider-search-btn {
        max-width:100%;
    }
    .provider-advance-btn {
        width:100%;
        max-width:100%;
    }
    span.claims-help-text {
        font-size:16px;
    }
    #consent-release-table td,
    #primary-office-table td,
    #mailing-office-table td {
	    line-height:normal !important;
	    border-bottom:0;
	    background-color:#FFF;
	    white-space: normal;
	    border:1px solid #eee;
	    border-collapse:collapse;
        border-top:0;
    }
    #consent-release-table td:before,
    #primary-office-table td:before{
    	content:none;
    }
    #mailing-office-table tr{
    	margin:10px 0;
    }
    #mailing-office-table td{
    	padding-left:8px;
    } #mailing-office-table td:before{
          margin-left:0;
    }
    #mailing-office-table td:first-child,
    #consent-release-table tr:first-child td:first-child,
    #primary-office-table tr:first-child td:first-child,
    #mailing-office-table tr:first-child td:first-child {
        border-top:1px solid #eee;
    }
    #member-plan-info-table tr:first-child,
    #mailing-office-table tr:first-child td:first-child:before,
    #mailing-office-table tr:last-child td:last-child:before{
        display:none !important;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .service-search {
        margin-top:-30px;
}
}

@media (max-width:600px) {
    .paging-left,
    .mob-head-left {
        width: 100% !important;
        float: left !important;
    }
    .paging-right,
    .mob-head-right {
        width: 100% !important;
        float: right;
    }
    .paging-right {
        text-align:left;
        padding-left:15px !important;
    }
    #right-sidebar {
        top: 110px !important;
    }
    /*
    .dropdown-menu-alert-arrow::before,
    .dropdown-menu-alert-arrow::after {
        left:165px;
    }
        */
    .fa-5x {
        font-size: 2em;
    }

}

@media (max-width:468px){
    li.user-ico-hd{
	    padding-right:0px;
	    margin-right: 0 !important;
	}
	.pagination {
		margin: 20px 0;
	}
	.coverage-left,
	.coverage-right{
		float:none;
		width:auto;
	}
	.coverage-right{
		border-left:0;
		border-top:0;
	}
	.pagination > li > a, .pagination > li > span {
		padding: 6px 10px;
	}
	#pdfpop{
		background:#FFF !important;
	}
	#search-drop-arrow{
		right:-75px;
	}

}

@media (min-width: 649px) {
    .mob-modal-hide,
    .mob-modal-show {
        display:none;
    }
    #deliverypop,
    #modal-advance-form {
        bottom:auto;
    }
    .provider-claim-form {
        min-width:620px;
    }
    #advance-form {
        min-width:280px !important;
    }
} 

@media (min-width: 350px) and (max-width: 648px) {  
    #advance-form {
        margin-top: -36px !important;
    }
    #modal-advance-form {
        width: 100% !important;
    }
    #pdfpop {
        border: 1px solid #CCC !important;
    }
    .success-messages-top {
        margin:0 -15px;
    }
    #msg-send-popup {
        height:auto !important;
    }
    #compose-newmsg{
    	margin:15px;
    }
    #searchProvider-Professional-form,
    #compose-newmsg,
    #DirectionsMap,
    #searchProviderResults-Institutional-form,
    #searchMember-form,
    #procedure-code-search,
    #searchAuthorization-form,
    #searchProvider-Institutional-form,
    #searchPerson-form,
    #Saved-popup,
    #msg-send-popup,
    #deliverypop,
    #pdfpop,
    #modal-advance-form,
    #advance-form,
    #myclaim-advance-form {
        width:auto;
        position: relative !important;
        margin-bottom: 20px;
        margin-top: -2px;
        border-color: #CCC;
        left: auto;
        overflow: visible !important;
        z-index:999;    
        word-break:break-word;
    }
    #procedure-code-search {
        max-height:inherit;    
        margin: 0 15px;
    }
    .modal-sm.req-auths {
        min-width: 240px;
        margin-bottom:0 !important;
    }
    .SearchProvider_height {
        max-height:inherit !important;
    }
    .modal-Provider {
        width:auto !important;
    }
    .claim-inquiry {
        margin:-22px 15px 20px 15px !important;
    } 
    .modal-height {
        height:auto;
        overflow:hidden;
    }
    .mob-modal-show,
    .mob-modal-hide {
        position: absolute;
        width:24px;
        font-size: 16px;
	padding: 0 5px;
        color: #FFF;
        cursor:pointer;
    }
    .mob-modal-show {
        top: 8px;
        right: 15px;
    }
    .mob-modal-hide {
        right: 9px;
        top: -28px;
        z-index: 9999;
        background: #45aed6;
    }
    /*.modal {
        bottom: auto !important;
    }*/
    .hidden-mob-xs {
        display:none;
    }
    .btn-csr-down {
        top:-32px;
    }
    .btn-csr-up {
        right:25px;
    }

    /* ===============For Provider Portal=============== */
    .provider-claim-form,
    .provider-advance-form {
        margin: -36px 5px 20px 5px !important;
    }
    #SearchPopUp {
        width:auto;
        position: relative !important;
        margin-bottom: 20px;
        margin-top: -2px;
        border-color: #CCC;
        left: auto;
        overflow: visible !important;
        z-index:999;
    }
    .eligibility-search {
        margin:0 -16px -6px -16px !important;
    }
    .procedure_code {
        overflow: scroll !important;
        white-space: nowrap;
    }
    .derection-mob {
        width:100% !important;
        padding:0 !important;
    }
    .dignosis-search {
        margin-top:20px !important;
    }
}

@media (min-width: 351px) and (max-width: 392px) {
	#right-sidebar{
		width: 218px !important;
}
}
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
  }
  .navbar-nav>li {
      float: none;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-collapse .nav > .divider-vertical {
	  display: none;
  }

	.dropdown-menu-alert-arrow::before {
		left: 176px !important; 	
	}
	.dropdown-menu-alert-arrow::after {
		left: 176px !important;
	}
	.navbar-right .dropdown-menu {
		right: -34px !important
	}
	.dropdown-menu-arrow::before {
		left: 222px !important;
	}
	.dropdown-menu-arrow::after {
		left: 222px !important;
	}
}
@media (min-width: 351px) and (max-width: 609px) {
	.hix-select-plan-menu {
		width: 21% !important;
	}
}
@media (min-width: 610px) and (max-width: 767px) {
	.hix-select-plan-menu {
		width: 16% !important;
	}
}

/*New Logo changes*/

#member-portal #main-menu .navbar-brand>img {
    height:73px;
    width:250px;
}
#member-portal .navbar.navbar-default .navbar-brand {
    padding: 0px !important;
}
/*New Logo changes ends here*/

/*========== New Media Style For Responsive Start  ==========*/

@media (min-width: 768px) {
	.text-sm-right{
		text-align:right;
	}
	.text-sm-center{
		text-align:center;
	}	
	.top-margin-xxs{
		margin-top:90px;
	}
	.label-btn-space{
		margin-top:18px;
	}
	#myclaim-advance-form label{
		line-height:36px;
	}
}
@media (max-width: 767px) {
	.top-margin-xxs{
		margin:15px 0;
	}
	#member-portal #main-menu .navbar-brand>img {
		height: 60px;
		width: auto;
	}
	.label-btn-space{
		margin-top:0px;
	}
}
/*========== New Media Style For Responsive End  ==========*/


/*========== New Style Start ==========*/
.asterisk{
	font-size:14px;
	color:#FF0000;
	line-height: normal;
}
.underline-text{
	text-decoration:underline;
}
.bottom-margin-xs {
    margin-bottom: 5px;
}
.border-left{
	border-left: 1px solid #B6B6B6;
}
.strong{
	font-weight:bold;
}
.no-bold{
	font-weight:normal !important;
}
.btn-clear {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.lebel-space{
	margin-top:30px;
}
.feed-element .img-square{
	width:30px;
}
.trash-tax{
	font-size:18px;
}
.plus-tax{
	font-size:18px;
	color:#45aed6;
}
.input-div-xs {
	padding-right:65px !important;
}
.input-div-xs2 {
	padding-right:115px !important;
}
.input-btn-xs2{
	margin-right: -100px !important;
}
.input-div-xs3 {
	padding-right:170px !important;
}
.input-btn-xs3{
	margin-right: -150px !important;
}
.input-btn-xs3,
.input-btn-xs2,
.input-btn-xs {
	float: right;
	margin-top: -34px;
	margin-right: -50px;
	z-index: 999;
}
.text-gap-xs {
	float: right;
	width:50px;
	text-align:center;
	margin-top: -26px;
	margin-right: -50px;
	z-index: 999;
}
.glyph-exclam {
    font-size: 40px;
    float: left;
    color: #D72828;
}

/* #view-eob-popup{
    max-width: 350px;
    bottom: auto !important;
    border: 1px solid #CCC;
} */
.view-quote-table-heading > th {min-width: 120px; }
/*========== New Style End  ==========*/
.image-success {
    height: 50px;
    float: left;
    padding: 25px;
    background: url(images/processed.png) no-repeat;  
}
.image-warning {
    height: 100px;
    float: left;
    padding: 25px;
    background: url(images/alert_p.png) no-repeat;   
}
.xs-modal {
    max-width:400px;
}
.cross {float:right;}

/*========== Chart CSS  ==========*/

.bg-text
{
    color:lightgrey;
    font-size: 30px;
    opacity: 1.2;
    height: 60px;
    text-align: center;
    padding: 30px;
}
.registration-rederror-display {
    height: 10px;
    font-size: 12px;
    color: red;
    padding-left: 15px;
    margin-bottom: 5px;
    background: url(images/modal-bgnd-Red-warning-sm.png)no-repeat;
}
.inputtext-red-border {
    border: 2px solid red;
}
.border-zero {
    border:none;
}
.white_bg {
    background: #FFF;
}
.slider_info {
    position:fixed;
    width: 300px;
                height: 110px;
                text-align:center;
    bottom: 0;
    right: 100px;
    background: #FFF;
    z-index: 9999;
    padding:20px 15px 5px 15px;
                border:1px solid #CCC;
    border-radius: 10px 10px 0 0;
                box-shadow: 0px 0px 10px 1px #CCC;
}
.slider_info p{
                margin-bottom:20px;
}
.slider_info button{
                width: 60px;
    margin: 0 5px;
    padding: 4px 5px !important;
}

.passwordHd {
    margin:-20px -20px 15px -20px;
}
.upload-text-one {
    padding-right: 85px !important;
}
.icon-upload-one {
    margin:-34px -80px 0 0;
    float: right;
}
.modal-title h1 {
    margin:0 !important;
}








/* new style */
.nav-pills li a{
  color:#000;
  border-radius:0;
  padding:10px 15px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: #019cdb !important;
}
.nav > li > a em {
    margin-right: 6px;
}
.claim-subform {
    background: #F1F1F1;
    padding:10px 5px 0px 5px;
    margin:0 0 15px 0;
    border: 1px solid #DDD;
}
.plus-add{
	font-size: 16px;
    color: #45aed6;
    margin: 0 5px 0 0;	
}
.add-claim-row{
	text-align:right;
}
.add-claim-row li{
	list-style:none;
	display:inline-block;
	padding:0 15px 10px 0;	
}
.new-claim label {
    font-weight: normal;
}
.new-claim .well{
	border-radius:0;
	background:#FFF;
	position:relative;
}
.point-bellow:before,
.point:before {
	content: '';
    position: absolute;
    top: -10px;
	left: 35px;
    border-bottom: 10px solid #CCC;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.point-bellow:before{
	top:38px;
}
.claim-info-hd .div-toggle:after {
    font-family: 'fontawesome'; 
    content: "\f068"; 
    float: right;  
    color: #c4c4c4;
    font-size: 16px;  
}
.claim-info-hd .div-toggle.collapsed:after {
    content: "\f067"; 
}
.bold{
	font-weight:bold !important;
}
#claim-detail-table em {
    font-size: 18px;
    width: 25px;
    cursor: pointer;
}
.glyph-ok {
    font-size: 30px;
    float: left;
    color: #41ad49;
    margin-right: 15px;
}
.glyph-warn {
    font-size: 25px;
    color: #FF0000;
    margin-top: 10px;
}
/* Rounded sliders */
.switch-btn {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
}
.switch-btn input {display:none;}
.sliderbtn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #a8a8a8;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderbtn:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .sliderbtn {
  background-color: #45AED6;
}
input:focus + .sliderbtn {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .sliderbtn:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.sliderbtn.round {
  border-radius: 34px;
}
.sliderbtn.round:before {
  border-radius: 50%;
}
/* Rounded sliders */
@media (max-width: 767px){
	/* Submitted Batches */
	#submitted-batch td:nth-of-type(1):before { content: "Batch Number"; }
	#submitted-batch td:nth-of-type(2):before { content: "Entered Claims"; }
	#submitted-batch td:nth-of-type(3):before { content: "Date Submitted"; }
	#submitted-batch td:nth-of-type(4):before { content: "Batch Status"; }
	
	/* New Batches */
	#new-batches td:nth-of-type(1):before { content: "Batch Number"; }
	#new-batches td:nth-of-type(2):before { content: "Entered Claims"; }
	#new-batches td:nth-of-type(3):before { content: "Date Submitted"; }
	#new-batches td:nth-of-type(4):before { content: "Batch Status"; }
	#new-batches td:nth-of-type(4):before { content: "Action"; }

	#batch-new-claim td:nth-of-type(1):before { content: ""; }
	#batch-new-claim td:nth-of-type(2):before { content: "Batch Record "; }
	#batch-new-claim td:nth-of-type(3):before { content: "No. of claim lines"; }
	#batch-new-claim td:nth-of-type(4):before { content: "Total Amount Billed"; }
	#batch-new-claim td:nth-of-type(5):before { content: "Notes"; }
	
	/* New Claim Table */
	#new-claim-table td:nth-of-type(1):before { content: "Select"; }
	#new-claim-table td:nth-of-type(2):before { content: "#"; }
	#new-claim-table td:nth-of-type(3):before { content: "No. of claim lines"; }
	#new-claim-table td:nth-of-type(4):before { content: "Total Amount Billed"; }
	#new-claim-table td:nth-of-type(5):before { content: "Notes"; }
	
		
	.xs-inline{display:inline-block;}
	.point-bellow:before,
	.point:before {
		content: none;
	}
	
	
}
@media (min-width: 768px){
	.border-left-responsive {
		border-left: 1px solid #e7eaec;
	}
}
@media (max-width: 1024px){
	.add-claim-row {
		text-align: left;
	}
	.add-claim-row ul{
		padding:0;
	}
}



/* Modal windows style */
.modal-dialog {
    max-height: 90%;
    overflow-y: auto;
}
.modal{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9001;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-header {
    padding: 10px 15px;
    border-bottom: none !important;
    font-weight: bold;
    background-color: #ccc;
    font-size: 18px;
}
.modal-content{
	border-radius:0;
}
.modal-footer{
	text-align:left;
}
.modalCloseButton {
    color: #666;
    float: right;
    padding: 1px 2px 0px 2px;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
    border: 1px #ccc solid;
    z-index: 1;
    line-height: normal;
	border-radius: 3px !important;
}
.modal-xxs{
	max-width:400px;
}
/* Modal windows style */


/* new style 14062018 Institutional claim */
.border-well{
	border:1px dotted #CCC;
	padding:15px;
}
.label-top-lg{
	margin-top:40px;
}

@media (max-width: 767px){
	.label-top-lg{
		margin-top:0px;
	}
	header .logo {
		width: auto;
		float: inherit;
		text-align: center;
	}
	hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h3.font-bold.inline {
		margin: 0;
		font-size: 18px;
		margin-bottom: 10px;
		text-align: center;
	}
	a.m-l-md.strong.pull-right {
		text-align: left;
		float: none !important;
		display: inline-block;
		margin: 0;
	}
}
.gray-title{
	background:#ddd;
}
/* New css added For Provider portal CHPW Starts */
.claimTable-DetailsInfo input{
	padding:3px 6px;
}
/* New css added For Provider portal CHPW Ends */
.ui-autocomplete {
    z-index: 99 !important;
    max-height: 168px !important;
    overflow-y: scroll !important;
    position: absolute;
   
}
.sideauto .ui-autocomplete {
    width: 90% !important;
}
ul.ui-autocomplete li {
    font-size: 12px;
}

ol.PSInstructionsList {
    counter-reset: list;
}

ol.PSInstructionsList > li {
    list-style: none;
    list-style-position: outside;
    display: flex;
}

ol.PSInstructionsList > li:before {
    content: counter(list) ") ";
    counter-increment: list;
    margin-right: 10px;
}

.PSIList {
    list-style-type: square
}
.hix-font .warning{
    font-size:18px;
    font-weight:normal !important;
}
.mapsrch .controls.bg-white {
    background-color: white;
}
ul.pagination > li > a, ul.pagination > li > span {
    color: #8E3F1A;
}
