/* Minification failed. Returning unminified contents.
(6817,1): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

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

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


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


/* Icons
----------------------------------*/
.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-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-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-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(/Content/Styles/themes/base/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: 2.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;
}

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

/* 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: 49%;
}
.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-buttonset button{
	border: none !important;
	background: #faa61a !important;
	font-weight: bold !important;
	color: #fff !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding: 4px !important;
}
.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-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(/Content/Styles/themes/base/data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP/yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	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: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

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

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .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;
    -webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/Content/Styles/themes/base/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(/Content/Styles/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.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 #d3d3d3;
	background: #e6e6e6 url(/Content/Styles/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #999999;
	background: #dadada url(/Content/Styles/themes/base/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #212121;
	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 #aaaaaa;
	background: #ffffff url(/Content/Styles/themes/base/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.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: #212121;
	text-decoration: none;
}

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

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/Content/Styles/themes/base/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/Content/Styles/themes/base/images/ui-icons_444444_256x240.png);
}
.ui-button .ui-icon {
	background-image: url(/Content/Styles/themes/base/images/ui-icons_777777_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url(/Content/Styles/themes/base/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/Content/Styles/themes/base/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/Content/Styles/themes/base/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/Content/Styles/themes/base/images/ui-icons_cc0000_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
    margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/Content/Styles/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

@charset "utf-8";
/*/ 
  -------------------
  47 DEV CSS STARTER 
  www.47digits.com
  -------------------
/*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {margin:0;padding:0;}

/* end Reset */
html {
	overflow-y:scroll;
	height:100%;
    background:url(/content/images/bg_gradient.png) repeat-y center top #004785;
}
body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#5f6062;
    line-height: 1;
}

:focus {outline:0 !important;}
caption, th, td {font-weight:normal;text-align:left;}
strong {font-weight:bold;}
em {font-style:italic;}

img {vertical-align:middle;}
a img {border:0;}
a {/*color:#f9a13a;*/text-decoration:none;}
a:hover {text-decoration:underline;}


h1, h2, h3, h4, h5, h6 {
	padding:0 0 12px;
	margin:0;
	font-weight:bold;
}
p {
	margin:0;	
	padding:0 0 12px;
	line-height:18px;
    text-align: justify;
}
h1 {
	font-size:20px;
	text-transform:uppercase;
}
h2 {
	font-size:18px;
    padding: 0 0 12px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:10px;
}

ul{
	margin:0 0 15px 15px;
	padding:0;
}
ol {
	margin:0 0 15px 25px;
	padding:0;
}
input,
textarea {
    font-family: inherit;
}
.number-plates {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.callup-board-table{
    font-size:16px;
    font-weight:bolder;
}
.number-plate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 35px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.number-plate .code,
.number-plate .numbers {
    font-size:16px;
    letter-spacing: 2px;
}

.number-plate .code {
    margin: 0 10px;
}

.number-plate .numbers {
    margin: 0 5px;
}
.row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.textarea-wrapper {
    flex: 40%;
    margin-right: 10px;
}

.sample-div-wrapper {
    flex: 40%;
    align-self: flex-start;
    margin-left: 80px;
    border: none;
}

.button-wrapper {
    flex: 1;
    max-width: 20%;
    margin:10px;
}

#driver_assigned_block_editor {
    width: 100%;
    height: 100px; /* Adjust height as needed */
}

.sample_message {
    padding: 15px;
    margin-left:30px;
    
}
.sms-tmplate-editor-container {
    margin-top: 20px
}
.generate-button {
    width: 100%;
}

.sms-template-modify-button{
    margin-bottom:10px;
}

.sms-template-editor{
    min-height:150px;
}

.table-responsive {
    overflow-x: auto;
}

@media (max-width: 768px) {
    .table-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .responsive-table {
        width: 100%;
        margin-bottom: 0;
        color: #333;
        border-collapse: collapse;
        white-space: nowrap;
    }

        .responsive-table tr {
            border-top: 1px solid #ccc;
        }

        .responsive-table th,
        .responsive-table td {
            padding: 8px;
            line-height: 1.42857143;
            vertical-align: top;
            border-top: none;
        }

        .responsive-table th {
            font-weight: bold;
        }
}

.input-container {
    
    display: flex;
    align-items: center;
}

.input-field {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    flex-grow: 1;
    margin-right: 10px;
}



/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  /*display: inline;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/content/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/content/images/chosen-sprite.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(/content/images/chosen-sprite.png) no-repeat 100% -20px;
  background: url(/content/images/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/content/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(/content/images/chosen-sprite.png) no-repeat -30px -20px;
  background: url(/content/images/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/content/images/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

* 									{ margin: 0; padding: 0; }
ul									{ list-style: none;text-align: left;}
p                                   { margin: 15px 0; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;text-decoration: none; color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 90px; visibility: hidden; position: absolute; top: 100%; left: -15px; top: 26px; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/content/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('/content/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('/content/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('/content/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('/content/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('/content/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


.fc {
    direction: ltr;
    text-align: left;
}
.fc table {
    border-collapse: collapse;
    border-spacing: 0;
}
html .fc, .fc table {
    font-size: 1em;
}
.fc td, .fc th {
    padding: 0;
    vertical-align: top;
}
.fc-header td {
    white-space: nowrap;
}
.fc-header-left {
    text-align: left;
    width: 25%;
}
.fc-header-center {
    text-align: center;
}
.fc-header-right {
    text-align: right;
    /*width: 25%;*/
}
.fc-header-title {
    display: inline-block;
    vertical-align: top;
}
.fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap;
}
.fc .fc-header-space {
    padding-left: 10px;
}
.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
}
.fc-header .fc-button {
    margin-right: -1px;
}
.fc-header .fc-corner-right {
    margin-right: 1px;
}
.fc-header .ui-corner-right {
    margin-right: 0;
}
.fc-header .fc-state-hover, .fc-header .ui-state-hover {
    z-index: 2;
}
.fc-header .fc-state-down {
    z-index: 3;
}
.fc-header .fc-state-active, .fc-header .ui-state-active {
    z-index: 4;
}
.fc-content {
    clear: both;
}
.fc-view {
    overflow: hidden;
    width: 100%;
}
.fc-widget-header, .fc-widget-content {
    border: 1px solid #CCCCCC;
}
.fc-state-highlight {
    background: none repeat scroll 0 0 #FFFFCC;
}
.fc-cell-overlay {
    background: none repeat scroll 0 0 #99CCFF;
    opacity: 0.2;
}
.fc-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.fc-state-default {
    border-style: solid;
    border-width: 1px 0;
}
.fc-button-inner {
    float: left;
    overflow: hidden;
    position: relative;
}
.fc-state-default .fc-button-inner {
    border-style: solid;
    border-width: 0 1px;
}
.fc-button-content {
    float: left;
    height: 1.9em;
    line-height: 1.9em;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap;
}
.fc-button-content .fc-icon-wrap {
    float: left;
    position: relative;
    top: 50%;
}
.fc-button-content .ui-icon {
    float: left;
    margin-top: -50%;
    position: relative;
}
.fc-state-default .fc-button-effect {
    left: 0;
    position: absolute;
    top: 50%;
}
.fc-state-default .fc-button-effect span {
    background: none repeat scroll 0 0 #444444;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 100px 0 0 1px;
    height: 100px;
    left: 0;
    opacity: 0.09;
    position: absolute;
    top: -100px;
    width: 500px;
}
.fc-state-default, .fc-state-default .fc-button-inner {
    background: none repeat scroll 0 0 #F3F3F3;
    border-color: #CCCCCC #BBBBBB #AAAAAA;
    border-style: solid;
    color: #000000;
}
.fc-state-hover, .fc-state-hover .fc-button-inner {
    border-color: #999999;
}
.fc-state-down, .fc-state-down .fc-button-inner {
    background: none repeat scroll 0 0 #777777;
    border-color: #555555;
}
.fc-state-active, .fc-state-active .fc-button-inner {
    background: none repeat scroll 0 0 #777777;
    border-color: #555555;
    color: #FFFFFF;
}
.fc-state-disabled, .fc-state-disabled .fc-button-inner {
    border-color: #DDDDDD;
    color: #999999;
}
.fc-state-disabled {
    cursor: default;
}
.fc-state-disabled .fc-button-effect {
    display: none;
}
.fc-event {
    border-style: solid;
    border-width: 0;
    cursor: default;
    font-size: 0.85em;
}
a.fc-event, .fc-event-draggable {
    cursor: pointer;
}
a.fc-event {
    text-decoration: none;
}
.fc-rtl .fc-event {
    text-align: right;
}
.fc-event-skin {
    background-color: #3366CC;
    border-color: #3366CC;
    color: #FFFFFF;
}
.fc-event-inner {
    border-style: solid;
    border-width: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.fc-event-time, .fc-event-title {
    padding: 0 1px;
}
.fc .ui-resizable-handle {
    display: block;
    font-size: 300%;
    line-height: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 99999;
}
.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
}
.fc-event-hori .ui-resizable-e {
    cursor: e-resize;
    height: 100% !important;
    right: -3px !important;
    top: 0 !important;
    width: 7px !important;
}
.fc-event-hori .ui-resizable-w {
    cursor: w-resize;
    height: 100% !important;
    left: -3px !important;
    top: 0 !important;
    width: 7px !important;
}
.fc-event-hori .ui-resizable-handle {
}
.fc-corner-left {
    margin-left: 1px;
}
.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner {
    margin-left: -1px;
}
.fc-corner-right {
    margin-right: 1px;
}
.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
    margin-right: -1px;
}
.fc-corner-top {
    margin-top: 1px;
}
.fc-corner-top .fc-event-inner {
    margin-top: -1px;
}
.fc-corner-bottom {
    margin-bottom: 1px;
}
.fc-corner-bottom .fc-event-inner {
    margin-bottom: -1px;
}
.fc-corner-left .fc-event-inner {
    border-left-width: 1px;
}
.fc-corner-right .fc-event-inner {
    border-right-width: 1px;
}
.fc-corner-top .fc-event-inner {
    border-top-width: 1px;
}
.fc-corner-bottom .fc-event-inner {
    border-bottom-width: 1px;
}
table.fc-border-separate {
    border-collapse: separate;
}
.fc-border-separate th, .fc-border-separate td {
    border-width: 1px 0 0 1px;
}
.fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
    border-right-width: 1px;
}
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
    border-bottom-width: 1px;
}
.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {
    border-top-width: 0;
}
.fc-grid th {
    text-align: center;
}
.fc-grid .fc-day-number {
    float: left;
    padding: 0 2px;
}
.fc-grid .fc-other-month{
    /* .fc-day-number {*/
    opacity: 0.3;
}
.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px;
}
.fc-grid .fc-event-time {
    font-weight: bold;
}
.fc-rtl .fc-grid .fc-day-number {
    float: left;
}
.fc-rtl .fc-grid .fc-event-time {
    float: right;
}
.fc-agenda table {
    border-collapse: separate;
}
.fc-agenda-days th {
    text-align: center;
}
.fc-agenda .fc-agenda-axis {
    font-weight: normal;
    padding: 0 4px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 50px;
}
.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}
.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}
.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}
.fc-agenda-allday th {
    border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content {
    min-height: 34px;
}
.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
}
.fc-widget-header .fc-agenda-divider-inner {
    background: none repeat scroll 0 0 #EEEEEE;
}
.fc-agenda-slots th {
    border-width: 1px 1px 0;
}
.fc-agenda-slots td {
    background: none repeat scroll 0 0 transparent;
    border-width: 1px 0 0;
}
.fc-agenda-slots td div {
    height: 20px;
}
.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
}
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted;
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
}
.fc-event-vert {
    border-width: 0 1px;
}
.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}
.fc-event-vert .fc-event-time {
    font-size: 10px;
    white-space: nowrap;
}
.fc-event-vert .fc-event-bg {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
}
.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    cursor: s-resize;
    font-family: monospace;
    font-size: 11px !important;
    height: 8px !important;
    line-height: 8px !important;
    overflow: hidden !important;
    text-align: center;
    width: 100% !important;
}
.fc-agenda .ui-resizable-resizing {
}

/*
 * FullCalendar v1.5.4 Print Stylesheet
 *
 * Include this stylesheet on your page to get a more printer-friendly calendar.
 * When including this stylesheet, use the media='print' attribute of the <link> tag.
 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
 *
 * Copyright (c) 2011 Adam Shaw
 * Dual licensed under the MIT and GPL licenses, located in
 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
 *
 * Date: Tue Sep 4 23:38:33 2012 -0700
 *
 */
 
 
 /* Events
-----------------------------------------------------*/
 
.fc-event-skin {
	background: none !important;
	color: #000 !important;
	}
	
/* horizontal events */
	
.fc-event-hori {
	border-width: 0 0 1px 0 !important;
	border-bottom-style: dotted !important;
	border-bottom-color: #000 !important;
	padding: 1px 0 0 0 !important;
	}
	
.fc-event-hori .fc-event-inner {
	border-width: 0 !important;
	padding: 0 1px !important;
	}
	
/* vertical events */
	
.fc-event-vert {
	border-width: 0 0 0 1px !important;
	border-left-style: dotted !important;
	border-left-color: #000 !important;
	padding: 0 1px 0 0 !important;
	}
	
.fc-event-vert .fc-event-inner {
	border-width: 0 !important;
	padding: 1px 0 !important;
	}
	
.fc-event-bg {
	display: none !important;
	}
	
.fc-event .ui-resizable-handle {
	display: none !important;
	}
	
	

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.hpa-label-input label {
    display: inline-block;
    vertical-align: middle;
}

.hpa-label-input .scombobox {
    display: inline-block;
    vertical-align: middle;
}

/*SPECIFIC STYLING*/

#be-aware-message {
    padding-top: 20px;
    color: red;
    font-size: 12px;
    display: none;
}

div.hpa-field-group .open-ealry-at {
    width: 130px !important;
    float: left;
}

