/* Minification failed. Returning unminified contents.
(4148,50): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(7270,1): run-time error CSS1019: Unexpected token, found '@import'
(7270,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans:600,700,400,300)'
(7270,79): run-time error CSS1019: Unexpected token, found ';'
(7299,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(7300,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7317,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7318,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7332,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(7333,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7348,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7349,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7364,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(7365,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7381,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7382,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7398,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7399,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7408,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(7409,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7418,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(7419,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7428,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7429,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7439,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(7440,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7454,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7455,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7471,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(7472,8): run-time error CSS1035: Expected colon, found '{'
(7483,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7484,8): run-time error CSS1035: Expected colon, found '{'
 */
/*! jQuery UI - v1.13.2 - 2022-09-28
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=e3e1e1&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.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-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.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-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.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-wrapper {
	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-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.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: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.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;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	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-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.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%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	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-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-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-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	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-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.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;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #e3e1e1;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.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,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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;
	-ms-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;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-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_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	-ms-filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}


/* 
    Created on : 01-Nov-2014, 21:10:30
    Author     : Adinarayana
*/

* {
    margin: 0px;
    padding: 0px;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    color: #4D4D4D;
    background-color: #e3e1e1;
}

html, body {
    height: 100%;
}

/* Reset */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

img {
    border: none;
}

a {
    text-decoration: none;
}
/* rest end */

.subscriptions {
    font-weight:bold;
    background-color:darkgray;
    font-size:20px;
    text-align:center;
    padding-bottom:10px !important;
}

.wrapper,
.dashboard-wraper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
    min-width:1024px;
    position: relative;
    margin: 0 auto;
    display: block;    
}

.dashboard-wraper {
    background-color: #e3e1e1;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -80px;
}

.container {
    position: relative;
}

.header {
    height: 107px;
    width: 100%;
    background: #ffffff;
    padding-top: 20px;
    position: relative;
    width: 100%;
    z-index: 100;
    border-top: 1px solid #E6E6E6;
}

.header .header-img {
    height: 118px;
    padding-top: 3px;
    background: url(../images/top.png) transparent bottom no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    width: 100%;
}

.header .dashboard-header-img {
    height: 118px;
    padding-top: 3px;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    width: 100%;
}

.header .logo {
    padding-left: 36px;
}

.header .logo img {
    width: 282px;
    height: auto;
}