/*TABLE*/

table.size-6 {
    width: 60% !important;
}

table.layout-fized {
    table-layout: fixed !important;
}

table th.col-05 {
    width: 50px;
}

table th.col-1 {
    width: 100px;
}

table th.col-2 {
    width: 200px;
}

table th.col-3 {
    width: 300px;
}

table th.col-4 {
    width: 400px;
}

/*OPEN EARLY TIME ZONE*/

.openEarlyOptionMessage {
    width: 39em !important;
    padding-top: 8px;
}

.switch-field {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    overflow: hidden;
}

.switch-title {
    margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    float: left;
}

.switch-field label {
    display: inline-block;
    /*width: 60px !important;*/
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .switch-field label:hover {
        cursor: pointer;
    }

.switch-field input:checked + label {
    background-color: #005A98;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #e4e4e4;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}


/*BULK RUN OUT*/

.fieldContainer {
    width: 100%;
    font-family: tahoma;
    height: 330px;
    overflow: auto;
}

.fieldContainer {
    width: 100%;
    font-family: tahoma;
    height: 330px;
    overflow: auto;
}

.orderingField {
    margin: 3px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    /*border: 1px dashed #5F6062;f1f1f1*/
    background-color: #fff;
    height: 43px;
}

.headerContainer {
    width: 100%;
    font-family: tahoma;
    height: 330px;
    overflow: auto;
}

.orderingHeader {
    margin: 3px;
    height: 30px;
}

.positionArrow ul, .positionArrow li {
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.positionArrow li.arrowUp, .positionArrow li.arrowDown {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: #cccccc;
    margin-left: 10px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    box-shadow: 1px 2px 15px #cccccc;
    text-align: center;
    line-height: 20px;
}

    .positionArrow li.arrowUp:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: middle;
        border-style: solid;
        border-width: 0 5px 10px 5px;
        border-color: transparent transparent #005A98 transparent;
    }

    .positionArrow li.arrowDown:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8.7px 5px 0 5px;
        border-color: #005A98 transparent transparent transparent;
    }

.priority-area-column {
    display: table-cell;
    padding: 3px 20px;
    vertical-align: middle;
}

.priority-header {
    font-weight: bold;
    height: 9px;
    vertical-align: middle;
    padding: 10px 10px;
}

.bro-location {
    min-width: 1390px;
    width: 1395px;
}

.bro-block {
    min-width: 870px;
    width: 870px;
    min-height: 720px
}

.bro-location .bro-col, .bro-block .bro-col {
    float: left;
    font-weight: bold;
    height: 9px;
    vertical-align: middle;
    padding: 10px 5px;
}

.bro-location .bro-priority-col {
    width: 200px;
}

.bro-location .bro-count-col {
    width: 200px;
}

.bro-location .bro-location-col {
    width: 200px;
}

.bro-location .bro-block-priority-col {
    width: 300px;
}

.bro-location .bro-turnOnOff-col {
    width: 400px;
}

.bro-block .bro-priority-col {
    width: 115px;
}

.bro-block .bro-location-col {
    width: 80px;
}

.bro-block .bro-ascending-col {
    width: 200px;
}

.bro-block .bro-descending-col {
    width: 200px;
}

.bro-block .bro-block-priority-col {
    width: 200px;
}

.bro-block .bro-turnOnOff-col {
    width: 200px;
}

/*BULK RUN OUT*/

/* For instruction */
.instruction {
    width: 100%;
    clear: both;
    font-weight: bolder;
    text-align: center;
    color: #e09033;
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: medium;
}

input[type='file'].fileupload {
    display: none;
}

#importdgchecklist-dialog{
    width: auto;
    min-height: 54.0667px;
    height: auto;
}

table.importdgchecklist-table .switch-field label{
    width: 40px;
    font-size: 11px;
    padding: 2px 11px;
}

table.importdgchecklist-table{
    width: 100%;
    border: 2px solid #bfbab0;
}

table.importdgchecklist-table td:last-child{
    border-left: 2px solid #bfbab0;
}

table.importdgchecklist-table h3{
    padding-top: 12px;
    padding-bottom: 0px;
}

table.importdgchecklist-table label{
    color: #5f6062;
}

table.importdgchecklist-table textarea{
    width: 21em;
    height: 5em;
    margin: 5px;
}

table.importdgchecklist-table .readonly{
    background-color: #f3f3f4;
}

table.importdgchecklist-table .editable{
    background-color: white;
}

.calendarcurrentdayborder{
    min-height: 108px; 
    border: 5px solid #f9a13a; 
    border-radius: 5px;
}

.calendardefaultdayborder{
    min-height: 108px; 
    border: 1px solid black;
}

div.emptydehirelimits-half-div {
    float: left;
    margin-left: 10px;
}

table.emptydehirelimits-half-table {
    width: 100px;
}

table.emptydehirelimits-half-table th, table.emptydehirelimits-half-table td{
    text-align: center;
}

table.emptydehirelimits-half-table th:first-child{
    width: 50px;
}

table.emptydehirelimits-half-table th:nth-child(2){
    width: 90px;
}

.empty-dehire-limit-quantity {
    width: 30px !important;
}

.empty-dehire-limit-warning {
    width: 880px !important;
}

#empty-dehire-be-aware-message {
    padding-top: 20px;
    color: red;
    font-size: 12px;
}

#empty-dehire-restriction-table{
    width: 440px;
}

.amber-line-hazardous-category{
    color: #ffbf00 !important;
}

.red-line-hazardous-category{
    color: red !important;
}

.green-line-hazardous-category{
    color: green !important;
}

.bri.switch-field label{
    width: 108px;
    font-size: 11px;
    padding: 3px 11px;
}

#bri-add-container-list{
    height: 260px;
}

#div-bri-container-table {
    height: 260px;
    width: 100%;
    overflow-y: scroll;
}

#bri-container-table td.error{
    color:#ee3633;
}

.delivery-tagging.switch-field label{
    width: 108px;
    font-size: 11px;
    padding: 3px 11px;
}

#delivery-tagging-add-container-list{
    height: 260px;
}

#delivery-tagging-add-eido-list{
    height: 260px;
}

#div-delivery-tagging-container-table {
    height: 260px;
    width: 100%;
    overflow-y: scroll;
}

#delivery-tagging-container-table td.error{
    color:#ee3633;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #0000ff;
}

a.ui-button.ui-corner-all.ui-widget{
    padding-top: 7.5px;
    color: black !important;
}

span.loginPanel a.ui-button.ui-corner-all.ui-widget{
    padding-top: 5.5px !important;
}

#callupboardMenuItem {
    position: relative;
}



.liveSpan {
    position: absolute;
    top: -5px !important;
    right: 10px !important;
    color: white;
    font-size: 70%;
    font-style: italic;
    color: red;
}

#legendLiveSpan {
    position: relative;
    font-size: 80%;
    font-style: italic;
    top: -5px;
    color: red;
}
.uat-banner {
    position: sticky;
    top: 0;
    background-color: rgba(0, 106, 169, 0.85); /* Lighter blue background color */
    color: #fff; /* White text color */
    padding: 10px;
    text-align: center;
    font-weight: bold;
    min-height: 40px;
    border-radius: 0; /* Remove border radius */
    font-size: 16px;
    overflow: hidden;
    z-index: 9999; /* Set a high z-index value */
    border-bottom: 2px solid #006AA9; /* Blue border at the bottom */
    box-shadow: 0px 4px 4px rgba(0, 106, 169, 0.3); /* Blue drop shadow */
    text-transform: uppercase; /* Capitalize the text */
    display: flex; /* Enable flexbox layout */
    align-items: center; /* Center align vertically */
    justify-content: center; /* Center align horizontally */
}

.cancel-all {
    color: white !important;
    background: #EF3E36 !important;
}

.ui-dialog-titlebar-cancel-all {
    border: none !important;
    background: #EF3E36 !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 0.4em 1em;
    position: relative;
}

th.adjust-tfa-header, td.editable-checkbox{
    text-align: center;
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    @page {
        margin: 0;
    }

    #importdgchecklist-printpage {
        position: absolute;
        margin: 0;
        left: 0;
        right: 0;
        top: 0;
    }

    #importdgchecklist-printarea {
        margin: 1cm;
        font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
        background: #fff !important;
        color: #000;
        overflow: auto;
    }

    table#importdgchecklist-printheader {
        table-layout: auto;
        width: 100%;
    }

        table#importdgchecklist-printheader td:first-child {
            width: 40%;
        }

        table#importdgchecklist-printheader td:last-child {
            width: 60%;
            text-align: center;
            background: #002060 !important;
            color: #fff;
        }

    table#importdgchecklist-printbody {
        table-layout: auto;
        width: 100%;
        border-spacing: 0px;
        border-bottom: 1px solid #bfbab0;
    }

        table#importdgchecklist-printbody tr {
            line-height: 1.4;
        }

        table#importdgchecklist-printbody td.dg-checklist.columnheader {
            background: #002060 !important;
            color: #fff;
            border-top: 1px solid #bfbab0;
            border-right: 1px solid #bfbab0;
            border-left: 1px solid #bfbab0;
        }

        table#importdgchecklist-printbody td.dg-compliance-check.columnheader {
            background: #0070c0 !important;
            color: #fff;
            border-top: 1px solid #bfbab0;
            border-right: 1px solid #bfbab0;
        }

        table#importdgchecklist-printbody td.dg-checklist {
            width: 65%;
            padding-left: 1em;
            border-top: 1px solid #bfbab0;
            border-right: 1px solid #bfbab0;
            border-left: 1px solid #bfbab0;
            vertical-align: top;
        }

        table#importdgchecklist-printbody td.dg-compliance-check {
            width: 35%;
            padding-left: 1em;
            border-top: 1px solid #bfbab0;
            border-right: 1px solid #bfbab0;
            vertical-align: top;
        }

        table#importdgchecklist-printbody h5 {
            font-size: 12pt;
            margin-top: 1px;
            margin-bottom: 0px;
        }

        table#importdgchecklist-printbody .comments {
            line-height: 2.1;
        }

        table#importdgchecklist-printbody .center-switch-field {
            text-align: center;
        }

    h1 {
        font-size: 24pt;
    }

    h2, h3, h4 {
        font-size: 14pt;
        margin-top: 25px;
    }
}



@charset "utf-8";
/*/ 
  -------------------
  47 DEV CSS STARTER 
  www.47digits.com
  -------------------
/*/
@media print {

    /*********Overriden styles**********/
    #logo, #menu, #userControlPanel,#banner, #footer {
        display: none !important;
    }
    .non-printable,
    input {
        display:none !important;
    }
    .printable {
        display: block !important;
    }
    
    .right-panel {
        float:left;
    }
    .hpa-fieldset {
        margin:0px !important;
        padding:0px !important;
    }
    

    /*#invoice-header {
        display: block;
    }*/

    /* CSS Reset */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
	    margin: 0;
	    padding: 0;
	    border: 0;
	    font-size: 100%;
	    font: inherit;
	    /*vertical-align: baseline;*/
    }


    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
	    display: block;
    }
    blockquote, q {
	    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
	    content: '';
	    content: none;
    }
    table {
	    border-collapse: collapse;
	    border-spacing: 0;
    }
    * {margin:0;padding:0;}

    /* end Reset */
    html {
	    overflow-y:scroll;
	    height:100%;
        background:url(/content/images/bg_gradient.png) repeat-y center top #004785;
    }
    body {
	    margin:0;
	    padding:0;
	    font-size:11px;
	    font-family: Arial, Helvetica, sans-serif;
	    color:#5f6062;
        line-height: 1;
    }

    :focus {outline:0 !important;}
    caption, th, td {font-weight:normal;text-align:left;}
    strong {font-weight:bold;}
    em {font-style:italic;}

    img {vertical-align:middle;}
    a img {border:0;}
    a {/*color:#f9a13a;*/text-decoration:none;}
    a:hover {text-decoration:underline;}


    h1, h2, h3, h4, h5, h6 {
	    padding:0 0 12px;
	    margin:0;
	    font-weight:bold;
    }
    p {
	    margin:0;	
	    padding:0 0 12px;
	    line-height:18px;
        text-align: justify;
    }
    h1 {
	    font-size:20px;
	    text-transform:uppercase;
    }
    h2 {
	    font-size:18px;
        padding: 0 0 12px;
    }
    h3 {
	    font-size:16px;
    }
    h4 {
	    font-size:14px;
    }
    h5 {
	    font-size:12px;
    }
    h6 {
	    font-size:10px;
    }

    ul{
	    margin:0 0 15px 15px;
	    padding:0;
    }
    ol {
	    margin:0 0 15px 25px;
	    padding:0;
    }
    input,
    textarea {
        font-family: inherit;
    }
}
.scombobox {
    position: relative;
    /*margin: 5px;*/
    margin: 0px;
}
.scombobox select {
    display: none;
}

.scombobox-display {
    width: 100%;
    height: 100%;
    /*padding: 2px 4px;*/
    padding: 0px 4px;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.scombobox-display:focus {
    box-shadow: 0 0 3px #CCC;
    outline: none;
}
.scombobox-display:disabled {
    background: #F0F0F0;
}
.scombobox-display.scombobox-invalid {
    background: #FFCCD4;
}
.scombobox-display-div {
    border: 1px solid #CCC;
    border-radius: 4px;
    cursor: pointer;
}
.scombobox-display-div-holder {
    padding: 2px;
}
.scombobox-display-div-item {
    border: 1px solid #CCC;
    margin: 2px;
    border-radius: 4px;
    float: left;
    height: 100%;
    max-width: 150px;
    padding: 4px 18px 4px 8px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    background: #F8F8F8;
    display: none;
}
.scombobox-display-div-item-text {
    max-width: 140px;
    overflow: hidden;
}
.scombobox-display-div-item-remove {
    position: absolute;
    right: 2px; top: 2px;
    background: #A0A0A0;
    border-radius: 100px;
    color: white;
    cursor: pointer;
    line-height: 90%;
    padding: 1px 3px 0px;
}
.scombobox-display-div-item-remove:hover {
    background: #408CBE;
}
.scombobox-display-div-item-remove:active {
    background: #3075A3;
}

.scombobox-list {
    display: none;
    position: absolute;
    max-height: 400px;
    min-width: 100%;
    max-width: 300%;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-y: auto;
    background: white;
    border: 1px solid #CCC;
    border-top: none; /* instead of margin-top: -1px */
    border-radius: 4px;
    box-shadow: 0 0 3px #CCC;
    z-index: 10;
}
.scombobox-list p {
    cursor: pointer;
    margin: 0;
    padding: 5px;
}
.scombobox-list p input[type="checkbox"] {
    margin-right: 8px;
	vertical-align: middle;
}
.scombobox-list p:hover, .scombobox-list p.scombobox-hovered {
    background-color: #E9EFFC;
}
.scombobox-list p.scombobox-separator {
    height: 2px; padding: 0; cursor: default; background: #EEE;
}
.scombobox-list p.scombobox-header {
    cursor: default;
    background: #EEE;
}

.scombobox-dropdown-arrow {
    position: absolute;
    /*top: 0;*/
    top: 3px;
    right: 0;
    width: 20px;
    height: 100%;
    /* background size: 4 Kb */
    background: url(/Content/images/scombo/scombo_adown.png) center no-repeat;
    z-index: 1;
    opacity: 0.85;
    filter:alpha(opacity=85);
    cursor: pointer;
}
.scombobox-dropdown-arrow:hover {
    opacity: 1;
    filter:alpha(opacity=100);
}
.scombobox-dropdown-arrow-up {
    /* background size: 4 Kb */
    background: url(/Content/images/scombo/scombo_aup.png) center no-repeat;
}
.scombobox-dropdown-background {
    position: absolute;
    /*top: 0;*/
    top: 7px;
    right: 0;
    width: 20px;
    /*height: 100%;*/
    height: 60%;
    background: white;
    /*border: 1px solid #CCC;*/
    border: 0px solid #CCC;
    border-radius: 0 4px 4px 0;
    border-left: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.scombobox-dropdown-background-invalid {
    border-left: 1px solid #CCC;
}

.scombobox-marker {
    background: #958FFF;
    color: white;
    border-radius: 2px;
    padding: 0 2px;
    margin: 0 2px;
}

.scombobox input[type="checkbox"] {
    cursor: pointer;
}

.scombobox-disabled .scombobox-dropdown-background,
    .scombobox-disabled .scombobox-dropdown-arrow {
    display: none;
}
.scombobox-disabled .scombobox-display-div {
    background: #F8F8F8;
    cursor: default;
}
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
#ui-datepicker-div{background:#faa61a!important;border-radius:10px!important;-moz-border-radius:10px!important;margin-top:5px!important;border:2px solid #f3f3f4!important}#ui-datepicker-div .ui-datepicker-header{background:#faa61a!important;border:none}#ui-datepicker-div table th,#ui-datepicker-div table td a{text-align:center!important}#ui-datepicker-div table a{background:#ffcc4e!important;-moz-border-radius:5px!important;border-radius:5px!important;font-weight:bold!important;border:none}#ui-datepicker-div table .ui-state-active,#ui-datepicker-div table a:hover{color:#000!important;background:#ffd65c!important;-moz-border-radius:5px!important;border-radius:5px!important;font-weight:bold!important}#ui-datepicker-div a.ui-datepicker-prev{background:url(/Content/images/TMF/dleft.png) no-repeat!important;background-position:top!important;height:20px!important;top:5px!important;left:2px!important}#ui-datepicker-div a.ui-datepicker-prev-hover{background-position:bottom!important;border:none!important}#ui-datepicker-div a.ui-datepicker-next{background:url(/Content/images/TMF/dright.png) no-repeat!important;background-position:top!important;height:20px!important;top:5px!important;right:2px!important}#ui-datepicker-div a.ui-datepicker-next-hover{background-position:bottom!important;border:none!important}#ui-datepicker-div td.ui-datepicker-current-day .ui-state-active{background:#005a98!important;color:#fff!important}#ui-datepicker-div td.ui-datepicker-current-day .ui-state-active:hover{background:#fff!important;color:#005a98!important}.ui-dialog label{color:#005a98;font-size:1em;font-weight:bold}.ui-dialog td{padding:6px}.ui-dialog-titlebar{border:none!important;background:#005a98!important;color:#fff!important;font-size:14px!important}.ui-widget-content{background:#f3f3f4!important;border-color:#f3f3f4!important;padding:5px 5px -1px}button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only,button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only span.ui-button-text{border:none!important;color:#fff!important;background:#faa61a!important;border-radius:5px!important;-moz-border-radius:5px!important;text-transform:uppercase!important;font-size:14px!important;font-weight:bold!important;padding:2px!important}a.ui-dialog-titlebar-close .ui-icon-closethick{background:url(../images/TMF/close.png) no-repeat!important;background-position:bottom!important;height:20px!important;width:20px!important}a.ui-dialog-titlebar-close:hover .ui-icon-closethick{background-position:top!important}.ui-dialog .ui-dialog-titlebar-close,.ui-dialog .ui-dialog-titlebar-close.ui-state-hover{height:20px!important;width:20px!important;background:none!important;border:none!important;padding:0!important;right:5px!important}.dialogue{background:none repeat scroll 0 0 #f3f3f4;border-radius:5px 5px 5px 5px;margin:0 auto;padding:5px 5px 10px;width:440px}.dialogue .dheader{background:none repeat scroll 0 0 #2572a7;border-radius:5px 5px 5px 5px;color:#fff;font-weight:bold;margin:0 0 5px;padding:5px;width:430px}.dialogue .editdetails{font-size:.9em;width:450px}.dialogue .editdetails .formleft{color:#2572a7;float:left;font-weight:bold;margin:0;padding:5px;width:170px}.dialogue .editdetails .formright{color:#000;float:right;margin:0;padding:5px 0;width:240px}.dialogue .editdetails .invalid{background:none repeat scroll 0 0 #e1e1e1;border-radius:5px 5px 5px 5px;clear:both;color:#bf1e2e;font-weight:bold;padding:5px;width:430px}.dialogue .ContainerError{border-radius:5px 5px 5px 5px;clear:both;margin:10px 0;padding:5px;width:430px;background:none repeat scroll 0 0 #ce5d69;color:#fff}.dialogue .ContainerError .CEheader{background:none repeat scroll 0 0 #bf1e2e;border-radius:5px 5px 5px 5px;font-weight:bold;margin:-5px 0 5px -5px;padding:5px;width:430px}.dialogue .ContainerError .CEheader span{padding:6px 0 0 5px}.dialogue .ContainerImpediment{border-radius:5px 5px 5px 5px;clear:both;margin:10px 0;padding:5px;width:430px;background:none repeat scroll 0 0 #f6d49d;color:#000}.dialogue .ContainerImpediment .CEheader{border-radius:5px 5px 5px 5px;font-weight:bold;margin:-5px 0 5px -5px;padding:5px;width:430px;background:none repeat scroll 0 0 #fac16d}
.circleBase {
    -ms-border-radius: 50%;
    border-radius: 50%;
    behavior: url(/Content/Styles/PIE.htc); /* remove if you don't care about IE8 */
}

.type1 {
    width: 100px;
    height: 100px;
    background: red;
    border: 1px solid black;
}
body {
    /*=== Header ===*/
    /*=== Body ===*/
}

    body .hidden {
        display: none;
    }

    body #loading-dialog img {
        width: 30%;
        margin-left: 40px;
        margin-right: auto;
    }

    body #header {
        background-color: #FFFFFF;
        width: 100%;
    }

        body #header #headerInset {
            position: relative;
            padding: 0;
            margin: 0 auto;
        }

            body #header #headerInset #logo {
                background: url(/Content/images/bg_logo.png) no-repeat left top;
                height: 116px;
                padding: 40px 0 0 12px;
                position: absolute;
                width: 50px;
                z-index: 1;
            }

            body #header #headerInset #banner {
                padding: 0 0 3px;
            }

                body #header #headerInset #banner img {
                    float: right;
                    width: 400px;
                    height: 150px;
                }

                body #header #headerInset #banner #TASHeader {
                    height: 115px;
                    padding: 0px 0 0 0px;
                    margin: 0 auto;
                    width: 501px;
                }

                    body #header #headerInset #banner #TASHeader img {
                        width: 501px;
                        height: 29px;
                        float: right;
                        margin-top: 70px;
                    }


/*mobile*/
@media only screen and (min-width: 78em) and (max-width: 87em) {
    body #header #headerInset #banner #TASHeader {
        height: 115px;
        margin: 0 auto;
        width: 340px;
    }

        body #header #headerInset #banner #TASHeader img {
            width: 340px;
            height: 29px;
            float: right;
            margin-top: 70px;
            padding: 0px 0 0 10px;
        }
}



@media only screen and (max-width:78em) {
    body #header #headerInset #banner #TASHeader {
        height: 20px;
        padding: 0px 0 0 0px;
        float: right;
        clear: both;
    }

        body #header #headerInset #banner #TASHeader img {
            width: 400px;
            height: 25px;
            float: right;
            margin-top: 0px;
            clear: both;
        }
}








body #header #headerInset #menu {
    font: bold 8pt Arial, Helvetica, sans-serif;
    clear: both;
    background: url(/Content/images/bg_menu.png) repeat left top;
    height: 57px;
    padding-top: 5px;
    list-style: none;
}

body #header #headerInset #nav {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 47px;
    text-transform: uppercase;
    text-align: center;
}

    body #header #headerInset #nav li {
        position: relative;
        float: left;
        width: 12em;
        height: 47px;
        margin: 0px;
        margin-top: 10px;
        list-style: none;
    }

        body #header #headerInset #nav li a {
            width: 12em;
            color: #FFF;
            display: block;
            height: 100%;
        }

        body #header #headerInset #nav li ul {
            position: relative;
            width: 15em;
            display: block;
            margin: 0;
            z-index: 99;
            left: -999em;
            list-style: none;
        }

            body #header #headerInset #nav li ul li {
                margin-top: 0;
                background-color: #f9a13a;
                color: #fff;
                width: 20em;
                border-bottom: 1px solid #e09033;
                text-align: left;
                list-style: none;
            }

                body #header #headerInset #nav li ul li a {
                    padding-left: 5px;
                    color: #FFF;
                    float: left;
                    height: 100%;
                    width: 95%;
                }

                body #header #headerInset #nav li ul li:hover {
                    background-color: #ffc178;
                }

            body #header #headerInset #nav li ul ul {
                margin: 0 0 0 20em;
            }

                body #header #headerInset #nav li ul ul li {
                    background-color: #ffc178;
                }

                    body #header #headerInset #nav li ul ul li:hover {
                        background-color: #ffd19b;
                    }

        body #header #headerInset #nav li:hover,
        body #header #headerInset #nav li.sfhover {
            background-color: #f9a13a;
            color: #fff;
        }

            body #header #headerInset #nav li:hover ul,
            body #header #headerInset #nav li.sfhover ul {
                left: auto;
            }

                body #header #headerInset #nav li:hover ul ul,
                body #header #headerInset #nav li.sfhover ul ul {
                    left: -999em;
                }

            body #header #headerInset #nav li:hover ul,
            body #header #headerInset #nav li li:hover ul,
            body #header #headerInset #nav li.sfhover ul,
            body #header #headerInset #nav li li.sfhover ul {
                left: auto;
            }

body #header #headerInset #userControlPanel {
    height: 45px;
    color: white;
    background-color: #5f6062;
    font-size: 13px;
}

    body #header #headerInset #userControlPanel a,
    body #header #headerInset #userControlPanel a:visited {
        color: #e09033;
    }

    body #header #headerInset #userControlPanel .ui-button-text {
        color: buttonText;
    }

    body #header #headerInset #userControlPanel .loginPanel {
        padding: 8px 5px 8px 5px;
        margin-top: 2px;
        margin-left: 5px;
        margin-right: 10px;
        float: left;
        line-height: 25px;
    }

        body #header #headerInset #userControlPanel .loginPanel #log-out {
            display: inline-block;
            text-indent: -9999px;
            background-image: url(/content/images/logout-24.png);
            background-size: cover;
            margin: 0;
            padding: 0;
            height: 25px;
            width: 25px;
        }

    body #header #headerInset #userControlPanel .separator {
        border-right: 2px solid #e09033;
        display: inline-block;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    body #header #headerInset #userControlPanel .messageContainer {
        padding: 8px 5px 8px 5px;
        margin-top: 2px;
        margin-left: 5px;
        margin-right: 10px;
        float: left;
        line-height: 25px;
        vertical-align: middle;
    }

        body #header #headerInset #userControlPanel .messageContainer #NewMessages {
            display: inline-block;
            text-indent: -9999px;
            background-image: url(/content/images/Mail-icon.png);
            background-size: cover;
            margin: 0;
            padding: 0;
            height: 25px;
            width: 25px;
        }

    body #header #headerInset #userControlPanel .terminalSelector {
        padding: 8px 5px 5px 5px;
        margin-top: 2px;
        margin-right: 5px;
        display: inline-block;
        float: right;
    }

        body #header #headerInset #userControlPanel .terminalSelector #AvailableTerminals {
            width: 150px;
        }

        body #header #headerInset #userControlPanel .terminalSelector #terminalImage {
            margin: 0;
            padding: 0;
            display: inline-block;
            height: 25px;
            width: 25px;
        }

    body #header #headerInset #userControlPanel .terminalTimeContainer {
        display: inline-block;
        padding: 8px 5px 5px 5px;
        margin-top: 2px;
        margin-right: 5px;
        float: right;
        width: 100px;
    }

        body #header #headerInset #userControlPanel .terminalTimeContainer #terminalTime {
            vertical-align: middle;
        }