.vender-menu-container {
    background: url(../images/banner-big.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 51.4%; /* (img-height / img-width * width) */
    /* (853 / 1280 * 100) */
    /*    border-bottom: 2px solid #E6E6E6;*/
    position: relative;
}

.vender-menu-container-content {
    margin-top: -51.4%;
    max-width: 710px;
}

.about-menu-container {
    background: url(../images/mobile-about.png) no-repeat #ffffff;
    background-repeat: no-repeat;
    background-position: right 31% bottom;
    width: 100%;
    position: relative;
    padding-bottom: 210px;
}

.about-menu-container-content {
    max-width: 726px;
}


.news-menu-container {
    background-color: #ffffff;
    width: 100%;
    position: relative;
}

.news-menu-container-content {
    max-width: 726px;
}


.contact-us-container {
    background-color: #ffffff;
    width: 100%;
    position: relative;
}

.contact-us-menu-container-content {
    max-width: 726px;
}

.contact-us-content-wrap {
    margin: 52px 37px 36px 37px;
}

.contact-us-contact {
    max-width: 425px;
    margin-top: 55px;
    float: left;
}

.contact-us-contact p.phone {
    font-size: 29px;
    color: #656565;
}

.contact-us-contact td {
    padding-bottom: 10px;
}

.contact-us-contact p.email {
    font-size: 25px;
    color: #656565;
}

.contact-us-contact-form {
    max-width: 787px;
    background-color: #f6f5f2;
    padding: 20px 20px 30px 20px;
    float: right;
}

.contact-us-contact-form h3 {
    font-size: 18px;
    font-weight: normal;
    color: #656565;
}

.contact-us-contact-form ul {
    list-style: none;
}

.contact-us-contact-form ul li {
    list-style: none;
    margin-bottom: 17px;
}

.contact-us-contact-form input[type="text"] {
    border: none;
    background-color: #ffffff;
    height: 32px;
    width: 237px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px 10px;
}

.contact-us-contact-form textarea {
    border: none;
    background-color: #ffffff;
    min-height: 130px;
    width: 490px;
    padding: 6px 10px;
    margin-bottom: 17px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: Helvetica, sans-serif;
}

::-webkit-input-placeholder {
    color: #a6aaad;
}

:-moz-placeholder { /* Firefox 18- */
    color: #a6aaad;
    font-size: 14px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #a6aaad;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #a6aaad;
    font-size: 14px;
}

.google-maps_wrap {
    background-color: #FFFFFF;
    width: 100%;
    height: 375px;
}

.google-maps {
    position: relative;
    padding-bottom: 35%; /* (450 ÷ 500 = 0.9 = 90%)*/
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.main-menu {
    width: 100%;
    text-align: right;
}

.main-menu ul {
    list-style: none;
    display: inline-block;
    margin-left: 120px;
}

.main-menu ul li {
    float: left;
    margin-left: 4px;
}

.main-menu ul li a {
    padding: 9px 18px;
    color: #727376;
    font-size: 17px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
}

.main-menu ul li a:hover {
    color: #8dc73f;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
}

.main-menu ul li.active a {
    background-color: #8dc73f;
    color: #ffffff;
}

.vender-heading {
    margin-top: 30px;
    text-align: right;
}

.vender-heading h1 {
    color: #8dc73f;
    font-size: 50px;
}

.vender-heading2 {
    color: #636363;
    font-weight: normal;
    font-size: 50px;
}

.vender-side-headings {
    margin-top: 20px;
    margin-right: 18px;
}

.vender-side-headings div {
    position: relative;
    margin-bottom: 20px;
}

.vender-side-headings div h3 {
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    font-weight: normal;
    color: #90cf3c;
    background-color: #6e6d72;
    padding-left: 36px;
    position: relative;
}

.vender-sub-shadow {
    -webkit-filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5));
    filter: url(sileshadow.svg#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}

.vender-side-headings div h3::after {
    content: '';
    position: absolute;
    border-left: 18px solid #6e6d72;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    height: 26px;
    left: 100%;
    top: 0;
    width: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.video1 {
    margin: 15px 0 0 36px;
}

.video1 .framew {
    padding: 18px;
    border-radius: 10px;
    display: inline-block;
    background-color: #737477;
    box-shadow: 0px 8px 10px -4px #000000;
    margin-bottom: 15px;
}

.about-content {
    margin-top: 90px;
    margin-left: 78px;
    max-width: 440px;
}

.about-content h2 {
    font-size: 55px;
    font-weight: normal;
    color: #6e6d72;
    margin-bottom: 20px;
}

.about-content .textpara {
    color: #7aaa37;
    font-size: 23px;
}

.about-strip {
    position: relative;
    background-color: #8dc63f;
    height: 130px;
}

/* about us strip content */
.about-strip .four-column-layout {
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
}

.about-strip .four-column-layout .col1 {
    width: 25%;
    float: left;
}

.about-strip .four-column-layout .col2 {
    width: 25%;
    float: left;
    padding-left: 38px;
}

.about-strip .four-column-layout .col3 {
    width: 25%;
    float: left;
    padding-left: 38px;
}

.about-strip .four-column-layout .col4 {
    width: 25%;
    float: left;
    padding-left: 38px;
}

.about-strip-content {
    text-align: center;
    position: relative;
}

.about-strip-content .subheading {
    margin-top: 10px;
    text-align: center;
}

.about-strip-content .subheading h4 {
    color: #727376;
    text-shadow: 1px 1px #b2fd4a;
    font-size: 16px;
}

.about-strip-content ul {
    display: inline-block;
}

.about-strip-content ul li {
    display: inline-block;
    position: relative;
}

.about-strip-content .hologram {
    position: absolute;
    top: -12px;
    left: -30px;
    z-index: 0;
}

.hexagon {
    position: relative;
    width: 119px;
    height: 68.70px;
    background-color: #727376;
    margin: 34.35px 0;
    border-left: solid 6px #ffffff;
    border-right: solid 6px #ffffff;
    z-index: 20;
}

.hexagon img {
    height: 65px;
    width: auto;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 84.15px;
    height: 84.15px;
    z-index: -1;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 11.4271px;
}

.hexagon:before {
    top: -42.0729px;
    border-top: solid 8.4853px #ffffff;
    border-right: solid 8.4853px #ffffff;
}

.hexagon:after {
    bottom: -42.0729px;
    border-bottom: solid 8.4853px #ffffff;
    border-left: solid 8.4853px #ffffff;
}

.about-strip-content ul li:hover .hexagon {
    background-color: #888b90;
}

.about-strip-content ul li:hover .hexagon img {
    height: 70px;
    margin-top: -4px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}

/* --------------------end about strip content--------------- */

/* ------------------------home form wrapper--------------- */

.main-form {
    position: relative;
    padding: 20px 24px;
    margin: 25px 0 20px 36px;
    max-width: 710px;
    background-color: #CCCCCC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.main-form .two-col-layout {
    width: 100%;
}

.form-heading {
    color: #8dc73f;
    font-size: 18px;
}

.main-form .two-col-layout .col1 {
    width: 50%;
    padding-right: 15px;
    margin: 6px 0;
    float: left;
}

.main-form .two-col-layout .col2 {
    width: 50%;
    padding-left: 15px;
    margin: 6px 0;
    float: left;
}
.main-form .two-col-layout .col1 input[type="text"],
.main-form .two-col-layout .col2 input[type="text"] {
    border: none;
    background-color: #ffffff;
    height: 28px;
    width: 213px;
    padding: 2px 10px;
}

.main-form .two-col-layout .col1,
.main-form .two-col-layout .col2 {
    text-align: right;
}

.main-form .two-col-layout .col1 label,
.main-form .two-col-layout .col2 label {
    line-height: 28px;
    padding-right: 10px;
    font-size: 15px;
    color: #656565;
}

.submit-button {
    background-color: #99c338;
    line-height: 34px;
    padding: 0 28px;
    border: none;
    font-size: 15px;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 0 -1px 1px #636363;
    -moz-box-shadow: 0 3px #659720;
    -webkit-box-shadow: 0 3px #659720;
    box-shadow: 0 3px #659720;
    margin-top: 6px;
    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    -o-transition: background 0.3s, color 0.3s;
    -ms-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

.submit-button:hover {
    background-color: #BAE858;
    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    -o-transition: background 0.3s, color 0.3s;
    -ms-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
/* -------------------------home form wrapper-------------------- */

.support-image-wrap {
    position: relative;
    max-width: 1232px;
    padding-right: 20px;
}

.support-image {
    position: absolute;
    top: -52px;
    right: 0;
}

.support-image img {
    width: 410px;
    height: auto;
}

.supports-para {
    font-size: 12px;
    color: #a6aaad;
    padding-left: 10px;
}

#errordiv {
    color:red;
}

.footer-menu-social-wrap {
    position: relative;
    margin-top: 15px;
    padding-bottom: 25px;
}

.footer-menu-social-wrap-contact {
    position: relative;
    margin-top: 15px;
    padding-bottom: 25px;
}

.footer-menu {
    float: left;
    margin-left: 24px;
    margin-top: 15px;
    z-index: 500;
}

.footer-menu ul, .footer-menu li {
    list-style: none;
    display: inline-block;
}

.footer-menu li {
    float: left;
}

.footer-menu li.divder {
    margin: 0 3px;
    color: #636363;
    font-weight: bold;
    font-size: 13px;
}

.footer-menu li a {
    padding: 5px 12px;
    color: #636363;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.footer-menu li a:hover {
    color: #8dc63f;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

.copy-right {
    padding-top: 50px;
    padding-right: 36px;
    text-align: right;
    width: 100%;
    position: relative;
}

.copy-right span {
    color: #6e6d72;
    font-size: 14px;
}

.footer-img-wrap {
    position: relative;
    width: 100%;
    background-color: transparent;
}

.footer-img {
    height: 75px;
    background: url(../images/bot1.png) transparent bottom no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 20;
}

.dashboard-footer, .push {
    height: 80px; /* .push must be the same height as .footer */
    clear: both;
}

.dashboard-footer {
    background-color: #e3e1e1;
    max-width: 1366px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
}

.dashboard-footer .footer-menu {
    float: left;
    margin-left: 24px;
    z-index: 10;
}

.dashboard-footer .footer-menu li.divder,
.dashboard-footer .footer-menu li a {
    color: #ffffff;
}

.dashboard-footer .footer-menu li a:hover {
    color: #8dc63f;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

.dashboard-footer .copy-right {
    padding: 0;
    padding-right: 36px;
    text-align: right;
    width: auto;
    position: relative;
    display: inline-block;
    float: right;
}

.dashboard-footer .footer-menu,
.dashboard-footer .copy-right {
    margin-top: 30px;
}

.dashboard-footer .copy-right span {
    color: #033D40;
    font-size: 14px;
}

.main-container-wrap {
    height: auto;
    background-color: #e3e1e1;
    padding: 30px 15px 30px 18px;
    margin-left: 66px;
}

.main-container-form-wrap {
    background-color: #CCCCCC;
    height: auto;
    margin-top: 18px;
    padding: 20px 40px 20px 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*------login page styles--------*/
.login-container-wrap {
    max-width: 480px;
    background-color: #d7d7d7;
    margin: auto;
    outline: 1px solid #939292;
    position: relative;
    padding: 50px 80px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.login-container-wrap .form-input {
    text-align: center;
}

.login-btn {
    text-align: center;
    border: 0;
    font-size: 20px;
    font-weight: bold;
    background-color: #033D40;
    outline: none;
    cursor: pointer;
    color: #FFFFFF;
    width: 100%;
    line-height: 45px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition:  all 0.3s;
    -moz-transition:  all 0.3s;
    -o-transition:   all 0.3s;
    -ms-transition:  all 0.3s;
    transition:  all 0.3s;
}

.login-btn:hover {
    background-color: #8CD966;
}


.newusertxt {
    text-align: center;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    outline: none;
    color: #FFFFFF;
    width: 100%;
    line-height: 35px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition:  all 0.3s;
    -moz-transition:  all 0.3s;
    -o-transition:   all 0.3s;
    -ms-transition:  all 0.3s;
    transition:  all 0.3s;
}

.reg-btn {
    text-align: center;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    background-color: #8B8B8B;
    outline: none;
    cursor: pointer;
    color: #FFFFFF;
    width: 100%;
    line-height: 35px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition:  all 0.3s;
    -moz-transition:  all 0.3s;
    -o-transition:   all 0.3s;
    -ms-transition:  all 0.3s;
    transition:  all 0.3s;
}

.reg-btn:hover {
    background-color: #033D40;
}

/*------end login page styles--------*/

/*------------------- search case and dashboard layout --------------*/

.search-case-n-dashboard-wrap {
    height: auto;
    background-color: #F1F1F1;
    padding: 32px 40px 18px 40px;
}

.search-header-wrap {
    width: auto;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 23px;
    z-index: 100;
}

.search-header-wrap div {
    float: left;
}

.search-header-wrap div input[type="text"] {
    height: 35px;
    width: 190px;
    outline: none;
    padding: 6px 10px;
    background-color: #ffffff;
    border: 2px solid #B3B3B3;
    border-right: none;
}

.search-header-wrap div input[type="text"]:focus {
    box-shadow: none;
    outline: none;
}

.search-header-wrap div .border-radius-left {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.search-header-wrap div .search-button {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    height: 35px;
    width: 60px;
    border: 2px solid #B3B3B3;
    outline: none;
    background-color: #B3B3B3;
    color: #ffffff;
    font-size: 23px;
}

.dashboard-user-wrap {
    width: auto;
    display: inline-block;
    float: right;
    position: relative;
    margin: 15px 40px 0 0;
    z-index: 200;
}

.dashboard-user-wrap div {
    margin-left: 8px;
    float: left;
    display: inline-block;
}

.dashboard-user-wrap div .menu-button {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 38px;
    background-color: #033D40;
    color: #ffffff;
    font-size: 24px;
    display: block;
    padding: 0 15px;
    line-height: 38px;
}



.dashboard-user-wrap div .menu-button,
.dashboard-user-wrap div .menu-button:hover {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}

.dashboard-user-wrap div .menu-button:hover {
    background-color: #033D40;
    text-decoration: none;
}

.dashboard-user-wrap div .menu-button.active {
    background-color: #033D40;
}

.dashboard-user {
    display: inline-block;
    position: relative;
    margin-top: -12px;
}

.dashboard-user img {
    border: 3px solid #ffffff;
    width: auto;
    height: 58px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.dashboard-user .indicator {
    position: absolute;
    top: 14px;
    right: -18px;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    background-color: #BD0000;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.dashboard-user .indicator i {
    color: #ffffff;
    font-size: 18px;
}

/*-------------------end search case and dashboard layout --------------*/

/* ---------------------- side menu starts------------------------------*/
#side-menu {
    color: #033D40;
    position: fixed;
    top: 160px;
    z-index: 1500;
    width: 70px;
}

#side-menu ul {
    width: 100%;
    list-style: none;
}

#side-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

#side-menu ul li a {
    width: 100%;
    display: block;
    padding: 6px 0 11px 0px;
    background-color: #033D40;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#side-menu ul li:first-child a {
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
}

#side-menu ul li:last-child a {
    border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
}

#side-menu ul li a .imgicons {
    width: 42px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

#side-menu ul li a p {
    width: 100%;
    font-size: 12px;
}

#side-menu ul li a:hover {
    background-color: #8CD966;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#side-menu ul li a:hover div.imgicons div {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#side-menu ul li a .imgicons img {
    width: 100%;
    height: auto;
    visibility: hidden;
}

#side-menu ul li a .imgicons .search {
    background: url('../images/icons/search.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
}

#side-menu ul li.active a .imgicons .search,
#side-menu ul li:hover a .imgicons .search {
    background: url('../images/icons/search1.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
}

#side-menu ul li a .imgicons .create {
    background: url('../images/icons/create.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
    margin-top: 3px;
}

#side-menu ul li.active a .imgicons .create,
#side-menu ul li:hover a .imgicons .create {
    background: url('../images/icons/create1.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
    margin-top: 3px;
}

#side-menu ul li a .imgicons .cases {
    background: url('../images/icons/casess.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
}

#side-menu ul li.active a .imgicons .cases,
#side-menu ul li:hover a .imgicons .cases {
    background: url('../images/icons/casess2.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
}

#side-menu ul li a .imgicons .checkin {
    background: url('../images/icons/checkin.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
}
#side-menu ul li.active a .imgicons .checkin,
#side-menu ul li:hover a .imgicons .checkin {
    background: url('../images/icons/checkin2.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
}

#side-menu ul li a .imgicons .support {
    background: url('../images/icons/support.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
}
#side-menu ul li.active a .imgicons .support,
#side-menu ul li:hover a .imgicons .support {
    background: url('../images/icons/support2.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
}

#side-menu ul li a .imgicons .calender {
    background: url('../images/icons/calender.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
}

#side-menu ul li.active a .imgicons .calender,
#side-menu ul li:hover a .imgicons .calender {
    background: url('../images/icons/calender1.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
}

#side-menu ul li a .imgicons .newuienabled {
    background: url('../images/icons/newui.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
}

#side-menu ul li.active a .imgicons .newuienabled,
#side-menu ul li:hover a .imgicons .newuienabled {
    background: url('../images/icons/newui2.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
}

#side-menu ul li a .imgicons .rep {
    background: url('../images/icons/rep.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
}

#side-menu ul li.active a .imgicons .rep,
#side-menu ul li:hover a .imgicons .rep {
    background: url('../images/icons/rep1.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
}

#side-menu ul li a .imgicons .company {
    background: url('../images/icons/company.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
}

#side-menu ul li.active a .imgicons .company,
#side-menu ul li:hover a .imgicons .company {
    background: url('../images/icons/company1.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
}


#side-menu ul li a .imgicons .hospital {
    background: url('../images/icons/hospital.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
}

#side-menu ul li.active a .imgicons .hospital,
#side-menu ul li:hover a .imgicons .hospital {
    background: url('../images/icons/hospital1.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
}


#side-menu ul li a .imgicons .newuserrequests {
    background: url('../images/icons/rep.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
}

#side-menu ul li.active a .imgicons .newuserrequests,
#side-menu ul li:hover a .imgicons .newuserrequests {
    background: url('../images/icons/rep1.png') no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    margin-bottom: -3px;
}

/* ---------------------- side menu starts------------------------------*/

/* -------------------- main home application page -----------------*/
.home-categories-wrap {
    margin: 20px auto;
    max-width: 1000px;
    position: relative;
}

.home-category {
    width: 18%;
    display: inline-block;
    margin: 10px;
    padding: 20px 0 30px 0;
    text-align: center;
    background-color: #033D40;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    float: left;
}

.home-categories-wrap .graybg {
    background-color: #9C9C9C;
}

.home-category:hover,
.home-categories-wrap .graybg:hover {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}

.home-category:hover {
    background-color: #8CD966;
}

.home-categories-wrap .graybg:hover {
    background-color: #989898;
}

.home-category .text,
.home-category .textg {
    height: 48px;
    width: 100%;
}

.home-category .text h2,
.home-category .textg h2 {
    color: #ffffff;
    font-weight: normal;
    font-size: 19px;
}

.home-category .textg h2 {
    color: #B4B0B0;
}

.home-category .icon,
.home-category .icong {
    height: 64px;
    width: 100%;
    margin-top: 3px;
}

.home-category .icon img,
.home-category .icong img {
    height: 64px;
    width: auto;
    display: inline-block;
    border: none;
}

.home-category .icong img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

/* -------------------- end main home application page -----------------*/

.main-headings {
    position: relative;
    width: 100%;
}

.main-headings table {
    border-collapse: collapse;
    display: inline-block;
    width: auto;
}

.main-headings table td {
    vertical-align: middle;
    padding:0px 10px 0px 10px;
}

.main-headings .icon {
    height: 48px;
    width: auto;
}


.main-headings h1 {
    color: #033D40;
    font-size: 32px;
    font-weight: normal;
    display: inline-block;
}

.from-buttons-wrap {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.from-buttons {
    text-align: center;
    display: inline-block;
    
}

.button,
.buttong {
    height: 48px;
    display: inline-block;
    line-height: 44px;
    border: none;
    font-size: 20px;
    color: #ffffff;
    padding: 0 25px;
    cursor: pointer;
    margin-right: 3px;
    background-color: #9C9C9C;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}

.buttong {
    background-color: #9D9D9D;
}
.field-validation-error
{
    color:red;
}
.button:hover,
.buttong:hover {
    background-color: #033D40;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}

.button-small {
    height: 42px;
    line-height: 40px;
    font-size: 18px;
}

.button-ex-small {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

/* -------------------- start create new case -----------------*/
.case-form-wrap {
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.case-form-wrap table {
    width: auto;
    border-collapse: collapse;
}

.case-form-wrap table td {
    padding: 10px 0 0 0;
    position: relative;
}

.case-form-wrap table td label {
    color: #4D4D4D;
    font-size: 15px;
}

.case-form-wrap table tr.notes td {
    padding: 4px 0 0 0;
}

.case-form-wrap table tr.notes td span {
    color: #4D4D4D;
    font-size: 14px;
}

.case-form-wrap table td.left {
    vertical-align: middle;
    text-align: right;
    padding-right: 15px;
}

.case-form-wrap table td.mandatory {
    vertical-align: top;
    text-align: left;
    padding-left: 5px;
}

.mandatory i {
    color: #DB6060;
    font-size: 9px;
}

.date-icon {
    float: left;
    position: relative;
    margin-right: 5px;
}

.date-icon span {
    position: absolute;
    top: 0;
    right: 0;
    color: #63A8D5;
    z-index: 2;
    font-weight: bold;
    display: block;
    width: 35px;
    height: 35px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    pointer-events: none;
}

.case-form-wrap table tr.date-time td {
    padding-top: 3px;
}

.left-table {
    float: left;
    display: inline-block;
    margin-right: 60px;
}

.form-input {
    height: 35px;
    width: 100%;
    border: 1px solid #ffffff;
    font-size: 15px;
    padding: 0 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
}
.form-input-Cases {
    height: 35px;
    width: 100%;
    border: 1px solid #ffffff;
    font-size: 15px;
    padding: 0 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
}
.form-input:focus {
    box-shadow: 0 0 5px 1px #63A8D5;
    -moz-box-shadow: 0 0 5px 1px #63A8D5;
    -webkit-box-shadow: 0 0 5px 1px #63A8D5;
    box-shadow: 0 0 5px 1px #63A8D5;
}

.form-input-select {
    padding-right: 2px;
}

.selcticon {
    position: relative;
    width: auto;
    float: left;
}

.selcticon span {
    position: absolute;
    top: 1px;
    right: 0;
    color: #e3e1e1;
    z-index: 2;
    font-weight: bold;
    display: block;
    width: 26px;
    height: 33px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
    pointer-events: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.form-textarea {
    height: 70px;
    font-family: Helvetica, sans-serif;
}

.in-width355 {
    width: 340px;
}

.in-width330 {
    width: 330px;
}
.in-width333 {
    width: 333px;
    color:white;
    background-color:#e3e1e1;
    font-weight:bold;
}
.in-width350 {
    width: 350px;
    height:45px;
    color:white;
    background-color:#e3e1e1;
    font-weight:bold;
    font-size:18px;
}
.in-width250 {
    width: 250px;
    height:45px;
    color:black;
    font-size:18px;
}
.readyonlystyle {
    background-color:lightgray;
    
}

.in-width530 {
    width: 530px;
}
.in-width430 {
    width: 430px;
}

.in-width60 {
    width: 60px;
}
.in-width40 {
    width: 40px;
}

.in-width226 {
    width: 226px;
}

.in-width320 {
    width: 320px;
}

.in-width246 {
    width: 246px;
}

.in-widthheight246 {
    width: 246px;
    height:45px;
    font-size: 22px;
    padding-top:1px;
    color:gray;
}

.in-width96 {
    width: 96px;
}

.in-width86 {
    width: 86px;
}

.in-width147 {
    width: 147px;
}

.in-width168 {
    width: 168px;
}

.in-width190 {
    width: 190px;
}
/* -------------------- end create new case -----------------*/

/*----------------- set check in -------------------------*/
.check-in-wrap {
    padding: 15px 0;
}

.check-in {
    position: relative;
    float: left;
    width: 100%;    
}

.check-in-info {
    position: relative;
    width: 100%;
}

.check-in-info table {
    width: auto;
    border-collapse: collapse;
    margin-left: 30px;
}

.check-in-info table td {
    padding: 0 35px 18px 0;
    vertical-align: top;
    text-align: left;
}

.check-in-info table td.right {
    vertical-align: middle;
    text-align: right;
    width:160px;
    padding-left:10px;
    font-family:Verdana;
}

.check-in-info table td span {
    color: #4C4C4C;
    font-size: 16px;
}

.check-in-info table td span.bold {
    font-weight: bold;
}

.check-in-tray-info {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.check-in-tray-info table {
    border-collapse: collapse;
    border: 1px solid #ffffff;
    width: 100%;
}

.check-in-tray-info table th {
    height: 35px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #ffffff;
    background-color: #B1B1B1;
}

.check-in-tray-info table td {
    vertical-align: middle;
    text-align: center;
    padding: 6px 0;
    color: #4C4C4C;
    font-size: 15px;
    border: 1px solid #ffffff;
}

.edit-tray {
    color: #6DA244;
    text-decoration: underline;
    margin-right: 13px;
    font-weight: bold;
}

.delele-tray {
    color: #BC0201;
    text-decoration: underline;
    font-weight: bold;
}

.tray-note {
    width: 100%;
}

.tray-note p {
    color: #4C4C4C;
    font-size: 12px;
}

.tray-note p span {
    font-weight: bold;
}

.check-in-capture {
    position: relative;
    float: right;
    width: auto;
}

.camera {
    /*background-color: #ffffff;*/
    position: relative;
    height: 380px;
    float: left;
}

.capture-details {
    float: left;
    padding-left: 25px;
    margin-top: 30px;
}

.capture-details div {
    margin: 10px 0;
    position: relative;
    float: none;
}

.capture-details div:first-child {
    margin-top : 0;
}

.popup-overlay
{
    z-index: 2000;
    display:none;
    min-width: 300px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.popup-bg
{
    width: 100%;
    height: 100%;
}

.popup-cont
{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}

.popup-content
{
    margin: 0 auto;
    background: #E5E5E5;
    padding: 30px 40px 35px 40px;
    text-align: left;
    max-width: 670px;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow:0 0 30px 2px #4D4D4D;
    -webkit-box-shadow: 0 0 30px 2px #4D4D4D;
    box-shadow: 0 0 30px 2px #4D4D4D;
}

.popup-overlay .popup-content
{
    width: 97%;	
}

.popup-content .subheading h2 {
    color: #033D40;
    font-size: 20px;
    font-weight: normal;
}

.popup-content .details {
    margin: 20px 0 30px 0;
    width: auto;
}

.popup-content .details .leftpane {
    float: left;
    position: relative;
}
.popup-content .details .leftpane .inputs {
    margin: 8px 0;
}

.popup-content .details .leftpane .inputs:first-child {
    margin-top: 0;
}

.popup-content .details .leftpane .col1 {
    float: left;
    width: 50px;
    text-align: right;
    position: relative;
    padding-right: 20px;
}

.popup-content .details .leftpane .col1 label {
    line-height: 35px;
}

.popup-content .details .leftpane .col2 {
    float: left;
    width: auto;
    position: relative
}

.popup-content .details .rightpane {
    float: right;
}

.popup-content .details .rightpane img {
    height: 165px;
    width: auto;
}
/*----------------- end set check in -------------------------*/

/*----------------- case details -------------------------*/
.case-datails-wrap {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.case-datails-case-wrap {
    margin: 15px 0 40px 0;
}

.case-datails-case-wrap .leftpanel {
    float: left;
    width: 42%;
    border-right: 1px solid #ffffff;
}

.case-datails-case-wrap .leftpanel table {
    border-collapse: collapse;
}

.case-datails-case-wrap .leftpanel table td {
    padding: 0 18px 24px 18px;
    font-size: 14px;
    color: #4C4C4C;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
}

.case-datails-case-wrap .leftpanel table tr:last-child td {
    padding: 0 18px;
}

.case-datails-case-wrap .leftpanel table td.left {
    vertical-align: top;
    text-align: right;
    font-weight: normal;
}

.case-datails-case-wrap .rightpanel {
    float: left;
    width: 58%;
    padding-left: 3%;
}

.case-datails-case-wrap .rightpanel p {
    margin-left: 6px;
}

.users-in-case {
    position: relative;
    margin-top: 10px;
}

.users-in-case img {
    position: relative;
    display: inline-block;
    height: 60px;
    width: auto;
    border: none;
    float: left;
    margin: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.case-datails-implents-wrap {
    margin-bottom: 15px;
}

.case-datails-implents-wrap ul {
    margin-bottom: 20px;
}

.case-datails-implents-wrap ul,
.case-datails-implents-wrap ul li {
    list-style: none;
}

.case-datails-implents-wrap ul li {
    list-style: none;
    float: left;
    padding: 2px 0;
    font-weight: bold;
}

.case-datails-implents-wrap ul li a {
}

.case-datails-implents-wrap ul li.divder {
    margin: 0 8px;
}

.case-datails-implents-wrap .leftpanel {
    float: left;
    width: 77.7%;
    padding-right: 3.3%;
    border-right: 1px solid #ffffff;
}

.case-datails-implents-wrap .rightpanel {
    float: left;
    width: 22.3%;
    padding-left: 3%;
}

.case-datails-implents-wrap .rightpanel p {
    margin-left: 6px;
}

.case-commun-wrap {
    width: 100%;
    position: relative;
}

.sets-table,.casesets-table {
    width: 100%;
    border-collapse: collapse;
}

.casesets-table tr th,.casesets-table tr td,
.sets-table tr th,.sets-table tr td {
    padding: 8px 5px;
    text-align: left;
    border: 1px solid #4D4D4D
}

.btn {
    display: inline-block;
    line-height: 35px;
    border: none;
    font-size: 16px;
    color: #ffffff;
    padding: 0 15px;
    cursor: pointer;
    margin-right: 3px;
    margin-bottom: 5px;
    background-color: #033D40;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.btn-sm {
    line-height: 30px;
    font-size: 15px;
}

.rbreadcrumbs {
    display: inline-block;
    list-style: none;
    overflow: hidden;
    padding: 5px 10px;
    background-color: #033D40;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.rbreadcrumbs > * {
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    line-height: 15px;
    margin: 0;
    padding-bottom: 8px;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.rbreadcrumbs > * a {
    color: #FFFFFF;
    padding: 5px;
}

.rbreadcrumbs > *:last-child a {
    cursor: default;
    pointer-events: none;
}

.rbreadcrumbs > *:after {
    color: #b5da8b;
    font-family: FontAwesome;
    content: "\f105";
    margin: 0 10px;
    position: relative;
    top: 8px;
    font-size: 42px;
    font-weight: normal;
}

.rbreadcrumbs > *:last-child:after {
    content: " ";
    margin: 0;
}

.setaud {
    border: 2px solid #73AD21;
    padding:10px;
}

.communication {
    width: 680px;
    margin: 0 auto;
    border: 1px solid #ffffff;
}

.communication .header-div {
    background-color: #B2B2B2;
    padding: 8px 0 8px 30px;
    position: relative;
    border-bottom: 1px solid #ffffff;
}

.communication .header-div span {
    font-size: 18px;
}

.communication .header-div .date {
    position: absolute;
    right: 15px;
    top: 10px;
}

.communication .header-div .date span {
    font-size: 16px;
    color: #ffffff;
}

.communication .user-chat-content-wrap {
    min-height: 380px;
    position: relative;
}

.chat-content {
    width: 100%;
    max-height: 380px;
    overflow-y: auto;
    position: absolute;
    padding: 20px 30px 0 30px;
    bottom: 0;
}

.chat-content table.sender,
.chat-content table.receiver {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0;
}

.chat-content table.sender td.user,
.chat-content table.receiver td.user {
    width: 60px;
    vertical-align: top;
}

.chat-content table.sender td.user img,
.chat-content table.receiver td.user img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.chat-content table.sender td.usertext,
.chat-content table.receiver td.usertext {
    vertical-align: top;
    text-align: left;
}

.chat-content table.receiver td.usertext {
    vertical-align: top;
    text-align: right;
}

.chat-content table.sender td.usertext div,
.chat-content table.receiver td.usertext div {
    display: inline-block;
    position: relative;
    padding: 10px 16px 8px 16px;
    margin-left: 14px;
    background-color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.chat-content table.receiver td.usertext div {
    background-color: #B2B2B2;
    margin-left: 0;
    margin-right: 14px;
    text-align: right;
}

.chat-content table.sender td.usertext div:before,
.chat-content table.receiver td.usertext div:after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ffffff;
}

.chat-content table.sender td.usertext div:before {
    left: -6px;
}

.chat-content table.receiver td.usertext div:after {
    top: 10px;
    right: -6px;
    border-right: none;
    border-left: 6px solid #B2B2B2;
}

.chat-content table.sender td.usertext div .message,
.chat-content table.receiver td.usertext div .message {
    font-size: 16px;
    margin-bottom: 10px;
}

.chat-content table.sender td.usertext div .time,
.chat-content table.receiver td.usertext div .time {
    color: #989898
}

.chat-content table.critical td.usertext div,
.chat-content table.critical td.usertext div {
    background-color: #BC0201;
}

.chat-content table.critical td.usertext div:before {
    border-right: 6px solid #BC0201;
}

.chat-content table.critical td.usertext div:after {
    border-left: 6px solid #BC0201;
}

.chat-content table.receiver td.usertext div .time,
.chat-content table.critical td.usertext div .time,
.chat-content table.critical td.usertext div .time,
.chat-content table.critical td.usertext div .message{
    color: #ffffff;
}


.communication .send-content {
    width: 100%;
    border-top: 1px solid #ffffff;
}

.communication .send-content .inputtext {
    width: 85%;
    float: left;
}

.communication .send-content input[type="text"] {
    height: 38px;
    border: none;
    width: 100%;
    background-color: #ffffff;
    outline: none;
    padding: 0 10px;
}

.communication .send-content .sendbutton {
    width: 15%;
    float: left;
}

.communication .send-content .sendbutton input {
    width: 100%;
    border: none;
    background-color: #8BC44D;
    color: #ffffff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 17px;
}

.communication .send-content .sendbutton i {
    font-size: 20px;
    font-weight: bold;
}

.communication .notes-footer {
    border-top: 1px solid #ffffff;
    background-color: #B2B2B2;
    padding: 8px 10px;
}

.communication .notes-footer input[type=checkbox] {
    outline: 2px solid #BC0201;
    background-color: #ffffff;
    border: none;
}

/*----------------- end case details -------------------------*/

/* -------------------- responsive css starts with media --------------*/
@media screen and (max-width: 1245px) {
    .vender-menu-container {
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 0;
    }

    .vender-menu-container-content {
        margin-top: 0;
    }

    .contact-us-contact {
        max-width: 1024px;
        float: none;
        margin-top: 0;
    }

    .contact-us-contact p.phone {
        font-size: 35px;
        color: #656565;
    }

    .contact-us-contact p.email {
        font-size: 30px;
        color: #656565;
        margin-top: 5px;
    }


    .contact-us-contact-form {
        margin-top: 40px;
        float: none;
        max-width: 1024px;
    }

    .contact-us-contact-form input[type="text"] {
        border: none;
        background-color: #ffffff;
        height: 32px;
        width: 300px;
    }

    .contact-us-contact-form textarea {
        border: none;
        background-color: #ffffff;
        min-height: 130px;
        width: 590px;
        margin-bottom: 17px;
    }
}

@media screen and (max-width: 1190px) {

    .case-form-wrap {
        margin-left: 0;
    }
	
	.main-form {
        width: 690px;
    }
    
    .main-form .two-col-layout .col1 {
        padding-right: 8px;
    }

    .main-form .two-col-layout .col2 {
        padding-left: 8px;
    }

    .left-table {
        margin-right: 15px;
    }

    .main-container-form-wrap {
        padding: 15px 20px 15px 20px;
    }

    .header {
        height: 110px;
    }

    .header .header-img,
    .header .dashboard-header-img {
        height: 112px;
    }

    .header .logo {
        padding-left: 25px;
    }

    .header .logo img {
        width: 276px;
    }

    .search-header-wrap div input[type="text"] {
        width: 145px;

    }

    .camera {
        float: none;
    }

    .capture-details {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1150px) {
    .about-menu-container {
        background-position: right 34.5% bottom;
    }

    .support-image img {
        width: 310px;
    }

    .home-categories-wrap {
        max-width: 100%;
        margin-left: -10px;
    }

    .home-category {
        margin: 9px;
    }


    .vender-menu-container {
        background-size: cover;
    }

    .case-datails-implents-wrap .leftpanel {
        width: 82%;
        padding-right: 2%;
    }

    .case-datails-implents-wrap .rightpanel {
        width: 18%;
        padding-left: 1.6%;
    }

    .footer-img {
        height: 65px;
        top: -40px;
    }

    .copy-right {
        padding-top: 35px;
    }
}

/* --------------------end responsive css starts with media --------------*/

/*----------------- Surgeon Admins form details -------------------------*/
.create-surg-search {
    display: inline-block;
    width:100%;
    padding: 5px 10px;
}

.create-surg-search .create-surg-button {
    float: left;
}

.create-surg-search .create-surg-button a {
    padding: 0 26px;
    display: block;
    height: 46px;
    line-height: 46px;
    text-decoration: none;
    font-size: 22px;
    background-color: #8BC44D;
    color: #23763D;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    -webkit-transition:  all 0.3s;
    -moz-transition:  all 0.3s;
    -o-transition:   all 0.3s;
    -ms-transition:  all 0.3s;
    transition:  all 0.3s;
}

.create-surg-search .create-surg-button a:hover {
    background-color: #AED682;
}

.create-surg-search .search-surg-form {
    float: left;
    margin-left: 7px;
}

.create-surg-search .search-surg-form .col1wrap {
   position: relative;
   background-color: #FFFFFF;
   border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.create-surg-search .search-surg-form .col1wrap .col1 {
   float: left;
   position: relative;
}

.create-surg-search .search-surg-form .col1wrap .col1 input[type="text"] {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    width: 200px;
    font-size: 16px;
    height: 45px;
    border: none;
    outline: none;
    padding: 0 15px;
    padding-right: 0;
    background-color: #ffffff;
}
.create-surg-search .search-surg-form .col1wrap .col1 input[type="text"]:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.create-surg-search .search-surg-form .col1wrap .col2 {
   float: left;
   position: relative;
}

.create-surg-search .search-surg-form .col1wrap .col2 .search-button {
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    height: 45px;
    padding: 0 15px;
    margin: 0;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #3DC467;
    font-size: 23px;
}

.surg-admins {
    margin: 10px 0 30px 0;
}

.surg-select {    
    margin-left: 45px;
    margin-bottom: 30px;
}

.surg-select .scol {
    width: 200px;
    float: left;
    position: relative;
    margin-right: 8px;
}

.surg-admins .list-table {
    border-collapse: collapse;
    width: 100%;
}

.surg-admins .list-table tr th {
    font-size: 16px;
}

.surg-admins .list-table tr th,
.surg-admins .list-table tr td {
    padding: 18px 10px;
    text-align: left;
    vertical-align: central;
}

.surg-admins .list-table tr th:first-child,
.surg-admins .list-table tr td:first-child {
    padding-left: 45px;
}

.surg-admins .list-table tr th:last-child,
.surg-admins .list-table tr td:last-child {
    text-align: left;
    padding-right: 36px;
}

.surg-admins .list-table tr td {
    padding: 12px;
    border-bottom: 1px solid #CBCBCB;
    background-color: #E5E5E5;
}

.surg-admins .list-table tr:hover td {
    background-color: #FAFAFA;
}

.surg-admins .list-table tr td.action a {
    padding: 1px 6px;
    background-color: #CBCBCB;
    color: #656565;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition:  all 0.3s;
    -moz-transition:  all 0.3s;
    -o-transition:   all 0.3s;
    -ms-transition:  all 0.3s;
    transition:  all 0.3s;
}

.surg-admins .list-table tr td.action a:hover {
    background-color: #656565;
    color: #CBCBCB;
}

.action2 ul {
   list-style: none;
}

.action2 ul li {
    list-style: none;
    float: left;
}

.surg-admins .pagenation {
    padding: 20px 36px 20px 45px;
    border-bottom: 3px solid #E5E5E5;
}

.surg-admins .pagenation .navigation {
    float: right;
    display: inline-block;
}

.surg-admins .pagenation .pages {
    float: left;
}

.surg-admins .pagenation .navigation a {
    padding: 0 9px;
    background-color: #FFFFFF;
    color: #656565;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition:  all 0.3s;
    -moz-transition:  all 0.3s;
    -o-transition:   all 0.3s;
    -ms-transition:  all 0.3s;
    transition:  all 0.3s;
}

.surg-admins .pagenation .navigation a:hover {
    background-color: #8BC44D;
    color: #FFFFFF;
}
.divUserFacilities {
     width:300px;background-color:white;
}

/*----------------- end Surgeon Admins form details -------------------------*/


/***********************************TEST***********************************/

    ul.enlarge{
    list-style-type:none; /*remove the bullet point*/
    margin-left:0;
    }
    ul.enlarge li{
    display:inline-block; /*places the images in a line*/
    position: relative;
    z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
    margin:10px 10px 10px 10px;
    }
    ul.enlarge img{
    background-color:#eae9d4;
    padding: 4px;
    -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    }
    ul.enlarge span{
    position:absolute;
    left: -9999px;
    background-color:#eae9d4;
    padding: 4px;
    font-family: 'Droid Sans', sans-serif;
    font-size:.9em;
    text-align: center;
    color: #495a62;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
    -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
    box-shadow: 0 0 20px rgba(0,0,0, .75);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius:8px;
    }
    ul.enlarge li:hover{
    z-index: 50;
    cursor:pointer;
    }
    ul.enlarge span img{
    padding:2px;
    background:#ccc;
    }
    ul.enlarge li:hover span{
    top: -10px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
    left: -300px; /*distance from the left of the thumbnail to the left of the popup image*/
    }
    ul.enlarge li:hover:nth-child(2) span{
    left: -10px;
    }
    ul.enlarge li:hover:nth-child(3) span{
    left: -20px;
    }
    /**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
    ul.enlarge img, ul.enlarge span{
    behavior: url(PIE.htc);
    }

    tr.rejected td{
    color:white !important;
    background-color:#A32929 !important;
    border-bottom:solid 4px black;
}
tr.future td{
    color:black !important;
    background-color:#033D40 !important;
    border-bottom:solid 4px black;
}
tr.past td {
    font-size:13px;
    color:black !important;
    background-color:#E0C240 !important;
    border-bottom:solid 4px black;
}
tr.pastonsite td {
    font-size:13px;
    color:black !important;
    background-color:#E6804D !important;
    border-bottom:solid 4px black;
}
  tr.statenew td{
    font-size:inherit;    
    background-color:#ffffff !important;
    border-bottom:solid 1px black;
}
tr.stateawaiting td{
    font-size:inherit;
    color:black !important;
    background-color:#FF0000 !important;
    border-bottom:solid 1px black;
}
tr.statesterile td {
    font-size:inherit;
    color:black !important;
    background-color:#033D40 !important;
    border-bottom:solid 1px black;
}
tr.statepickup td {
    font-size:inherit;
    color:black !important;
    background-color:#e3e1e1 !important;
    border-bottom:solid 1px black;
}
#tray{
    width: 40px; 
    background:#9AD65A;
    color:black;
    padding:8px;
    position:relative;
    -webkit-border-radius:15px 5px 5px 15px;
    border-radius:15px 5px 5px 15px;
    /*border-right: 20px solid #75A83E;*/
  }
#tray:after{
    content:"";
    position:absolute;
    padding:8px;
    right:-10px;
    top: 19px;
    width: 40px; 
    height: 45px;
    
    }
    #number {
        width: 40px;
        padding:8px;
        color:white;
        background: #75A83E;
        -webkit-border-radius: 5px 15px 15px 5px;
        border-radius:5px 15px 15px 5px;
    }
    .vertical {
        padding-top:-10px;
        padding-bottom:20px;
        margin-left:15px;
        border-left:5px solid #75A83E;
    }
    .circle {
        width: 10px;
        height: 10px;
        border-radius: 50px;
        line-height: 100px;
        text-align: center;
        background: green;
        margin-top: -0.79em;
        margin-left: -0.50em;
    }

.notificationbutton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #033D40), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #033D40 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #033D40 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #033D40 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #033D40 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #033D40 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#033D40', endColorstr='#5cbf2a',GradientType=0);
	background-color:#033D40;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
    width:330px;
    text-align:center;
}
.notificationbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #033D40));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #033D40 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #033D40 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #033D40 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #033D40 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #033D40 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#033D40',GradientType=0);
	background-color:#5cbf2a;
}
.notificationbutton:active {
	position:relative;
	top:1px;
}

.setcheckinbutton {
	-moz-box-shadow: 3px 4px 0px 0px #8a2a21;
	-webkit-box-shadow: 3px 4px 0px 0px #8a2a21;
	box-shadow: 3px 4px 0px 0px #8a2a21;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
	background-color:#c62d1f;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
    width:330px;
    text-align:center;
}
.setcheckinbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24437;
}
.setcheckinbutton:active {
	position:relative;
	top:1px;
}

.legendtr {
border-color:#c2c2c2;
border-width:1px;
border-style:solid;
}
.legendtd {
    padding:5px;

}

.legendimg {
    width:100px;
    height:20px;
}

.legendtext {
    font-family:Verdana;
    font-size: 9px;
    color:white;
    font-style:italic;
background-color:#9C9C9C;
padding:5px;


}

.highlightedbutton {
    border-radius: 10px;
    background: #73AD21;
    padding: 5px; 
    font-family:Verdana;
    color:white;
    margin:3px; 
    width:100px;
    height:30px;
}

.unhighlightedbutton {
    border-radius: 10px;
    background: darkgrey;
    padding: 5px; 
    font-family:Verdana;
    color:white;
    margin:3px; 
    width:100px;
    height:30px;
}

.highlightedimage {
    border-radius: 20px;
    background: #73AD21;
    padding: 15px; 
}

.unhighlightedimage {
    border-radius: 20px;
    background: darkgrey;
    padding: 5px; 
}

.divScroll {
    max-height: 300px; 
    max-width: 480px; 
    display: inline-block; 
    overflow-x: scroll; 
    text-align: left;
    background-color:lightgrey;
}


.news-top
   {
    float: right;
    padding-left:70%;
    position:fixed;
    font-size:30px;
   
    }
.news-link
{
    height:100px;
    background-color:#e3e1e1;
    padding-left:2%;
    padding-bottom:10px;
    color:black;
    font-size:16px;
}

.news-main,
.news-accordion-content1,
.news-accordion-content2,
.news-accordion-content3,
.news-accordion-content4{
  font-size: 15px;
  line-height: 1.750em;
  padding-left:10px;
  padding-right:10px;
  font-family:'MS Reference Sans Serif';
  color:black;
  background-color:lightgray;
  float:left;
}
.news-site-header {
    
  margin: 0px auto;
  text-align: center;
    height: 101px;
    width:100%;
   
}

#news-accordion-1,#news-accordion-2,#news-accordion-3,#news-accordion-4,#news-accordion-5
{
    padding-right:20px;
}
.news-accordion, .news-accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.news-accordion {
    
	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	border-radius:3px;
	background:#f7f7f7;

}

/*----- Section Titles -----*/
.news-accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	border-bottom:1px solid #1a1a1a;
	background-color:gray;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.200em;
	text-shadow:0px 1px 0px #1a1a1a;
	color:white;
}

.news-accordion-section-title.active, .news-accordion-section-title:hover {
	background:#4c4c4c;
	/* Type */
	text-decoration:none;
}

.news-accordion-section:last-child .news-accordion-section-title {
	border-bottom:none;
}

#page-wrap { width: 100%; margin: 10px auto; }

		.breadcrumb { 
			list-style: none; 
			overflow: hidden; 
			font: 18px Helvetica, Arial, Sans-Serif;
		}
		.breadcrumb li { 
			float: left; 
		}
		.breadcrumb li a {
			color: white;
			text-decoration: none; 
			padding: 10px 0 10px 55px;
			background: #033D40; 
			position: relative; 
			display: block;
			float: left;
		}
		.breadcrumb li a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-left: 30px solid #033D40;
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			left: 100%;
			z-index: 2; 
		}	
		.breadcrumb li a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-left: 30px solid white;
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			margin-left: 1px;
			left: 100%;
			z-index: 1; 
		}	
		.breadcrumb li:first-child a {
			padding-left: 10px;
		}
		.breadcrumb li:nth-child(2) a       { background:        #033D40; }
		.breadcrumb li:nth-child(2) a:after { border-left-color: #033D40; }
		.breadcrumb li:nth-child(3) a       { background:        #033D40; }
		.breadcrumb li:nth-child(3) a:after { border-left-color: #033D40; }
		.breadcrumb li:nth-child(4) a       { background:        #033D40; }
		.breadcrumb li:nth-child(4) a:after { border-left-color: #033D40; }
		.breadcrumb li:nth-child(5) a       { background:        #033D40; }
		.breadcrumb li:nth-child(5) a:after { border-left-color: #033D40; }
		.breadcrumb li:last-child a {
			background: #033D40 !important;
			color: white;
			pointer-events: none;
 			cursor: default;
		}
		.breadcrumb li:last-child a:after { border-left-color: #033D40 !important; }
		.breadcrumb li a:hover { background: #033D40; }
		.breadcrumb li a:hover:after { border-left-color: #033D40 !important; }
	.button-primary {
  background-color: #337ab7 !important;
}
.button-primary:focus,
.button-primary.focus {
  background-color: #286090 !important;
}
.button-primary:hover {
  background-color: #286090 !important;
}
.button-primary:active,
.button-primary.active {
  background-color: #286090 !important;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-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);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-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-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 {
  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-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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";
}

/*
 * Dandelion Admin v1.0 - Table Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 *
 * ===============================================
 * Table of Contents
 * ===============================================
 *
 * 1. General Table Styling
 * 2. Detail View Table
 * 3. Data Table Styling
 *
 */

/* (1) General Table Styling
================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.table
{
	width:100%;
	margin:0;
	clear:both;
	border-right:#cfcfcf solid 1px;
	border-bottom:#cfcfcf solid 1px;
	border-left:#cfcfcf solid 1px;

	font:normal 14px/22px Arial, Helvetica, sans-serif;
	color:#333333;
	
}

table.table tr td, 
table.table tr th
{
	vertical-align:middle;
}

table.table thead tr
{
	background:#eeeeee url(../../images/default-header.png) repeat-x left top;
}
table.table thead tr{
	background:#E8E8E8 !important;
	}
table.table tr th
{
	padding:11px 20px;
	border-bottom:1px solid #cacaca;
	border-right:1px solid #cacaca;
	
	-moz-box-shadow:inset 1px 0 0 0 #f8f8f8;
	-webkit-box-shadow:inset 1px 0 0 0 #f8f8f8;
	-khtml-box-shadow:inset 1px 0 0 0 #f8f8f8;
	box-shadow:inset 1px 0 0 0 #f8f8f8;
	
	font-weight:bold;
}

table.table thead tr
{	
	-moz-box-shadow:inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow:inset 0 1px 0 0 #ffffff;
	-khtml-box-shadow:inset 0 1px 0 0 #ffffff;
	box-shadow:inset 0 1px 0 0 #ffffff;
	border-top:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
}

table.table tr th:last-child
{
	border-right:none;
}

table.table tr td
{
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #e0e0e0;
	padding:7px 20px;
}

table.table tr td:last-child
{
	border-right:none;
}

table.table tr:last-child td
{
	border-bottom:none;
}

table.table tr td.icon-column
{
	text-align: center;
	width:80px;
}

table.table tr td.icon-column img
{
	margin:0 2px;
}

table.table tr.odd,
table.table tbody tr.odd{
	background-color:#f4f4f4;
}

table.table tr.even, 
table.table tbody tr.even{
	background-color:#fcfcfc;
}

/* (2) Detail View Table
================================================== */

table.table.detail-view tbody th
{
	width:120px;
	background:url(../../images/default-header.png) repeat-x left bottom;
}

table.table.detail-view tbody tr:last-child th
{
	border-bottom:0;
}

table.table.detail-view .null
{
	color:#F2618C;
}

/* (3) Data Table Styling
================================================== */

.dataTables_wrapper
{
	background-color:#fcfcfc;
}

.dataTables_wrapper .dataTables_length, 
.dataTables_wrapper .dataTables_filter, 
.dataTables_wrapper .dataTables_info, 
.dataTables_wrapper .dataTables_paginate
{
	display:inline-block;
	padding:10px;
}

.dataTables_wrapper .dataTables_paginate
{
	padding:0;
}

.dataTables_wrapper .dataTables_filter, 
.dataTables_wrapper .dataTables_paginate
{
	float:right;
}

.dataTables_wrapper .table
{
	border-top:1px solid #cacaca;
}

.dataTables_wrapper .table tr:last-child td
{
	border-bottom:1px solid #cacaca;
}

.dataTables_wrapper input[type="text"], 
.dataTables_wrapper select
{
	background-color:#fcfcfc;
	border:1px solid #d1d1d1;
	padding:3px;
	outline:none;
	
	/* CSS 3 */
	
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

	-webkit-transition: background 150ms linear;
	-moz-transition: background 150ms linear;
	-ms-transition: background 150ms linear;
	-o-transition: background 150ms linear;
	transition: background 150ms linear;
}

.dataTables_wrapper input[type="text"]:focus, 
.dataTables_wrapper select:focus
{
	border-color:#bbc1c9;
	background-color:#ffffff;
}

.dataTables_wrapper .dataTables_paginate
{
	padding:9px 8px;
}

.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_disabled_previous, 
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_disabled_next, 
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_enabled_previous, 
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_enabled_next, 
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button, 
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_active
{
	display:inline-block;
	background-color:#f3f3f3;
	cursor:pointer;
	line-height:1;
	outline:none;
	border:1px solid #b1b1b1;

	text-align:center;
	margin-left:6px;
	background-repeat:no-repeat;
	background-position:center center;
	
	/* CSS 3 */
	
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.35);
	-o-box-shadow:0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.35);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.35);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.35);
}

.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_disabled_previous, 
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_disabled_next, 
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_enabled_previous, 
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_enabled_next
{
	width:20px;
	height:20px;
	text-indent:-9999px;
}

.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button, 
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_active
{
	width:auto;
	padding:4px 7px;
	font-size:11px;
	line-height:1;
	color:#444444;
}

.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button:hover, 
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_active:hover
{
	text-decoration:none;
}

.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_disabled_next, 
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_enabled_next
{
	background-image:url(../images/dt-arrow-right.png);
}

.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_disabled_previous, 
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_enabled_previous
{
	background-image:url(../images/dt-arrow-left.png);
}

.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_disabled_next, 
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_disabled_previous, 
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.paginate_button_disabled
{
	background-color:#fefefe;
	border-color:#e0e0e0;
	cursor:default;
	color:#cccccc;
	
	-webkit-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.5);
	-o-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.5);
	box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_enabled_previous:active, 
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_enabled_next:active, 
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button:not(.paginate_button_disabled):active, 
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_active:not(.paginate_button_disabled):active
{
	background-color:#efefef;
	
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_active:not(.paginate_button_disabled):active
{
	background-color:#a9ca60;
}

.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_active
{
	background-color:#aed063;
	border-color:#a4b970;
	color:#374b0b;
}

.dataTables_wrapper table thead th.sorting_asc, 
.dataTables_wrapper table thead th.sorting_desc, 
.dataTables_wrapper table thead th.sorting
{
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
	padding-right:19px;
}

.dataTables_wrapper table thead th.sorting
{
	background-image:url(../../images/sort.png);
}

.dataTables_wrapper table thead th.sorting_asc
{
	background-image:url(../../images/sort_asc.png);
}

.dataTables_wrapper table thead th.sorting_desc
{
	background-image:url(../../images/sort_desc.png);
}

.dataTables_wrapper table tr.odd td.sorting_1
{
	background-color:#f0f0f0; 
}

.dataTables_wrapper table tr.even td.sorting_1
{
	background-color:#f8f8f8;
}

td a.showtestresults{
	color:blue;
	text-decoration:underline;
	}
td a.showtestresults:hover{
	text-decoration:none;
	}
/*
This styles for event calender
*/
/* 
    Created on : 04-Jan-2015, 23:12:14
    Author     : Adinarayana
*/

/* ------------------------event calender--------------------------- */
.case-calender-wrap {
    
    width: 100%;
    position: relative;
}
.calender-container-wrap {
    position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
    overflow:hidden;
}

.calender-container-wrap .colright {
    float:left;
    width:200%;
    position:relative;
    left:316px;
}
.calender-container-wrap .evtcalwrap {
    float:right;
    width:50%;
    position:relative;
    right:316px;
}
.calender-container-wrap .calender-container {
    margin:0 0 0 316px;
    position:relative;
    right:100%;
    padding-left: 2.5%;
    overflow:hidden;
}

.calender-container-wrap .cases-wrap {
    float:left;
    width:316px;
    position:relative;
    right:316px;
}

.cal-heading {
    margin-top: 5px;
    margin-bottom: 15px;
    display: table;
}

.cal-priorty-icon {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
}

.cal-priorty-icon i {
    color: #b3b3b3;
    font-size: 40px;
    margin-right: 20px;
}

.cal-heading h1 {
    color: #033D40;
    font-size: 32px;
    display: inline-block;
}

.cal-buttons-container {
    margin-bottom: 10px;
}

.cal-grid {
    overflow-y: visible;
    background-color: #CBCBCB;
}

.cal-show-date {
    height: 40px;
    width: 100%;
    background-color: #CBCBCB;
}
.cal-date-selecter {
    height: 39px;
    background-color: #CBCBCB;    
    padding: 0 12px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}
.cal-date-selecter-table {
    width: 100%;
    display: table;
    height: 100%;
    position: relative;
}

.cal-date-selecter-table-cell {
    height: 100%; 
    display: table-cell;
    float: left;
}

.fbprevbuttion, .fbnextbuttion {
    position: absolute;
    top: 0;
    height: 39px;
}

.fbnextbuttion {
    right: 0;
}

.show-date-div {
    width: 100%;
    text-align: center;
}

.show-date-div span {
    line-height: 39px;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
}

.fbprevbuttion span, .fbnextbuttion span {
    font-size: 32px;
    color: #3DC467;
    cursor: pointer;
    font-weight: bold;
    line-height: 39px;
}

#sfprevbtn, #sfnextbtn {
    cursor: pointer;
}

span#previousmonthstr, span#nextmonthstr {
    font-size: 17px;
    color: #000000;
    cursor: pointer;
    font-weight: normal;
    line-height: 39px;
}

.create-case-search {
    width: 59.6%;
    float: left;
}
.create-case-button {
    width: 50%;
    padding-right: 5px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 300;
}

.create-case-button a {
    background-color: #8AC54D;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    color: #23763D;
    display: block;
    font-size: 20px;
    line-height: 45px;
    -webkit-transition:  all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.create-case-button a:hover {
    color: #ffffff;
    -webkit-transition:  all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.print-button {
    width: 50%;
    padding-right: 5px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 300;
}

.print-button a {
    background-color: #337AB7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    color: white;
    display: block;
    font-size: 20px;
    line-height: 35px;
    -webkit-transition:  all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.print-button a:hover {
    color: #ffffff;
    -webkit-transition:  all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition:  all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.search-case-form-wrap {
    width: 50%;
    float: left;

}
.search-case-form {
    width: 100%;
}
.search-case-form .colleft {
    float:left;
    width:200%;
    margin-left:-47px;
    position:relative;
    right:100%;
    z-index: 55;
}
.search-case-form .col1wrap {
    float:left;
    width:50%;
    position:relative;
    left:50%;
    z-index: 55;
}
.search-case-form .col1 {
    margin:0 0 0 47px;
    overflow:hidden;
}
.search-case-form .col2 {
    float:right;
    width:47px;
    position:relative;
    left:47px;
}
.search-case-form input[type="text"] {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    padding: 6px 10px;
    background-color: #ffffff;
}
.search-case-form input[type="text"]:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.search-case-form .search-button {
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    height: 44px;
    width: 47px;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #3DC467;
    font-size: 23px;
}


.date-case-description {
    margin-bottom: 13px;
    height: 57px;
    width: 100%;
}

.week-month-wrap {
    float: left;
    margin-right: 25px;
}

.week-month-wrap h1 {
    font-size: 25px;
    font-weight: normal;
    color: #ffffff;
}

.week-month-wrap h2 {
    font-size: 28px;
    color: #ffffff;
}

.cases-description {
    float: left;
    margin-top: 16px;
    margin-bottom:10px;
}

.cases-description p {
    color: #525252;
    font-size: 19px;
}

/* ----------------------eta users styles -------------------- */
.eta-wraper {
    width: 100%;
    position: relative;
    max-height: 575px;
    overflow-y: auto;
    overflow-x: hidden;
}
.eta {
    position: relative;
    margin-bottom: 3px;
    width: 100%;
}

/*.eta .not-complete,*/
.eta .pending,
.eta .r1-completed{
    width: 100%; 
    border-collapse: collapse;
    background: -webkit-linear-gradient(#6D6E70 50%, #66676A 50%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#6D6E70 50%, #66676A 50%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#6D6E70 50%, #66676A 50%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6D6E70 50%, #66676A 50%); /* Standard syntax */
}
.eta .r2-completed {
    width: 100%; 
    border-collapse: collapse;
    background: -webkit-linear-gradient(#FFaa44 50%, #FFaa44 50%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFaa44 50%, #FFaa44 50%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFaa44 50%, #FFaa44 50%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFaa44 50%, #FFaa44 50%); /* Standard syntax */
}
.eta .not-complete {
    width: 100%; 
    border-collapse: collapse;
    background: -webkit-linear-gradient(#743737 50%, #702929 50%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#743737 50%, #702929 50%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#743737 50%, #702929 50%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#743737 50%, #702929 50%); /* Standard syntax */
}

.eta .not-complete .redcolor,
.eta .not-complete .orangecolor,
.eta .not-complete .orangedarkonsitecolor, 
.eta .not-complete .greencolor,
.eta .r1-completed .redcolor,
.eta .r1-completed .orangecolor,
.eta .r1-completed .orangedarkonsitecolor, 
.eta .r1-completed .greencolor,
.eta .r2-completed .redcolor,
.eta .r2-completed .orangecolor,
.eta .r2-completed .orangedarkonsitecolor, 
.eta .r2-completed .greencolor
 {
    width: 25px;
    text-align: center;
    vertical-align: middle;

}

.eta .not-complete {
    background-color: #bd0000;
}

.redcolor {
    background-color: #bd0000;
}

.orangecolor{
    background-color: #AB8B00;
}

.orangedarkonsitecolor {
    background-color:#E6954D;
}

.greencolor{
    background-color: #528800;
}

.lightredcolor {
    background-color: #A32929;
}

.lightorangecolor{
    background-color: #E0C240;
}

.orangeonsitecolor {
background-color : #E6804D;
}



.lightgreencolor{
    background-color: #8AC54D;
}

.eta .r1-completed .status {
    background-color: #424BC5;
}

.eta .r2-completed .status {
    background-color: #6E44C5;
}

.eta .not-complete .redcolor .icon, 
.eta .not-complete .orangecolor .icon ,
.eta .not-complete .orangedarkonsitecolor .icon, 
.eta .not-complete .greencolor .icon, 
.eta .r1-completed .redcolor .icon,
.eta .r1-completed .orangecolor .icon,
.eta .r1-completed .orangedarkonsitecolor .icon,
.eta .r1-completed .greencolor .icon,
.eta .r2-completed .redcolor .icon,
.eta .r2-completed .orangecolor .icon,
.eta .r2-completed .orangedarkonsitecolor .icon,
.eta .r2-completed .greencolor .icon
 {
    width: 16px;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
}


.eta .not-complete .lightredcolor,
.eta .not-complete .lightorangecolor,
.eta .not-complete .orangeonsitecolor,
.eta .not-complete .lightgreencolor, 
.eta .r1-completed .lightredcolor,
.eta .r1-completed .lightorangecolor,
.eta .r1-completed .orangeonsitecolor,
.eta .r1-completed .lightgreencolor,
.eta .r2-completed .lightredcolor,
.eta .r2-completed .lightorangecolor,
.eta .r2-completed .orangeonsitecolor,
.eta .r2-completed .lightgreencolor
 {
    padding-left: 10px;
    vertical-align: middle;
    width: 56px;
}

.eta .not-complete .lightredcolor .imgage, 
.eta .not-complete .lightorangecolor .imgage ,
.eta .not-complete .orangeonsitecolor .imgage ,
.eta .not-complete .lightgreencolor .imgage, 
.eta .r1-completed .lightredcolor .imgage,
.eta .r1-completed .lightorangecolor .imgage,
.eta .r1-completed .orangeonsitecolor .imgage,
.eta .r1-completed .lightgreencolor .imgage,
.eta .r2-completed .lightredcolor .imgage,
.eta .r2-completed .lightorangecolor .imgage,
.eta .r2-completed .orangeonsitecolor .imgage,
.eta .r2-completed .lightgreencolor .imgage
 {
    display: inline-block;
    position: relative;
    margin: auto 0;
    margin-top: 4px;
}

.eta .not-complete .lightredcolor .imgage img, 
.eta .not-complete .lightorangecolor .imgage img,
.eta .not-complete .orangeonsitecolor .imgage img,
.eta .not-complete .lightgreencolor .imgage img, 
.eta .r1-completed .lightredcolor .imgage img,
.eta .r1-completed .lightorangecolor .imgage img,
.eta .r1-completed .orangeonsitecolor .imgage img,
.eta .r1-completed .lightgreencolor .imgage img,
.eta .r2-completed .lightredcolor .imgage img,
.eta .r2-completed .lightorangecolor .imgage img,
.eta .r2-completed .orangeonsitecolor .imgage img,
.eta .r2-completed .lightgreencolor .imgage img
{
    width: 63px;
    /*border: 3px solid #bd0000;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.eta .r2-completed .lightgreencolor
.detailsstyle {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
}

.eta .not-complete .status .icon,
.eta .pending .status .icon,
.eta .r1-completed .status .icon,
.eta .r2-completed .status .icon {
    width: 16px;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
}

.eta .not-complete .user {
    padding-left: 10px;
    vertical-align: middle;
    width: 88px;
}

.eta .not-complete .user,
.eta .pending .user,
.eta .r1-completed .user,
.eta .r2-completed .user {
    padding-left: 10px;
    vertical-align: middle;
    width: 88px;
}

.eta .not-complete .user .imgage,
.eta .pending .user .imgage,
.eta .r1-completed .user .imgage,
.eta .r2-completed .user .imgage {
    display: inline-block;
    position: relative;
    margin: auto 0;
    margin-top: 4px;
}

.eta-not-complete-wrap .user .imgage img {
    width: 63px;
    border: none; 
    /*border: 3px solid #bd0000;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.eta .not-complete .user .imgage img,
.eta .pending .user .imgage img,
.eta .r1-completed .user .imgage img,
.eta .r2-completed .user .imgage img{
    width: 63px;
    /*border: 3px solid #bd0000;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.eta .pending .user .imgage img,
.eta .r1-completed .user .imgage img,
.eta .r2-completed .user .imgage img{
    width: 60px;
    border: none;
}

.eta .not-complete .user .tasks,
.eta .pending .user .tasks,
.eta .r1-completed .user .tasks,
.eta .r2-completed .user .tasks
 {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
}

.eta .not-complete .user .tasks {
    border: 2px solid #753838;
    background-color: #bd0000;
}
.leftPanelAlerts {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;
    border: 1px solid #ffffff;
    background-color: #F02E57;
}
.leftPanelNotification {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;

    border: 2px solid #6E6F71;
    background-color: blue;
}
.leftPanelActualTrays {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;

    border: 2px solid #6E6F71;
    background-color: purple;
}
.expeditedmobile {
    position: absolute;
    top: 1px;
    right: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;

    border: 2px solid #6E6F71;
    background-color:#ffaa44;
}
.activitiesstyle {
    position: absolute;
    top: -7px;
    right: 115px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    
    color: #ffffff;
    font-size:12px;
    line-height: 12px;

    border: 2px solid #753838;
    background-color: #bd0000;
}

.newuserrequestsstyle {
    position: absolute;
    top: -7px;
    right: 130px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    
    color: #ffffff;
    font-size:12px;
    line-height: 12px;

    border: 2px solid #753838;
    background-color: #bd0000;
}

.caserequestsstyle {
    position: absolute;
    top: -7px;
    right: 220px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    
    color: #ffffff;
    font-size:12px;
    line-height: 12px;

    border: 2px solid #753838;
    background-color: #bd0000;
}

.setcheckinsstyle {
    position: absolute;
    top: -7px;
    right: 185px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    
    color: #ffffff;
    font-size:12px;
    line-height: 12px;

    border: 2px solid #753838;
    background-color: #bd0000;
}



.eta .pending .user .tasks {
    border: 2px solid #6E6F71;
    background-color: #63A9D6;
}

.eta .r1-completed .user .tasks {
    border: 2px solid #6E6F71;
    background-color: #424BC5;
}

.eta .r2-completed .user .tasks {
    border: 2px solid #6E6F71;
    background-color: #6E44C5;
}

.eta .not-complete .user .tasks span,
.eta .pending .user .tasks span,
.eta .r1-completed .user .tasks span,
.eta .r2-completed .user .tasks span{
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;
}

.eta .not-complete .schedule,
.eta .pending .schedule,
.eta .r1-completed .schedule,
.eta .r2-completed  .schedule {
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
    position: relative;
}

.eta .flag {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -4px;
    top: -3px;
    text-align: right;
    padding: 1px 3px;
}

.eta .flag-bg {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    width: 0; 
    height: 0; 
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    display: block;
}

.eta .flag i {
    position: absolute;
    top: 6px;
    right: 7px;
    color: #ffffff;
    font-size: 9px;
}

.eta .not-complete .flag-bg {
    border-bottom: 17px solid #BD0000;
}

.eta .pending .flag-bg {
    border-bottom: 17px solid #3DC467;
}

.eta .r1-completed .flag-bg {
    border-bottom: 17px solid #3DC467;
}

.eta .r2-completed .flag-bg {
    border-bottom: 17px solid #3DC467;
}

.eta .schedule-time {
    font-size: 15px;
    font-weight: normal;
    color: #ffffff
}
.eta .schedule-rsid {
    margin-top:2px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff
}
.eta .schedule-dr {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 3px;
}

.eta .schedule-cat {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff
}

.eta .schedule-h1 {
    font-size: 12px;
    color: beige;
    text-align:left;
}

.eta-action-required {
    width: 100%;
    margin: 12px 0 15px 0;
    text-align: center;
}

.eta-action-required i {
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #525252;
    display: inline-block;
}

.eta-action-required span {
    color: #525252;
    font-size: 16px;
    font-weight: bold;
}


.eta-past {
    width: 100%;
    margin: 12px 0 15px 0;
    text-align: center;
}

.eta-past i {
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #525252;
    display: inline-block;
}

.eta-past span {
    color: #525252;
    font-size: 16px;
    font-weight: bold;
}

.txtVertical 
{
	filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  /* IE6,IE7 */
	ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; /* IE8 */
    transform: rotate(-90deg);
    -ms-transform:rotate(-90deg);
	-moz-transform: rotate(-90deg);  /* FF3.5+ */
	-o-transform: rotate(-90deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-90deg);  /* Safari 3.1+, Chrome */
	position: absolute; 
    font-size:20px;
    font-weight:bold;
    top:40px;
    left:-15px;
    color:yellow;
}

.SterileWrappedImplants {
    position: absolute;
    bottom: -7px;
    right: -7px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;

    border: 2px solid #6E6F71;
    background-color: grey;
}
/* ----------------------end eta users styles -------------------- */

/*--------------------------end event calender------------------------ */

/* -------------------- responsive css starts with media --------------*/
@media screen and (max-width: 1050px) {
    .case-calender-wrap {
        padding-left: 60px;
    }
    .calender-container-wrap .colright {
        left:300px;
    }
    .calender-container-wrap .evtcalwrap {
        right:300px;
    }
    .calender-container-wrap .calender-container {
        margin:0 0 0 300px;
        padding-left: 1.5%;
    }

    .calender-container-wrap .cases-wrap {
        width:300px;
        right:300px;
    }

    div.ctoolbar div.fbutton span, 
    .create-case-button a {
        font-size: 17px;
    }
}
/* -------------------- responsive css ends with media --------------*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:35px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#e3e1e1;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}
/* 
    Created on : Mar 19, 2014, 9:48:25 AM
    Author     : @arboshiki
*/
/* 
    Created on : Sep 19, 2014, 1:47:13 PM
    Author     : @arboshiki
*/
/*
    Author      : @arboshiki
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,700,400,300);
/* 
    Created on : Aug 11, 2014, 5:14:12 PM
    Author     : @arboshiki
*/
.animated-super-fast {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-slow {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes jumpUp {
  0% {
    -webkit-transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
    -webkit-animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    -webkit-animation-timing-function: ease-out;
  }
  70% {
    -webkit-transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes jumpUp {
  0% {
    transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    animation-timing-function: ease-out;
  }
  70% {
    transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8);
  }
  50% {
    -webkit-transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInScale {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.jumpUp {
  -webkit-animation-name: jumpUp;
  animation-name: jumpUp;
}
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
}
.fadeInScale {
  animation-name: fadeInScale;
  -webkit-animation-name: fadeInScale;
}
/* 
    Created on : Sep 19, 2014, 1:47:04 PM
    Author     : @arboshiki
*/
body.lobibox-open {
  overflow: hidden;
}
.lobibox {
  position: fixed;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  z-index:9999; 
}
.lobibox * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lobibox .lobibox-header {
  font-size: 20px;
  padding: 5px 10px;
  color: #eeeeee;
}
.lobibox .lobibox-header .btn-close {
  float: right;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lobibox .lobibox-header .btn-close:hover {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
.lobibox .lobibox-body {
  overflow: hidden;
  display: table;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.98);
  font-size: 16px;
}
.lobibox .lobibox-body .lobibox-icon-wrapper {
  position: relative;
  height: 100%;
  display: table;
  font-size: 60px;
}
.lobibox .lobibox-body .lobibox-icon-wrapper .lobibox-icon {
  display: table-cell;
  vertical-align: middle;
}
.lobibox .lobibox-body .lobibox-body-text-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 10px;
}
.lobibox .lobibox-footer {
  text-align: right;
  padding: 6px;
}
.lobibox .lobibox-footer > * {
  margin: 0 10px 0 0;
}
.lobibox .lobibox-footer.text-center {
  text-align: right;
}
.lobibox .lobibox-footer.text-left {
  text-align: left;
}
.lobibox .lobibox-footer.text-right {
  text-align: right;
}
.lobibox.lobibox-confirm {
  border: none;
}
.lobibox.lobibox-confirm .lobibox-header {
  color: #eeeeee;
  background-color: #3C2D2D;
}
.lobibox.lobibox-confirm .lobibox-body .lobibox-icon {
  color: #3C2D2D;
}
.lobibox.lobibox-confirm .lobibox-footer {
  background-color: rgba(255, 255, 255, 0.98);
}
.lobibox.lobibox-success {
  border: 1px solid #29B87E;
}
.lobibox.lobibox-success .lobibox-header {
  color: #eeeeee;
  background-color: #29B87E;
}
.lobibox.lobibox-success .lobibox-body .lobibox-icon {
  color: #29B87E;
}
.lobibox.lobibox-success .lobibox-footer {
  background-color: rgba(255, 255, 255, 0.98);
}
.lobibox.lobibox-error {
  border: 1px solid #CA2121;
}
.lobibox.lobibox-error .lobibox-header {
  color: #eeeeee;
  background-color: #CA2121;
}
.lobibox.lobibox-error .lobibox-body .lobibox-icon {
  color: #CA2121;
}
.lobibox.lobibox-error .lobibox-footer {
  background-color: rgba(255, 255, 255, 0.98);

}
.lobibox.lobibox-info {
  border: 1px solid #2E79B4;
}
.lobibox.lobibox-info .lobibox-header {
  color: #eeeeee;
  background-color: #2E79B4;
}
.lobibox.lobibox-info .lobibox-body .lobibox-icon {
  color: #2E79B4;
}
.lobibox.lobibox-info .lobibox-footer {
  background-color: rgba(255, 255, 255, 0.98);
}
.lobibox.lobibox-warning {
  border: 1px solid #CE812E;
}
.lobibox.lobibox-warning .lobibox-header {
  color: #eeeeee;
  background-color: #CE812E;
}
.lobibox.lobibox-warning .lobibox-body .lobibox-icon {
  color: #CE812E;
}
.lobibox.lobibox-warning .lobibox-footer {
  background-color: rgba(255, 255, 255, 0.98);
}
.lobibox.lobibox-prompt {
  border: none;
}
.lobibox.lobibox-prompt .lobibox-header {
  color: #eeeeee;
  background-color: #3c2d2d;
}
.lobibox.lobibox-prompt .lobibox-body {
  padding: 20px;
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input {
  min-height: 38px;
  border: 1px solid #21cb91;
  width: 100%;
  padding: 5px;
  font-size: 18px;
  outline: 0;
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input:focus {
  background-color: #EEE;
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input.invalid {
  border-color: #DC2B2A;
}
.lobibox.lobibox-prompt .lobibox-body .lobibox-input-error-message {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  color: #DC2B2A;
}
.lobibox.lobibox-prompt .lobibox-footer {
  background-color: rgba(255, 255, 255, 0.98);
}
.lobibox.lobibox-progress .lobibox-header {
  background-color: #2F5D6D;
}
.lobibox.lobibox-progress .lobibox-body {
  padding: 15px;
  font-size: 16px;
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper {
  position: relative;
  height: 20px;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  background-color: #d5d5d5;
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper .lobibox-progress-bar {
  width: 0;
  border-radius: 10px;
  background-color: #468ba2;
  height: 100%;
  text-align: center;
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper .lobibox-progress-text {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer {
  margin-bottom: 0;
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer .progress-bar {
  transition: none;
}
.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer [data-role="progress-text"] {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.lobibox.lobibox-window {
  border: 3px solid #225EB8;
  border-radius: 6px;
}
.lobibox.lobibox-window .lobibox-header {
  background-color: #225EB8;
  color: #eeeeee;
  font-size: 18px;
}
.lobibox.lobibox-window .lobibox-body {
  overflow: auto;
  display: block;
  font-size: 14px;
  padding: 15px;
  background-color: #f5f8fd;
}
.lobibox.lobibox-window .lobibox-footer {
  background-color: rgba(255, 255, 255, 0.98);
}
.lobibox.lobibox-window :last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.lobibox.draggable .lobibox-header {
  cursor: move;
}
.lobibox .lobibox-btn {
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  line-height: initial;
}
.lobibox .lobibox-btn.lobibox-btn-cancel {
  color: #FFF;
  background-color: #CA2121;
  border-color: #CA2121;
}
.lobibox .lobibox-btn.lobibox-btn-cancel:hover,
.lobibox .lobibox-btn.lobibox-btn-cancel:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-cancel.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-cancel {
  color: #FFF;
  background-color: #9e1a1a;
  border-color: #951818;
}
.lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-cancel.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-cancel {
  background-image: none;
}
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:hover,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel.active {
  background-color: #CA2121;
  border-color: #CA2121;
}
.lobibox .lobibox-btn.lobibox-btn-cancel .badge {
  color: #CA2121;
  background-color: #FFF;
}
.lobibox .lobibox-btn.lobibox-btn-yes {
  color: #FFF;
  background-color: #29B87E;
  border-color: #29B87E;
}
.lobibox .lobibox-btn.lobibox-btn-yes:hover,
.lobibox .lobibox-btn.lobibox-btn-yes:focus,
.lobibox .lobibox-btn.lobibox-btn-yes.focus,
.lobibox .lobibox-btn.lobibox-btn-yes:active,
.lobibox .lobibox-btn.lobibox-btn-yes.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-yes {
  color: #FFF;
  background-color: #208e61;
  border-color: #1e865c;
}
.lobibox .lobibox-btn.lobibox-btn-yes:active,
.lobibox .lobibox-btn.lobibox-btn-yes.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-yes {
  background-image: none;
}
.lobibox .lobibox-btn.lobibox-btn-yes.disabled,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:hover,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:focus,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes.focus,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:active,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes.active {
  background-color: #29B87E;
  border-color: #29B87E;
}
.lobibox .lobibox-btn.lobibox-btn-yes .badge {
  color: #29B87E;
  background-color: #FFF;
}
.lobibox .lobibox-btn.lobibox-btn-no {
  color: #FFF;
  background-color: #0760B3;
  border-color: #0760B3;
}
.lobibox .lobibox-btn.lobibox-btn-no:hover,
.lobibox .lobibox-btn.lobibox-btn-no:focus,
.lobibox .lobibox-btn.lobibox-btn-no.focus,
.lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-no.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-no {
  color: #FFF;
  background-color: #054682;
  border-color: #054078;
}
.lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-no.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-no {
  background-image: none;
}
.lobibox .lobibox-btn.lobibox-btn-no.disabled,
.lobibox .lobibox-btn.lobibox-btn-no[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:hover,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:focus,
.lobibox .lobibox-btn.lobibox-btn-no.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-no[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no.focus,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-no.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-no[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no.active {
  background-color: #0760B3;
  border-color: #0760B3;
}
.lobibox .lobibox-btn.lobibox-btn-no .badge {
  color: #0760B3;
  background-color: #FFF;
}
.lobibox .lobibox-btn.lobibox-btn-ok {
  color: #FFF;
  background-color: #0760B3;
  border-color: #0760B3;
}
.lobibox .lobibox-btn.lobibox-btn-ok:hover,
.lobibox .lobibox-btn.lobibox-btn-ok:focus,
.lobibox .lobibox-btn.lobibox-btn-ok.focus,
.lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-ok.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-ok {
  color: #FFF;
  background-color: #054682;
  border-color: #054078;
}
.lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-ok.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-ok {
  background-image: none;
}
.lobibox .lobibox-btn.lobibox-btn-ok.disabled,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:hover,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:focus,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok.focus,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok.active {
  background-color: #0760B3;
  border-color: #0760B3;
}
.lobibox .lobibox-btn.lobibox-btn-ok .badge {
  color: #0760B3;
  background-color: #FFF;
}
.lobibox .lobibox-btn.lobibox-btn-default {
  color: #000;
  background-color: #e2e2e2;
  border-color: #dadada;
}
.lobibox .lobibox-btn.lobibox-btn-default:hover,
.lobibox .lobibox-btn.lobibox-btn-default:focus,
.lobibox .lobibox-btn.lobibox-btn-default.focus,
.lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-default.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-default {
  color: #000;
  background-color: #c9c9c9;
  border-color: #bcbcbc;
}
.lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-default.active,
.open > .dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-default {
  background-image: none;
}
.lobibox .lobibox-btn.lobibox-btn-default.disabled,
.lobibox .lobibox-btn.lobibox-btn-default[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:hover,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:focus,
.lobibox .lobibox-btn.lobibox-btn-default.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-default[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default.focus,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-default.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-default[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default.active {
  background-color: #e2e2e2;
  border-color: #dadada;
}
.lobibox .lobibox-btn.lobibox-btn-default .badge {
  color: #e2e2e2;
  background-color: #000;
}
.lobibox.lobibox-hidden {
  display: none;
}
.lobibox-backdrop {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/*
    Created on : Sep 19, 2014, 2:01:43 PM
    Author     : @arboshiki
*/
.lobibox-notify-wrapper {
  z-index: 5000;
  position: fixed;
}
.lobibox-notify-wrapper.top {
  top: 0px;
}
.lobibox-notify-wrapper.bottom {
  bottom: 0px;
}
.lobibox-notify-wrapper.left {
  left: 0px;
  margin-right: 0px;
}
.lobibox-notify-wrapper.right {
  right: 0px;
  margin-left: 0px;
}
.lobibox-notify-wrapper.right .lobibox-notify {
  margin-left: auto;
}
.lobibox-notify-wrapper.center {
  left: 50%;
}
.lobibox-notify-wrapper-large {
  z-index: 5000;
  position: fixed;
}
.lobibox-notify-wrapper-large.top {
  top: 0px;
}
.lobibox-notify-wrapper-large.bottom {
  bottom: 0px;
}
.lobibox-notify-wrapper-large.left {
  left: 0px;
}
.lobibox-notify-wrapper-large.left .lb-notify-tabs > li {
  float: left;
  margin-left: 0;
  margin-right: 2px;
}
.lobibox-notify-wrapper-large.right {
  right: 0px;
}
.lobibox-notify-wrapper-large .lb-notify-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 -5px 0;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li {
  float: right;
  margin-left: 2px;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a {
  text-align: center;
  display: table;
  text-decoration: none;
  font-size: 18px;
  height: 32px;
  color: #FFF;
  width: 28px;
  opacity: 0.6;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a:hover,
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a:active,
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a:focus,
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a:hover:active {
  color: #FFF;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li > a .tab-control-icon {
  display: table-cell;
  vertical-align: middle;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-default > a {
  background-color: rgba(28, 28, 28, 0.9);
  border-color: #141414;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-default > a:hover {
  background-color: #1c1c1c;
  border-color: #0f0f0f;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-error > a {
  background-color: rgba(202, 33, 33, 0.9);
  border-color: #bd1f1f;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-error > a:hover {
  background-color: #CA2121;
  border-color: #b41d1d;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-success > a {
  background-color: rgba(41, 184, 126, 0.9);
  border-color: #26ab75;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-success > a:hover {
  background-color: #29B87E;
  border-color: #24a370;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-warning > a {
  background-color: rgba(206, 129, 46, 0.9);
  border-color: #c1792b;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-warning > a:hover {
  background-color: #CE812E;
  border-color: #b97429;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-info > a {
  background-color: rgba(46, 121, 180, 0.9);
  border-color: #2b71a8;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.lobibox-notify-info > a:hover {
  background-color: #2E79B4;
  border-color: #296ba0;
}
.lobibox-notify-wrapper-large .lb-notify-tabs > li.active > a {
  opacity: 1;
}
.lobibox-notify-wrapper-large .lb-notify-tabs:after {
  content: "";
  display: block;
  clear: both;
}
.lobibox-notify-wrapper-large .lb-notify-wrapper {
  background-color: transparent;
  padding: 0;
  border: none;
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane {
  display: none;
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane.active {
  display: block;
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify {
  min-height: 150px;
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon-wrapper {
  width: 100px;
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon > div .icon-el {
  font-size: 78px;
}
.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-body {
  margin: 13px 20px;
  margin-left: 130px;
}
.lobibox-notify {
  position: relative;
  min-height: 85px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 7px 0;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-box-shadow: 2px 2px 5px #aaa;
  box-shadow: 2px 2px 5px #aaa;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.lobibox-notify .lobibox-notify-icon-wrapper {
  position: absolute;
  left: 15px;
  width: 60px;
  height: 100%;
}
.lobibox-notify .lobibox-notify-icon {
  display: table;
  width: 100%;
  height: 100%;
}
.lobibox-notify .lobibox-notify-icon > div {
  display: table-cell;
  vertical-align: middle;
}
.lobibox-notify .lobibox-notify-icon > div > img {
  width: 100%;
  max-width: 100%;
  margin-top: 3px;
  border-radius: 4px;
}
.lobibox-notify .lobibox-notify-icon > div .icon-el {
  text-align: center;
  font-size: 55px;
}
.lobibox-notify .lobibox-notify-body {
  margin: 10px 20px;
  margin-left: 90px;
}
.lobibox-notify .lobibox-notify-title {
  font-size: 20px;
}
.lobibox-notify .lobibox-notify-msg {
  overflow: hidden;
}
.lobibox-notify .lobibox-close {
  position: absolute;
  text-align: center;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  font-size: 20px;
  line-height: 19px;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.lobibox-notify .lobibox-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.lobibox-notify .lobibox-delay-indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
}
.lobibox-notify .lobibox-delay-indicator > div {
  position: relative;
  height: 100%;
  width: 0;
  background-color: #e8e8e8;
}
.lobibox-notify.lobibox-notify-default {
  border-color: #0f0f0f;
  background-color: #1c1c1c;
  color: #FFF;
}
.lobibox-notify.lobibox-notify-default:hover {
  background-color: #1c1c1c;
  border-color: #FFF;
}
.lobibox-notify.lobibox-notify-default .lobibox-close:hover {
  background-color: #4f4f4f;
}
.lobibox-notify.lobibox-notify-error {
  border-color: #b41d1d;
  background-color: #CA2121;
  color: #FFF;
}
.lobibox-notify.lobibox-notify-error:hover {
  background-color: #CA2121;
  border-color: #FFF;
}
.lobibox-notify.lobibox-notify-success {
  border-color: #24a370;
  background-color: #29B87E;
  color: #FFF;
}
.lobibox-notify.lobibox-notify-success:hover {
  background-color: #29B87E;
  border-color: #FFF;
}
.lobibox-notify.lobibox-notify-warning {
  border-color: #b97429;
  background-color: #CE812E;
  color: #FFF;
}
.lobibox-notify.lobibox-notify-warning:hover {
  background-color: #CE812E;
  border-color: #FFF;
}
.lobibox-notify.lobibox-notify-info {
  border-color: #296ba0;
  background-color: #2E79B4;
  color: #FFF;
}
.lobibox-notify.lobibox-notify-info:hover {
  background-color: #2E79B4;
  border-color: #FFF;
}
.lobibox-notify.rounded {
  border-radius: 30px;
}
.lobibox-notify:hover {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 10px #aaa;
  box-shadow: 3px 3px 10px #aaa;
}
.lobibox-notify.notify-mini {
  min-height: 36px;
}
.lobibox-notify.notify-mini .lobibox-notify-title {
  margin-top: -5px;
  font-size: 20px;
  line-height: 22px;
}
.lobibox-notify.notify-mini .lobibox-notify-msg {
  line-height: 16px;
}
.lobibox-notify.notify-mini .lobibox-notify-icon-wrapper {
  left: 12px;
  width: 32px;
}
.lobibox-notify.notify-mini .lobibox-notify-icon > div .icon-el {
  font-size: 32px;
}
.lobibox-notify.notify-mini .lobibox-notify-body {
  margin: 15px 30px 15px 56px;
}
.lobibox-notify.without-icon .lobibox-notify-body {
  margin-left: 20px;
}