body #wrapper {
    width: 98%;
    margin: 0 auto;
    padding: 0;
}

    body #wrapper #body {
        padding: 8px 0 0;
        display: inline-block;
        width: 100%;
    }

        body #wrapper #body #content {
            width: 100%;
            background-color: #fff;
            display: inline-block;
            padding-top: 5px;
            padding-left: 4px;
            padding-bottom: 8px;
            margin-right: 5px;
            float: left;
            min-height: 320px;
        }

            body #wrapper #body #content a,
            body #wrapper #body #content a:visited {
                color: #0000ff;
                cursor: pointer;
            }

    body #wrapper #footer {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }

        body #wrapper #footer .version {
            padding-bottom: 5px;
        }

        body #wrapper #footer .version,
        body #wrapper #footer .copyright {
            text-align: center;
            color: #fff;
            font: bold 11px Arial, Helvetica, sans-serif;
            text-transform: uppercase;
        }

.search-button-container {
    clear: both;
    padding-top: 10px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.search-result-table-container {
    padding-top: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

fieldset legend {
    font-weight: bold;
    font-size: small;
}

fieldset.horizontal-checkboxes .checkbox-group {
    float: left;
}

    fieldset.horizontal-checkboxes .checkbox-group input[type='checkbox'] {
        float: left;
        margin-bottom: 3px;
    }

    fieldset.horizontal-checkboxes .checkbox-group label {
        padding-left: 10px;
    }

.Pending {
    font-weight: bold;
    color: #0196d8;
}

.Rejected {
    font-weight: bold;
    color: red;
}

.Accepted {
    font-weight: bold;
    color: green;
}

.input-validation-error {
    border: 1px solid #db020d;
}

div#notifications #newsItems {
    margin-left: 1em;
    margin-right: 1em;
}

    div#notifications #newsItems #newsItemHeader {
        border-bottom: 1px solid #6B6B6B;
        float: left;
        width: 100%;
    }

        div#notifications #newsItems #newsItemHeader #newsItemHeaderTitle {
            float: left;
        }

        div#notifications #newsItems #newsItemHeader #newsItemHeaderDate {
            float: right;
        }

    div#notifications #newsItems #newsItem {
        border-radius: 15px !important;
        background-color: #E8E8E8;
        border: 1px solid #6B6B6B;
        padding: 10px;
        margin-bottom: 10px;
    }

        div#notifications #newsItems #newsItem #newsItemContent {
            padding-top: 5px;
            clear: both;
            -ms-word-wrap: break-word;
            word-wrap: break-word;
        }

            div#notifications #newsItems #newsItem #newsItemContent ul li {
                list-style: disc;
            }

            div#notifications #newsItems #newsItem #newsItemContent a {
                color: #0000ff;
            }

.configurationWarning {
    display: block;
    clear: both;
    font-weight: bold;
    font-size: large;
    color: red;
    text-align: center;
}

.flashInfo {
    background-color: #34AADA;
    border-bottom: 4px solid #FC6;
    padding: 6px;
    font-family: helvetica;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

.flashWarning {
    background-color: #FFFF99;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 6px;
    font-family: helvetica;
    font-size: 0.9em;
    text-align: center;
    border-top-color: #CC9900;
    border-bottom-color: #CC9900;
    font-weight: bold;
    color: #663300;
    cursor: pointer;
}

.flashError {
    background-color: #FFCC99;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 4px;
    font-family: helvetica;
    font-size: 1.1em;
    text-align: center;
    border-top-color: #800000;
    border-bottom-color: #800000;
    font-weight: bold;
    color: #990000;
    cursor: pointer;
}

div.hpa-field-group {
    min-width: 38em;
    float: left;
    clear: both;
    margin: 5px 5px 5px 5px;
}

div.hpa-field-group-red {
    min-width: 38em;
    float: left;
    clear: both;
    margin: 5px 5px 5px 5px;
    color: red;
}

div.hpa-field-group label {
    font-weight: bold;
    float: left;
    width: 15em;
    line-height: 1em;
}

div.hpa-field-group label,
div.hpa-field-group span.hpa-info {
    color: #5F6062;
    word-wrap: break-word;
}

    div.hpa-field-group label.fullWidthLabel {
        width: 80%;
        clear: left;
        float: none;
    }

div.hpa-field-group input[type='radio'] {
    width: 1em;
    min-width: 1em;
    margin-left: 0px;
    margin-right: 5px;
}

div.hpa-field-group input[type='text'],
div.hpa-field-group input[type='password'],
div.hpa-field-group input[type='email'],
div.hpa-field-group select,
div.hpa-field-group textarea {
    width: 21em;
    margin: 0;
    padding: 0;
}

div.hpa-field-group .short-field {
    width: 10.3em !important;
}

div.hpa-field-group .long-field {
    width: 21em;
}

div.hpa-field-group textarea {
    height: 5em;
}

div.hpa-field-group input[type='radio'] {
    vertical-align: middle;
    float: none;
}

div.hpa-field-group input[type='checkbox'],
div.hpa-field-group input[type='radio'] {
    margin-top: 0px;
    width: 1em;
    margin-left: 0;
}

div.hpa-field-group .checkbox-field {
    margin-top: 10px;
}

    div.hpa-field-group .checkbox-field .checkbox-input {
        width: 1em;
        margin-left: 0;
    }
/*  new class */
div.hpa-field-group-aligned {
    min-width: 35em;
    float: left;
    clear: both;
    margin: 5px 5px 5px 5px;
}

    div.hpa-field-group-aligned label,
    div.hpa-field-group-aligned span.hpa-info {
        color: #5F6062;
        word-wrap: break-word;
    }

    div.hpa-field-group-aligned label {
        font-weight: bold;
        float: left;
        width: 15em;
    }

    div.hpa-field-group-aligned input[type='radio'] {
        float: left;
        width: 1em;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 5px;
        vertical-align: middle;
    }

    div.hpa-field-group-aligned span:not([style]) {
        float: left;
        width: 7em;
    }

div#usefulLinks {
    float: right;
    width: 25%;
    margin-left: 1em;
}

    div#usefulLinks ul {
        list-style: inherit !important;
    }

        div#usefulLinks ul li {
            margin-bottom: 0.5em;
        }

.field-validation-valid {
    display: none;
}

.warning-summary {
    border-radius: 5px 5px 5px 5px;
    clear: both;
    margin: 10px 0;
    padding: 5px;
    background: none repeat scroll 0 0 #F6D49D;
    color: #000000;
}

    .warning-summary .warning-summary-header {
        background: none repeat scroll 0 0 #FAC16D;
        border-radius: 5px 5px 5px 5px;
        font-weight: bold;
        margin: -5px 0 5px -5px;
        padding: 5px;
        width: 430px;
    }

        .warning-summary .warning-summary-header span {
            padding: 6px 0 0 5px;
        }

    .warning-summary .warning-summary-items ul {
        padding: 10px 0px 10px 10px;
        margin: 0;
    }

    .warning-summary .warning-summary-items .warning-summary-item {
        padding-bottom: 5px;
        list-style: none;
    }

        .warning-summary .warning-summary-items .warning-summary-item:last-child {
            padding-bottom: 0px;
        }

    .warning-summary .validation-summary-valid {
        display: none;
    }

.validation-summary {
    width: 99%;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    margin: 10px 0;
    padding: 5px;
    background: none repeat scroll 0 0 #CE5D69;
    color: #FFFFFF;
}

    .validation-summary .validation-summary-header {
        background: none repeat scroll 0 0 #BF1E2E;
        border-radius: 5px 5px 5px 5px;
        font-weight: bold;
        margin: -5px 0 5px -5px;
        padding: 5px;
        width: 100%;
    }

        .validation-summary .validation-summary-header span {
            padding: 6px 0 0 5px;
        }

    .validation-summary .validation-summary-errors ul {
        padding: 10px 0px 10px 10px;
        margin: 0;
    }

    .validation-summary .validation-summary-errors .validation-summary-error {
        padding-bottom: 5px;
        list-style: none;
    }

        .validation-summary .validation-summary-errors .validation-summary-error .selectable-error {
            color: #fff !important;
            font-weight: bold;
        }

        .validation-summary .validation-summary-errors .validation-summary-error:last-child {
            padding-bottom: 0px;
        }

    .validation-summary .validation-summary-valid {
        display: none;
    }

.hpa-fieldset {
    clear: both;
    margin: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    background-color: #F2F2F2;
    border: 1px solid #BFBAB0;
}

    .hpa-fieldset textarea {
        width: 100%
    }

    .hpa-fieldset legend {
        font-size: medium;
        padding-bottom: 5px;
    }

    .hpa-fieldset fieldset.hpa-fieldset {
        margin-left: 0em;
        padding-left: 0em;
    }

        .hpa-fieldset fieldset.hpa-fieldset legend {
            padding-left: 1em;
            font-size: medium;
            padding-bottom: 5px;
        }

    .hpa-fieldset h5 {
        clear: both;
        float: left;
    }

    .hpa-fieldset table {
        width: 45%;
        padding: 1em;
    }

        .hpa-fieldset table td {
            padding: 0.8em;
        }

        .hpa-fieldset table label {
            font-weight: bolder;
        }

        .hpa-fieldset table.tableWithReleaseSummary {
            width: 750px;
            padding: 1em;
        }

            .hpa-fieldset table.tableWithReleaseSummary td {
                padding: 0.8em;
            }

                .hpa-fieldset table.tableWithReleaseSummary td.wide,
                .hpa-fieldset table.tableWithReleaseSummary th.wide {
                    display: inline-block;
                    width: 160px;
                    padding: 0.8em;
                }

            .hpa-fieldset table.tableWithReleaseSummary label {
                font-weight: bolder;
            }

        .hpa-fieldset table.left {
            float: left;
        }

        .hpa-fieldset table.right {
            float: right;
        }
/* standard layout */
div.hpa-container {
    min-width: 50em;
    width: 100%;
}

    div.hpa-container div.hpa-inner-container {
        width: 95%;
        margin-top: 1.5em;
        margin-left: auto;
        margin-right: auto;
    }

    div.hpa-container .inner-fieldset {
        clear: both;
        margin-top: 30px;
        border: 1px solid #BFBAB0;
        padding: 1em;
    }

        div.hpa-container .inner-fieldset legend {
            font-size: small;
        }

    div.hpa-container .hpa-clearfix {
        clear: both;
        width: 100%;
    }

    div.hpa-container .ui-button {
        float: right !important;
        box-sizing: border-box;
        height: 32px;
        color: black;
        margin-right: 5px;
    }

        div.hpa-container .ui-button.nofloat {
            float: none !important;
        }

        div.hpa-container .ui-button .ui-button-text {
            color: buttontext;
        }

        div.hpa-container .ui-button span {
            padding: .6em 1em;
        }

    div.hpa-container h2 {
        float: left;
        clear: both;
    }

    div.hpa-container div.center-panel {
        margin: auto;
        width: 100%;
    }

    div.hpa-container div.left-panel {
        width: 50%;
        min-width: 50em;
        clear: both;
        float: left;
        margin-left: auto;
    }

        div.hpa-container div.left-panel label {
            font-weight: bolder;
        }

    div.hpa-container div.right-panel {
        width: 50%;
        float: right;
        min-width: 50em;
    }

        div.hpa-container div.right-panel label {
            font-weight: bolder;
        }

    div.hpa-container div.container-left-panel {
        width: 45%;
        clear: both;
        float: left;
        margin-left: auto;
    }

    div.hpa-container div.container-right-panel {
        width: 45%;
        float: right;
        margin-right: 5em;
    }

    div.hpa-container .release th {
        text-align: center;
    }

    div.hpa-container .release td {
        width: 7em;
        text-align: center;
    }

        div.hpa-container .release td input {
            width: 7em;
            text-align: center;
        }

    div.hpa-container .right-border {
        border-right: 1px solid black;
    }

    div.hpa-container .left-border {
        border-left: 1px solid black;
    }

    div.hpa-container .bottom-border {
        border-bottom: 1px solid black;
    }

    div.hpa-container .table-slots-summary thead {
        border: 1px solid black;
    }

        div.hpa-container .table-slots-summary thead th {
            text-align: center;
            border: 1px solid black;
        }

    div.hpa-container .table-slots-summary td {
        text-align: center;
    }

    div.hpa-container table {
        clear: both;
        width: 95%;
        border-collapse: collapse;
        border-spacing: 0;
    }

        div.hpa-container table thead {
            display: table-header-group;
            border-color: inherit;
        }

            div.hpa-container table thead tr th {
                border-right: 1px solid #eeeeee;
            }

        div.hpa-container table th {
            background-color: #bebebe;
            color: #ffffff;
            padding: 5px;
            font-size: 1em;
            font-weight: bolder;
        }

        div.hpa-container table tbody {
            display: table-row-group;
            border-color: inherit;
        }

        div.hpa-container table tr {
            display: table-row;
        }

            div.hpa-container table tr.odd {
                background-color: #ffffff;
            }

            div.hpa-container table tr.even {
                background-color: #eeeeee;
            }

            div.hpa-container table tr:hover {
                color: black;
            }

        div.hpa-container table td {
            padding: 5px;
        }

            div.hpa-container table td .description-container {
                display: none;
                background-color: #5F6062;
                color: white;
                position: absolute;
                width: 180px;
                border: 1px solid #F9A13A;
                border-radius: 8px 8px 8px 8px;
                float: left;
            }

                div.hpa-container table td .description-container li {
                    margin: 5px;
                    text-align: left;
                    font-weight: bolder;
                }

    div.hpa-container h3 {
        margin: 5px 0px 5px 0px;
    }

    div.hpa-container div.hpa-text {
        min-width: 45em;
        float: left;
        clear: both;
    }

    div.hpa-container .search-error-label {
        width: 100%;
        clear: both;
        font-weight: bolder;
        text-align: center;
        color: #db020d;
    }

    div.hpa-container table.TableWithNoStyleRows tr.odd {
        background-color: inherit;
    }

    div.hpa-container table.TableWithNoStyleRows tr.even {
        background-color: inherit;
    }

div.notificationContainer {
    width: 95%;
}

    div.notificationContainer div.hpa-field-group {
        width: 100%;
    }

        div.notificationContainer div.hpa-field-group .field-validation-error {
            display: block;
        }

        div.notificationContainer div.hpa-field-group label {
            width: 22em;
        }

        div.notificationContainer div.hpa-field-group .long-field {
            width: 400px;
        }

        div.notificationContainer div.hpa-field-group .checkbox-field {
            float: left;
            margin-right: 10px;
        }

            div.notificationContainer div.hpa-field-group .checkbox-field label {
                float: left;
                width: 22em;
            }

            div.notificationContainer div.hpa-field-group .checkbox-field input[type='checkbox'] {
                float: left;
                margin-right: 5px;
            }

.field-validation-error {
    color: #db020d;
    font-weight: bold;
}

.vertical-scroll-table {
    margin-bottom: 10px;
    width: 100%;
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    float: left;
}

.tooltipImage {
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

.appointmentScheduleTemplateReleaseTable th {
    width: 100px;
    text-align: center;
}

.appointmentScheduleTemplateReleaseTable td {
    text-align: center;
}

    .appointmentScheduleTemplateReleaseTable td input[type='text'] {
        width: 60px !important;
    }

#carriersDeclarationDialog .container {
    padding: 6px;
    font-size: 1.0em;
}

    #carriersDeclarationDialog .container .item {
        padding: 8px 4px 4px 12px;
    }

div#manifestContainer {
    background: #FFF;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
    font-size: 16px;
}

    div#manifestContainer #content p {
        margin: 0px !important;
    }

    div#manifestContainer .truckContainer .warning ul {
        position: absolute;
        left: -100px;
        top: 60px;
    }

    div#manifestContainer .appointmentsContainer p {
        height: 36px !important;
    }

    div#manifestContainer .notSelectebleZone {
        color: grey !important;
        cursor: default !important;
    }

    div#manifestContainer .truckContainer a {
        font-size: 13px;
    }

    div#manifestContainer .visitcont .textcontainer {
        padding-top: 8px;
        position: absolute;
        max-width: 148px;
    }

    div#manifestContainer .hiddenDoorSelect {
        visibility: hidden;
    }

    div#manifestContainer .floatleft {
        float: left;
        width: auto;
    }

    div#manifestContainer .floatright {
        float: right;
        width: auto;
    }

    div#manifestContainer .clearboth {
        clear: both;
    }

    div#manifestContainer .hidden {
        display: none;
    }

    div#manifestContainer .txtright {
        text-align: right;
    }

    div#manifestContainer .txtcenter {
        text-align: center;
    }

    div#manifestContainer h1,
    div#manifestContainer h2,
    div#manifestContainer h3,
    div#manifestContainer h4,
    div#manifestContainer h5,
    div#manifestContainer h6 {
        padding: 0 0 0 0;
        margin: 0 0 7px 0;
    }

    div#manifestContainer h1 {
        font-size: 1.25em;
    }

    div#manifestContainer h2 {
        font-size: 1.2em;
    }

    div#manifestContainer h3 {
        font-size: 1.15em;
    }

    div#manifestContainer h4 {
        font-size: 1.1em;
    }

    div#manifestContainer h5 {
        font-size: 1.05em;
    }

    div#manifestContainer h6 {
        font-size: 1.0em;
    }

    div#manifestContainer p {
        font-size: 0.9em;
        padding: 0 0 0 0;
        margin: 0 0 7px 0;
    }

    div#manifestContainer ul,
    div#manifestContainer ol {
        font-size: 0.9em;
        padding: 0 0 0 0;
        margin: 0 0 7px 23px;
    }

    div#manifestContainer ul {
        list-style-type: square;
    }

    div#manifestContainer a {
        color: #005a98;
        text-decoration: none;
    }

        div#manifestContainer a:hover {
            color: #00315d;
        }

    div#manifestContainer .holder {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

    div#manifestContainer #visitdetails {
        width: 100%;
        background: #f3f3f4;
        border-radius: 15px;
        -moz-border-radius: 15px;
        margin-top: 14px;
    }

    div#manifestContainer .visitcont {
        padding: 14px;
    }

        div#manifestContainer .visitcont.emailaddresses {
            overflow: hidden;
            padding: 0 0 5px 9px;
        }

            div#manifestContainer .visitcont.emailaddresses .clickable {
                margin-top: 6px;
            }

            div#manifestContainer .visitcont.emailaddresses div {
                margin: 5px;
            }
/* MobileNumber */
iv#manifestContainer .visitcont.mobilenumber {
    overflow: hidden;
    padding: 0 0 5px 9px;
}

div#manifestContainer .visitcont.mobilenumber .clickable {
    margin-top: 6px;
}

div#manifestContainer .visitcont.mobilenumber div {
    margin: 5px;
}

div#manifestContainer .felement {
    float: left;
    width: auto;
    margin-right: 21px;
    font-size: 0.8em;
}

div#manifestContainer .last {
    margin-right: 0px;
}

div#manifestContainer .felement label {
    display: block;
    color: #005a98;
    font-weight: bold;
    font-size: 1.0em;
}

div#manifestContainer .felement input,
div#manifestContainer .felement select {
    margin-top: 7px;
    border: none;
}

div#manifestContainer #TruckRegistration {
    width: 80px;
}

div#manifestContainer #truckConfigurationSelector {
    width: 125px;
}

div#manifestContainer #MovementReference {
    width: 135px;
}

div#manifestContainer #ManifestPIN,
div#manifestContainer #CarrierCode {
    width: 80px;
}

div#manifestContainer #save {
    float: right;
    width: auto;
    position: relative;
    top: 20px;
}

    div#manifestContainer #save input {
        border: none;
        color: #fff;
        background: #faa61a;
        border-radius: 5px;
        -moz-border-radius: 5px;
        text-transform: uppercase;
        font-size: 0.9em;
        font-weight: bold;
        padding: 5px;
    }

        div#manifestContainer #save input:active {
            background: #b61d22;
        }

div#manifestContainer #tabs {
    margin: 20px 0;
}

div#manifestContainer ul.expimp {
    float: left;
    background: #fff;
    width: auto;
    padding: 4px 0 0 0;
    margin: 0;
}

div#manifestContainer .expimp li {
    list-style: none;
    display: inline;
    text-transform: uppercase;
    border: 1px solid #CCC;
    border-bottom: none;
    border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    background: #005a98;
    padding: 0 7px 0 7px;
}

    div#manifestContainer .expimp li,
    div#manifestContainer .expimp li a {
        float: left;
    }

div#manifestContainer ul.expimp li a {
    text-decoration: none;
    padding: 8px;
    color: #FFF !important;
    font-weight: bold;
}

div#manifestContainer ul.expimp li.active {
    background: #FFF;
    border-bottom: 1px solid #FFF;
    position: relative;
    top: 1px;
    /*z-index: 10;*/
}

    div#manifestContainer ul.expimp li.active a {
        color: #005a98 !important;
    }

div#manifestContainer #tabs .tabc {
    clear: both;
    /*width: 100%;*/
    position: relative;
    min-height: 640px;
    border: 1px solid #CCC;
    margin: 0;
    border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
}

div#manifestContainer #tabs .tab-bro {
    clear: both;
    /*width: 100%;*/
    position: relative;
    min-height: 370px;
    border: 1px solid #CCC;
    margin: 0;
    border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
}

div#manifestContainer .tcontent {
    padding: 7px 14px;
}

div#manifestContainer .is20chassis {
    /* position: absolute; */
    width: 650px;
    height: 280px;
    background: url(/content/images/TMF/20chassisV2.png) no-repeat;
    margin: 0 auto;
    padding-left: 510px;
}

div#manifestContainer .tcdrop {
    width: 176px;
    height: 130px;
    position: relative;
    top: 43px;
}

div#manifestContainer .isSemi {
    /* position: absolute; */
    width: 780px;
    height: 280px;
    background: url(/content/images/TMF/semiV2.png) no-repeat;
    margin: 0 auto;
    padding-left: 380px;
}

div#manifestContainer .semidrop {
    width: 410px;
    height: 130px;
    position: relative;
    top: 43px;
}

div#manifestContainer .isBdouble {
    /* position: absolute; */
    width: 900px;
    height: 280px;
    background: url(/content/images/TMF/bdoubleV2.png) no-repeat;
    margin: 0 auto;
    padding-left: 260px;
}

div#manifestContainer .bdfrontdrop {
    float: left;
    width: 206px;
    height: 130px;
    position: relative;
    top: 43px;
    margin-right: 10px;
}

div#manifestContainer .bdbackdrop {
    float: left;
    width: 410px;
    height: 130px;
    position: relative;
    top: 43px;
}

div#manifestContainer .isSuperbdouble {
    /* position: absolute; */
    width: 1160px;
    height: 280px;
    background: url(/content/images/TMF/superbdoublev2.png) no-repeat;
    margin: 0 0 0 20px;
    padding-left: 112px;
}

div#manifestContainer .sbdfrontdrop,
div#manifestContainer .sbdbackdrop {
    float: left;
    width: 410px;
    height: 130px;
    position: relative;
    top: 43px;
}

div#manifestContainer .truckTrailerContainer {
    height: 200px;
}

div#manifestContainer .truckTrailer20 {
    width: 240px;
    height: 175px;
    float: left;
    padding: 110px 0 0 0;
}

div#manifestContainer .truckTrailer40 {
    height: 175px;
    width: 504px;
    float: left;
    margin: 0 0 0 10px;
    padding: 40px 0 0 0px;
}

    div#manifestContainer .truckTrailer40:nth-of-type(2) {
        margin-left: 25px;
    }

div#manifestContainer .is20chassis .truckTrailer20,
div#manifestContainer .isBdouble .truckTrailer20 {
    padding: 40px 0 0 0;
}

    div#manifestContainer .is20chassis .truckTrailer20 .twenty.empty,
    div#manifestContainer .isBdouble .truckTrailer20 .twenty.empty {
        height: 130px;
    }

div#manifestContainer .twenty,
div#manifestContainer .twentyctr,
div#manifestContainer .twentyc {
    float: left;
    width: 245px !important;
    height: 130px;
    background: #bcbdc0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: 6px;
}

    div#manifestContainer .twenty.empty {
        height: 62px;
    }

div#manifestContainer .empty.twenty span.slotNumber,
div#manifestContainer .empty.forty span.slotNumber {
    position: relative;
    top: 40%;
    display: block;
    width: 100%;
    text-align: center;
    left: -5px;
    line-height: 20px;
    padding: 0;
}

div#manifestContainer .slot13.empty {
    float: left;
    width: 245px !important;
    height: 62px;
    background: #bcbdc0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: 6px;
}

div#manifestContainer .truckTrailer40.hasAppointments .twenty.empty,
div#manifestContainer .truckTrailer40.hasAppointments .slot13.empty {
    width: 180px;
    height: 130px;
}

div#manifestContainer .forty.full ~ .twenty.empty,
div#manifestContainer .forty.empty ~ .full.twenty {
    height: 130px;
}

div#manifestContainer .appointmentOnTruck .warning ul {
    margin-bottom: 0;
}

div#manifestContainer .warning ul {
    display: none;
    list-style-type: none;
    width: 280px;
    height: auto;
    background: #FAA61A;
    position: relative;
    /*z-index: 1000;*/
    border: 1px solid white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 3px 0 0 0;
    left: -260px;
    top: -56px;
}

div#manifestContainer .truckCabin_is20chassis {
    position: absolute;
    top: 110px;
    left: 462px;
    width: 30px;
    height: 30px;
    background: url(/content/images/TMF/caution.png) no-repeat;
}

div#manifestContainer .truckCabin_isSemi {
    position: absolute;
    top: 110px;
    left: 332px;
    width: 30px;
    height: 30px;
    background: url(/content/images/TMF/caution.png) no-repeat;
}

div#manifestContainer .truckCabin_isBdouble {
    position: absolute;
    top: 110px;
    left: 207px;
    width: 30px;
    height: 30px;
    background: url(/content/images/TMF/caution.png) no-repeat;
}

div#manifestContainer .truckCabin_isSuperbdouble {
    position: absolute;
    top: 110px;
    left: 67px;
    width: 30px;
    height: 30px;
    background: url(/content/images/TMF/caution.png) no-repeat;
    display: inline-block;
    float: left;
    border: none;
    background-position: bottom;
    /*text-indent: 15px;*/
}

/*div#manifestContainer .truckCabin_isSuperbdouble strong {
  top: -6px;
  font-size: 0.9em;
}*/
/*div#manifestContainer .truckCabin_isSuperbdouble:active {
  background-position: bottom;
}*/

/*div#manifestContainer .truckCabin_isSuperbdouble:hover .editcontbox,
div#manifestContainer .truckCabin_isSuperbdouble:active .editcontbox {
  display: block !important;
}*/

div#manifestContainer .cdrivermsicstatus {
    display: inline-block;
    float: left;
    width: 30px;
    height: 25px;
    border: none;
    text-indent: 15px;
    position: relative;
    top: 3px;
    /*z-index: 10000;*/
}

    div#manifestContainer .cdrivermsicstatus strong {
        top: -6px;
        font-size: 0.9em;
    }

    div#manifestContainer .cdrivermsicstatus:active {
        background-position: bottom;
    }


        div#manifestContainer .cdrivermsicstatus:hover .drivermsicmessages,
        div#manifestContainer .cdrivermsicstatus:active .drivermsicmessages {
            display: block !important;
        }

div#manifestContainer .drivermsicmessages {
    display: none;
    margin: 0 0 0 0;
    position: relative;
    z-index: 500;
    width: 350px;
    top: -3px;
    left: -2px;
}

    div#manifestContainer .drivermsicmessages li li {
        padding: 2px 0 2px 0 !important;
    }

        div#manifestContainer .drivermsicmessages li li a {
            display: block !important;
            width: 100% !important;
            height: 18px !important;
            text-decoration: none;
            color: darkblue !important;
        }

        div#manifestContainer .drivermsicmessages li li strong:hover {
            font-size: 110%;
            color: black !important;
        }

        div#manifestContainer .drivermsicmessages li li:nth-of-type(n+1) {
            border-top: 1px white solid;
            /*border-bottom: 1px white solid;*/
        }

    div#manifestContainer .drivermsicmessages ul {
        margin-left: 0 !important;
        list-style-type: none !important;
    }

        div#manifestContainer .drivermsicmessages ul.dropdownv2 {
            background-color: #faa61a;
            list-style-type: none;
            /*height: 142px;*/
            border-radius: 5px;
            -moz-border-radius: 5px;
            border: 1px solid white;
        }



div#manifestContainer .warning ul li {
    margin: 0 0 0 0px;
    padding: 2px 0 2px 15px;
    border-bottom: 1px white solid;
}

    div#manifestContainer .warning ul li:last-child {
        border-bottom: none;
    }

div#manifestContainer .warning:hover ul,
div#manifestContainer .warning:active ul {
    display: block;
}

div#manifestContainer .full.fortyc {
    background: #7faccb;
    height: 130px;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

div#manifestContainer .appointmentsContainer {
    min-height: 260px;
}

div#manifestContainer .full.twenty {
    background: #7faccb;
}

div#manifestContainer .full.twentycentre {
    height: 130px;
}

div#manifestContainer .twentycentre {
    float: left;
    width: 197px;
    height: 62px;
    margin: 0 100px 6px 125px;
    background: #bcbdc0;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

div#manifestContainer .twentyleft,
div#manifestContainer .twentyright {
    float: left;
    width: 197px;
    height: 62px;
    background: #bcbdc0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: 6px;
}

div#manifestContainer p.cidno,
div#manifestContainer span.slotNumber {
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    padding: 0 0 0 110px;
    line-height: 60px;
}

div#manifestContainer .twenty p.cidno {
    line-height: 6.0em;
}

div#manifestContainer .twentycentre p.cidno,
div#manifestContainer .twentyleft p.cidno,
div#manifestContainer .twentyright p.cidno {
    line-height: 2.7em;
}

div#manifestContainer .fortyctr {
    float: left;
    width: 400px;
    height: 130px;
    background: #bcbdc0;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

div#manifestContainer .dropzone,
div#manifestContainer .validDropTarget {
    border: 3px dashed #2572a7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    div#manifestContainer .dropzone p.cidno {
        color: #2572a7;
    }

div#manifestContainer .drophover,
div#manifestContainer .validDropTargetHovered {
    background: #2572a7 !important;
}

div#manifestContainer #transitconts {
    width: 242px;
    float: left;
    margin: 10px 30px 0 10px;
    font-size: 0.9em;
    position: relative;
    top: -4px;
    left: 115px;
    z-index: 1;
}

div#manifestContainer .transitFortyFoot {
    width: 120px;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #7faccb;
    padding: 4px;
    margin: 3px 5px 0 5px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    cursor: default;
}

div#manifestContainer .transitTwentyFoot {
    width: 85px;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #7faccb;
    padding: 4px;
    margin: 3px 5px 0 5px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    cursor: default;
}

div#manifestContainer .ctransit {
    background: #bfd6e5;
}

div#manifestContainer .cactive {
    background: #7faccb;
}

div#manifestContainer .appointmentOnTruck {
    color: black !important;
}

    div#manifestContainer .appointmentOnTruck .cactive {
        background: none;
        height: 130px;
        /*z-index:10;*/
        position: relative;
    }

    div#manifestContainer .appointmentOnTruck .ccontents {
        height: 124px;
        background: #7faccb;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

div#manifestContainer .ldoor {
    float: left;
    width: 10px;
    height: 130px;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-right: 3px solid #FFF;
}

div#manifestContainer .rdoor {
    float: right;
    width: 10px;
    height: 130px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-left: 3px solid #FFF;
}

div#manifestContainer .ctransit .ldoor,
div#manifestContainer .ctransit .rdoor {
    background: #bfd6e5;
}

div#manifestContainer .cactive .ldoor,
div#manifestContainer .cactive .rdoor {
    background: #7faccb;
}

div#manifestContainer .ctransit .dactive,
div#manifestContainer .cactive .dactive {
    background: #2572a7;
}

div#manifestContainer .ccontents {
    padding: 3px 13px;
}

div#manifestContainer .ctitle {
    height: 20px;
    border-bottom: 1px solid #FFF;
}

    div#manifestContainer .ctitle .floatleft {
        height: 15px;
        padding-left: 5px;
        min-width: 120px;
    }

        div#manifestContainer .ctitle .floatleft strong {
            position: relative;
            left: 3px;
        }

    div#manifestContainer .ctitle .floatright {
        height: 15px;
        padding-right: 5px;
    }

div#manifestContainer .cicons {
    padding: 0 3px 3px 3px;
    height: 33px;
    border-bottom: 1px solid #FFF;
}

    div#manifestContainer .cicons img {
        padding-top: 2px;
    }

div#manifestContainer .warning {
    float: right;
    width: auto;
    padding-left: 3px;
    border-left: 1px solid #FFF;
}

div#manifestContainer .dselect {
    padding: 3px;
    height: 23px;
    border-bottom: 1px solid #FFF;
}

    div#manifestContainer .dselect p span {
        font-weight: bold;
        font-size: 0.8em;
        text-transform: uppercase;
    }

    div#manifestContainer .dselect input.doorleft {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: none;
        background: url(/content/images/TMF/dleft.png) no-repeat;
        background-position: top;
        text-indent: -100000px;
    }

    div#manifestContainer .dselect input.doorright {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: none;
        background: url(/content/images/TMF/dright.png) no-repeat;
        background-position: top;
        text-indent: -100000px;
    }

        div#manifestContainer .dselect input.doorleft:active,
        div#manifestContainer .dselect input.doorright:active {
            background-position: bottom;
        }

div#manifestContainer .cbottom {
    padding: 5px;
}

div#manifestContainer .thold {
    padding-top: 2px;
}

div#manifestContainer .tleft {
    float: left;
    width: 5px;
    height: 27px;
    background: url(/content/images/TMF/tleft.png) no-repeat;
}

div#manifestContainer .tright {
    float: left;
    width: 5px;
    height: 27px;
    background: url(/content/images/TMF/tright.png) no-repeat;
    margin-right: 4px;
}

div#manifestContainer .weight {
    float: left;
    width: auto;
    height: 27px;
    background: #000;
    color: #FFF;
    line-height: 1.7em;
}

div#manifestContainer .cdetails {
    float: right;
    width: auto;
    text-align: right;
}

    div#manifestContainer .cdetails p {
        line-height: 1.0em;
        margin-top: 1px;
    }

        div#manifestContainer .cdetails p span.timeshow {
            color: #00315d;
            font-weight: bold;
        }

div#manifestContainer .cedit {
    display: inline-block;
    float: left;
    width: 15px;
    height: 11px;
    border: none;
    background: url(/content/images/TMF/cedit.png) no-repeat;
    background-position: top;
    text-indent: 15px;
    position: relative;
    top: 3px;
    /*z-index: 10000;*/
}

    div#manifestContainer .cedit strong {
        top: -6px;
        font-size: 0.9em;
    }

    div#manifestContainer .cedit:active {
        background-position: bottom;
    }

div#manifestContainer #appointments {
    margin-top: -5px;
    width: 930px;
    overflow: hidden;
}

div#manifestContainer #appdate {
    float: left;
    /* position: relative;
	top: 31px;
	width: 878px; */
    z-index: 1000;
}

    div#manifestContainer #appdate a {
        font-weight: bold;
        display: inline-block;
        color: #FFF;
        background: #2572a7;
        padding: 3px 4px;
        margin-right: 5px;
        border-radius: 5px;
        -moz-border-radius: 5px;
    }

        div#manifestContainer #appdate a:active {
            background: #00315d;
        }

        div#manifestContainer #appdate a.pmsix {
            width: 18px;
            text-align: center;
        }

div#manifestContainer .ieslidefixhide {
    width: 925px;
    height: 230px;
    overflow: hidden;
}

div#manifestContainer .ieslidefixhold {
    width: 940px;
}

div#manifestContainer .apptile {
    float: left;
    width: 301px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 14px;
    margin-bottom: 14px;
}

    div#manifestContainer .apptile .ccontents {
        padding: 0;
    }

div#bulkRunManifestTicket {
    padding: 0;
    -webkit-box-shadow: 4px 4px 0 #A3C3D9, 8px 8px 0 #A3C3D9, 12px 12px 0 #A3C3D9;
    -ms-box-shadow: 4px 4px 0 #A3C3D9, 8px 8px 0 #A3C3D9, 12px 12px 0 #A3C3D9;
    box-shadow: 4px 4px 0 #A3C3D9, 8px 8px 0 #A3C3D9, 12px 12px 0 #A3C3D9;
}

div#manifestContainer #avContainers .ctransit .ctitle,
div#manifestContainer #avContainers .cactive .ctitle {
    color: #fff;
    background: #005a98;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    padding-top: 3px;
    border-bottom: 2px solid #FFF;
}

div#manifestContainer .apptile .ctitle a {
    color: #ccdeea !important;
}

    div#manifestContainer .apptile .ctitle a:hover {
        color: #00315d !important;
    }

div#manifestContainer .apptile .cicons {
    border-bottom: none;
}

div#manifestContainer .apptile .thold {
    padding-top: 3px;
}

div#manifestContainer .apptile .cdetails {
    text-align: left;
    padding-top: 3px;
    border-right: 1px solid #FFF;
    width: 106px;
}

div#manifestContainer .apptile .warning {
    margin-left: 6px;
    height: 39px;
    width: 30px;
}

div#manifestContainer .times {
    /* position: relative; */
    float: left;
    margin: 0 auto;
    padding: 5px;
    width: 1190px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

div#manifestContainer #avContainers {
    position: relative;
    float: left;
    margin: 0 5px 0 15px;
    width: 1165px;
    min-height: 360px;
    /*overflow: hidden;*/
}

div#manifestContainer .times ul {
    padding: 0;
    background: #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    clear: both;
    display: inline-block;
    margin: auto;
    overflow: hidden;
}

div#manifestContainer #pickholder {
    background: none;
    position: relative;
    top: -3px;
}

div#manifestContainer .times ul li {
    color: #CCC;
    display: inline;
    float: left;
    font-weight: bold;
    width: 94px;
    text-align: center;
}

div#manifestContainer .times ul.appheading {
    background: none;
    text-transform: uppercase;
}

    div#manifestContainer .times ul.appheading li {
        width: auto;
        color: #005A98;
        background: none;
    }

div#manifestContainer .times ul li.pmsix {
    width: auto;
}

div#manifestContainer .times ul li.ttwenty {
    width: 100px;
}

div#manifestContainer .times ul li.tforty {
    width: 150px;
}

div#manifestContainer .times ul li a {
    background: none;
    color: #2572a7;
    padding: 0 4px;
    display: block;
}

    div#manifestContainer .times ul li a:hover {
        background: #ccc;
        border-radius: 5px;
        -moz-border-radius: 5px;
    }

    div#manifestContainer .times ul li a:active,
    div#manifestContainer .times ul li a.current,
    div#manifestContainer .times ul li.pmsix a.current {
        color: #FFF !important;
        background: #2572a7 !important;
        border-radius: 5px;
        -moz-border-radius: 5px;
    }

div#manifestContainer .times ul li.picker {
    width: 88px;
    margin-left: 10px;
}

div#manifestContainer .times ul li input[type="text"] {
    color: #CCC;
    display: inline;
    float: left;
    font-weight: bold;
    width: 82px;
    text-align: left;
    color: #FFF;
    background: #2572a7;
    border-radius: 5px;
    font-size: 14px;
    padding: 1px 3px 1px 4px;
    border: none;
    top: 1px;
    position: relative;
}

div#manifestContainer div.hour {
    position: relative;
    height: 100%;
    width: 1200px;
    display: none;
}

    div#manifestContainer div.hour.initialopen {
        display: block;
        left: 0;
    }

div#manifestContainer .editcontbox {
    display: none;
    margin: 0 0 0 0;
    position: relative;
    z-index: 500;
    width: 100px;
    top: -3px;
    left: -2px;
}

    div#manifestContainer .editcontbox li li {
        padding: 2px 0 0 0 !important;
    }

        div#manifestContainer .editcontbox li li a {
            display: block !important;
            width: 100% !important;
            height: 18px !important;
            text-decoration: none;
            color: darkblue !important;
        }

            div#manifestContainer .editcontbox li li a:hover {
                font-size: 110%;
                color: black !important;
            }

        div#manifestContainer .editcontbox li li:nth-of-type(2) {
            border-top: 1px white solid;
            border-bottom: 1px white solid;
        }

    div#manifestContainer .editcontbox ul {
        margin-left: 0 !important;
        list-style-type: none !important;
    }

        div#manifestContainer .editcontbox ul.dropdownv2 {
            background-color: #faa61a;
            list-style-type: none;
            height: 42px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            border: 1px solid white;
        }

div#manifestContainer .cedit:hover .editcontbox,
div#manifestContainer .cedit:active .editcontbox {
    display: block !important;
}

div#manifestContainer .containerWeightInvalid,
div#manifestContainer .containerNumberInvalid {
    color: red;
}

div#manifestContainer .fullHeight {
    height: 130px;
}

.invoicePeriodIssuingContainer h2 {
    padding-top: 1em;
}

    .invoicePeriodIssuingContainer h2 .invoicePeriodIssuingTime {
        color: red;
        font-weight: bold;
    }

.ui-tabs-anchor {
    color: #5F6062 !important;
}

#messageDialog .message {
    border-radius: 15px !important;
    background-color: #E8E8E8;
    border: 1px solid #6B6B6B;
    padding: 10px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

    #messageDialog .message .messageHeader {
        border-bottom: 1px solid #6B6B6B;
        float: left;
        width: 100%;
    }

        #messageDialog .message .messageHeader .messageTitle {
            float: left;
            height: 100%;
        }

        #messageDialog .message .messageHeader .messageDate {
            float: right;
            height: 100%;
        }

    #messageDialog .message .messageContent {
        clear: both;
        padding-top: 5px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

        #messageDialog .message .messageContent ul li {
            list-style: disc;
        }

        #messageDialog .message .messageContent a {
            color: #0000ff;
        }


div.specialnonspecial-title {
    clear: both;
    margin: 1em;
    padding-top: 1em;
}

input.changedValue {
    background-color: #ffcc4e;
}

span.colorbackground {
    background-color: #ffcc4e;
}

input.uppercase {
    text-transform: uppercase;
}

.ui-button-small {
    font-size: 10px;
}

td .ui-button.ui-button-small {
    float: left !important;
}

.chosen-container-single .chosen-single span {
    color: black;
}





/*   Tested And USED       */



body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    flex-grow: 1;
}


    body #header {
        background-color: transparent;
    }

        body #header #headerInset {
            background-color: white;
        }

#wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-direction: column;
}

body #wrapper #body #content {
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
}

body #wrapper #body {
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
}

#footer {
    display: flex;
    flex-direction: column;
}

#content {
    padding: 5px 0 8px 4px; /* Consolidated padding */
    flex-grow: 1; /* Expands to fill available height */
    box-sizing: border-box; /* Padding included in dimensions */
    flex-direction: column;
}



.hpa-control-row {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding: 10px;
    gap: 2px;
}

.hpa-content-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    gap:10px;
}

.hpa-content-col {
    display: flex;
    flex-direction: column;
    padding: 10px;
}



.hpa-dropdown-with-btn {
    display: flex;
    flex-direction: row;
    gap: 0; /* Ensure no gap between dropdown and button */
}

.hpa-dropdown-with-btn .chosen-container-single .chosen-single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.hpa-dropdown-with-btn button {
    align-items: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 25px !important;
}



/*TO Clean UP after this*/





/* Style for the notification list */


























/* Container for notification ordering */
.notification-ordering-container {
    display: inline-flex;
    margin: 0 auto;
    padding: 15px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    width: 40%;
    margin-left: 10px;
}

    /* Title styling */
    .notification-ordering-container h3 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
        color: #333;
    }

/* List of notifications */
#notificationList {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
}

/* Each notification item */


    /* Last item should not have a bottom border */
    .notification-item:last-child {
        border-bottom: none;
    }

    /* Handle icon for dragging */
    .notification-item .handle {
        font-size: 18px;
        margin-right: 10px;
        cursor: grab;
        user-select: none;
        color: #555;
    }

    /* Styling when dragging */
    .notification-item.sortable-chosen {
        background: #e3f2fd;
        border: 1px solid #007bff;
    }

    /* Placeholder space for dragged item */
    .notification-item.sortable-ghost {
        background: #ddd;
        visibility: hidden;
    }


.full-width-btn {
    margin-top: 10px;
}

























.hpa-news-container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}

.hpa-news-section {
    margin-bottom: 40px;
}

    .hpa-news-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
        color: #333;
    }

.hpa-news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.hpa-card {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.hpa-card:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.hpa-card-header {
    padding-bottom: 10px;
}

.hpa-card-header {
    font-size: 18px;
    margin: 0 0 5px;
    color: #222;
}

.hpa-card-header .hpa-card-date {
    font-size: 12px;
    color: #888;
    display: block;
}

.hpa-card-content {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    flex-grow: 1;
    padding-bottom: 15px;
}

.hpa-card-footer {
    padding-top: 10px;
    display: flex;
    justify-content: flex-end; /* Moves content to the right */
}

.hpa-read-more {
    display: inline-block;
    font-size: 10px;
    padding: 8px 8px; /* Larger padding for button feel */
}

.hpa-read-more:hover {
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .hpa-news-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .hpa-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .hpa-news-grid {
        grid-template-columns: 1fr;
    }
}




.system-health-check-row {
    display: flex;
    justify-content: space-between;
}
/*System Status*/

.system-health-checks-status-container {
   min-width: 400px;
    padding: 20px;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 10px;
}



.system-health-checks-status-container-header {
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}


/*System Response Time*/
.system-health-checks-typical-response-container {

    padding: 20px;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 10px;
}


.system-health-checks-typical-response-container-header {
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.typical-response-times-cards {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
}

.typical-response-times-card {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius:20px;
    border:1px solid gray; 
    padding: 30px;
}

.typical-response-times-card-header {
    text-align: center;
    text-transform: uppercase;
    font-size: medium;
    margin-bottom:10px;

}
.typical-response-times-card-body {
    display: flex;
    flex-direction: column;
    gap:5px;
}
.typical-response-times-card-body-row{
    display:flex;
    flex-direction:row;
    justify-content:space-between;

}
.typical-response-times-card-body-row-title{
    font-size:large;
}
.typical-response-times-card-body-row-value{
    text-align:center;
    justify-items:center;
    display:flex;
    flex-direction:column;
    align-self:center;
    margin-left:40px;
    font-size:medium;
}
/*System Latest Checks*/
.card,
.card * {
    box-sizing: border-box;
}

.card {
width: calc(100% - 40px);
min-width: 300px;
border-radius: 5px;
background-color: white;
text-align: center;
height: 300px;
position: relative;
display: inline-block;
transition: transform .2s ease-in, box-shadow .1s ease-in;
box-shadow: 0px 2px 2px #dfe6f0;
}





/* header, footer, and body */

.card-header,
.card-footer,
.card-body {
position: absolute;
left: 0;
right: 0;
padding: 10px 20px;
overflow: hidden;
}

.card-header {
top: 0;
height: 50px;
border-radius: 5px 5px 0 0;
}

.card-footer {
bottom: 0;
height: 50px;
border-radius: 0 0 5px 5px;
background-color: #F4F6F8;
}

.card-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
background-color: #F4F6F8;
border-radius: 0 0 5px 5px;
}




.card-body {
top: 50px;
bottom: 50px;
}

.card-header > h2,
.card-body > p,
.card-footer > p {
margin: 0;
}

.system-health-card {
display: flex;
flex-direction: column;
justify-content: center;
width:fit-content;
}
/* header content */

.card-header > h2 {
font-size: 16px;
padding: 6px;
/* (30 - font-size) / 2 */
color: white;
}

.cards-main-container {
    margin: 10px;
    padding: 20px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    flex-direction:column;
}
.cards-container{
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    gap: 10px;
    justify-content:center;
    
}
.cards-main-container-header {
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

/* card-info */

.card-info {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}

.card-info-element {
align-self: center;
display: inline-block;
vertical-align: middle;
}

.card-info-element {
width: 30%;
}

.card-info-description {
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
color: #B3BAC1;
text-align: left;
}

.card-info-value {
color: #576366;
font-weight: bold;
font-size: 14px;
vertical-align: bottom;
}

.card-info-line {
display: flex;
flex-direction: column;
}

.card-footer-value {
font-weight: bold;
font-size: 10px;
vertical-align: center;
color: white;
}

.card-info-assignment-level,
.card-info-deadline {
color: white;
background-color: #B3BAC1;
display: inline-block;
display: inline-flex;
justify-content: center;
/* align horizontal */
align-items: center;
/* align vertical */
border-radius: 100px;
}

.card-info-assignment-level {
width: 40px;
height: 40px;
line-height: 30px;
padding-top: 2px;
}

.card-info-deadline {
font-size: 12px;
padding: 6px 10px;
margin-bottom: 4px;
vertical-align: middle;
}


/* delimiter */

.card-body-delimiter {
background-color: #EDEFF1;
width: 40px;
height: 3px;
}

.alert-details {
border: 1px solid #fff;
border-radius: 5px;
font-size: 10px;
padding: 8px;
float: right;
display: -webkit-inline-box;
}

a .alert-details {
color: #fff;
text-decoration: none;
min-width: 80px;
display: block;
}

.alert {
width: 100%;
max-width: 650px;
background-color: #ddd;
display: inline-block;
color: white;
margin-bottom: 25px;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.health-message {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 20px;
border-radius: 5px;
margin: 10px;
font-size: 16px;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
transition: 0.5s;
cursor: pointer;
position: relative;
}

.health-message i {
margin-right: 10px;
}

.health-message .close {
cursor: pointer;
margin-left: 15px;
font-size: 18px;
text-shadow: none;
}

.health-message.warning {
border: 1px solid rgba(241, 142, 6, 0.81);
background-color: rgba(220, 128, 1, 0.16);
box-shadow: 0px 0px 2px #ffb103;
color: #ffb103;
}

.health-message.warning:hover {
    background-color: rgba(220, 128, 1, 0.33);
}

.health-message.error {
border: 1px solid rgba(241, 6, 6, 0.81);
background-color: rgba(220, 17, 1, 0.16);
box-shadow: 0px 0px 2px #ff0303;
color: #ff0303;
}

.health-message.error:hover {
background-color: rgba(220, 17, 1, 0.33);
}

.health-message.normal {
border: 1px solid rgba(6, 241, 226, 0.81);
background-color: rgba(1, 204, 220, 0.16);
box-shadow: 0px 0px 2px #03fff5;
color: #03d0ff;
}

.health-message.normal:hover {
background-color: rgba(1, 204, 220, 0.33);
}

.system-summary-container-header {
text-align: center;
text-transform: uppercase;
margin-top: 5px;
}

.system-summary-container {
    padding: 20px;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}

.system-summary-button {
display: flex;
justify-self: end;
border: 1px solid black;
padding: 5px;
border-radius: 5px;
background: transparent;
width: 100%;
justify-content: center;
align-self:end;
}

.summary-cards {
display: flex;
justify-content: space-evenly;
}

.summary-card {
width: 15rem;
font-size: 1rem;
margin: 0 15px;
overflow: hidden;
border-radius: 5px;
height: 150px;
display: flex;
flex-direction: column;
}

.summary-card-error {
border: 1px solid red;
background: red;
margin: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.summary-card-warning {
border: 1px solid #fad648;
background: #fad648;
margin: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.sumamry-card-content {
flex: 1;
display: flex;
flex-direction: row;
}

.summary-card-icon {
width: 50%;
font-size: 5em;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
align-self: center;
color: white;
}

.summary-card-text {
font-family: 'Poppins', sans-serif;
font-weight: 900;
width: 50%;
font-size: 2.7em;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: white;
}


/* Chart Styls*/
.health-checks-graphs-container {
    padding: 20px;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 10px;
    min-width: 500px;
    display: flex;
    flex-direction: column;
}
.health-checks-graphs-container-header {
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}
div#chartContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.chart-card {
--padding: 10px;

border-radius: 4px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
margin: 10px;
padding: 10px;
min-width: 500px;
display: flex;
flex-direction: column;
}

.chart-card-heading {
margin-bottom: 20px;
margin-top: 20px;
text-align: center;
text-transform: uppercase;
}

.chart-card-content {
margin-bottom: 50px;
}

table.tablesorter {
	display:none
}

table.tablesorter-stickyHeader > caption{
  display: none;
}

div.time-picker {
  position: absolute;
  height: 191px;
  width:4em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #aaa;
  z-index: 99;
  margin: 0;
  width:80px;
}
div.time-picker-12hours {
  width:10em; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px; 
}
div.time-picker li {
  cursor: pointer;
  height: 10px;
  font: 12px/1 Helvetica, Arial, sans-serif;
  padding: 4px 3px;
  width: 80px;
}
div.time-picker li.selected {
  background: #0063CE;
  color: #fff;
}
div.hpa-container table.hpa-cargo-type thead {
    border: 1px solid black;
}
div.hpa-container table.hpa-cargo-type thead th {
    text-align: center;
    border: 1px solid #eeeeee;
}

div.hpa-container table.hpa-cargo-type thead tr th {    
    height: 30px;
}

div.hpa-container table.hpa-cargo-type tbody tr, td {
    border: 1px solid #eeeeee;
}

div.hpa-container table.hpa-cargo-type td {
    text-align: center;
}

table.hpa-cargo-type .cargo-header {
    max-width: 50px;
    min-width: 50px;   
    word-wrap: break-word;
}

table.hpa-cargo-type .appoint-release-header {    
    min-height: 30px;
    max-height: 30px;
}

table.hpa-cargo-type .zone {
    width: 50px;
}

div.hpa-container table.hpa-text-align-center thead th, table.hpa-text-align-center tbody tr td {
    text-align: center;
}

div.hpa-container table.hpa-text-align-center {
    width: 13%;
}

input[type=checkbox].css-checkbox-restriction {
        position: absolute;  
        overflow: hidden;  
        clip: rect(0 0 0 0);  
        height:1px;  
        width:1px;  
        margin:-1px;  
        padding:0; 
        border:0;
    } 
input[type=checkbox].css-checkbox-restriction + label.css-label-restriction {
        padding-left:20px; 
        height:15px;  
        display:inline-block; 
        line-height:15px; 
        background-repeat:no-repeat; 
        background-position: 0 0; 
        font-size:15px; 
        vertical-align:middle; 
        cursor:pointer;
        width: 13px;
        float: none;
        background-position-x: center;
} 
input[type=checkbox].css-checkbox-restriction:checked + label.css-label-restriction {
        background-position: 0 -15px;
        background-position-x: center;
}

.css-label-restriction {
    background-image: url(/content/images/lite-x-black.png);
}

.restriciton-exclamation-icon {
    font-size: 1.5em; 
    color: #FFC200; 
    margin-top: 4px
}

.restriction-exclamation-icon-appt {
    font-size: 1.5em; 
    color: #FFC200; 
    margin-top: 1px;
    vertical-align: middle;
}

.restriction-check-icon {
    font-size: 1.5em;
    color: #6CCD6C;

}

.restriction-times-icon {
    font-size: 1.5em;
    color: #FF4E4E;
}

.restriction-icon-detail {
    margin-left: 30px; 
    margin-top: 14px;
}

.dt-no-wrap {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dt-buttons {
    margin-bottom: 20px;
}

.dataTables_paginate {
    margin-top: 20px;
}

.dataTables_info {
    margin-top: 20px;
}
div.mdd_modal
{
	position:fixed;
	top:0;
	left:0;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	z-index:1000;
	display:none;
	font-size:10pt;
	background-image:url(/Content/Scripts/MarkdownDeep/mdd_modal_background.png);
}
div.mdd_modal_frame
{
	width:650px;
	height:400px;
	background-color:White;
	z-index:2000;
	margin:0 auto;
	margin-top:60px;
	border:solid 5px #808080;
	position:relative;
	border-radius:5px;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

div.mdd_modal_button
{
	position:absolute;
	top:-33px;
	right:-5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:0px;
	height:20px;
	background-color:#808080;
	z-index:1999;
	border-radius:4px;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	line-height:1em;
}

div.mdd_modal_button a
{
	color:White;
	text-decoration:none;
}

div.mdd_modal_button a:hover
{
	color:Orange;
}

div.mdd_modal_content
{
	overflow:scroll;
	overflow-x:hidden;
	position:relative;
	width:100%;
	height:100%;
}

div.mdd_ajax_loader
{
	background-position: center center;
	background-image: url(/Content/Scripts/MarkdownDeep/mdd_ajax_loader.gif);
	background-repeat: no-repeat;
	width:100%;
	height:200px;
}

div.mdd_syntax
{
	font-size:12pt;
	padding:10px;
}

div.mdd_syntax h2
{
	font-size:14pt;
}
div.mdd_syntax h3
{
	font-size:12pt;
}
div.mdd_syntax pre
{				
	font-size:10pt;
	border:solid 1px silver;
	padding:4px;
	background-color:#f8f8f8;
}

div.mdd_toolbar_wrap 
{
    width:100%;
}
div.mdd_toolbar
{
	padding:5px;
	height:20px;
}

div.mdd_toolbar ul
{
	margin:0;
	padding:0;
}

div.mdd_toolbar li
{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

div.mdd_toolbar a.mdd_button
{
	background-image:url(/Content/Scripts/MarkdownDeep/mdd_toolbar.png);
	width:20px;
	height:20px;
	display:block;
}

span.mdd_sep
{
	width:5px;
	height:20px;
	display:block;
	border-left:solid 1px #808080;
	margin-left:5px;
}

#mdd_bold			{ background-position:-1px -1px;}
#mdd_bold:hover		{ background-position:-1px -23px; }
#mdd_italic			{ background-position:-23px -1px; }
#mdd_italic:hover	{ background-position:-23px -23px; }
#mdd_ullist			{ background-position:-177px -1px; }
#mdd_ullist:hover	{ background-position:-177px -23px; }
#mdd_ollist			{ background-position:-155px -1px; }
#mdd_ollist:hover	{ background-position:-155px -23px; }
#mdd_indent			{ background-position:-67px -1px; }
#mdd_indent:hover	{ background-position:-67px -23px; }
#mdd_outdent		{ background-position:-89px -1px; }
#mdd_outdent:hover	{ background-position:-89px -23px; }
#mdd_link			{ background-position:-45px -1px; }
#mdd_link:hover		{ background-position:-45px -23px; }
#mdd_img			{ background-position:-133px -1px; }
#mdd_img:hover		{ background-position:-133px -23px; }
#mdd_hr				{ background-position:-221px -1px; }
#mdd_hr:hover		{ background-position:-221px -23px; }
#mdd_code			{ background-position:-111px -1px; }
#mdd_code:hover		{ background-position:-111px -23px; }
#mdd_heading		{ background-position:-199px -1px; }
#mdd_heading:hover	{ background-position:-199px -23px; }
#mdd_undo			{ background-position:-243px -1px; }
#mdd_undo:hover		{ background-position:-243px -23px; }
#mdd_redo			{ background-position:-265px -1px; }
#mdd_redo:hover		{ background-position:-265px -23px; }

div.mdd_links
{
	float:right;
}

div.mdd_links a
{
	text-decoration:none;
	color:#404040;
	font-size:smaller;
}
div.mdd_links a:hover
{
	color:black;
}

div.mdd_editor_wrap
{
    padding-right: 8px;
}
textarea.mdd_editor
{
	width:100%;
	resize:none;
	margin:0;padding: 3px;
}

div.mdd_resizer_wrap
{
	width:100%;
}
div.mdd_resizer
{
	background:#f8f8f8; 
	background-image:url(/Content/Scripts/MarkdownDeep/mdd_gripper.png);
	background-position:center center;
	background-repeat:no-repeat;
	padding-left:2px;
	padding-right:2px;
	height:9px;
	border:solid 1px #d0d0d0;
	margin-top:-1px;
	cursor:n-resize;
}


/*************
  hpa tablesorter theme
 *************/
/* overall */
.tablesorter-hpa {
	width: 100%;
	background-color: #fff;
	margin: 10px 0 15px;
	text-align: left;
	border-spacing: 0;
	border: #cdcdcd 1px solid;
	border-width: 1px 0 0 1px;
}
.tablesorter-hpa th,
.tablesorter-hpa td {
	border: #cdcdcd 1px solid;
	border-width: 0 1px 1px 0;
}

/* header */
.tablesorter-hpa th,
.tablesorter-hpa thead td {
	font: 12px/18px Arial, Sans-serif;
	font-weight: bold;
	color: #000;
	background-color: #99bfe6;
	border-collapse: collapse;
	padding: 4px;
	text-shadow: 0 1px 0 rgba(204, 204, 204, 0.7);
}
.tablesorter-hpa tbody td,
.tablesorter-hpa tfoot th,
.tablesorter-hpa tfoot td {
	padding: 4px;
	/*vertical-align: top;*/
}
.tablesorter-hpa .header,
.tablesorter-hpa .tablesorter-header {
	/* black (unsorted) double arrow */
	/*background-image: url(/Content/Styles/pager/hpa/data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP/yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);*/
	/* white (unsorted) double arrow */
	/* background-image: url(/Content/Styles/pager/hpa/data:image/gif;base64,R0lGODlhFQAJAIAAAP/yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
	/* image */
	 background-image: url(/Content/Styles/pager/hpa/images/black-unsorted.gif); 
	background-repeat: no-repeat;
	background-position: center right 4px;
	padding: 4px 18px 4px 4px;
	white-space: normal;
	cursor: pointer;
}
.tablesorter-hpa .headerSortUp,
.tablesorter-hpa .tablesorter-headerSortUp,
.tablesorter-hpa .tablesorter-headerAsc {
	background-color: #9fbfdf;
	/* black asc arrow */
	/*background-image: url(/Content/Styles/pager/hpa/data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP/yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);*/
	/* white asc arrow */
	/* background-image: url(/Content/Styles/pager/hpa/data:image/gif;base64,R0lGODlhFQAEAIAAAP/yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
	/* image */
	 background-image: url(/Content/Styles/pager/hpa/images/black-asc.gif); 
}
.tablesorter-hpa .headerSortDown,
.tablesorter-hpa .tablesorter-headerSortDown,
.tablesorter-hpa .tablesorter-headerDesc {
	background-color: #8cb3d9;
	/* black desc arrow */
	/*background-image: url(/Content/Styles/pager/hpa/data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP/yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);*/
	/* white desc arrow */
	/* background-image: url(/Content/Styles/pager/hpa/data:image/gif;base64,R0lGODlhFQAEAIAAAP/yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
	/* image */
	 background-image: url(/Content/Styles/pager/hpa/images/black-desc.gif); 
}
.tablesorter-hpa thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}

/* tfoot */
.tablesorter-hpa tfoot .tablesorter-headerSortUp,
.tablesorter-hpa tfoot .tablesorter-headerSortDown,
.tablesorter-hpa tfoot .tablesorter-headerAsc,
.tablesorter-hpa tfoot .tablesorter-headerDesc {
	/* remove sort arrows from footer */
	background-image: none;
}

/* tbody */
.tablesorter-hpa td {
	color: #3d3d3d;
	background-color: #fff;
	padding: 4px;
	/*vertical-align: top;*/
}

/* hovered row colors
 you'll need to add additional lines for
 rows with more than 2 child rows
 */
.tablesorter-hpa tbody > tr.hover > td,
.tablesorter-hpa tbody > tr:hover > td,
.tablesorter-hpa tbody > tr:hover + tr.tablesorter-childRow > td,
.tablesorter-hpa tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-hpa tbody > tr.even.hover > td,
.tablesorter-hpa tbody > tr.even:hover > td,
.tablesorter-hpa tbody > tr.even:hover + tr.tablesorter-childRow > td,
.tablesorter-hpa tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
	background-color: #d9d9d9;
}
.tablesorter-hpa tbody > tr.odd.hover > td,
.tablesorter-hpa tbody > tr.odd:hover > td,
.tablesorter-hpa tbody > tr.odd:hover + tr.tablesorter-childRow > td,
.tablesorter-hpa tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
	background-color: #bfbfbf;
}

/* table processing indicator */
.tablesorter-hpa .tablesorter-processing {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	/* background-image: url(/Content/Styles/pager/hpa/images/loading.gif) !important; */
	background-image: url(/Content/Styles/pager/hpa/data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=) !important;
}

/* Zebra Widget - row alternating colors */
.tablesorter-hpa tbody tr.odd > td {
	background-color: #ebf2fa;
}
.tablesorter-hpa tbody tr.even > td {
	background-color: #fff;
}

/* Column Widget - column sort colors */
.tablesorter-hpa td.primary,
.tablesorter-hpa tr.odd td.primary {
	background-color: #99b3e6;
}
.tablesorter-hpa tr.even td.primary {
	background-color: #c2d1f0;
}
.tablesorter-hpa td.secondary,
.tablesorter-hpa tr.odd td.secondary {
	background-color: #c2d1f0;
}
.tablesorter-hpa tr.even td.secondary {
	background-color: #d6e0f5;
}
.tablesorter-hpa td.tertiary,
.tablesorter-hpa tr.odd td.tertiary {
	/*background-color: #d6e0f5;*/
    background-color:#f5f5f5;
}
.tablesorter-hpa tr.even td.tertiary {
	background-color: #ebf0fa;
}

/* caption */
caption {
	background-color: #fff;
}

/* filter widget */
.tablesorter-hpa .tablesorter-filter-row {
	background-color: #eee;
}
.tablesorter-hpa .tablesorter-filter-row td {
	background-color: #eee;
	line-height: normal;
	text-align: center; /* center the input */
	-webkit-transition: line-height 0.1s ease;
	-moz-transition: line-height 0.1s ease;
	-o-transition: line-height 0.1s ease;
	transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-hpa .tablesorter-filter-row .disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}
/* hidden filter row */
.tablesorter-hpa .tablesorter-filter-row.hideme td {
	/*** *********************************************** ***/
	/*** change this padding to modify the thickness     ***/
	/*** of the closed filter row (height = padding x 2) ***/
	padding: 2px;
	/*** *********************************************** ***/
	margin: 0;
	line-height: 0;
	cursor: pointer;
}
.tablesorter-hpa .tablesorter-filter-row.hideme * {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	/* don't use visibility: hidden because it disables tabbing */
	opacity: 0;
	filter: alpha(opacity=0);
}
/* filters */
.tablesorter-hpa input.tablesorter-filter,
.tablesorter-hpa select.tablesorter-filter {
	width: 98%;
	height: auto;
	margin: 0;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}
/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
	display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #e6bf99;
}


.pager> i {
     background:#ebf2fa;
    -ms-border-radius: 20%;
    border-radius: 20%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    color: #005a98;
}

/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
    position: absolute;
    text-align: center;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
    line-height: 1;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    line-height: 1;
    font-weight: bold;
    font-size: 1em !important;
}

/* Below Class added by HPA   */ 
.TimeCircle {
    float:right; 
    margin:auto; 
    width:30px; 
    height:30px;
}
/*!
 * TableExport.js v3.3.9 (https://www.travismclarke.com)
 * Copyright 2016 Travis Clarke
 * Licensed under the MIT license
 */

/*-----------------------------------/
/* CAPTION POSITIONS
/*----------------------------------*/

.top {
    caption-side: top;
}

.bottom {
    caption-side: bottom;
}

/*-----------------------------------/
/* BUTTON CUSTOM CLASSES
/*----------------------------------*/

.button-default, .button-default:hover, .button-default:focus, .button-default:active {
    text-decoration: none;
}
/*.button-default {
    font: bold 12px sans-serif;
    color: #222222;
    cursor: pointer;
    padding: 5px;
    margin: 5px;
}*/

.button-default {
   float: right !important;
    box-sizing: border-box;
    height: 32px;
    color: black;
    margin-right: 5px;
    background-color: #eaeaea;
    padding: .4em 1em;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #d3d3d3/*{borderColorDefault}*/;
    font-weight:normal/*{fwDefault}*/;
    font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
    font-size: 1.1em/*{fsDefault}*/;
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: normal;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

.button-default.xlsx:before, .button-default.xls:before, .button-default.csv:before, .button-default.txt:before {
    content: none;
}

.xlsx, .xls, .csv, .txt {
    margin: 4px 0;
}

.xlsx:before, .xls:before, .csv:before, .txt:before {
    margin-right: 10px;
    padding: 11px 15px 12px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.xlsx:before {
    content: "";
    background: darkgreen url(/Content/images/TableExport/xlsx.svg) no-repeat center;
}

.xls:before {
    content: "";
    background: green url(/Content/images/TableExport/xls.svg) no-repeat center;
}

.csv:before {
    content: "";
    background: blue url(/Content/images/TableExport/csv.svg) no-repeat center;
}

.txt:before {
    content: "";
    background: purple url(/Content/images/TableExport/txt.svg) no-repeat center;
}
