/*! jQuery UI - v1.12.1 - 2018-10-09
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=redmond&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fad42e&bgImgOpacityHighlight=55&bgTextureHighlight=flat&bgColorHighlight=fbec88&iconColorActive=f9bd01&fcActive=e17009&borderColorActive=79b7e7&bgImgOpacityActive=100&bgTextureActive=inset_hard&bgColorActive=f5f8f9&iconColorHover=217bc0&fcHover=1d5987&borderColorHover=79b7e7&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=d0e5f5&iconColorDefault=6da8d5&fcDefault=2e6e9e&borderColorDefault=c5dbec&bgImgOpacityDefault=85&bgTextureDefault=glass&bgColorDefault=dfeffc&iconColorContent=469bdd&fcContent=222222&borderColorContent=a6c9e2&bgImgOpacityContent=100&bgTextureContent=inset_hard&bgColorContent=fcfdfd&iconColorHeader=d8e7f3&fcHeader=ffffff&borderColorHeader=4297d7&bgImgOpacityHeader=55&bgTextureHeader=gloss_wave&bgColorHeader=5c9ccc&cornerRadius=5px&fsDefault=1.1em&fwDefault=bold&ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: 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-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Lucida Grande,Lucida Sans,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: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5dbec;
}
.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url("/Content/jquery-ui-1.12.1.custom/images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #4297d7;
	background: #5c9ccc url("/Content/jquery-ui-1.12.1.custom/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* 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 #c5dbec;
	background: #dfeffc url("/Content/jquery-ui-1.12.1.custom/images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
}
.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: #2e6e9e;
	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 #79b7e7;
	background: #d0e5f5 url("/Content/jquery-ui-1.12.1.custom/images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1d5987;
}
.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: #1d5987;
	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 #79b7e7;
	background: #f5f8f9 url("/Content/jquery-ui-1.12.1.custom/images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #e17009;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #79b7e7;
	background-color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #e17009;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fad42e;
	background: #fbec88;
	color: #363636;
}
.ui-state-checked {
	border: 1px solid #fad42e;
	background: #fbec88;
}
.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/jquery-ui-1.12.1.custom/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/jquery-ui-1.12.1.custom/images/ui-icons_469bdd_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/Content/jquery-ui-1.12.1.custom/images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/Content/jquery-ui-1.12.1.custom/images/ui-icons_217bc0_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/Content/jquery-ui-1.12.1.custom/images/ui-icons_f9bd01_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/Content/jquery-ui-1.12.1.custom/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/Content/jquery-ui-1.12.1.custom/images/ui-icons_cd0a0a_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/Content/jquery-ui-1.12.1.custom/images/ui-icons_6da8d5_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: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: -8px -8px 8px #aaaaaa;
	box-shadow: -8px -8px 8px #aaaaaa;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - jquery-ui Custom Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 *
 * This stylesheet contains styles for the custom build extended jquery-ui widgets.
 *
 */
  
/* UI-Slider
================================================== */

.ui-slider
{
    position: relative;
}

.ui-slider .ui-slider-handle-tooltip
{
    max-width: 200px;
    width: auto !important;
    height: auto !important;
    padding: 1px 6px;
    color: #ffffff;
    font-size: 11px;
    z-index: 3;
    position: absolute;
    text-align: center;
    text-decoration: none;
    background-color: #333;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ui-slider-horizontal .ui-slider-handle-tooltip
{
    bottom: 100%;
    margin-bottom: 10px;
    z-index: 4;
}

.ui-slider-horizontal .ui-slider-handle-tooltip:before
{
    content: ' ';
    border: 4px solid transparent;
    width: 0;
    height: 0;
    border-top-color: #333;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
}

.ui-slider-horizontal .ui-slider-ticks
{
    position: relative;
    top: 100%;
    padding-top: 3px;
}

.ui-slider-horizontal .ui-slider-ticks span
{
    position: absolute;
    height: 5px;
    border-left: 1px solid #999;
    font-size: 0;
}

.ui-slider-horizontal .ui-slider-ticks span ins
{
    float: left;
    margin-left: -50%;
    color: #999;
    position: relative;
    top: 100%;
    font-size: 9px;
    text-decoration: none;
}

.ui-slider-vertical .ui-slider-handle-tooltip
{
    right: 100%;
    margin-right: 9px;
}

.ui-slider-vertical .ui-slider-handle-tooltip:before
{
    content: ' ';
    border: 4px solid transparent;
    width: 0;
    height: 0;
    border-left-color: #333;
    position: absolute;
    bottom: 50%;
    margin-bottom: -4px;
    right: -8px;
}

.ui-slider-vertical .ui-slider-ticks
{
    position: relative;
    z-index: 3;
    left: 100%;
    height: 100%;
    margin-left: 5px;
}

.ui-slider-vertical .ui-slider-ticks span
{
    position: absolute;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 5px;
    padding-top: 4px;
    border-bottom: 1px solid #999;
    font-size: 0;
}

.ui-slider-vertical .ui-slider-ticks span ins
{
    position: absolute;
    color: #999;
    left: 10px;
    top: 0;
    line-height: 1;
    font-size: 9px;
    text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - jQuery-UI Timepicker Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 */

.ui-timepicker-div .ui-slider
{
    margin-top: 5px;
}

.ui-timepicker-div dl
{
    text-align: left;
    padding: 8px 8px 0 8px;
    margin: 0 0 15px 0;
}

.ui-timepicker-div dl dt
{
    height: 25px;
    margin-bottom: -25px;
}

.ui-timepicker-div dl dd
{
    margin: 0 10px 8px 90px;
}

.ui-timepicker-div td
{
    font-size: 90%;
}

.ui-tpicker-grid-label
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

/*!
 * Bootstrap v2.2.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img,.google-maps img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;line-height:18px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover{color:#005580;text-decoration:underline}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;content:"";line-height:0}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offset4{margin-left:340px}.offset3{margin-left:260px}.offset2{margin-left:180px}.offset1{margin-left:100px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.127659574468085%;*margin-left:2.074468085106383%}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%}.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%}.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%}.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%}.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%}.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%}.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%}.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%}.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%}.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%}.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%}.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%}.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%}.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%}.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%}.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%}.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%}.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%}.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%}.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%}.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%}.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%}.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%}.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%}.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%}.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%}.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%}.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%}.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%}.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%}.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%}.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%}.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%}.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%}.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right}.container{margin-right:auto;margin-left:auto;*zoom:1}.container:before,.container:after{display:table;content:"";line-height:0}.container:after{clear:both}.container-fluid{padding-right:20px;padding-left:20px;*zoom:1}.container-fluid:before,.container-fluid:after{display:table;content:"";line-height:0}.container-fluid:after{clear:both}p{margin:0 0 9px}.lead{margin-bottom:18px;font-size:18px;font-weight:200;line-height:27px}small{font-size:85%}strong{font-weight:bold}em{font-style:italic}cite{font-style:normal}.muted{color:#999}.text-warning{color:#c09853}a.text-warning:hover{color:#a47e3c}.text-error{color:#b94a48}a.text-error:hover{color:#953b39}.text-info{color:#3a87ad}a.text-info:hover{color:#2d6987}.text-success{color:#468847}a.text-success:hover{color:#356635}h1,h2,h3,h4,h5,h6{margin:9px 0;font-family:inherit;font-weight:bold;line-height:18px;color:inherit;text-rendering:optimizelegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{line-height:36px}h1{font-size:33px}h2{font-size:27px}h3{font-size:21px}h4{font-size:15px}h5{font-size:12px}h6{font-size:10.2px}h1 small{font-size:21px}h2 small{font-size:15px}h3 small{font-size:12px}h4 small{font-size:12px}.page-header{padding-bottom:8px;margin:18px 0 27px;border-bottom:1px solid #eee}ul,ol{padding:0;margin:0 0 9px 25px}ul ul,ul ol,ol ol,ol ul{margin-bottom:0}li{line-height:18px}ul.unstyled,ol.unstyled{margin-left:0;list-style:none}dl{margin-bottom:18px}dt,dd{line-height:18px}dt{font-weight:bold}dd{margin-left:9px}.dl-horizontal{*zoom:1}.dl-horizontal:before,.dl-horizontal:after{display:table;content:"";line-height:0}.dl-horizontal:after{clear:both}.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}hr{margin:18px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:0 0 0 15px;margin:0 0 18px;border-left:5px solid #eee}blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:22.5px}blockquote small{display:block;line-height:18px;color:#999}blockquote small:before{content:'— '}blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:' —'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:18px;font-style:normal;line-height:18px}code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:10px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8}pre{display:block;padding:8.5px;margin:0 0 9px;font-size:11px;line-height:18px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}pre.prettyprint{margin-bottom:18px}pre code{padding:0;color:inherit;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.label,.badge{display:inline-block;padding:2px 4px;font-size:10.152px;font-weight:bold;line-height:14px;color:#fff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}a.label:hover,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}.table{width:100%;margin-bottom:18px}.table th,.table td{padding:8px;line-height:18px;text-align:left;vertical-align:top;border-top:1px solid #ddd}.table th{font-weight:bold}.table thead th{vertical-align:bottom}.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table-condensed th,.table-condensed td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapse;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.table-bordered th,.table-bordered td{border-left:1px solid #ddd}.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child,.table-bordered tfoot:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child,.table-bordered tfoot:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9}.table-hover tbody tr:hover td,.table-hover tbody tr:hover th{background-color:#f5f5f5}table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display:table-cell;float:none;margin-left:0}.table td.span1,.table th.span1{float:none;width:44px;margin-left:0}.table td.span2,.table th.span2{float:none;width:124px;margin-left:0}.table td.span3,.table th.span3{float:none;width:204px;margin-left:0}.table td.span4,.table th.span4{float:none;width:284px;margin-left:0}.table td.span5,.table th.span5{float:none;width:364px;margin-left:0}.table td.span6,.table th.span6{float:none;width:444px;margin-left:0}.table td.span7,.table th.span7{float:none;width:524px;margin-left:0}.table td.span8,.table th.span8{float:none;width:604px;margin-left:0}.table td.span9,.table th.span9{float:none;width:684px;margin-left:0}.table td.span10,.table th.span10{float:none;width:764px;margin-left:0}.table td.span11,.table th.span11{float:none;width:844px;margin-left:0}.table td.span12,.table th.span12{float:none;width:924px;margin-left:0}.table tbody tr.success td{background-color:#dff0d8}.table tbody tr.error td{background-color:#f2dede}.table tbody tr.warning td{background-color:#fcf8e3}.table tbody tr.info td{background-color:#d9edf7}.table-hover tbody tr.success:hover td{background-color:#d0e9c6}.table-hover tbody tr.error:hover td{background-color:#ebcccc}.table-hover tbody tr.warning:hover td{background-color:#faf2cc}.table-hover tbody tr.info:hover td{background-color:#c4e3f3}form{margin:0 0 18px}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:18px;font-size:18px;line-height:36px;color:#333;border:0;border-bottom:1px solid #e5e5e5}legend small{font-size:13.5px;color:#999}label,input,button,select,textarea{font-size:12px;font-weight:normal;line-height:18px}input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}label{display:block;margin-bottom:5px}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:18px;padding:4px 6px;margin-bottom:9px;font-size:12px;line-height:18px;color:#555;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;vertical-align:middle}input,textarea,.uneditable-input{width:206px}textarea{height:auto}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}select,input[type="file"]{height:28px;*margin-top:4px;line-height:28px}select{width:220px;border:1px solid #ccc;background-color:#fff}select[multiple],select[size]{height:auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.uneditable-input,.uneditable-textarea{color:#999;background-color:#fcfcfc;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.025);box-shadow:inset 0 1px 2px rgba(0,0,0,.025);cursor:not-allowed}.uneditable-input{overflow:hidden;white-space:nowrap}.uneditable-textarea{width:auto;height:auto}input:-moz-placeholder,textarea:-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.radio,.checkbox{min-height:18px;padding-left:20px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-20px}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px}.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px}.input-mini{width:60px}.input-small{width:90px}.input-medium{width:150px}.input-large{width:210px}.input-xlarge{width:270px}.input-xxlarge{width:530px}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:926px}input.span11,textarea.span11,.uneditable-input.span11{width:846px}input.span10,textarea.span10,.uneditable-input.span10{width:766px}input.span9,textarea.span9,.uneditable-input.span9{width:686px}input.span8,textarea.span8,.uneditable-input.span8{width:606px}input.span7,textarea.span7,.uneditable-input.span7{width:526px}input.span6,textarea.span6,.uneditable-input.span6{width:446px}input.span5,textarea.span5,.uneditable-input.span5{width:366px}input.span4,textarea.span4,.uneditable-input.span4{width:286px}input.span3,textarea.span3,.uneditable-input.span3{width:206px}input.span2,textarea.span2,.uneditable-input.span2{width:126px}input.span1,textarea.span1,.uneditable-input.span1{width:46px}.controls-row{*zoom:1}.controls-row:before,.controls-row:after{display:table;content:"";line-height:0}.controls-row:after{clear:both}.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float:left}.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top:5px}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent}.control-group.warning>label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853}.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.control-group.error>label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48}.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.control-group.success>label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847}.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847}.control-group.info>label,.control-group.info .help-block,.control-group.info .help-inline{color:#3a87ad}.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad}.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3}.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad}input:focus:required:invalid,textarea:focus:required:invalid,select:focus:required:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}.form-actions{padding:17px 20px 18px;margin-top:18px;margin-bottom:18px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1}.form-actions:before,.form-actions:after{display:table;content:"";line-height:0}.form-actions:after{clear:both}.help-block,.help-inline{color:#595959}.help-block{display:block;margin-bottom:9px}.help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-left:5px}.input-append,.input-prepend{margin-bottom:5px;font-size:0;white-space:nowrap}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu{font-size:12px}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:top;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index:2}.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:18px;min-width:16px;padding:4px 5px;font-size:12px;font-weight:normal;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc}.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546}.input-prepend .add-on,.input-prepend .btn{margin-right:-1px}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-append input+.btn-group .btn,.input-append select+.btn-group .btn,.input-append .uneditable-input+.btn-group .btn{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append .add-on,.input-append .btn,.input-append .btn-group{margin-left:-1px}.input-append .add-on:last-child,.input-append .btn:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append .btn-group:first-child{margin-left:0}input.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.form-search .input-append .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search .input-append .btn{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none}.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0}.control-group{margin-bottom:9px}legend+.control-group{margin-top:18px;-webkit-margin-top-collapse:separate}.form-horizontal .control-group{margin-bottom:18px;*zoom:1}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:"";line-height:0}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-label{float:left;width:160px;padding-top:5px;text-align:right}.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0}.form-horizontal .controls:first-child{*padding-left:180px}.form-horizontal .help-block{margin-bottom:0}.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block{margin-top:9px}.form-horizontal .form-actions{padding-left:180px}.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 12px;margin-bottom:0;font-size:12px;line-height:18px;*line-height:18px;text-align:center;vertical-align:middle;cursor:pointer;color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border:1px solid #bbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#ccc \9}.btn:first-child{*margin-left:0}.btn:hover{color:#333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:11px 19px;font-size:15px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:2px}.btn-small{padding:2px 10px;font-size:10.2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{margin-top:0}.btn-mini{padding:1px 6px;font-size:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,.75)}.btn{border-color:#c5c5c5;border-color:rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25)}.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);*background-color:#04c;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.btn-primary:active,.btn-primary.active{background-color:#039 \9}.btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#fff;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#da4f49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#fff;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#5bb75b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#fff;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#fff;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));background-image:-webkit-linear-gradient(top,#444,#222);background-image:-o-linear-gradient(top,#444,#222);background-image:linear-gradient(to bottom,#444,#222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);border-color:#222 #222 #000;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);*background-color:#222;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#fff;background-color:#222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{border-color:transparent;cursor:pointer;color:#08c;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover{color:#005580;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover{color:#333;text-decoration:none}.btn-group{position:relative;display:inline-block;*display:inline;*zoom:1;font-size:0;vertical-align:middle;white-space:nowrap;*margin-left:.3em}.btn-group:first-child{*margin-left:0}.btn-group+.btn-group{margin-left:5px}.btn-toolbar{font-size:0;margin-top:9px;margin-bottom:9px}.btn-toolbar .btn+.btn,.btn-toolbar .btn-group+.btn,.btn-toolbar .btn+.btn-group{margin-left:5px}.btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group>.btn+.btn{margin-left:-1px}.btn-group>.btn,.btn-group>.dropdown-menu{font-size:12px}.btn-group>.btn-mini{font-size:11px}.btn-group>.btn-small{font-size:12px}.btn-group>.btn-large{font-size:16px}.btn-group>.btn:first-child{margin-left:0;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px}.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px}.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);*padding-top:5px;*padding-bottom:5px}.btn-group>.btn-mini+.dropdown-toggle{padding-left:5px;padding-right:5px;*padding-top:2px;*padding-bottom:2px}.btn-group>.btn-small+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px}.btn-group>.btn-large+.dropdown-toggle{padding-left:12px;padding-right:12px;*padding-top:7px;*padding-bottom:7px}.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6}.btn-group.open .btn-primary.dropdown-toggle{background-color:#04c}.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406}.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f}.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351}.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4}.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222}.btn .caret{margin-top:8px;margin-left:0}.btn-mini .caret,.btn-small .caret,.btn-large .caret{margin-top:6px}.btn-large .caret{border-left-width:5px;border-right-width:5px;border-top-width:5px}.dropup .btn-large .caret{border-bottom-width:5px}.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#fff;border-bottom-color:#fff}.btn-group-vertical{display:inline-block;*display:inline;*zoom:1}.btn-group-vertical .btn{display:block;float:none;width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group-vertical .btn+.btn{margin-left:0;margin-top:-1px}.btn-group-vertical .btn:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.btn-group-vertical .btn:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.btn-group-vertical .btn-large:first-child{-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}.btn-group-vertical .btn-large:last-child{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.nav{margin-left:0;margin-bottom:18px;list-style:none}.nav>li>a{display:block}.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>.pull-right{float:right}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:18px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,.5);text-transform:uppercase}.nav li+.nav-header{margin-top:9px}.nav-list{padding-left:15px;padding-right:15px;margin-bottom:0}.nav-list>li>a,.nav-list .nav-header{margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255,255,255,.5)}.nav-list>li>a{padding:3px 15px}.nav-list>.active>a,.nav-list>.active>a:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.2);background-color:#08c}.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-right:2px}.nav-list .divider{*width:100%;height:1px;margin:8px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.nav-tabs,.nav-pills{*zoom:1}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;content:"";line-height:0}.nav-tabs:after,.nav-pills:after{clear:both}.nav-tabs>li,.nav-pills>li{float:left}.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{margin-bottom:-1px}.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:18px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>.active>a,.nav-tabs>.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.nav-pills>.active>a,.nav-pills>.active>a:hover{color:#fff;background-color:#08c}.nav-stacked>li{float:none}.nav-stacked>li>a{margin-right:0}.nav-tabs.nav-stacked{border-bottom:0}.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px}.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}.nav-tabs.nav-stacked>li>a:hover{border-color:#ddd;z-index:2}.nav-pills.nav-stacked>li>a{margin-bottom:3px}.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.nav .dropdown-toggle .caret{border-top-color:#08c;border-bottom-color:#08c;margin-top:6px}.nav .dropdown-toggle:hover .caret{border-top-color:#005580;border-bottom-color:#005580}.nav-tabs .dropdown-toggle .caret{margin-top:8px}.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.nav>.dropdown.active>a:hover{cursor:pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover{color:#fff;background-color:#999;border-color:#999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)}.tabs-stacked .open>a:hover{border-color:#999}.tabbable{*zoom:1}.tabbable:before,.tabbable:after{display:table;content:"";line-height:0}.tabbable:after{clear:both}.tab-content{overflow:auto}.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:hover{border-bottom-color:transparent;border-top-color:#ddd}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.tabs-left>.nav-tabs>li>a:hover{border-color:#eee #ddd #eee #eee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.tabs-right>.nav-tabs>li>a:hover{border-color:#eee #eee #eee #ddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}.nav>.disabled>a{color:#999}.nav>.disabled>a:hover{text-decoration:none;background-color:transparent;cursor:default}.navbar{overflow:visible;margin-bottom:18px;color:#777;*position:relative;*z-index:2}.navbar-inner{min-height:40px;padding-left:20px;padding-right:20px;background-color:#fafafa;background-image:-moz-linear-gradient(top,#fff,#f2f2f2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);background-image:-o-linear-gradient(top,#fff,#f2f2f2);background-image:linear-gradient(to bottom,#fff,#f2f2f2);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,.065);box-shadow:0 1px 4px rgba(0,0,0,.065);*zoom:1}.navbar-inner:before,.navbar-inner:after{display:table;content:"";line-height:0}.navbar-inner:after{clear:both}.navbar .container{width:auto}.nav-collapse.collapse{height:auto;overflow:visible}.navbar .brand{float:left;display:block;padding:11px 20px 11px;margin-left:-20px;font-size:20px;font-weight:200;color:#777;text-shadow:0 1px 0 #fff}.navbar .brand:hover{text-decoration:none}.navbar-text{margin-bottom:0;line-height:40px}.navbar-link{color:#777}.navbar-link:hover{color:#333}.navbar .divider-vertical{height:40px;margin:0 9px;border-left:1px solid #f2f2f2;border-right:1px solid #fff}.navbar .btn,.navbar .btn-group{margin-top:5px}.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn{margin-top:0}.navbar-form{margin-bottom:0;*zoom:1}.navbar-form:before,.navbar-form:after{display:table;content:"";line-height:0}.navbar-form:after{clear:both}.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px}.navbar-form input,.navbar-form select,.navbar-form .btn{display:inline-block;margin-bottom:0}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px}.navbar-form .input-append,.navbar-form .input-prepend{margin-top:6px;white-space:nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0}.navbar-search{position:relative;float:left;margin-top:5px;margin-bottom:0}.navbar-search .search-query{margin-bottom:0;padding:4px 14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.navbar-static-top{position:static;margin-bottom:0}.navbar-static-top .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width:0 0 1px}.navbar-fixed-bottom .navbar-inner{border-width:1px 0 0}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-left:0;padding-right:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.navbar-fixed-top{top:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);box-shadow:0 1px 10px rgba(0,0,0,.1)}.navbar-fixed-bottom{bottom:0}.navbar-fixed-bottom .navbar-inner{-webkit-box-shadow:0 -1px 10px rgba(0,0,0,.1);-moz-box-shadow:0 -1px 10px rgba(0,0,0,.1);box-shadow:0 -1px 10px rgba(0,0,0,.1)}.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0}.navbar .nav.pull-right{float:right;margin-right:0}.navbar .nav>li{float:left}.navbar .nav>li>a{float:none;padding:11px 15px 11px;color:#777;text-decoration:none;text-shadow:0 1px 0 #fff}.navbar .nav .dropdown-toggle .caret{margin-top:8px}.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{background-color:transparent;color:#333;text-decoration:none}.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#555;text-decoration:none;background-color:#e5e5e5;-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,.125);-moz-box-shadow:inset 0 3px 8px rgba(0,0,0,.125);box-shadow:inset 0 3px 8px rgba(0,0,0,.125)}.navbar .btn-navbar{display:none;float:right;padding:7px 10px;margin-left:5px;margin-right:5px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#ededed;background-image:-moz-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));background-image:-webkit-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:-o-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:linear-gradient(to bottom,#f2f2f2,#e5e5e5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);border-color:#e5e5e5 #e5e5e5 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);*background-color:#e5e5e5;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075)}.navbar .btn-navbar:hover,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color:#fff;background-color:#e5e5e5;*background-color:#d9d9d9}.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#ccc \9}.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.btn-navbar .icon-bar+.icon-bar{margin-top:3px}.navbar .nav>li>.dropdown-menu:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:9px}.navbar .nav>li>.dropdown-menu:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:10px}.navbar-fixed-bottom .nav>li>.dropdown-menu:before{border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);border-bottom:0;bottom:-7px;top:auto}.navbar-fixed-bottom .nav>li>.dropdown-menu:after{border-top:6px solid #fff;border-bottom:0;bottom:-6px;top:auto}.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{background-color:#e5e5e5;color:#555}.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#777;border-bottom-color:#777}.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{left:auto;right:0}.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{left:auto;right:12px}.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{left:auto;right:13px}.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{left:auto;right:100%;margin-left:0;margin-right:-1px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.navbar-inverse{color:#999}.navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222,#111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));background-image:-webkit-linear-gradient(top,#222,#111);background-image:-o-linear-gradient(top,#222,#111);background-image:linear-gradient(to bottom,#222,#111);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);border-color:#252525}.navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#999;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover{color:#fff}.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{background-color:transparent;color:#fff}.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{color:#fff;background-color:#111}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .divider-vertical{border-left-color:#111;border-right-color:#222}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{background-color:#111;color:#fff}.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-search .search-query{color:#fff;background-color:#515151;border-color:#111;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding:5px 15px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);-moz-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15);outline:0}.navbar-inverse .btn-navbar{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#0e0e0e;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);border-color:#040404 #040404 #000;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);*background-color:#040404;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#fff;background-color:#040404;*background-color:#000}.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{background-color:#000 \9}.breadcrumb{padding:8px 15px;margin:0 0 18px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.breadcrumb li{display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 0 #fff}.breadcrumb .divider{padding:0 5px;color:#ccc}.breadcrumb .active{color:#999}.pagination{margin:18px 0}.pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.pagination ul>li{display:inline}.pagination ul>li>a,.pagination ul>li>span{float:left;padding:4px 12px;line-height:18px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}.pagination ul>li>a:hover,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5}.pagination ul>.active>a,.pagination ul>.active>span{color:#999;cursor:default}.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover{color:#999;background-color:transparent;cursor:default}.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px}.pagination-centered{text-align:center}.pagination-right{text-align:right}.pagination-large ul>li>a,.pagination-large ul>li>span{padding:11px 19px;font-size:15px}.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px}.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px}.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-top-left-radius:3px;-moz-border-radius-topleft:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px}.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-right-radius:3px;-moz-border-radius-topright:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px}.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:10.2px}.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:1px 6px;font-size:9px}.pager{margin:18px 0;list-style:none;text-align:center;*zoom:1}.pager:before,.pager:after{display:table;content:"";line-height:0}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.pager li>a:hover{text-decoration:none;background-color:#f5f5f5}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>span{color:#999;background-color:#fff;cursor:default}.thumbnails{margin-left:-20px;list-style:none;*zoom:1}.thumbnails:before,.thumbnails:after{display:table;content:"";line-height:0}.thumbnails:after{clear:both}.row-fluid .thumbnails{margin-left:0}.thumbnails>li{float:left;margin-bottom:18px;margin-left:20px}.thumbnail{display:block;padding:4px;line-height:18px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,.055);box-shadow:0 1px 3px rgba(0,0,0,.055);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}a.thumbnail:hover{border-color:#08c;-webkit-box-shadow:0 1px 4px rgba(0,105,214,.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,.25);box-shadow:0 1px 4px rgba(0,105,214,.25)}.thumbnail>img{display:block;max-width:100%;margin-left:auto;margin-right:auto}.thumbnail .caption{padding:9px;color:#555}.alert{padding:8px 35px 8px 14px;margin-bottom:18px;text-shadow:0 1px 0 rgba(255,255,255,.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#c09853}.alert h4{margin:0}.alert .close{position:relative;top:-2px;right:-21px;line-height:18px}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}.alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;}to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:18px;margin-bottom:18px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.progress .bar{width:0%;height:100%;color:#fff;float:left;font-size:12px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top,#149bdf,#0480be);background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15)}.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-danger .bar,.progress .bar-danger{background-color:#dd514c;background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0)}.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:-moz-linear-gradient(top,#62c462,#57a957);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));background-image:-webkit-linear-gradient(top,#62c462,#57a957);background-image:-o-linear-gradient(top,#62c462,#57a957);background-image:linear-gradient(to bottom,#62c462,#57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0)}.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);background-image:-o-linear-gradient(top,#5bc0de,#339bb9);background-image:linear-gradient(to bottom,#5bc0de,#339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0)}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-warning .bar,.progress .bar-warning{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0)}.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#fbb450;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.hero-unit{padding:60px;margin-bottom:30px;font-size:18px;font-weight:200;line-height:27px;color:inherit;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;color:inherit;letter-spacing:-1px}.hero-unit li{line-height:27px}.media,.media-body{overflow:hidden;*overflow:visible;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media .pull-left{margin-right:10px}.media .pull-right{margin-left:10px}.media-list{margin-left:0;list-style:none}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{margin-top:-3px}.tooltip.right{margin-left:3px}.tooltip.bottom{margin-top:3px}.tooltip.left{margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;width:236px;padding:1px;background-color:#fff;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover-content p,.popover-content ul,.popover-content ol{margin-bottom:0}.popover .arrow,.popover .arrow:after{position:absolute;display:inline-block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow:after{content:"";z-index:-1}.popover.top .arrow{bottom:-10px;left:50%;margin-left:-10px;border-width:10px 10px 0;border-top-color:#fff}.popover.top .arrow:after{border-width:11px 11px 0;border-top-color:rgba(0,0,0,.25);bottom:-1px;left:-11px}.popover.right .arrow{top:50%;left:-10px;margin-top:-10px;border-width:10px 10px 10px 0;border-right-color:#fff}.popover.right .arrow:after{border-width:11px 11px 11px 0;border-right-color:rgba(0,0,0,.25);bottom:-11px;left:-1px}.popover.bottom .arrow{top:-10px;left:50%;margin-left:-10px;border-width:0 10px 10px;border-bottom-color:#fff}.popover.bottom .arrow:after{border-width:0 11px 11px;border-bottom-color:rgba(0,0,0,.25);top:-1px;left:-11px}.popover.left .arrow{top:50%;right:-10px;margin-top:-10px;border-width:10px 0 10px 10px;border-left-color:#fff}.popover.left .arrow:after{border-width:11px 0 11px 11px;border-left-color:rgba(0,0,0,.25);bottom:-11px;right:-1px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.modal{position:fixed;top:50%;left:50%;z-index:1050;width:560px;margin:-250px 0 0 -280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,.3);box-shadow:0 3px 7px rgba(0,0,0,.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;outline:none}.modal.fade{-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out;top:-25%}.modal.fade.in{top:50%}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px}.modal-header h3{margin:0;line-height:30px}.modal-body{overflow-y:auto;max-height:400px;padding:15px}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;*zoom:1}.modal-footer:before,.modal-footer:after{display:table;content:"";line-height:0}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.dropup,.dropdown{position:relative}.dropdown-toggle{*margin-bottom:-3px}.dropdown-toggle:active,.open .dropdown-toggle{outline:0}.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.dropdown .caret{margin-top:8px;margin-left:2px}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{*width:100%;height:1px;margin:8px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.dropdown-menu li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:18px;color:#333;white-space:nowrap}.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a{text-decoration:none;color:#fff;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu .active>a,.dropdown-menu .active>a:hover{color:#333;text-decoration:none;outline:0;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu .disabled>a,.dropdown-menu .disabled>a:hover{color:#999}.dropdown-menu .disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;cursor:default}.open{*z-index:1000}.open>.dropdown-menu{display:block}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;border-radius:5px 5px 5px 0}.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.dropdown .dropdown-menu .nav-header{padding-left:20px;padding-right:20px}.typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.accordion{margin-bottom:18px}.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.accordion-heading{border-bottom:0}.accordion-heading .accordion-toggle{display:block;padding:8px 15px}.accordion-toggle{cursor:pointer}.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}.carousel{position:relative;margin-bottom:18px;line-height:1}.carousel-inner{overflow:hidden;width:100%;position:relative}.carousel .item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel .item>img{display:block;line-height:1}.carousel .active,.carousel .next,.carousel .prev{display:block}.carousel .active{left:0}.carousel .next,.carousel .prev{position:absolute;top:0;width:100%}.carousel .next{left:100%}.carousel .prev{left:-100%}.carousel .next.left,.carousel .prev.right{left:0}.carousel .active.left{left:-100%}.carousel .active.right{left:100%}.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;filter:alpha(opacity=50)}.carousel-control.right{left:auto;right:15px}.carousel-control:hover{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:15px;background:#333;background:rgba(0,0,0,.75)}.carousel-caption h4,.carousel-caption p{color:#fff;line-height:18px}.carousel-caption h4{margin:0 0 5px}.carousel-caption p{margin-bottom:0}.media,.media-body{overflow:hidden;*overflow:visible;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media .pull-left{margin-right:10px}.media .pull-right{margin-left:10px}.media-list{margin-left:0;list-style:none}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.close{float:right;font-size:20px;font-weight:bold;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.pull-right{float:right}.pull-left{float:left}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.affix{position:fixed}.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.collapse.in{height:auto}.hidden{display:none;visibility:hidden}.visible-phone{display:none!important}.visible-tablet{display:none!important}.hidden-desktop{display:none!important}.visible-desktop{display:inherit!important}@media(min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-tablet{display:inherit!important}.hidden-tablet{display:none!important}}@media(max-width:767px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-phone{display:inherit!important}.hidden-phone{display:none!important}}@media(max-width:767px){body{padding-left:20px;padding-right:20px}.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-left:-20px;margin-right:-20px}.container-fluid{padding:0}.dl-horizontal dt{float:none;clear:none;width:auto;text-align:left}.dl-horizontal dd{margin-left:0}.container{width:auto}.row-fluid{width:100%}.row,.thumbnails{margin-left:0}.thumbnails>li{float:none;margin-left:0}[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{float:none;display:block;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="offset"]:first-child{margin-left:0}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto}.controls-row [class*="span"]+[class*="span"]{margin-left:0}.modal{position:fixed;top:20px;left:20px;right:20px;width:auto;margin:0}.modal.fade{top:-100px}.modal.fade.in{top:20px}}@media(max-width:480px){.nav-collapse{-webkit-transform:translate3d(0,0,0)}.page-header h1 small{display:block;line-height:18px}input[type="checkbox"],input[type="radio"]{border:1px solid #ccc}.form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:left}.form-horizontal .controls{margin-left:0}.form-horizontal .control-list{padding-top:0}.form-horizontal .form-actions{padding-left:10px;padding-right:10px}.media .pull-left,.media .pull-right{float:none;display:block;margin-bottom:10px}.media-object{margin-right:0;margin-left:0}.modal{top:10px;left:10px;right:10px}.modal-header .close{padding:10px;margin:-10px}.carousel-caption{position:static}}@media(min-width:768px) and (max-width:979px){.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;content:"";line-height:0}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:724px}.span12{width:724px}.span11{width:662px}.span10{width:600px}.span9{width:538px}.span8{width:476px}.span7{width:414px}.span6{width:352px}.span5{width:290px}.span4{width:228px}.span3{width:166px}.span2{width:104px}.span1{width:42px}.offset12{margin-left:764px}.offset11{margin-left:702px}.offset10{margin-left:640px}.offset9{margin-left:578px}.offset8{margin-left:516px}.offset7{margin-left:454px}.offset6{margin-left:392px}.offset5{margin-left:330px}.offset4{margin-left:268px}.offset3{margin-left:206px}.offset2{margin-left:144px}.offset1{margin-left:82px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.7624309392265194%;*margin-left:2.709239449864817%}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.7624309392265194%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%}.row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%}.row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%}.row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%}.row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%}.row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%}.row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%}.row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%}.row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%}.row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%}.row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%}.row-fluid .offset12{margin-left:105.52486187845304%;*margin-left:105.41847889972962%}.row-fluid .offset12:first-child{margin-left:102.76243093922652%;*margin-left:102.6560479605031%}.row-fluid .offset11{margin-left:96.96132596685082%;*margin-left:96.8549429881274%}.row-fluid .offset11:first-child{margin-left:94.1988950276243%;*margin-left:94.09251204890089%}.row-fluid .offset10{margin-left:88.39779005524862%;*margin-left:88.2914070765252%}.row-fluid .offset10:first-child{margin-left:85.6353591160221%;*margin-left:85.52897613729868%}.row-fluid .offset9{margin-left:79.8342541436464%;*margin-left:79.72787116492299%}.row-fluid .offset9:first-child{margin-left:77.07182320441989%;*margin-left:76.96544022569647%}.row-fluid .offset8{margin-left:71.2707182320442%;*margin-left:71.16433525332079%}.row-fluid .offset8:first-child{margin-left:68.50828729281768%;*margin-left:68.40190431409427%}.row-fluid .offset7{margin-left:62.70718232044199%;*margin-left:62.600799341718584%}.row-fluid .offset7:first-child{margin-left:59.94475138121547%;*margin-left:59.838368402492065%}.row-fluid .offset6{margin-left:54.14364640883978%;*margin-left:54.037263430116376%}.row-fluid .offset6:first-child{margin-left:51.38121546961326%;*margin-left:51.27483249088986%}.row-fluid .offset5{margin-left:45.58011049723757%;*margin-left:45.47372751851417%}.row-fluid .offset5:first-child{margin-left:42.81767955801105%;*margin-left:42.71129657928765%}.row-fluid .offset4{margin-left:37.01657458563536%;*margin-left:36.91019160691196%}.row-fluid .offset4:first-child{margin-left:34.25414364640884%;*margin-left:34.14776066768544%}.row-fluid .offset3{margin-left:28.45303867403315%;*margin-left:28.346655695309746%}.row-fluid .offset3:first-child{margin-left:25.69060773480663%;*margin-left:25.584224756083227%}.row-fluid .offset2{margin-left:19.88950276243094%;*margin-left:19.783119783707537%}.row-fluid .offset2:first-child{margin-left:17.12707182320442%;*margin-left:17.02068884448102%}.row-fluid .offset1{margin-left:11.32596685082873%;*margin-left:11.219583872105325%}.row-fluid .offset1:first-child{margin-left:8.56353591160221%;*margin-left:8.457152932878806%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:710px}input.span11,textarea.span11,.uneditable-input.span11{width:648px}input.span10,textarea.span10,.uneditable-input.span10{width:586px}input.span9,textarea.span9,.uneditable-input.span9{width:524px}input.span8,textarea.span8,.uneditable-input.span8{width:462px}input.span7,textarea.span7,.uneditable-input.span7{width:400px}input.span6,textarea.span6,.uneditable-input.span6{width:338px}input.span5,textarea.span5,.uneditable-input.span5{width:276px}input.span4,textarea.span4,.uneditable-input.span4{width:214px}input.span3,textarea.span3,.uneditable-input.span3{width:152px}input.span2,textarea.span2,.uneditable-input.span2{width:90px}input.span1,textarea.span1,.uneditable-input.span1{width:28px}}@media(min-width:1200px){.row{margin-left:-30px;*zoom:1}.row:before,.row:after{display:table;content:"";line-height:0}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:30px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px}.span12{width:1170px}.span11{width:1070px}.span10{width:970px}.span9{width:870px}.span8{width:770px}.span7{width:670px}.span6{width:570px}.span5{width:470px}.span4{width:370px}.span3{width:270px}.span2{width:170px}.span1{width:70px}.offset12{margin-left:1230px}.offset11{margin-left:1130px}.offset10{margin-left:1030px}.offset9{margin-left:930px}.offset8{margin-left:830px}.offset7{margin-left:730px}.offset6{margin-left:630px}.offset5{margin-left:530px}.offset4{margin-left:430px}.offset3{margin-left:330px}.offset2{margin-left:230px}.offset1{margin-left:130px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.564102564102564%;*margin-left:2.5109110747408616%}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.564102564102564%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%}.row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%}.row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%}.row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%}.row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%}.row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%}.row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%}.row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%}.row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%}.row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%}.row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%}.row-fluid .offset12{margin-left:105.12820512820512%;*margin-left:105.02182214948171%}.row-fluid .offset12:first-child{margin-left:102.56410256410257%;*margin-left:102.45771958537915%}.row-fluid .offset11{margin-left:96.58119658119658%;*margin-left:96.47481360247316%}.row-fluid .offset11:first-child{margin-left:94.01709401709402%;*margin-left:93.91071103837061%}.row-fluid .offset10{margin-left:88.03418803418803%;*margin-left:87.92780505546462%}.row-fluid .offset10:first-child{margin-left:85.47008547008548%;*margin-left:85.36370249136206%}.row-fluid .offset9{margin-left:79.48717948717949%;*margin-left:79.38079650845607%}.row-fluid .offset9:first-child{margin-left:76.92307692307693%;*margin-left:76.81669394435352%}.row-fluid .offset8{margin-left:70.94017094017094%;*margin-left:70.83378796144753%}.row-fluid .offset8:first-child{margin-left:68.37606837606839%;*margin-left:68.26968539734497%}.row-fluid .offset7{margin-left:62.393162393162385%;*margin-left:62.28677941443899%}.row-fluid .offset7:first-child{margin-left:59.82905982905982%;*margin-left:59.72267685033642%}.row-fluid .offset6{margin-left:53.84615384615384%;*margin-left:53.739770867430444%}.row-fluid .offset6:first-child{margin-left:51.28205128205128%;*margin-left:51.175668303327875%}.row-fluid .offset5{margin-left:45.299145299145295%;*margin-left:45.1927623204219%}.row-fluid .offset5:first-child{margin-left:42.73504273504273%;*margin-left:42.62865975631933%}.row-fluid .offset4{margin-left:36.75213675213675%;*margin-left:36.645753773413354%}.row-fluid .offset4:first-child{margin-left:34.18803418803419%;*margin-left:34.081651209310785%}.row-fluid .offset3{margin-left:28.205128205128204%;*margin-left:28.0987452264048%}.row-fluid .offset3:first-child{margin-left:25.641025641025642%;*margin-left:25.53464266230224%}.row-fluid .offset2{margin-left:19.65811965811966%;*margin-left:19.551736679396257%}.row-fluid .offset2:first-child{margin-left:17.094017094017094%;*margin-left:16.98763411529369%}.row-fluid .offset1{margin-left:11.11111111111111%;*margin-left:11.004728132387708%}.row-fluid .offset1:first-child{margin-left:8.547008547008547%;*margin-left:8.440625568285142%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:30px}input.span12,textarea.span12,.uneditable-input.span12{width:1156px}input.span11,textarea.span11,.uneditable-input.span11{width:1056px}input.span10,textarea.span10,.uneditable-input.span10{width:956px}input.span9,textarea.span9,.uneditable-input.span9{width:856px}input.span8,textarea.span8,.uneditable-input.span8{width:756px}input.span7,textarea.span7,.uneditable-input.span7{width:656px}input.span6,textarea.span6,.uneditable-input.span6{width:556px}input.span5,textarea.span5,.uneditable-input.span5{width:456px}input.span4,textarea.span4,.uneditable-input.span4{width:356px}input.span3,textarea.span3,.uneditable-input.span3{width:256px}input.span2,textarea.span2,.uneditable-input.span2{width:156px}input.span1,textarea.span1,.uneditable-input.span1{width:56px}.thumbnails{margin-left:-30px}.thumbnails>li{margin-left:30px}.row-fluid .thumbnails{margin-left:0}}@media(max-width:979px){body{padding-top:0}.navbar-fixed-top,.navbar-fixed-bottom{position:static}.navbar-fixed-top{margin-bottom:18px}.navbar-fixed-bottom{margin-top:18px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px}.navbar .container{width:auto;padding:0}.navbar .brand{padding-left:10px;padding-right:10px;margin:0 0 0 -5px}.nav-collapse{clear:both}.nav-collapse .nav{float:none;margin:0 0 9px}.nav-collapse .nav>li{float:none}.nav-collapse .nav>li>a{margin-bottom:2px}.nav-collapse .nav>.divider-vertical{display:none}.nav-collapse .nav .nav-header{color:#777;text-shadow:none}.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.nav-collapse .dropdown-menu li+li a{margin-bottom:2px}.nav-collapse .nav>li>a:hover,.nav-collapse .dropdown-menu a:hover{background-color:#f2f2f2}.navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999}.navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:hover{background-color:#111}.nav-collapse.in .btn-group{margin-top:5px;padding:0}.nav-collapse .dropdown-menu{position:static;top:auto;left:auto;float:none;display:none;max-width:none;margin:0 15px;padding:0;background-color:transparent;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.nav-collapse .open>.dropdown-menu{display:block}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none}.nav-collapse .dropdown-menu .divider{display:none}.nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:9px 15px;margin:9px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111;border-bottom-color:#111}.navbar .nav-collapse .nav.pull-right{float:none;margin-left:0}.nav-collapse,.nav-collapse.collapse{overflow:hidden;height:0}.navbar .btn-navbar{display:block}.navbar-static .navbar-inner{padding-left:10px;padding-right:10px}}@media(min-width:980px){.nav-collapse.collapse{height:auto!important;overflow:visible!important}}

@font-face
{
    font-family: 'IcoMoon';
	src: url('/Content/MoonCake/assets/css/fonts/icomoon/fonts/icomoon.eot');
	src: url('/Content/MoonCake/assets/css/fonts/icomoon/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/Content/MoonCake/assets/css/fonts/icomoon/fonts/icomoon.svg#icomoon') format('svg'),
		url('/Content/MoonCake/assets/css/fonts/icomoon/fonts/icomoon.woff') format('woff'),
		url('/Content/MoonCake/assets/css/fonts/icomoon/fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], 
[class*=" icon-"]
{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

[class^="icon-"]:before, 
[class*=" icon-"]:before
{
    font-family: 'IcoMoon';
    font-weight: normal;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.icon-glass:before{content:"\f000";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-remove:before{content:"\f00d";}
.icon-off:before{content:"\f011";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-road:before{content:"\f018";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-adjust:before{content:"\f042";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-share-2:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-closed:before{content:"\f070";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-thumbs-up:before{content:"\f087";}
.icon-thumbs-down:before{content:"\f088";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-certificate:before{content:"\f0a3";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-tasks:before{content:"\f0ae";}
.icon-film:before{content:"\f008";}
.icon-ok:before{content:"\f00c";}
.icon-book:before{content:"\f02d";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-up:before{content:"\f0de";}
.icon-sort-down:before{content:"\f0dd";}
.icon-magic:before{content:"\f0d0";}
.icon-cogs:before{content:"\f085";}
.icon-pie-chart:before{content:"\e05a";}
.icon-support:before{content:"\e05b";}
.icon-hour-glass:before{content:"\e05c";}
.icon-key-2:before{content:"\e05d";}
.icon-keyboard:before{content:"\e05e";}
.icon-light-bulb:before{content:"\e05f";}
.icon-link:before{content:"\e060";}
.icon-unlink:before{content:"\e061";}
.icon-microphone:before{content:"\e062";}
.icon-mouse:before{content:"\e063";}
.icon-tablet:before{content:"\e064";}
.icon-mobile-phone:before{content:"\e065";}
.icon-phone:before{content:"\e066";}
.icon-pacman:before{content:"\e067";}
.icon-paper-airplane:before{content:"\e068";}
.icon-attachment:before{content:"\e069";}
.icon-record:before{content:"\e06a";}
.icon-file-zip:before{content:"\e06b";}
.icon-power:before{content:"\e06c";}
.icon-radio:before{content:"\e06d";}
.icon-cloud:before{content:"\e06e";}
.icon-rainy:before{content:"\e06f";}
.icon-lightning:before{content:"\e070";}
.icon-rainy-2:before{content:"\e071";}
.icon-cloudy:before{content:"\e072";}
.icon-cloud-2:before{content:"\e073";}
.icon-windy:before{content:"\e074";}
.icon-windy-2:before{content:"\e075";}
.icon-snowy:before{content:"\e076";}
.icon-snowy-2:before{content:"\e077";}
.icon-weather:before{content:"\e078";}
.icon-cloudy-2:before{content:"\e079";}
.icon-lightning-2:before{content:"\e07a";}
.icon-sun:before{content:"\e07b";}
.icon-moon:before{content:"\e07c";}
.icon-snowflake:before{content:"\e07d";}
.icon-sun-2:before{content:"\e07e";}
.icon-rss:before{content:"\e07f";}
.icon-rss-2:before{content:"\e080";}
.icon-safari:before{content:"\e081";}
.icon-scissor:before{content:"\f0c4";}
.icon-settings:before{content:"\e082";}
.icon-television:before{content:"\e083";}
.icon-tools:before{content:"\e084";}
.icon-tree:before{content:"\e085";}
.icon-truck:before{content:"\f0d1";}
.icon-gift:before{content:"\f06b";}
.icon-umbrella:before{content:"\f0e9";}
.icon-spades:before{content:"\e086";}
.icon-clubs:before{content:"\e087";}
.icon-diamonds:before{content:"\e088";}
.icon-atom:before{content:"\e08a";}
.icon-planet:before{content:"\e08b";}
.icon-yinyang:before{content:"\e08c";}
.icon-pie-chart-3:before{content:"\e08d";}
.icon-pie-chart-2:before{content:"\e08e";}
.icon-newspaper:before{content:"\e08f";}
.icon-database:before{content:"\e090";}
.icon-gauge:before{content:"\e091";}
.icon-accessibility:before{content:"\e092";}
.icon-apple:before{content:"\e093";}
.icon-android:before{content:"\e094";}
.icon-windows:before{content:"\e095";}
.icon-file-xml:before{content:"\e096";}
.icon-file-css:before{content:"\e097";}
.icon-html5:before{content:"\e098";}
.icon-cyclop:before{content:"\e099";}
.icon-bended-arrow-up:before{content:"\e09a";}
.icon-bended-arrow-down:before{content:"\e09b";}
.icon-key:before{content:"\f084";}
.icon-pushpin:before{content:"\f08d";}
.icon-table:before{content:"\f0ce";}
.icon-legal:before{content:"\f0e3";}
.icon-stats-up:before{content:"\e09c";}
.icon-google-circles:before{content:"\e09d";}
.icon-sound:before{content:"\e09e";}
.icon-mute:before{content:"\e09f";}
.icon-lemon:before{content:"\f094";}
.icon-dribbble:before{content:"\e0a1";}
.icon-graph:before{content:"\e0a2";}
.icon-sign-post:before{content:"\e0a3";}
.icon-add-contact:before{content:"\e0a4";}
.icon-chemical:before{content:"\e0a5";}
.icon-network:before{content:"\e0a6";}
.icon-calendar-month:before{content:"\e0a7";}
.icon-progress-bar:before{content:"\e0a8";}
.icon-download:before{content:"\e002";}
.icon-download-2:before{content:"\e003";}
.icon-upload:before{content:"\e004";}
.icon-upload-2:before{content:"\e005";}
.icon-briefcase:before{content:"\e006";}
.icon-user:before{content:"\e007";}
.icon-users:before{content:"\e008";}
.icon-twitter:before{content:"\e009";}
.icon-exclamation-sign:before{content:"\e00a";}
.icon-music:before{content:"\e00c";}
.icon-search:before{content:"\e00d";}
.icon-film-camera:before{content:"\e00e";}
.icon-zoom-out:before{content:"\e00f";}
.icon-zoom-in:before{content:"\e010";}
.icon-broadcast:before{content:"\e011";}
.icon-cog:before{content:"\e012";}
.icon-cog-2:before{content:"\e013";}
.icon-home-2:before{content:"\e014";}
.icon-file-pdf:before{content:"\e015";}
.icon-file-openoffice:before{content:"\e016";}
.icon-file-word:before{content:"\e017";}
.icon-file-excel:before{content:"\e018";}
.icon-file-powerpoint:before{content:"\e019";}
.icon-file:before{content:"\e01a";}
.icon-time:before{content:"\e01b";}
.icon-inbox:before{content:"\e01d";}
.icon-play-circle:before{content:"\e01e";}
.icon-repeat:before{content:"\e01f";}
.icon-refresh:before{content:"\e020";}
.icon-list-2:before{content:"\e022";}
.icon-lock:before{content:"\e023";}
.icon-unlock:before{content:"\e024";}
.icon-flag:before{content:"\e025";}
.icon-headphones:before{content:"\e026";}
.icon-bookmark:before{content:"\e027";}
.icon-print:before{content:"\e028";}
.icon-camera:before{content:"\e02a";}
.icon-list:before{content:"\f03a";}
.icon-facetime-video:before{content:"\e021";}
.icon-picture:before{content:"\e029";}
.icon-pictures:before{content:"\e02b";}
.icon-pencil:before{content:"\e02c";}
.icon-tint:before{content:"\e02e";}
.icon-plus-sign:before{content:"\e02f";}
.icon-minus-sign:before{content:"\e030";}
.icon-remove-sign:before{content:"\e031";}
.icon-ok-sign:before{content:"\e032";}
.icon-question-sign:before{content:"\e033";}
.icon-info-sign:before{content:"\e034";}
.icon-screenshot:before{content:"\e035";}
.icon-arrow-right:before{content:"\e036";}
.icon-arrow-left:before{content:"\e037";}
.icon-arrow-up:before{content:"\e038";}
.icon-arrow-down:before{content:"\e039";}
.icon-leaf:before{content:"\e03a";}
.icon-fire:before{content:"\e03b";}
.icon-plane:before{content:"\e03c";}
.icon-random:before{content:"\e03e";}
.icon-comments:before{content:"\e03f";}
.icon-comment:before{content:"\e040";}
.icon-retweet:before{content:"\e041";}
.icon-folder-closed:before{content:"\e042";}
.icon-folder-close:before{content:"\e044";}
.icon-hdd:before{content:"\e045";}
.icon-bell:before{content:"\e046";}
.icon-globe:before{content:"\e047";}
.icon-wrench:before{content:"\e048";}
.icon-filter:before{content:"\e049";}
.icon-shopping-cart:before{content:"\e04b";}
.icon-cd:before{content:"\e000";}
.icon-signal:before{content:"\e04c";}
.icon-cog-3:before{content:"\e04d";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-ban-circle:before{content:"\f05e";}
.icon-trophy:before{content:"\f091";}
.icon-stats:before{content:"\e043";}
.icon-t-shirt:before{content:"\e04a";}
.icon-steering-wheel:before{content:"\e04e";}
.icon-bended-arrow-left:before{content:"\e04f";}
.icon-bended-arrow-right:before{content:"\e050";}
.icon-compass:before{content:"\e051";}
.icon-facebook:before{content:"\e052";}
.icon-bars:before{content:"\e053";}
.icon-loading:before{content:"\e054";}
.icon-food:before{content:"\e055";}
.icon-bag:before{content:"\e056";}
.icon-warning-sign:before{content:"\e001";}
.icon-history:before{content:"\e058";}
.icon-install:before{content:"\e059";}
.icon-archive:before{content:"\e0a0";}
.icon-battery:before{content:"\e0a9";}
.icon-publish:before{content:"\e0aa";}
.icon-feather:before{content:"\e0ab";}
.icon-calendar:before{content:"\e0ac";}
.icon-moon-2:before{content:"\e03d";}
.icon-comment-2:before{content:"\e0ad";}
.icon-comments-2:before{content:"\e0ae";}
.icon-business-card:before{content:"\e0af";}
.icon-flashlight:before{content:"\e0b0";}
.icon-monitor:before{content:"\e0b1";}
.icon-coffee:before{content:"\e0b2";}
.icon-frame:before{content:"\e089";}
.icon-boat:before{content:"\e0b3";}
.icon-drops:before{content:"\e0b4";}
.icon-mug:before{content:"\e0b5";}
.icon-reply:before{content:"\e0b6";}
.icon-official:before{content:"\e0b7";}
.icon-envelope:before{content:"\e0b9";}
.icon-map-marker:before{content:"\e02d";}
.icon-edit:before{content:"\f044";}
.icon-barcode:before{content:"\f02a";}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - Layout Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started: 
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* z-index stacking order

Header: 1000;
Sidebar Separator: 700;
Sidebar: 600;

screen < 767px
	Navbar-search: 1100;
	Navbar-toggle: 1200;
 
/* Body
================================================== */

body {
    background: url(/Content/MoonCake/assets/images/layout/bg/white_tiles.png);
    color: #444;
    padding: 0;
}

#wrapper {
    max-width: 1536px;
    min-width: 320px;
    margin: 0 auto;
}

    #wrapper.no-header #header {
        display: none;
    }

    #wrapper.no-header #content-wrap {
        padding: 0;
        margin-top: 0;
    }

    #wrapper.no-sidebar #sidebar,
    #wrapper.no-sidebar #sidebar-separator {
        display: none;
    }

    #wrapper.no-sidebar #main {
        margin-left: 0 !important;
    }

    #wrapper.no-sidebar #content-inner {
        background: none !important;
    }

/* Header
================================================== */

#header {
    position: fixed;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

    #header .navbar-inner {
        background: #262626 repeat-x left bottom;
        background-image: -ms-linear-gradient(top, #333333, #262626);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#262626));
        background-image: -webkit-linear-gradient(top, #333333, #262626);
        background-image: -o-linear-gradient(top, #333333, #262626);
        background-image: -moz-linear-gradient(top, #333333, #262626);
        background-image: linear-gradient(top, #333333, #262626);
        border: 1px solid #000;
        filter: none;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        #header .navbar-inner,
        #header .navbar-inner .container,
        #header #header-right {
            /*max-height: 67px;*/
            max-height: 72px;
        }

            #header .navbar-inner .container {
                max-width: 1536px;
                width: auto;
            }

    #header #header-right {
        margin-left: 214px;
        padding-left: 5px;
    }

        #header #header-right #nav-toggle {
            display: none;
            float: left;
            width: 26px;
            height: 26px;
            font-size: 16px;
            text-align: center;
            line-height: 26px;
            position: relative;
            margin-top: 18px;
            cursor: pointer;
        }

    /* Header Brand
================================================== */

    #header .brand-wrap {
        max-width: 66%;
    }

    #header .navbar-inner .brand-img {
        /*height: 67px;*/
        height: 72px;
        display: table-cell;
        vertical-align: middle;
    }

    #header .navbar-inner .brand {
        padding-bottom: 0;
        padding-top: 0;
        float: none;
    }

        #header .navbar-inner .brand img {
            max-height: 100%;
        }

    #header .navbar-inner .brand-img2 img {
        margin-left: 1em;
    }

    #header .brand-img .logo-large {
        display: initial;
    }

    #header .brand-img .logo-medium {
        display: none;
    }

    #header .brand-img .logo-small {
        display: none;
    }

@media (min-width: 641px) and (max-width: 979px) {
    #header .brand-img .logo-large {
        display: none;
    }

    #header .brand-img .logo-medium {
        display: initial;
    }

    #header .brand-img .logo-small {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 640px) {
    #header .brand-img .logo-large {
        display: none;
    }

    #header .brand-img .logo-medium {
        display: none;
    }

    #header .brand-img .logo-small {
        display: initial;
    }
}
/* Header Buttons
================================================== */

#header #dropdown-lists .item,
#header #header-search #search-toggle,
#header #header-right #nav-toggle,
#header #header-functions #logout-ribbon,
#header #header-functions #logon-ribbon {
    color: #fff;
    margin-right: 10px;
    background: #262626 repeat-x left bottom;
    background-image: -ms-linear-gradient(top, #333333, #262626);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#262626));
    background-image: -webkit-linear-gradient(top, #333333, #262626);
    background-image: -o-linear-gradient(top, #333333, #262626);
    background-image: -moz-linear-gradient(top, #333333, #262626);
    background-image: linear-gradient(top, #333333, #262626);
    border: 1px solid #000;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #header #dropdown-lists .item:active,
    #header #header-search.open #search-toggle,
    #header #header-right #nav-toggle:not(.collapsed),
    #header #header-functions #logout-ribbon:active,
    #header #header-functions #logon-ribbon:active {
        background: #222;
        -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
    }

/* Header Dropdown Items
================================================== */

#header #dropdown-lists {
    float: left;
    margin-top: 18px;
}

    #header #dropdown-lists .item-wrap {
        float: left;
        position: relative;
    }

        #header #dropdown-lists .item-wrap .dropdown-menu {
            margin-top: 14px;
            width: 260px;
            -webkit-border-top-left-radius: 0;
            -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
            text-align: center;
        }

            #header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap {
                margin-bottom: 8px;
            }

                #header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul,
                #header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li {
                    list-style: none;
                    text-align: left;
                    padding: 0;
                    margin: 0;
                }

                    #header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a {
                        white-space: normal;
                        font-size: 11px;
                        padding: 10px;
                        line-height: 16px;
                        border-bottom: 1px solid #e5e5e5;
                        *zoom: 1;
                    }

                        #header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a:before,
                        #header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a:after {
                            display: table;
                            content: "";
                            line-height: 0;
                        }

                        #header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a:after {
                            clear: both;
                        }

                        #header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a .details {
                            display: block;
                            margin-left: 44px;
                        }

                        #header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a .thumbnail {
                            float: left;
                            background-color: #fff;
                            padding: 0;
                            margin: 0;
                            width: 32px;
                        }

                            #header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a .thumbnail > [class^="icon-"] {
                                margin: 1px 2px 0 2px;
                            }

                        #header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a .time {
                            display: block;
                            color: #999;
                        }

                        #header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a:hover .time {
                            color: #bbb;
                        }

    #header #dropdown-lists .item {
        cursor: pointer;
        text-decoration: none;
        display: block;
        outline: none;
        padding: 3px 6px;
        font-size: 11px;
    }

    #header #dropdown-lists .open .item {
        background-image: none;
        background-color: #fff;
        color: #333;
        padding-bottom: 15px;
        margin-bottom: -15px;
        border-bottom: 0;
        z-index: 1001;
        position: relative;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
    }

    #header #dropdown-lists .item .item-icon,
    #header #dropdown-lists .item .item-label,
    #header #dropdown-lists .item .item-count {
        display: inline-block;
        *display: inline;
        /* IE7 inline-block hack */
        *zoom: 1;
    }

        #header #dropdown-lists .item .item-icon [class^="icon-"],
        #header #dropdown-lists .item .item-icon [class^="icos-"],
        #header #dropdown-lists .item .item-icon [class^="icol-"] {
            font-size: 16px;
            margin-right: 2px;
        }

    #header #dropdown-lists .item-count {
        padding: 1px 6px;
        color: #fff;
        line-height: 16px;
        text-align: center;
        margin-left: 3px;
        font-size: 11px;
        border: 1px solid #390000;
        background: #c41902 repeat-x left bottom;
        background-image: -ms-linear-gradient(top, #fd785a, #c41902);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fd785a), to(#c41902));
        background-image: -webkit-linear-gradient(top, #fd785a, #c41902);
        background-image: -o-linear-gradient(top, #fd785a, #c41902);
        background-image: -moz-linear-gradient(top, #fd785a, #c41902);
        background-image: linear-gradient(top, #fd785a, #c41902);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    }

        #header #dropdown-lists .item-count.item-count-none {
            display: none;
        }
/* Header Search
================================================== */

#header #header-search {
    position: relative;
    display: block;
    float: left;
}

    #header #header-search #search-toggle {
        display: none;
        float: left;
        width: 26px;
        height: 26px;
        font-size: 16px;
        text-align: center;
        line-height: 26px;
        position: relative;
        margin-top: 18px;
        cursor: pointer;
    }

    #header #header-search .navbar-search {
        margin-top: 18px;
        margin-right: 10px;
    }

        #header #header-search .navbar-search .search-query {
            line-height: 18px;
            width: 175px;
        }

/* Header User Menus
================================================== */

#header #header-functions {
    float: right;
}

    #header #header-functions #user-info {
        /*margin-top: 12px;*/
        margin-top: 16px;
        margin-right: 5px;
        float: left;
        position: relative;
    }

        #header #header-functions #user-info .avatar,
        #header #header-functions #user-info .info {
            vertical-align: middle;
            display: inline-block;
            /* IE7 inline-block hack */
            *display: inline;
            *zoom: 1;
        }

        #header #header-functions #user-info .avatar {
            width: 40px;
            height: 40px;
            margin-left: 8px;
        }

            #header #header-functions #user-info .avatar a {
                display: block;
            }

            #header #header-functions #user-info .avatar img {
                max-height: 40px;
                max-width: 40px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

        #header #header-functions #user-info .info {
            color: #fff;
            font-size: 11px;
            line-height: 1;
            text-align: right;
            height: 100%;
            white-space: nowrap;
            text-shadow: 1px -1px 1px #000;
        }

            #header #header-functions #user-info .info .name {
                font-size: 13px;
                display: block;
                padding-top: 4px;
                color: #ff6000;
            }

    /* Header Logout Ribbon
================================================== */

    #header #header-functions #logout-ribbon,
    #header #header-functions #logon-ribbon {
        float: left;
        position: relative;
        /*margin: 12px 0 0 8px;*/
        margin: 16px 0 0 8px;
        cursor: pointer;
    }

        #header #header-functions #logout-ribbon a,
        #header #header-functions #logon-ribbon a {
            color: #aaa;
            width: 38px;
            height: 38px;
            font-size: 21px;
            text-align: center;
            line-height: 38px;
            display: block;
        }

        #header #header-functions #logout-ribbon a {
            color: #ffd700;
        }

/* Content Wrapper
================================================== */

#wrapper #content-wrap {
    padding: 74px 0 0 0;
    /*padding: 69px 0 0 0;*/
    border: solid #ddd;
    border-width: 0 1px;
}

#wrapper #content,
#wrapper #content-outer,
#wrapper #content-inner {
    border-top: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#wrapper #content-wrap #content {
    position: relative;
}

#wrapper #content-outer {
    position: relative;
    background: #fff;
}

#wrapper #content-inner {
    position: relative;
    background-image: url(/Content/MoonCake/assets/images/layout/content-bg-plain.png);
    background-size: 251px 1px;
    background-position: -25px top;
    background-repeat: repeat-y;
}

/* Sidebar
================================================== */

#wrapper #sidebar {
    float: left;
    width: 225px;
    padding-right: 1px;
    z-index: 600;
    position: relative;
}

    #wrapper #sidebar.affix {
        position: fixed;
        float: none;
        /*top: 69px;*/
        top: 74px;
    }

    /* Sidebar Toggle
================================================== */

    #wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap {
        padding: 3px;
        display: inline-block;
        float: left;
        max-width: none;
        font-size: 0;
        cursor: default;
        line-height: 1;
        *display: inline;
        /* IE7 inline-block hack */
        *zoom: 1;
        margin-top: 9px;
        border: 1px solid #ddd;
        border-left: 0;
        background-color: #f8f8f8;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-border-radius: 0 27px 27px 0;
        -moz-border-radius: 0 27px 27px 0;
        border-radius: 0 27px 27px 0;
        -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    }

        #wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap #sidebar-toggle.disabled span {
            cursor: default;
            opacity: 0.5;
            -moz-opacity: 0.5;
            filter: alpha(opacity=50);
        }

        #wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap #sidebar-toggle {
            display: inline-block;
            *display: inline;
            /* IE7 inline-block hack */
            *zoom: 1;
            margin: auto;
            width: 27px;
            height: 27px;
            padding: 2px;
            background-color: #f4f4f4;
            border: 1px solid;
            border-color: #e0e0e0 #ddd #d0d0d0 #ddd;
            -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.05);
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
        }

            #wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap #sidebar-toggle span {
                display: block;
                width: 25px;
                height: 25px;
                cursor: pointer;
                position: relative;
                background-color: #fff;
                border: 1px solid;
                border-color: #ddd #d0d0d0 #ccc #d0d0d0;
                -webkit-box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
                box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px;
            }

            #wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap #sidebar-toggle:active:not(.disabled) span {
                -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
                box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
            }

            #wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap #sidebar-toggle span:after {
                font-family: 'IcoMoon';
                content: "\f0d9";
                color: #555;
                font-size: 14px;
                line-height: 16px;
                width: 16px;
                height: 16px;
                position: absolute;
                text-align: center;
                top: 50%;
                margin-top: -8px;
                left: 50%;
                margin-left: -8px;
            }

            #wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap #sidebar-toggle.toggled span:after {
                content: "\f0da";
                margin-left: -7px;
            }

/* Hidden Sidebar
================================================== */

#wrapper #content.sidebar-minimized #sidebar {
    width: 45px;
    padding-right: 0;
    overflow: hidden;
}

#wrapper #content.sidebar-minimized #content-inner {
    background-image: url(/Content/MoonCake/assets/images/layout/content-bg-v1.png);
    background-size: 80px 1px;
}

#wrapper #content.sidebar-minimized #sidebar #navigation > ul {
    min-height: 0 !important;
}

#wrapper #content.sidebar-minimized #main {
    margin-left: 45px;
}

/* Navigation
================================================== */

#wrapper #sidebar #navigation > ul {
    margin: 0;
    position: relative;
}

    #wrapper #sidebar #navigation > ul > li {
        list-style: none;
        margin: 0;
        max-width: 45px;
        cursor: pointer;
        display: block;
    }

        #wrapper #sidebar #navigation > ul > li > a,
        #wrapper #sidebar #navigation > ul > li > span {
            margin: 0;
            line-height: 1;
            padding: 9px 0;
            text-align: center;
            color: #bfbfbf;
            display: block;
            border: 1px solid transparent;
            font-size: 22px;
        }

        #wrapper #sidebar #navigation > ul > li .nav-title {
            display: none;
            line-height: 1;
        }

#wrapper #sidebar #navigation ul li:hover > a,
#wrapper #sidebar #navigation ul li:hover > span {
    color: #999;
    text-decoration: none;
}

#wrapper #sidebar #navigation > ul > li.active > a,
#wrapper #sidebar #navigation > ul > li.active > span {
    color: #ffffff;
    border: 1px solid #cb5200;
    background: #ff6600 repeat-x left bottom;
    background-image: -ms-linear-gradient(top, #ff904e, #ff6600);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff904e), to(#ff6600));
    background-image: -webkit-linear-gradient(top, #ff904e, #ff6600);
    background-image: -o-linear-gradient(top, #ff904e, #ff6000);
    background-image: -moz-linear-gradient(top, #ff904e, #ff6000);
    background-image: linear-gradient(top, #ff904e, #ff6000);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.33);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.33);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.33);
}

#wrapper #sidebar #navigation > ul > li > .inner-nav {
    top: 0;
    right: 0;
    left: 45px;
    position: absolute;
    display: none;
}

#wrapper #sidebar #navigation > ul > li.active > .inner-nav {
    display: block;
}

#wrapper #sidebar #navigation .inner-nav,
#wrapper #sidebar #navigation .inner-nav > li {
    list-style: none;
    margin: 0;
}

#wrapper #sidebar #navigation .inner-nav {
    border-bottom: 1px solid #fff;
}

    #wrapper #sidebar #navigation .inner-nav > li:first-child > a,
    #wrapper #sidebar #navigation .inner-nav > li:first-child > span {
        border-top: 0;
    }

    #wrapper #sidebar #navigation .inner-nav > li > a,
    #wrapper #sidebar #navigation .inner-nav > li > span {
        color: #444;
        line-height: 1;
        display: block;
        font-size: 11px;
        padding: 12px 17px 12px 5px;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #wrapper #sidebar #navigation .inner-nav > li.active > a,
    #wrapper #sidebar #navigation .inner-nav > li.active > span,
    #wrapper #sidebar #navigation .inner-nav > li:hover > a,
    #wrapper #sidebar #navigation .inner-nav > li:hover > span {
        background-color: #fff;
        color: #444;
    }

    #wrapper #sidebar #navigation .inner-nav > li.active > a,
    #wrapper #sidebar #navigation .inner-nav > li.active > span {
        margin-right: -1px;
    }

    #wrapper #sidebar #navigation .inner-nav > li > a [class^="icon-"],
    #wrapper #sidebar #navigation .inner-nav > li > a [class^="icol-"],
    #wrapper #sidebar #navigation .inner-nav > li > a [class^="icos-"] {
        font-size: 16px;
        margin: 0 4px 0 8px;
    }

/* Main
================================================== */

#wrapper #main {
    margin-left: 226px;
    margin-bottom: 0;
    padding-bottom: 40px;
}

    /* Main Header
================================================== */

    #wrapper #main #main-header,
    #wrapper #main #main-header h1,
    #wrapper #main #main-header .breadcrumb {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAQAAACx6dw/AAAADUlEQVR42mNgCGEAAgABqwBVkJsbfgAAAABJRU5ErkJggg==') repeat-x left bottom;
    }

    #wrapper #main #main-header {
        padding-bottom: 4px;
        border-bottom: 0;
        margin: 0 40px 27px 40px;
    }

        #wrapper #main #main-header h1 {
            font-size: 24px;
            color: #444;
            margin: 0;
            padding: 20px 0;
            text-shadow: -1px -1px #f0f0f0;
        }

            #wrapper #main #main-header h1 span {
                color: #777;
                font-size: 11px;
                font-weight: normal;
                padding-left: 6px;
                margin-left: 6px;
                text-shadow: none;
                border-left: 1px dotted #aaa;
                line-height: 1;
            }

        #wrapper #main #main-header .breadcrumb {
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            border: 0;
            margin: 0;
            padding: 8px 0;
            font-size: 11px;
            line-height: 16px;
        }

            #wrapper #main #main-header .breadcrumb [class^="icon-"],
            #wrapper #main #main-header .breadcrumb [class^="icol-"],
            #wrapper #main #main-header .breadcrumb [class^="icos-"] {
                color: #444;
                font-size: 16px;
                margin-right: 5px;
                vertical-align: text-top;
            }

    /* Main Content
================================================== */

    #wrapper #main #main-content {
        float: left;
        width: 100%;
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

/* Full Layout
================================================== */

#wrapper.full {
    max-width: none;
    margin: auto;
    padding: 0;
}

    #wrapper.full #header .navbar-inner .container {
        max-width: none;
    }

    #wrapper.full #header .navbar-inner,
    #wrapper.full #content,
    #wrapper.full #content-wrap,
    #wrapper.full #content-outer,
    #wrapper.full #content-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        #wrapper.full #content-wrap #content,
        #wrapper.full #content-outer,
        #wrapper.full #content-inner {
            padding: 0;
            margin: 0;
            border: none;
        }

    #wrapper.full #content-wrap {
        padding: 74px 0 0;
        /*padding: 69px 0 0;*/
        border: 0;
    }

/* Footer
================================================== */

#footer {
    padding: 15px;
    color: #444;
    font-size: 11px;
    line-height: 2;
    border-top: 1px solid #ddd;
    *zoom: 1;
}

    #footer:after,
    #footer:before {
        display: table;
        content: "";
        line-height: 0;
    }

    #footer:after {
        clear: both;
    }

    #footer p {
        margin-bottom: 0;
    }

    #footer .footer-left {
        float: left;
    }

    #footer .footer-right {
        float: right;
        text-align: right;
    }

/* Media Queries
================================================== */

@media (min-width: 1281px) {
    #header #header-right {
        margin-left: 274px;
    }

        #header #header-right .navbar-search .search-query {
            width: 210px;
        }

    #wrapper {
        margin: 0 auto;
        padding: 0;
    }

        #wrapper #sidebar {
            width: 285px;
            padding-right: 1px;
        }

        #wrapper #main {
            margin-left: 286px;
        }

        #wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap {
            padding: 5px;
            padding-left: 6px;
        }

        /* Hidden Sidebar */
        #wrapper #content.sidebar-minimized #sidebar {
            width: 80px;
        }

        #wrapper #content.sidebar-minimized #main {
            margin-left: 80px;
        }

        #wrapper #content.sidebar-minimized #content-inner {
            background-image: url(/Content/MoonCake/assets/images/layout/content-bg-v1.png);
            background-position: left top;
            background-size: 80px 1px;
        }
        /* End Hidden Sidebar */

        #wrapper #content-inner {
            border-top: 0;
            background-image: url(/Content/MoonCake/assets/images/layout/content-bg-plain-gt1200-v1.png);
            background-position: left top;
            background-size: 286px 1px;
        }

        #wrapper #sidebar #navigation > ul > li {
            max-width: 80px;
        }

            #wrapper #sidebar #navigation > ul > li .nav-title {
                display: block;
                font-size: 11px;
                margin-top: 3px;
            }

            #wrapper #sidebar #navigation > ul > li > a,
            #wrapper #sidebar #navigation > ul > li > span {
                font-size: 32px;
                padding: 6px 5px 11px 5px;
                width: 68px;
            }

            #wrapper #sidebar #navigation > ul > li > .inner-nav {
                left: 80px;
            }

        #wrapper #sidebar #navigation .inner-nav > li > a {
            padding: 12px 17px 12px 10px;
        }
}

@media (max-width: 979px) {
    #wrapper {
        margin: 0;
        padding: 0;
    }

    #header #header-right {
        float: right;
        margin-left: 0;
    }

    #header #header-functions {
        float: left;
    }

    #header .navbar-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    /*#header #header-functions #user-info .info, 
	#header #dropdown-lists .item .item-label
    {
        display: none;
    }*/

    #wrapper #main {
        margin-left: 45px;
    }

    #wrapper #content-wrap {
        padding: 74px 0 0;
        /*padding: 69px 0 0;*/
        border: 0;
    }

    #wrapper #content #content-inner {
        background-image: url(/Content/MoonCake/assets/images/layout/content-bg-v1.png);
        background-size: 80px 1px;
    }

    #wrapper #content,
    #wrapper #content-wrap,
    #wrapper #content-outer,
    #wrapper #content-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        #wrapper #content #sidebar,
        #wrapper #content.sidebar-minimized #sidebar {
            width: 45px;
            padding-right: 0;
            overflow: visible;
        }

    #wrapper #sidebar #navigation > ul {
        min-height: 0 !important;
    }

        #wrapper #sidebar #navigation > ul > li > span,
        #wrapper #sidebar #navigation > ul > li > a,
        #wrapper #sidebar #navigation > ul > li.active > span,
        #wrapper #sidebar #navigation > ul > li.active > a {
            border: none;
            background: none;
            color: #bfbfbf;
        }

        #wrapper #sidebar #navigation > ul > li:hover > span,
        #wrapper #sidebar #navigation > ul > li:hover > a {
            color: #999;
        }

        #wrapper #sidebar #navigation > ul > li.active > .inner-nav {
            display: none;
        }

        #wrapper #sidebar #navigation > ul > li > .inner-nav > li.active > a,
        #wrapper #sidebar #navigation > ul > li > .inner-nav > li.active > span,
        #wrapper #sidebar #navigation > ul > li > .inner-nav > li:hover > a,
        #wrapper #sidebar #navigation > ul > li > .inner-nav > li:hover > span {
            background-color: rgba(148, 219, 255, 0.2);
        }

    #wrapper #main #main-header .breadcrumb,
    #wrapper #main #main-header h1,
    #wrapper #main #main-content {
        padding-left: 20px;
        padding-right: 20px;
    }

        #wrapper #main #main-header h1 span {
            display: block;
            padding: 0;
            border: 0;
            line-height: 1.5;
            margin: 0;
        }

    #wrapper #sidebar-separator,
    #wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 979px) {

    #wrapper #sidebar #navigation > ul > li {
        position: relative;
    }

        #wrapper #sidebar #navigation > ul > li:hover > .inner-nav {
            display: block;
            opacity: 1;
            right: auto;
            position: absolute;
            padding-left: 14px;
        }

            #wrapper #sidebar #navigation > ul > li:hover > .inner-nav:after,
            #wrapper #sidebar #navigation > ul > li:hover > .inner-nav:before {
                content: '';
                position: absolute;
                border: solid transparent;
                top: 14px;
                left: 1px;
            }

            #wrapper #sidebar #navigation > ul > li:hover > .inner-nav:before {
                border-width: 6px;
                left: 2px;
                top: 15px;
                border-right-color: #fff;
            }

            #wrapper #sidebar #navigation > ul > li:hover > .inner-nav:after {
                z-index: -1;
                border-right-color: #000;
                border-width: 7px;
            }

            #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li {
                background-color: #fff;
                width: 250px;
                -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            }

                #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li > a,
                #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li > span {
                    background-image: none;
                    border: 1px solid #ccc;
                    border-bottom: 0;
                }

                #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:first-child,
                #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:first-child > a,
                #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:first-child > span {
                    -webkit-border-radius: 6px 6px 0 0;
                    -moz-border-radius: 6px 6px 0 0;
                    border-radius: 6px 6px 0 0;
                }

                #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:last-child,
                #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:last-child > a,
                #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li:last-child > span {
                    -webkit-border-radius: 0 0 6px 6px;
                    -moz-border-radius: 0 0 6px 6px;
                    border-radius: 0 0 6px 6px;
                }
}

@media (min-width: 481px) and (max-width: 640px) {
    #header #header-functions #user-info .info {
        display: none;
    }
}

@media (max-width: 767px) {
    #header .navbar-inner {
        padding: 0 10px;
    }

    /* don't hide it..we'll just make room elsewhere*/
    /*#header #header-functions #user-info .info
	,#header #dropdown-lists .item .item-label
    {
        display: none;
    }*/

    #header #header-search .navbar-search {
        display: none;
        position: relative;
        z-index: 1100;
        background-color: #222;
    }

    #header #header-search #search-toggle,
    #header #header-search.open .navbar-search {
        display: block;
    }

    #header #header-search.open #search-toggle {
        padding-bottom: 10px;
        margin-bottom: -10px;
        border-bottom: 0;
        z-index: 1200;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

    #header #header-search.open .navbar-search {
        position: absolute;
        top: 100%;
        left: 0;
        margin: 9px 0 0 0;
        padding: 10px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 0 5px 5px 5px;
        -moz-border-radius: 0 5px 5px 5px;
        border-radius: 0 5px 5px 5px;
        border: 1px solid #151515;
    }


    #header .brand-wrap .brand-img .brand img {
        /* keep the power-buton from dropping down to next line */
        /*max-width: 200px;*/
    }

    #header .brand-wrap .brand-img2 .brand img {
        /* keep the power-buton from dropping down to next line */
        /*max-width: 170px;*/
    }

    #footer .footer-left,
    #footer .footer-right {
        float: none;
        display: block;
        text-align: center;
    }
}

@media (min-width: 481px) {
    #wrapper #sidebar #navigation {
        height: auto !important;
        overflow: visible !important;
    }
}

@media (max-width: 480px) {
    #header {
        position: static;
        left: auto;
        right: auto;
        top: auto;
    }

        #header #header-right {
            float: none;
        }

        #header #header-functions {
            float: right;
        }

            #header #header-functions #logout-ribbon,
            #header #header-functions #logon-ribbon {
                /* lets leave the login button active, even on smaller displays, since the drop-down menu causes the header to grow anyway  */
                /*display: none;*/
            }

        #header .brand-wrap {
            /*display: block;
        width: 100%;
        text-align: center;*/
        }

            #header .brand-wrap .brand-img {
                /*width: 100%;
        height: 51px;
        display: block;*/
            }

                #header .brand-wrap .brand-img .brand {
                    /*padding-top: 15px;
        position: relative;*/
                }

        #header .brand-wrap {
            max-width: 95%;
        }

        #header .navbar-inner,
        #header .navbar-inner .container {
            max-height: none;
            /*background-color: transparent;*/
        }

        #header .navbar-inner {
            border-bottom: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        #header #header-right {
            padding-left: 0;
            margin-left: 0;
            padding-bottom: 16px;
            /*padding-bottom: 12px;*/
            display: block;
            clear: both;
        }

            #header #header-right #nav-toggle {
                display: block;
            }

    #wrapper #content-wrap {
        margin-top: -74px;
        /*margin-top: -69px;*/
    }

    #wrapper #content #main,
    #wrapper #content.sidebar-minimized #main {
        margin-left: 0;
        clear: both;
    }

    #wrapper #content #sidebar,
    #wrapper #content.sidebar-minimized #sidebar {
        max-width: none;
        width: 100%;
        float: none;
        display: block;
        border-top: 1px solid #111;
        padding-bottom: 8px;
        position: relative;
        background-color: #222;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
    }

    #wrapper #sidebar {
        padding-right: 0;
    }

        #wrapper #sidebar.affix {
            top: 0;
        }

        #wrapper #sidebar #navigation {
            height: 0;
            overflow: hidden;
            width: 100%;
        }

            #wrapper #sidebar #navigation > ul {
                border-bottom: 1px solid #333;
            }

                #wrapper #sidebar #navigation > ul > li {
                    width: auto;
                    max-width: none;
                    border-top: 1px solid #333;
                    border-bottom: 1px solid #111;
                    background-color: #222;
                }

                    #wrapper #sidebar #navigation > ul > li > span,
                    #wrapper #sidebar #navigation > ul > li > a {
                        text-align: left;
                        padding: 12px 15px;
                        border: none;
                        font-size: 12px;
                    }

                        #wrapper #sidebar #navigation > ul > li > span [class^="icon-"],
                        #wrapper #sidebar #navigation > ul > li > a [class^="icon-"] {
                            font-size: 16px;
                            vertical-align: text-top;
                            margin-right: 6px;
                        }

                    #wrapper #sidebar #navigation > ul > li.active > span,
                    #wrapper #sidebar #navigation > ul > li.active > a {
                        background: none;
                        color: #bfbfbf;
                        border: none;
                        -webkit-box-shadow: none;
                        -moz-box-shadow: none;
                        box-shadow: none;
                    }

                    #wrapper #sidebar #navigation > ul > li .nav-title {
                        display: inline;
                    }

                    #wrapper #sidebar #navigation > ul > li.open > .inner-nav,
                    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav {
                        opacity: 1;
                        -moz-opacity: 1;
                        position: relative;
                        left: auto;
                        margin: 0;
                        padding-left: 0;
                        border-top: 1px solid #222;
                    }

                    #wrapper #sidebar #navigation > ul > li:hover > a,
                    #wrapper #sidebar #navigation > ul > li:hover > span,
                    #wrapper #sidebar #navigation > ul > li.open > a,
                    #wrapper #sidebar #navigation > ul > li.open > span,
                    #wrapper #sidebar #navigation > ul > li.open .nav-title {
                        color: #fff;
                    }

                    #wrapper #sidebar #navigation > ul > li.open > .inner-nav {
                        display: block;
                        border-bottom: 0;
                        border-top: 1px solid #111;
                    }

                    #wrapper #sidebar #navigation > ul > li > .inner-nav > li.active > a,
                    #wrapper #sidebar #navigation > ul > li > .inner-nav > li.active > span {
                        color: #ddd;
                        background-color: transparent;
                    }

                    #wrapper #sidebar #navigation > ul > li > .inner-nav > li {
                        background-color: rgba(255, 255, 255, 0.05);
                    }

                    #wrapper #sidebar #navigation > ul > li > .inner-nav li:hover > a,
                    #wrapper #sidebar #navigation > ul > li > .inner-nav li:hover > span {
                        background-color: rgba(148, 219, 255, 0.2);
                    }

                    #wrapper #sidebar #navigation > ul > li > .inner-nav > li > a,
                    #wrapper #sidebar #navigation > ul > li > .inner-nav > li > span,
                    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li > a,
                    #wrapper #sidebar #navigation > ul > li:hover > .inner-nav > li > span {
                        border: none;
                        color: #ddd;
                    }

    #wrapper #content #content-inner,
    #wrapper #content.sidebar-minimized #content-inner
    /* EHH: Bug fix. Changed the line below to line above in order to correct mobile display issue
		  #wrapper #content #content.sidebar-minimized #content-inner
	*/ {
        background: none;
    }

    #wrapper #main #main-header {
        margin: 0 0 30px 0;
    }

        #wrapper #main #main-header .breadcrumb,
        #wrapper #main #main-header h1,
        #wrapper #main #main-content {
            padding-left: 15px;
            padding-right: 15px;
        }
}

@media (max-width: 320px) {
    .navbar .brand {
        margin: 0px;
        padding: 0px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    #wrapper #content-inner {
        background-image: url(/Content/MoonCake/assets/images/@2x/layout/content-bg-plain.png);
    }

    #wrapper #content.sidebar-minimized #content-inner {
        background-image: url(/Content/MoonCake/assets/images/@2x/layout/content-bg.png);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1281px), only screen and (-moz-min-device-pixel-ratio: 1.5) and (min-width: 1281px), only screen and (-o-min-device-pixel-ratio: 3/2) and (min-width: 1281px), only screen and (min-device-pixel-ratio: 1.5) and (min-width: 1281px) {
    #wrapper #content.sidebar-minimized #content-inner {
        background-image: url(/Content/MoonCake/assets/images/@2x/layout/content-bg.png);
    }

    #wrapper #content-inner {
        border-top: 0;
        background-image: url(/Content/MoonCake/assets/images/@2x/layout/content-bg-plain-gt1200.png);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 979px), only screen and (-moz-min-device-pixel-ratio: 1.5) and (max-width: 979px), only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 979px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 979px) {
    #wrapper #content #content-inner {
        background-image: url(/Content/MoonCake/assets/images/@2x/layout/content-bg.png);
    }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - Widget Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 */
 
/* Widget
================================================== */

.widget
{
    margin-bottom: 30px;
    position: relative;
}

.widget:after, 
.widget:before
{
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    bottom: -2px;
    left: 3px;
    right: 3px;
    background-color: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #ccc;
    border-top: 0;
}

.widget:before
{
    bottom: -4px;
    left: 6px;
    right: 6px;
}

.widget.collapsed > *:not(.widget-header), 
.widget.collapsed:after, 
.widget.collapsed:before
{
    display: none;
}

/* Widget Header
================================================== */

.widget .widget-header
{
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;

    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);

    background: #3a3a3a repeat-x left bottom;
    background-image: -ms-linear-gradient(top, #4a4a4a, #3a3a3a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a4a4a), to(#3a3a3a));
    background-image: -webkit-linear-gradient(top, #4a4a4a, #3a3a3a);
    background-image: -o-linear-gradient(top, #4a4a4a, #3a3a3a);
    background-image: -moz-linear-gradient(top, #4a4a4a, #3a3a3a);
    background-image: linear-gradient(top, #4a4a4a, #3a3a3a);
    border: 1px solid #000;
    
    font-weight: bold;
    position: relative;
    *zoom: 1;
}

.widget .widget-header.light
{
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
		background: #f2f2f2 repeat-x left bottom;
		background-image: -ms-linear-gradient(top, #fcfcfc, #f2f2f2);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f2f2f2));
		background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);
		background-image: -o-linear-gradient(top, #fcfcfc, #f2f2f2);
		background-image: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);
		background-image: linear-gradient(top, #fcfcfc, #f2f2f2);
		border-color: #ccc;
}

.widget .widget-header:before,
.widget .widget-header:after
{
    display: table;
    content: "";
}

.widget .widget-header:after
{
    clear: both;
}

.widget.collapsed .widget-header
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget .widget-header .title
{
    display: inline-block;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
    color: #fff;
    padding: 10px;
}

.widget .widget-header.light .title
{
    color: #444;
}

.widget .widget-header .title [class^="icon-"], 
.widget .widget-header .title [class^="icol-"], 
.widget .widget-header .title [class^="icos-"], 
.widget .widget-header .title img
{
    margin-right: 4px;
}

.widget .widget-header .title img
{
    max-width: 16px;
    max-height: 16px;
}

.widget .widget-header .title [class^="icon-"]
{
    font-size: 16px;
    vertical-align: text-top;
}

/* Widget Header Toolbar
================================================== */

.widget .widget-header .toolbar
{
    float: right;
    height: 100%;
    position: relative;
}

.widget .widget-header .toolbar .btn .caret
{
    margin-top: 10px;
}

.widget .widget-header .toolbar > .btn, 
.widget .widget-header .toolbar > .btn-group, 
.widget .widget-header .toolbar > .btn-group > .btn
{
    display: inline-block;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
}

.widget .widget-header .toolbar > .btn, 
.widget .widget-header .toolbar > .btn-group > .btn
{
    color: #fff;
    line-height: 20px;
    font-weight: normal;
    font-size: 11px;
    padding: 9px 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: transparent;
    border-width: 0 1px;
    border-color: #222;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
}

.widget .widget-header.light .toolbar > .btn, 
.widget .widget-header.light .toolbar > .btn-group > .btn
{
    color: #444;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-color: #ccc;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 1);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 1);
}

.widget .widget-header .toolbar > .btn.disabled, 
.widget .widget-header .toolbar > .btn[disabled], 
.widget .widget-header .toolbar > .btn-group > .btn.disabled, 
.widget .widget-header .toolbar > .btn-group > .btn[disabled]
{
    background: transparent !important;
}

.widget .widget-header .toolbar > .btn:active,
.widget .widget-header .toolbar > .btn.active,
.widget .widget-header .toolbar > .btn-group > .btn:active,
.widget .widget-header .toolbar > .btn-group > .btn.active
{
    color: #fff;
    background-color: #333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.widget .widget-header.light .toolbar > .btn:active,
.widget .widget-header.light .toolbar > .btn.active,
.widget .widget-header.light .toolbar > .btn-group > .btn:active,
.widget .widget-header.light .toolbar > .btn-group > .btn.active
{
    background-color: #eaeaea;
    color: #444;
}

.widget .widget-header .toolbar .btn:last-child, 
.widget .widget-header .toolbar .btn:last-of-type
{
    border-right: 0;
}


/* Widget Header Elements
================================================== */

.widget .widget-header .toolbar .ui-slider
{
    width: 150px;
    display: inline-block;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
    margin: 15px 15px 0 0;
    vertical-align: top;
}

.widget .widget-header .toolbar .progress
{
    width: 150px;
    height: 13px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
    margin: 12px 12px 0 0;
}

.widget .widget-header .toolbar .progress .bar
{
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
}

.widget .widget-header .toolbar .ibutton-container
{
    margin: 9px 9px 0 0;
    display: inline-block;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
    vertical-align: top;
}

.widget .widget-header .toolbar .label, 
.widget .widget-header .toolbar .badge
{
    top: 10px;
    right: 8px;
    position: relative;
}

/* Widget Toolbar
================================================== */

.widget > .toolbar, 
.widget .widget-inner-wrap > .toolbar
{
    background: #fafafa repeat-x left bottom;
    background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(top, #ffffff, #f2f2f2);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    border: 1px solid #ccc;
    border-top: 0;
}

.widget > .toolbar + *, 
.widget .widget-inner-wrap > .toolbar + *
{
    border-top: 0 !important;
}

.widget > .toolbar.collapse:not(.in)
{
    padding: 0 !important;
    overflow: hidden;
}

/* Widget Button Toolbar
================================================== */

.widget > .toolbar.btn-toolbar, 
.widget .widget-inner-wrap > .toolbar.btn-toolbar
{
    position: relative;
    margin: 0;
}

.widget > .toolbar.btn-toolbar .btn, 
.widget .widget-inner-wrap > .toolbar.btn-toolbar .btn
{
    border-top: 0;
    border-bottom: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.widget > .toolbar.btn-toolbar .btn-group + .btn-group, 
.widget .widget-inner-wrap > .toolbar.btn-toolbar .btn-group + .btn-group
{
    margin-left: 0;
}

.widget > .toolbar.btn-toolbar .btn:first-child, 
.widget .widget-inner-wrap > .toolbar.btn-toolbar .btn:first-child
{
    border-left: 0;
}

/* Widget Form Toolbar
================================================== */

.widget > .toolbar.form-toolbar form
{
    padding: 8px;
}

/* Widget Containers
================================================== */

.widget .widget-content
{
    border: 1px solid #ccc;
    position: relative;
    padding: 25px;
    background-color: #fff;
}

.widget .widget-header + .widget-content, 
.widget .widget-content + .widget-content
{
    border-top: 0;
}

.widget .widget-content.form-container, 
.widget .widget-content .form-container
{
    padding: 0;
}

.widget .widget-content.table-container, 
.widget .widget-content .table-container
{
    border: 0;
    padding: 0;
}

.widget .widget-content.no-padding
{
    padding: 0;
}

.widget .widget-content.no-border
{
    border: 0;
}

/* Widget Containers Content
================================================== */

.widget-content.table-container .table
{
    border: 1px solid #ccc;
    margin: 0;
}

.widget > .toolbar + .table-container .table, 
.widget .widget-inner-wrap > .toolbar + .table-container .table, 
.widget .widget-header + .table-container .table, 
.widget .table-container + .table-container .table
{
    border-top: 0;
}

/* Custom Widget Containers
================================================== */

.widget .accordion
{
    margin-bottom: 0;
}

.widget .accordion > .accordion-group:first-child
{
    border-top-width: 0;
}

/* Custom Widgets Shared Styles
================================================== */

.widget > .widget-content.shoppingcart, 
.widget > .widget-content.news, 
.widget > .widget-content.tweets, 
.widget > .widget-content.chat-box, 
.widget > .widget-content.summary-list, 
.widget > .widget-content.task-list, 
.widget > .widget-content.sortable-list, 
.widget > .widget-content.gmap
{
    padding: 0;
}

.shoppingcart > ul, 
.news > ul, 
.tweets .tweet_list, 
.chat-box > ul, 
.summary-list > ul, 
.task-list > ul, 
.sortable-list > ul
{
    margin: 0;
    list-style: none;
}

.shoppingcart ul li, 
.tweets .tweet_list li, 
.news ul li, 
.summary-list ul li, 
.sortable-list ul li, 
.user-box, 
.chat-box ul li
{
    *zoom: 1;
    display: block;
    position: relative;
}

.shoppingcart ul li:before,
.shoppingcart ul li:after, 
.tweets .tweet_list li:before,
.tweets .tweet_list li:after, 
.news ul li:before,
.news ul li:after, 
.summary-list ul li:before, 
.summary-list ul li:after, 
.sortable-list ul li:before, 
.sortable-list ul li:after, 
.user-box:after, 
.user-box:before, 
.chat-box ul li:before, 
.chat-box ul li:after
{
    display: table;
    content: "";
}

.tweets .tweet_list li:after, 
.shoppingcart ul li:after, 
.news ul li:after, 
.summary-list ul li:after, 
.sortable-list ul li:after, 
.chat-box ul li:after, 
.user-box:after
{
    clear: both;
}

.shoppingcart > ul li .thumbnail, 
.news > ul li .thumbnail
{
    width: 64px;
    float: left;
}

.shoppingcart > ul li .info, 
.news > ul li .info
{
    margin-left: 84px;
    display: block;
}

.shoppingcart > ul > li, 
.news > ul > li, 
.sortable-list > ul > li, 
.chat-box > ul > li, 
.tweets > .tweet_list > li
{
    padding: 15px;
    margin: 0;
    float: none;
    border-bottom: 1px dotted #b1afac;
    display: block;
}

.shoppingcart > ul > li:last-child, 
.news > ul > li:last-child, 
.sortable-list > ul > li:last-child, 
.summary-list > ul li:last-child, 
.task-list > ul li:last-child, 
.chat-box > ul > li:last-child
{
    border-bottom: 0;
}

.widget-content.gmap img
{
    max-width: none;
}

/* Shopping Cart Widget
================================================== */

.shoppingcart > ul > li .info .name
{
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}

.shoppingcart > ul > li .info .qty
{
    font-weight: bold;
    display: block;
    color: #95204e;
}

.shoppingcart > ul > li .actions
{
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-top: -12px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.shoppingcart > ul > li:hover .actions
{
    opacity: 1;
    -moz-opacity: 1;
}

.shoppingcart > ul > li .actions ul
{
    margin: 0;
}

.shoppingcart > ul > li .actions ul, 
.shoppingcart > ul > li .actions ul li
{
    float: left;
}

.shoppingcart > ul > li .actions li
{
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    margin: 0 4px;
    display: block;
}

.shoppingcart > ul > li .actions li a, 
.shoppingcart > ul > li .actions li span
{
    color: #666;
}

.shoppingcart > ul > li.footer .price
{
    float: right;
    font-size: 21px;
    line-height: 28px;
    font-weight: bold;
}

/* News Widget
================================================== */

.news > ul > li .head
{
    margin-bottom: 10px;
    display: block;
    clear: both;
}

.news > ul > li .head h2
{
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.news > ul > li .head h2 a
{
    color: #444;
    display: block;
}

.news > ul > li .head .date, 
.news > ul > li .head .tags
{
    color: #999;
    font-size: 11px;
}

.news > ul > li .head .tags
{
    font-style: italic;
}

.news > ul > li .head .tags:before
{
    content: '\2014 \00A0';
}

/* Shopping Cart Widget
================================================== */

.tweets > .tweet_list .tweet_avatar
{
    width: 52px;
    float: left;
    display: block;
    padding: 4px;
    line-height: 18px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

.tweets > .tweet_list .tweet_avatar img
{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tweets > .tweet_list .tweet_user
{
    font-size: 14px;
    color: #444;
    margin-bottom: 4px;
}

.tweets > .tweet_list .tweet_user, 
.tweets > .tweet_list .tweet_join, 
.tweets > .tweet_list .tweet_time, 
.tweets > .tweet_list .tweet_text
{
    display: block;
    margin-left: 70px;
}

.tweets > .tweet_list .tweet_time, 
.tweets > .tweet_list .tweet_time a
{
    color: #999;
    font-size: 11px;
}

.tweets > .tweet_list .tweet_action
{
    float: right;
    margin-left: 6px;
    margin-top: 8px;
    text-transform: capitalize;
}

/* Goal Widget
================================================== */

.widget > .widget-content.goal
{
    padding: 15px 25px;
}

.goal .goal-header
{
    padding: 0;
}

.goal .goal-header .info
{
    border-right: 1px dotted #ccc;
    margin-right: -1px;
    padding: 10px;
    text-align: center;
    font-size: 21px;
    color: #555;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goal .goal-header .info:last-child
{
    border-right: 0;
    margin-right: 0;
}

.goal .goal-header .info small
{
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goal .progress
{
    margin-bottom: 4px;
}

.goal .ticks
{
    margin: 0 0 10px 0;
    list-style: none;
    font-size: 11px;
    min-height: 18px;
    position: relative;
}

.goal .ticks li
{
    font-weight: bold;
    position: absolute;
    display: inline-block;
    margin: 0;
    text-align: left;
}

.goal .ticks li span
{
    left: -50%;
    position: relative;
}

.goal .btn-toolbar
{
    margin-bottom: 0;
}

/* Task List Widget
================================================== */

.task-list > ul > li
{
    color: #444;
    border-bottom: 1px solid #BAE0F2;
    font-size: 0;
    position: relative;
    padding-right: 13px;
}

.task-list > ul > li .checkbox, 
.task-list > ul > li .text
{
    display: block;
    padding: 10px 13px;
    font-size: 12px;
    line-height: 21px;
    margin: 0;
}

.task-list > ul > li .checkbox input[type="checkbox"], 
.task-list > ul > li .checkbox .uniform-checker
{
    float: none;
    margin: 0;
}

.task-list > ul > li .checkbox
{
    border-right: 1px solid #f4cfcf;
    float: left;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
}

.task-list > ul > li .text
{
    cursor: pointer;
    position: relative;
    height: 21px;
    line-height: 21px;
    border-left: 1px solid #f4cfcf;
    margin-left: 50px;
    padding-right: 0;
}

.task-list > ul > li.done
{
    background-color: #eaf8ff;
    background-color: rgba(148, 219, 255, 0.2);
}

.task-list > ul > li.done .text
{
    text-decoration: line-through;
}

.task-list > ul > li .close
{
    position: absolute;
    top: 2px;
    right: 4px;
    display: none;
}

.task-list > ul > li:hover .close
{
    display: block;
}

.task-list > ul > li [class^="icon-"], 
.task-list > ul > li [class^="icol-"], 
.task-list > ul > li [class^="icos-"]
{
    font-size: 16px;
    line-height: 1;
    margin-right: 4px;
}

/* Summary List
================================================== */

.summary-list > ul > li
{
    color: #444;
    border-bottom: 1px solid #ccc;
    line-height: 21px;
    font-size: 12px;
    padding: 0 13px;
}

.summary-list > ul > li .key, 
.summary-list > ul > li .val
{
    padding: 10px 0;
    display: block;
}

.summary-list > ul > li .key
{
    width: 140px;
    float: left;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.summary-list > ul > li .key [class^="icon-"], 
.summary-list > ul > li .key [class^="icol-"], 
.summary-list > ul > li .key [class^="icos-"], 
.summary-list > ul > li .key [class*=" icon-"], 
.summary-list > ul > li .key [class*=" icol-"], 
.summary-list > ul > li .key [class*=" icos-"]
{
    font-size: 16px;
    margin-right: 4px;
    vertical-align: text-top;
}

.summary-list > ul > li > .val .up
{
    color: #468847;
}

.summary-list > ul > li > .val .down
{
    color: #b94a48;
}

.summary-list > ul > li .val
{
    margin-left: 150px;
    position: relative;
}

/* Sortable List
================================================== */

.sortable-list > ul > li
{
    overflow: hidden;
    padding: 9px 10px;
    padding-left: 32px;
    font-weight: bold;
    cursor: pointer;
}

.sortable-list > ul > li:before
{
    font-family: 'IcoMoon';
    font-weight: normal;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f0dc";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    font-size: 16px;
    color: #666;
    top: 50%;
    left: 8px;
    margin-top: -8px;
    text-align: center;
    line-height: 16px;
}

.sortable-list > ul > li.ui-sortable-helper
{
    border: 1px dotted #b1afac;
    background-color: #fff;
}

.sortable-list > ul > li.placeholder
{
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.sortable-list > ul > li.placeholder:before
{
    display: none;
}

.sortable-list > ul > li .thumbnail
{
    width: 48px;
    float: left;
}

.sortable-list > ul > li .info
{
    margin-left: 68px;
    display: block;
}

.sortable-list > ul > li .info .order
{
    font-weight: normal;
    display: block;
}

/* User Widget
================================================== */

.user-box .thumbnail
{
    width: 150px;
    float: left;
}

.user-box .info
{
    display: block;
    margin-left: 175px;
}

.user-box .info .name
{
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.user-box .info .name small
{
    font-size: 11px;
    color: #888;
    display: block;
    font-weight: normal;
}

.user-box .info .attributes
{
    margin: 0 0 15px 0;
}

.user-box .info .attributes li
{
    margin: 0;
    list-style: none;
}

.user-box .info .attributes li
{
    line-height: 21px;
    margin-bottom: 4px;
    color: #555;
}

.user-box .info .attributes li [class^="icon-"], 
.user-box .info .attributes li [class^="icos-"], 
.user-box .info .attributes li [class^="icol-"]
{
    font-size: 16px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

/* Chat Box Widget
================================================== */

.chat-box > ul
{
    background: #fbfcfe;
    padding-top: 15px;
}

.chat-box > ul > li
{
    padding: 0 15px;
}

.chat-box > ul > li
{
    margin-bottom: 15px;
    border-bottom: 0;
}

.chat-box > ul > li .thumbnail
{
    width: 64px;
    background-color: #fff;
}

.chat-box > ul > li .thumbnail, 
.chat-box > ul > li.me .thumbnail
{
    float: left;
}

.chat-box > ul > li.others .thumbnail
{
    float: right;
}

.chat-box > ul > li .message
{
    border: 1px solid #c4cad3;
    padding: 12px 16px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.chat-box > ul > li .message .name
{
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    color: #08c;
}

.chat-box > ul > li .message .time
{
    font-size: 11px;
    display: block;
    color: #888;
}

.chat-box > ul > li .message:before, 
.chat-box > ul > li .message:after
{
    content: '';
    position: absolute;
    top: 13px;
    border: solid transparent;
}

.chat-box > ul > li .message:before
{
    border-width: 6px;
}

.chat-box > ul > li .message:after
{
    border-width: 7px;
    top: 12px;
}

.chat-box > ul > li.me .message
{
    margin-left: 94px;
}

.chat-box > ul > li.others .message
{
    margin-right: 94px;
    text-align: right;
}

.chat-box > ul > li.me .message:before
{
    left: -13px;
    border-right-color: #000;
}

.chat-box > ul > li.me .message:after
{
    left: -14px;
    border-right-color: #fff;
}

.chat-box > ul > li.others .message:before
{
    right: -13px;
    border-left-color: #000;
}

.chat-box > ul > li.others .message:after
{
    right: -14px;
    border-left-color: #fff;
}

.chat-box .message-form
{
    padding: 10px 15px;
    border-top: 1px solid #ccc;
    background: #fafafa repeat-x left bottom;
    background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(top, #ffffff, #f2f2f2);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}

.chat-box .message-form input[type="text"]
{
    margin: 0;
}

/* Media Queries
================================================== */

@media (max-width: 979px)
{

    .summary-list > ul > li .key
    {
        width: auto;
        display: block;
        float: none;
        padding-top: 5px;
        padding-bottom: 0;
    }

    .summary-list > ul > li .val
    {
        padding-top: 0;
        padding-bottom: 5px;
        margin-left: 24px;
        display: block;
    }
}

@media (max-width: 767px)
{
    .news > ul > li .thumbnail
    {
        max-width: 250px;
        margin: auto;
        width: auto;
        float: none;
        margin-bottom: 10px;
    }

    .news > ul > li .info
    {
        margin-left: auto;
    }

    .news > ul > li .head h2 a
    {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .goal .goal-header .info
    {
        border-right: 0;
        border-bottom: 1px dotted #ccc;
        margin-right: 0;
    }

    .goal .goal-header .info:last-child
    {
        border-bottom: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 480px)
{
    .widget > .widget-content
    {
        padding: 16px 20px;
    }

    .user-box .thumbnail
    {
        width: 150px;
        margin: auto;
        margin-bottom: 10px;
        float: none;
    }

    .user-box .info
    {
        margin-left: 0;
    }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - Form Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Form Widget Whitespace
================================================== */

.dropdown-menu form, 
.dropdown-menu .form-search, 
.dropdown-menu .form-horizontal, 
.dropdown-menu .form-vertical, 
.dropdown-menu .form-inline, 
.widget form, 
.widget .form-search, 
.widget .form-horizontal, 
.widget .form-vertical, 
.widget .form-inline
{
    margin-bottom: 0;
}

.widget .form-container .control-group, 
.widget .form-container .form-actions
{
    margin: 0;
    position: relative;
}

.widget .form-container .control-group
{
    padding: 16px 20px;
    border-top: 1px solid #ccc;
}

.widget .form-container fieldset legend
{
    border-top: 1px solid #ccc;
}

/* Form Tweaks
================================================== */

label
{
    cursor: pointer;
}

.help-block, 
.help-inline
{
    color: #888;
    font-size: 11px;
}

.help-inline + .help-block, 
.help-block + .help-block
{
    margin-top: 9px;
}

.widget .form-container .form-horizontal .control-label
{
    text-align: left;
    width: 120px;
}

.widget .form-container .form-horizontal .controls
{
    margin-left: 140px;
}

.widget .form-container .form-horizontal .form-actions
{
    padding-left: 160px;
}

textarea
{
    resize: none;
    height: 6em;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus
{
    outline: 0;
}

/* Form Customization
================================================== */

.widget .form-container legend
{
    margin-bottom: 0;
    background: #fafafa repeat-x left bottom;
    background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(top, #ffffff, #f2f2f2);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    font-size: 12px;
    font-weight: bold;
    color: #555;
    line-height: 20px;
    padding: 8px;
    padding-left: 20px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* Custom Form Elements
================================================== */

label .required
{
    color: #f00;
    font-size: 11px;
    vertical-align: text-top;
}

/* External Form Elements
================================================== */

.sheepit-form .control-group .close
{
    position: absolute;
    top: 4px; right: 4px;
}

.select2-container[class*="span"]
{
    float: none;
    margin-left: 0;
    min-height: 0;
}

.control-group .controls .ui-slider
{
    margin: 11px;
    margin-bottom: 21px;
}

.control-group .controls .ui-progressbar, 
.control-group .controls .progress
{
    margin-top: 6px;
}

.control-group .controls .ui-spinner, 
.control-group .controls .datepicker-inline
{
    margin-bottom: 9px;
}

.form-horizontal .control-group .controls .ui-spinner, 
.form-horizontal .control-group .controls .datepicker-inline
{
    margin-bottom: 0;
}

.form-horizontal .fileinput-holder + .help-block, 
.form-horizontal .ui-spinner + .help-block, 
.form-horizontal .datepicker-inline + .help-block
{
    margin-top: 9px;
}

.control-group .controls .star-rating-control
{
    margin-top: 5px;
    display: block;
}

.radio .ibutton-container, 
.checkbox .ibutton-container
{
    margin-left: -18px;
    vertical-align: middle;
}

.radio .uniform-radio, 
.checkbox .uniform-checker
{
    float: left;
    margin-left: -18px;
}

.form-search .radio .uniform-radio, 
.form-search .radio .ibutton-container, 
.form-search .checkbox .uniform-checker, 
.form-search .checkbox .ibutton-container, 
.form-inline .radio .uniform-radio, 
.form-inline .radio .ibutton-container, 
.form-inline .checkbox .uniform-checker, 
.form-inline .checkbox .ibutton-container
{
    margin-right: 3px;
    margin-left: 0;
}

.radio .uniform-radio input[type="radio"], 
.checkbox .uniform-checker input[type="checkbox"]
{
    float: none;
    margin: 0;
}

/* Media Queries
================================================== */

@media (max-width: 767px) {
    .row-fluid .controls-row [class*="span"], 
    .row-fluid .controls-row [class*="span"] + [class*="span"]
    {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .widget .form-container .form-horizontal .form-actions
    {
        padding-left: 16px;
        padding-right: 16px;
    }

    .widget .form-container .form-horizontal .controls
    {
        margin-left: 0;
    }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - Table Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Resets
================================================== */

.table
{
    background-color: #fff;
}

.table th, .table td
{
    border-top-color: #ccc;
}

.table-bordered
{
    border-color: #ccc;
}

/* Fixed Table
================================================== */

.table-fixed
{
    table-layout: fixed;
}

.table-fixed td.nowrap, 
.table-fixed th.nowrap
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Action Columns
================================================== */

table tr .action-col
{
    text-align: center;
}

/* Checkable Table Rows
================================================== */

.table-checkable .checkbox-column
{
    border-right: 1px solid #ccc;
    text-align: center;
    width: 24px;
}

.table-checkable .checkbox-column input[type="checkbox"], 
.table-checkable .checkbox-column .uniform-checker
{
    margin: 0;
}

.table-checkable tbody tr.checked td
{
    background-color: #eaf8ff;
    background-color: rgba(148, 219, 255, 0.2);
}

/* Detail View
================================================== */

.table-detail-view tbody tr th
{
    width: 150px;
    border-right: 1px solid #ccc;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.05) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(85%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.05)));
    background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    background-image: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
}

.table-detail-view .btn-toolbar
{
    margin: 0;
}

/* DataTables Styling v1.10+
================================================== */
.dataTable th {
    text-align: left;
}

.dataTables_wrapper .top {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    margin-bottom: 1em;
}

    .dataTables_wrapper .top > .dataTables_filter,
    .dataTables_wrapper .top > .dt-buttons {
        flex: 1 1 50%;
        float: none;
        display: block;
    }

    .dataTables_wrapper .top > .dataTables_filter {
        text-align: left;
    }

    .dataTables_wrapper .top > .dt-buttons {
        text-align: right;
    }

    .dataTables_wrapper .top > .dataTables_filter input {
        width: 75%;
        min-width: 250px;
        max-width: 400px;
    }

.dataTables_wrapper .bottom {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    margin-top: 1em;
}

    .dataTables_wrapper .bottom > .dataTables_info,
    .dataTables_wrapper .bottom > .dataTables_paginate,
    .dataTables_wrapper .bottom > .dataTables_length {
        float: none;
        display: block;
    }

    .dataTables_wrapper .bottom > .dataTables_info {
        flex: 1 1 25%;
        text-align: left;
    }

    .dataTables_wrapper .bottom > .dataTables_paginate {
        flex: 1 1 50%;
        text-align: center;
    }


    .dataTables_wrapper .bottom > .dataTables_length {
        flex: 1 1 25%;
        text-align: right;
    }

        .dataTables_wrapper .bottom > .dataTables_length select {
            width: 90px;
        }

@media only screen and (max-width: 768px) {
    .dataTables_wrapper .top,
    .dataTables_wrapper .bottom {
        display: flex;
        justify-content: flex-start;
        flex-flow: column;
    }

        .dataTables_wrapper .top > .dataTables_filter,
        .dataTables_wrapper .top > .dt-buttons,
        .dataTables_wrapper .bottom > .dataTables_info,
        .dataTables_wrapper .bottom > .dataTables_paginate,
        .dataTables_wrapper .bottom > .dataTables_length {
            text-align: center;
            margin: .5em 0;
        }
}

/* DataTables Styling v1.10+    Column Reordering
================================================== */
div.DTCR_pointer {
    margin-left: -10px;
    width: 0;
    height: 0 !important;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0259c4 transparent transparent transparent;
    background: transparent;
}

/* ================================================== 
   Supports making individual columns on a datatable nowrap
            using global columnDefs to apply cell styles based on column header style
*/

/* looks better when they are combined with other tall wrapped cells */
table.dataTable.top-align-rows > tbody > tr > td {
    vertical-align: top;
}



/* DataTables Styling
================================================== */
/*  This was for DT 1.9, but I moved to 1.10 
.dataTables_wrapper .dt_header, 
.dataTables_wrapper .dt_footer
{
    padding: 10px;
    border: solid #ccc;
    border-width: 0 1px 1px;
}

.dataTables_length {}

.dataTables_length select
{
    width: 75px;
    margin-right: 3px;
}

.dataTables_filter {}

.dataTables_filter label
{
    float: right;
}

.dataTables_info
{
    padding-top: 9px;
}

.dataTables_paginate
{
    float: right;
    margin: 0;
}

.dataTable
{
    clear: both;
}

.dataTable thead th:not(:last-child).sorting_asc, 
.dataTable thead th:not(:last-child).sorting_desc, 
.dataTable tbody tr td:not(:last-child).sorting_1
{
    border-right: 1px solid #ccc;
}

.dataTable thead th:not(:first-child).sorting_asc, 
.dataTable thead th:not(:first-child).sorting_desc, 
.dataTable tbody tr td:not(:first-child).sorting_1
{
    border-left: 1px solid #ccc;
}

.dataTable tbody tr.odd td.sorting_1
{
    background-color: #ededed;
}

.dataTable tbody tr.even td.sorting_1
{
    background-color: #f9f9f9;
}

.dataTable thead .sorting,
.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc,
.dataTable thead .sorting_asc_disabled,
.dataTable thead .sorting_desc_disabled
{
    cursor: pointer;
    *cursor: hand;
    position: relative;
    padding-right: 19px;
    outline: none;
}

.dataTable thead .sorting
{
    background: url('../images/dt/sort.png') no-repeat center right;
}

.dataTable thead .sorting_asc
{
    background: url('../images/dt/sort_asc.png') no-repeat center right;
}

.dataTable thead .sorting_desc
{
    background: url('../images/dt/sort_desc.png') no-repeat center right;
}

.dataTable thead .sorting_asc_disabled
{
    background: url('../images/dt/sort_asc_d.png') no-repeat center right;
}

.dataTable thead .sorting_desc_disabled
{
    background: url('../images/dt/sort_desc_d.png') no-repeat center right;
}

.dataTable th:active
{
    outline: none;
}

.dataTable th:active
{
    outline: none;
}

    */

/* Scrolling 
.dataTables_scrollHead table
{
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dataTables_scrollHead table thead tr:last-child th:first-child,
.dataTables_scrollHead table thead tr:last-child td:first-child
{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.dataTables_scrollBody table
{
    border-top: none;
    margin-bottom: 0 !important;
}

.dataTables_scrollBody tbody tr:first-child th,
.dataTables_scrollBody tbody tr:first-child td
{
    border-top: none;
}

.dataTables_scrollFoot table
{
    border-top: none;
}
*/
/* DataTables Tabletools Styling
================================================== 

.dataTable tbody tr.active td,
.dataTable tbody tr.active th
{
    background-color: #08C;
    color: white;
}

.dataTable tbody tr.active:hover td,
.dataTable tbody tr.active:hover th
{
    background-color: #0075b0 !important;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th
{
    background-color: #017ebc;
}

.DTTT_selectable tbody tr
{
    cursor: pointer;
    *cursor: hand;
}

.DTTT .btn > span
{
    font-size: 11px;
    display: inline-block;
}

.DTTT .btn > span [class^="icon-"], 
.DTTT .btn > span [class^="icol-"], 
.DTTT .btn > span [class^="icos-"]
{
    line-height: 1;
    margin: 0 2px 0 0;
    font-size: 16px;
}

.DTTT .btn:hover
{
    text-decoration: none !important;
}

.DTTT_dropdown.dropdown-menu a
{
    color: #333 !important;
 
}

.DTTT_dropdown.dropdown-menu li:hover a
{
    background-color: #0088cc;
    color: white !important;
}
*/
/* TableTools information display 
.DTTT_print_info.modal
{
    height: 150px;
    margin-top: -75px;
    text-align: center;
}

.DTTT_print_info h6
{
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}

.DTTT_print_info p
{
    font-size: 14px;
    line-height: 20px;
}
*/
/* DataTables Fixed Column Styling
================================================== 

.DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollHead table, 
.DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollBody table {
    border-left: 0;
}

.DTFC_LeftHeadWrapper table,
.DTFC_LeftFootWrapper table,
.DTFC_Cloned tr.even
{
    background-color: white;
}

.DTFC_LeftHeadWrapper table
{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child
{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.DTFC_LeftBodyWrapper table
{
    border-top: none;
    margin-bottom: 0 !important;
}

.DTFC_LeftBodyWrapper tbody tr:first-child th,
.DTFC_LeftBodyWrapper tbody tr:first-child td
{
    border-top: none;
}

.DTFC_LeftFootWrapper table
{
    border-top: none;
}
*/
/* DataTables Filterable Column Styling
================================================== 

.filter_column,  
.filterColumn
{
    display: block;
}

.filter_column input, 
.filter_column select, 
.filterColumn input, 
.filterColumn select
{
    min-height: 28px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.filter_column .search_init,  
.filterColumn .search_init
{
    color: #999;
}
*/
/* Responsive Tables (FlipScroll)
================================================== */

@media (max-width: 767px)
{

    .table-flipscroll th, 
    .table td
    {
        margin: 0;
        vertical-align: top;
    }

    .table-flipscroll
    {
        display: block;
        position: relative;
    }

    .table-flipscroll thead
    {
        display: block;
        float: left;
    }

    .table-flipscroll tbody
    {
        letter-spacing: -4px;
        word-spacing: -4px;
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        border-left: 1px solid #ccc;
    }

    .table-flipscroll thead tr
    {
        display: block;
    }

    .table-flipscroll th
    {
        display: block;
        text-align: right;
    }

    .table-flipscroll thead tr th
    {
        border-top: 1px solid transparent;
    }

    .table-flipscroll thead tr td
    {
        border-top: 1px solid #ccc;
    }

    .table-flipscroll thead tr td:first-child, 
    .table-flipscroll thead tr th:first-child, 
    .table-flipscroll tbody tr td:first-child, 
    .table-flipscroll tbody tr th:first-child
    {
        border-top: 0;
    }

    .table-flipscroll tbody tr
    {
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid #ccc;
        letter-spacing: normal;
        word-spacing: normal;
    }

    .table-flipscroll tbody tr:first-child
    {
        border-left: 0;
    }

    .table-flipscroll td
    {
        display: block;
        text-align: left;
    }

    .table-flipscroll th:first-child, 
    .table td: first-child
    {
        border-top: none !important;
    }

    .table-flipscroll th:last-child
    {
        border-bottom: 1px solid transparent;
    }

    .table-flipscroll td:last-child
    {
        border-bottom: 1px solid #ccc;
    }

    .table-bordered.table-flipscroll
    {
        border-left: 1px solid #ccc;
    }

    .table-bordered.table-flipscroll th, 
    .table-bordered.table-flipscroll td
    {
        border-left: none;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .table-checkable.table-flipscroll thead th.checkbox-column:first-child
    {
        border-right: 0;
    }

    .table-checkable.table-flipscroll tbody td.checkbox-column:first-child
    {
        border-left: 0;
    }
}

@media (max-width: 480px)
{
    .table-detail-view
    {
        table-layout: fixed !important;
    }

    .table-detail-view tbody tr th
    {
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - Button Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 */
 
/* Default Button
================================================== */

.btn
{
    border-color: #bfbfbf;
}

.btn [class^="icon-"]
{
    font-size: 14px;
}

.btn-large .caret
{
    margin-top: 8px;
}

/* Primary Button
================================================== */

.btn-primary
{
    border-color: #2453a3;
    background-image: -ms-linear-gradient(top, #2c74de, #2964c7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c74de), to(#2964c7));
    background-image: -webkit-linear-gradient(top, #2c74de, #2964c7);
    background-image: -o-linear-gradient(top, #2c74de, #2964c7);
    background-image: -moz-linear-gradient(top, #2c74de, #2964c7);
    background-image: linear-gradient(top, #2c74de, #2964c7);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled]
{
    background-color: #2964c7;
}

/* Warning Button
================================================== */

.btn-warning
{
    border-color: #c17512;
    background-image: -moz-linear-gradient(top, #ffb432, #ed9700);
    background-image: -ms-linear-gradient(top, #ffb432, #ed9700);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffb432), to(#ed9700));
    background-image: -webkit-linear-gradient(top, #ffb432, #ed9700);
    background-image: -o-linear-gradient(top, #ffb432, #ed9700);
    background-image: linear-gradient(top, #ffb432, #ed9700);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled]
{
    background-color: #ed9700;
}

/* Danger Button
================================================== */

.btn-danger
{
    border-color: #964721;
    background-image: -moz-linear-gradient(top, #df581d, #ca5219);
    background-image: -ms-linear-gradient(top, #df581d, #ca5219);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#df581d), to(#ca5219));
    background-image: -webkit-linear-gradient(top, #df581d, #ca5219);
    background-image: -o-linear-gradient(top, #df581d, #ca5219);
    background-image: linear-gradient(top, #df581d, #ca5219);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled]
{
    background-color: #ca5219;
}

/* Success Button
================================================== */

.btn-success
{
    border-color: #347f32;
    background-image: -ms-linear-gradient(top, #3fb04a, #3c9b3b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3fb04a), to(#3c9b3b));
    background-image: -webkit-linear-gradient(top, #3fb04a, #3c9b3b);
    background-image: -o-linear-gradient(top, #3fb04a, #3c9b3b);
    background-image: -moz-linear-gradient(top, #3fb04a, #3c9b3b);
    background-image: linear-gradient(top, #3fb04a, #3c9b3b);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled]
{
    background-color: #3c9b3b;
}

/* Info Button
================================================== */

.btn-info
{
    border-color: #28889f;
    background-image: -ms-linear-gradient(top, #32bed8, #2ea6c2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#32bed8), to(#2ea6c2));
    background-image: -webkit-linear-gradient(top, #32bed8, #2ea6c2);
    background-image: -o-linear-gradient(top, #32bed8, #2ea6c2);
    background-image: -moz-linear-gradient(top, #32bed8, #2ea6c2);
    background-image: linear-gradient(top, #32bed8, #2ea6c2);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled]
{
    background-color: #2ea6c2;
}

/* Inverse Button
================================================== */

.btn-inverse
{
    background-image: -ms-linear-gradient(top, #555555, #3a3a3a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#3a3a3a));
    background-image: -webkit-linear-gradient(top, #555555, #3a3a3a);
    background-image: -o-linear-gradient(top, #555555, #3a3a3a);
    background-image: -moz-linear-gradient(top, #555555, #3a3a3a);
    background-image: linear-gradient(top, #555555, #3a3a3a);
    border-color: #000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled]
{
    background-color: #3a3a3a;
}

/* Color Icons
================================================== */

.btn-large [class^="icol-"], 
.btn-large [class^="icos-"]
{
    margin-top: 2px;
}

.btn-small [class^="icol-"], 
.btn-small [class^="icos-"]
{
    margin-top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - Misc. Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Paper Stack Effect
================================================== */

.paper-stack
{
    position: relative;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.paper-stack:after, 
.paper-stack:before
{
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    bottom: -3px;
    left: 3px;
    right: 3px;
    background-color: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #d3d3d3;
    border-top: 0;
}

.paper-stack:before
{
    bottom: -5px;
    left: 6px;
    right: 6px;
}

/* Additional Icon Tweaks
================================================== */

.btn-group .btn-mini [class^="icol-"], 
.btn-group .btn-mini [class*=" icol-"], 
.btn-group .btn-small [class^="icol-"], 
.btn-group .btn-small [class*=" icol-"]
{
    display: none;
}

.dropdown-menu a [class^="icon-"], 
.dropdown-menu a [class^="icos-"], 
.dropdown-menu a [class^="icol-"], 
.dropdown-menu a [class*=" icon-"], 
.dropdown-menu a [class*=" icos-"], 
.dropdown-menu a [class*=" icol-"]
{
    margin-right: 4px;
    font-size: 16px;
}

/* Placeholder
================================================== */

::-webkit-input-placeholder
{
    color: #999;
}

:-moz-placeholder
{
    color: #999;
}

input.placeholder, 
textarea.placeholder
{
    color: #999;
}

/* Tweaks
================================================== */

.alert
{
    font-size: 13px;
}

code, pre
{
    font-size: 11px;
}

/* Sub Headings
================================================== */


h1.sub, 
h2.sub, 
h3.sub, 
h4.sub, 
h5.sub, 
h6.sub
{
    line-height: 2em;
    position: relative;
    color: #444;
    text-shadow: -1px -1px #f0f0f0;
}

h1.sub span, 
h2.sub span, 
h3.sub span, 
h4.sub span, 
h5.sub span, 
h6.sub span
{
    display: inline-block;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
    position: relative;
    font-size: 90%;
    padding: 0 15px 0 0;
    background: #fefefe;
}

h1.sub:before, 
h2.sub:before, 
h3.sub:before, 
h4.sub:before, 
h5.sub:before, 
h6.sub:before
{
    content: '';
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #ccc;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - Utilities Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 */
 
.bg-green
{
    background-color: #769f5d !important;
}

.bg-red
{
    background-color: #e95d3c !important;
}

.bg-orange
{
    background-color: #ffa200 !important;
}

.bg-blue
{
    background-color: #08c !important;
}

.text-nowrap
{
    white-space: nowrap;
    overflow: hidden;
    text-decoration: inherit;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

:not(td):not(th):not(tr).text-nowrap
{
    max-width: 100%;
    display: inline-block;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - UI Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Accordion
================================================== */

.accordion
{
    background-color: #fff;
}

.accordion .accordion-group:first-child
{
    border-top-width: 1px;
}

.accordion .accordion-group
{
    margin: 0;
    border-top-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.accordion .accordion-group, 
.accordion .accordion-inner
{
    border-color: #ccc;
}

.accordion .accordion-heading a, 
.accordion .accordion-heading span
{
    color: #333;
    text-decoration: none;
    background-color: #fcfcfc;
    background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.05) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(85%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.05)));
    background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    background-image: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
}

.accordion .accordion-heading:hover a, 
.accordion .accordion-heading:hover span
{
    background-color: #fefefe;
}

/* Modal
================================================== */

.modal .modal-header
{
    background: #f8f8f8 repeat-x left bottom;
    background-image: -ms-linear-gradient(top, #f8f8f8, #e8e8e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e8e8e8);
    background-image: -o-linear-gradient(top, #f8f8f8, #e8e8e8);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e8e8e8);
    background-image: linear-gradient(top, #f8f8f8, #e8e8e8);
    text-shadow: 0 1px #fff;
    font-weight: bold;
    border-bottom: 1px solid #cdcdcd;
    min-height: 20px;
    line-height: 22px;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 8px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.modal .modal-header .close
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 1px 4px;
    margin: 0;
}

.modal .modal-header .close:hover
{
    border: 1px solid #888;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.modal .modal-header .close:active
{
    background-color: #d0d0d0;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
}

/* Progressbar
================================================== */

.progress .bar, 
.progress.progress-info .bar
{
    border: 1px solid #1184be;
}

.progress.progress-success .bar
{
    border: 1px solid #54a754;
}

.progress.progress-danger .bar
{
    border: 1px solid #ca514e;
}

.progress.progress-warning .bar
{
    border: 1px solid #d59944;
}

.progress .bar
{
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.progress.progress-mini
{
    height: 6px;
}

.progress.progress-small
{
    height: 12px;
}

.progress.progress-large
{
    height: 24px;
}

/* Header Tab Widgets
================================================== */

.widget .widget-header .toolbar .nav
{
    margin-bottom: 0;
    border-bottom: 0;
    border-left: 1px solid #222;
}

.widget .widget-header.light .toolbar .nav
{
    border-left-color: #ccc;
}

.widget .widget-header .toolbar .nav > li
{
    margin: 0;
    float: left;
}

.widget .widget-header .toolbar .nav > li.dropdown:hover .caret, 
.widget .widget-header .toolbar .nav > li.open .caret
{
    border-top-color: #ddd;
}

.widget .widget-header.light .toolbar .nav > li.dropdown:hover .caret, 
.widget .widget-header.light .toolbar .nav > li.open .caret
{
    border-top-color: #aaa;
}

.widget .widget-header .toolbar .nav > li.active > a
{
    background-color: #333;
    border-left-color: transparent;
}

.widget .widget-header .toolbar .nav > li > a
{
    background-color: transparent;
    color: #fff;
    font-size: 11px;
    border: none;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    line-height: 18px;
    outline: none;
    border-left: 1px solid #555;
    border-right: 1px solid #222;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.widget .widget-header.light .toolbar .nav > li > a
{
    color: #444;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
}

.widget .widget-header.light .toolbar .nav > li.active > a
{
    background-color: #fff;
}

.widget .widget-header .toolbar .nav > li:last-child > a
{
    border-right: 0;
}

/* Tab Widgets
================================================== */

.widget > .nav.nav-tabs
{
    margin-bottom: 0;
}

.widget > .nav.nav-tabs > .active > a
{
    border-color: #cfcfcf;
    border-bottom-color: transparent;
}

.widget > .nav.nav-tabs + .tab-content
{
    border-top-width: 0;
}

.widget .tab-content
{
    background: #fff;
    border: 1px solid #cfcfcf;
    border-top: 0;
    padding: 16px;
    clear: both;
}

/* Widget Alerts
================================================== */

.widget .widget-content.no-padding .alert, 
.widget .form-container .alert, 
.widget .table-container .alert
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.widget .widget-content.no-padding .alert + .alert, 
.widget .form-container .alert + .alert, 
.widget .table-container .alert + .alert, 
.widget .form-container .alert + .control-group
{
    border-top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - Icons Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 */
 
/* Base Icon Style
================================================== */

[class^="icol-"], 
[class^="icos-"], 
[class*=" icol-"], 
[class*=" icos-"]
{
    display: inline-block;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
    width: 16px;
    height: 16px;
    *margin-right: .3em;
    line-height: 16px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-position: 16px 16px;
}
 
/* Color Icons
================================================== */

[class^="icol-"], 
[class*=" icol-"]
{
    background-image: url(/Content/MoonCake/assets/images/icons/led/sprite.png);
}

/* IconSweets 2 Icons
================================================== */

[class^="icos-"], 
[class*=" icos-"], 
.widget .widget-header.light [class^="icos-"]
{
    background-image: url(/Content/MoonCake/assets/images/icons/iconsweets/icos-dark.png);
}

[class^="icos-"].icos-white, 
#header #dropdown-lists .item [class^="icos-"], 
.widget .widget-header [class^="icos-"], 
.nav-pills > .active > a > [class^="icos-"],
.nav-pills > .active > a > [class*=" icos-"],
.nav-list > .active > a > [class^="icos-"],
.nav-list > .active > a > [class*=" icos-"],
.navbar-inverse .nav > .active > a > [class^="icos-"],
.navbar-inverse .nav > .active > a > [class*=" icos-"],
.dropdown-menu > li > a:hover > [class^="icos-"],
.dropdown-menu > li > a:hover > [class*=" icos-"],
.dropdown-menu > .active > a > [class^="icos-"],
.dropdown-menu > .active > a > [class*=" icos-"]
{
    background-image: url(/Content/MoonCake/assets/images/icons/iconsweets/icos-white.png);
}

.nav-list [class^="icos-"], 
.nav-list [class^="icol-"]
{
    margin-right: 2px;
}

/* Icon Definitions
================================================== */

.icol-accept{background-position:0px 0px;}
.icol-add{background-position:-16px 0px;}
.icol-alarm{background-position:-32px 0px;}
.icol-anchor{background-position:-48px 0px;}
.icol-application{background-position:-64px 0px;}
.icol-application2{background-position:-80px 0px;}
.icol-application-add{background-position:-96px 0px;}
.icol-application-cascade{background-position:-112px 0px;}
.icol-application-delete{background-position:-128px 0px;}
.icol-application-double{background-position:-144px 0px;}
.icol-application-edit{background-position:-160px 0px;}
.icol-application-error{background-position:-176px 0px;}
.icol-application-form{background-position:-192px 0px;}
.icol-application-get{background-position:-208px 0px;}
.icol-application-go{background-position:-224px 0px;}
.icol-application-home{background-position:-240px 0px;}
.icol-application-key{background-position:-256px 0px;}
.icol-application-lightning{background-position:-272px 0px;}
.icol-application-link{background-position:-288px 0px;}
.icol-application-osx{background-position:-304px 0px;}
.icol-application-osx-terminal{background-position:-320px 0px;}
.icol-application-put{background-position:-336px 0px;}
.icol-application-side-boxes{background-position:-352px 0px;}
.icol-application-side-contract{background-position:-368px 0px;}
.icol-application-side-expand{background-position:-384px 0px;}
.icol-application-side-list{background-position:-400px 0px;}
.icol-application-side-tree{background-position:-416px 0px;}
.icol-application-split{background-position:-432px 0px;}
.icol-application-tile-horizontal{background-position:-448px 0px;}
.icol-application-tile-vertical{background-position:-464px 0px;}
.icol-application-view-columns{background-position:-480px 0px;}
.icol-application-view-detail{background-position:-496px 0px;}
.icol-application-view-gallery{background-position:0px -16px;}
.icol-application-view-icons{background-position:-16px -16px;}
.icol-application-view-list{background-position:-32px -16px;}
.icol-application-view-tile{background-position:-48px -16px;}
.icol-application-view-xp{background-position:-64px -16px;}
.icol-application-view-xp-terminal{background-position:-80px -16px;}
.icol-arrow-branch{background-position:-96px -16px;}
.icol-arrow-divide{background-position:-112px -16px;}
.icol-arrow-in{background-position:-128px -16px;}
.icol-arrow-inout{background-position:-144px -16px;}
.icol-arrow-join{background-position:-160px -16px;}
.icol-arrow-left{background-position:-176px -16px;}
.icol-arrow-merge{background-position:-192px -16px;}
.icol-arrow-out{background-position:-208px -16px;}
.icol-arrow-redo{background-position:-224px -16px;}
.icol-arrow-refresh{background-position:-240px -16px;}
.icol-arrow-right{background-position:-256px -16px;}
.icol-arrow-undo{background-position:-272px -16px;}
.icol-asterisk-orange{background-position:-288px -16px;}
.icol-attach{background-position:-304px -16px;}
.icol-attach-2{background-position:-320px -16px;}
.icol-award-star-gold{background-position:-336px -16px;}
.icol-bandaid{background-position:-352px -16px;}
.icol-basket{background-position:-368px -16px;}
.icol-bell{background-position:-384px -16px;}
.icol-bin-closed{background-position:-400px -16px;}
.icol-blog{background-position:-416px -16px;}
.icol-blueprint{background-position:-432px -16px;}
.icol-blueprint-horizontal{background-position:-448px -16px;}
.icol-bluetooth{background-position:-464px -16px;}
.icol-bomb{background-position:-480px -16px;}
.icol-book{background-position:-496px -16px;}
.icol-bookmark{background-position:0px -32px;}
.icol-bookmark-book{background-position:-16px -32px;}
.icol-bookmark-book-open{background-position:-32px -32px;}
.icol-bookmark-document{background-position:-48px -32px;}
.icol-bookmark-folder{background-position:-64px -32px;}
.icol-books{background-position:-80px -32px;}
.icol-book-addresses{background-position:-96px -32px;}
.icol-book-next{background-position:-112px -32px;}
.icol-book-open{background-position:-128px -32px;}
.icol-book-previous{background-position:-144px -32px;}
.icol-box{background-position:-160px -32px;}
.icol-brick{background-position:-176px -32px;}
.icol-bricks{background-position:-192px -32px;}
.icol-briefcase{background-position:-208px -32px;}
.icol-bug{background-position:-224px -32px;}
.icol-buildings{background-position:-240px -32px;}
.icol-bullet-add-1{background-position:-256px -32px;}
.icol-bullet-add-2{background-position:-272px -32px;}
.icol-bullet-key{background-position:-288px -32px;}
.icol-cake{background-position:-304px -32px;}
.icol-calculator{background-position:-320px -32px;}
.icol-calendar-1{background-position:-336px -32px;}
.icol-calendar-2{background-position:-352px -32px;}
.icol-camera{background-position:-368px -32px;}
.icol-cancel{background-position:-384px -32px;}
.icol-car{background-position:-400px -32px;}
.icol-cart{background-position:-416px -32px;}
.icol-cd{background-position:-432px -32px;}
.icol-chart-bar{background-position:-448px -32px;}
.icol-chart-curve{background-position:-464px -32px;}
.icol-chart-line{background-position:-480px -32px;}
.icol-chart-organisation{background-position:-496px -32px;}
.icol-chart-pie{background-position:0px -48px;}
.icol-clipboard-paste-image{background-position:-16px -48px;}
.icol-clipboard-sign{background-position:-32px -48px;}
.icol-clipboard-text{background-position:-48px -48px;}
.icol-clock{background-position:-64px -48px;}
.icol-cog{background-position:-80px -48px;}
.icol-coins{background-position:-96px -48px;}
.icol-color-swatch-1{background-position:-112px -48px;}
.icol-color-swatch-2{background-position:-128px -48px;}
.icol-comment{background-position:-144px -48px;}
.icol-compass{background-position:-160px -48px;}
.icol-compress{background-position:-176px -48px;}
.icol-computer{background-position:-192px -48px;}
.icol-connect{background-position:-208px -48px;}
.icol-contrast{background-position:-224px -48px;}
.icol-control-eject{background-position:-240px -48px;}
.icol-control-end{background-position:-256px -48px;}
.icol-control-equalizer{background-position:-272px -48px;}
.icol-control-fastforward{background-position:-288px -48px;}
.icol-control-pause{background-position:-304px -48px;}
.icol-control-play{background-position:-320px -48px;}
.icol-control-repeat{background-position:-336px -48px;}
.icol-control-rewind{background-position:-352px -48px;}
.icol-control-start{background-position:-368px -48px;}
.icol-control-stop{background-position:-384px -48px;}
.icol-control-wheel{background-position:-400px -48px;}
.icol-counter{background-position:-416px -48px;}
.icol-counter-count{background-position:-432px -48px;}
.icol-counter-count-up{background-position:-448px -48px;}
.icol-counter-reset{background-position:-464px -48px;}
.icol-counter-stop{background-position:-480px -48px;}
.icol-cross{background-position:-496px -48px;}
.icol-cross-octagon{background-position:0px -64px;}
.icol-cross-octagon-fram{background-position:-16px -64px;}
.icol-cross-shield{background-position:-32px -64px;}
.icol-cross-shield-2{background-position:-48px -64px;}
.icol-crown{background-position:-64px -64px;}
.icol-crown-bronze{background-position:-80px -64px;}
.icol-crown-silver{background-position:-96px -64px;}
.icol-css{background-position:-112px -64px;}
.icol-cursor{background-position:-128px -64px;}
.icol-cut{background-position:-144px -64px;}
.icol-dashboard{background-position:-160px -64px;}
.icol-data{background-position:-176px -64px;}
.icol-database{background-position:-192px -64px;}
.icol-databases{background-position:-208px -64px;}
.icol-delete{background-position:-224px -64px;}
.icol-delivery{background-position:-240px -64px;}
.icol-desktop{background-position:-256px -64px;}
.icol-desktop-empty{background-position:-272px -64px;}
.icol-direction{background-position:-288px -64px;}
.icol-disconnect{background-position:-304px -64px;}
.icol-disk{background-position:-320px -64px;}
.icol-doc-access{background-position:-336px -64px;}
.icol-doc-break{background-position:-352px -64px;}
.icol-doc-convert{background-position:-368px -64px;}
.icol-doc-excel-csv{background-position:-384px -64px;}
.icol-doc-excel-table{background-position:-400px -64px;}
.icol-doc-film{background-position:-416px -64px;}
.icol-doc-illustrator{background-position:-432px -64px;}
.icol-doc-music{background-position:-448px -64px;}
.icol-doc-music-playlist{background-position:-464px -64px;}
.icol-doc-offlice{background-position:-480px -64px;}
.icol-doc-page{background-position:-496px -64px;}
.icol-doc-page-previous{background-position:0px -80px;}
.icol-doc-pdf{background-position:-16px -80px;}
.icol-doc-photoshop{background-position:-32px -80px;}
.icol-doc-resize{background-position:-48px -80px;}
.icol-doc-resize-actual{background-position:-64px -80px;}
.icol-doc-shred{background-position:-80px -80px;}
.icol-doc-stand{background-position:-96px -80px;}
.icol-doc-table{background-position:-112px -80px;}
.icol-doc-tag{background-position:-128px -80px;}
.icol-doc-text-image{background-position:-144px -80px;}
.icol-door{background-position:-160px -80px;}
.icol-door-in{background-position:-176px -80px;}
.icol-drawer{background-position:-192px -80px;}
.icol-drink{background-position:-208px -80px;}
.icol-drink-empty{background-position:-224px -80px;}
.icol-drive{background-position:-240px -80px;}
.icol-drive-burn{background-position:-256px -80px;}
.icol-drive-cd{background-position:-272px -80px;}
.icol-drive-cd-empty{background-position:-288px -80px;}
.icol-drive-delete{background-position:-304px -80px;}
.icol-drive-disk{background-position:-320px -80px;}
.icol-drive-error{background-position:-336px -80px;}
.icol-drive-go{background-position:-352px -80px;}
.icol-drive-link{background-position:-368px -80px;}
.icol-drive-network{background-position:-384px -80px;}
.icol-drive-rename{background-position:-400px -80px;}
.icol-dvd{background-position:-416px -80px;}
.icol-email{background-position:-432px -80px;}
.icol-email-open{background-position:-448px -80px;}
.icol-email-open-image{background-position:-464px -80px;}
.icol-emoticon-evilgrin{background-position:-480px -80px;}
.icol-emoticon-grin{background-position:-496px -80px;}
.icol-emoticon-happy{background-position:0px -96px;}
.icol-emoticon-smile{background-position:-16px -96px;}
.icol-emoticon-surprised{background-position:-32px -96px;}
.icol-emoticon-tongue{background-position:-48px -96px;}
.icol-emoticon-unhappy{background-position:-64px -96px;}
.icol-emoticon-waii{background-position:-80px -96px;}
.icol-emoticon-wink{background-position:-96px -96px;}
.icol-envelope{background-position:-112px -96px;}
.icol-envelope-2{background-position:-128px -96px;}
.icol-error{background-position:-144px -96px;}
.icol-exclamation{background-position:-160px -96px;}
.icol-exclamation-octagon-fram{background-position:-176px -96px;}
.icol-eye{background-position:-192px -96px;}
.icol-feed{background-position:-208px -96px;}
.icol-feed-ballon{background-position:-224px -96px;}
.icol-feed-document{background-position:-240px -96px;}
.icol-female{background-position:-256px -96px;}
.icol-film{background-position:-272px -96px;}
.icol-films{background-position:-288px -96px;}
.icol-find{background-position:-304px -96px;}
.icol-flag-blue{background-position:-320px -96px;}
.icol-folder{background-position:-336px -96px;}
.icol-font{background-position:-352px -96px;}
.icol-funnel{background-position:-368px -96px;}
.icol-grid{background-position:-384px -96px;}
.icol-grid-dot{background-position:-400px -96px;}
.icol-group{background-position:-416px -96px;}
.icol-hammer{background-position:-432px -96px;}
.icol-hammer-screwdriver{background-position:-448px -96px;}
.icol-hand{background-position:-464px -96px;}
.icol-hand-point{background-position:-480px -96px;}
.icol-heart{background-position:-496px -96px;}
.icol-heart-break{background-position:0px -112px;}
.icol-heart-empty{background-position:-16px -112px;}
.icol-heart-half{background-position:-32px -112px;}
.icol-heart-small{background-position:-48px -112px;}
.icol-help{background-position:-64px -112px;}
.icol-highlighter{background-position:-80px -112px;}
.icol-house{background-position:-96px -112px;}
.icol-html{background-position:-112px -112px;}
.icol-images{background-position:-128px -112px;}
.icol-image-1{background-position:-144px -112px;}
.icol-image-2{background-position:-160px -112px;}
.icol-inbox{background-position:-176px -112px;}
.icol-ipod{background-position:-192px -112px;}
.icol-ipod-cast{background-position:-208px -112px;}
.icol-joystick{background-position:-224px -112px;}
.icol-key{background-position:-240px -112px;}
.icol-keyboard{background-position:-256px -112px;}
.icol-layers{background-position:-272px -112px;}
.icol-layer-treansparent{background-position:-288px -112px;}
.icol-layout{background-position:-304px -112px;}
.icol-layout-header-footer-3{background-position:-320px -112px;}
.icol-layout-header-footer-3-mix{background-position:-336px -112px;}
.icol-layout-join{background-position:-352px -112px;}
.icol-layout-join-vertical{background-position:-368px -112px;}
.icol-layout-select{background-position:-384px -112px;}
.icol-layout-select-content{background-position:-400px -112px;}
.icol-layout-select-footer{background-position:-416px -112px;}
.icol-layout-select-sidebar{background-position:-432px -112px;}
.icol-layout-split{background-position:-448px -112px;}
.icol-layout-split-vertical{background-position:-464px -112px;}
.icol-lifebuoy{background-position:-480px -112px;}
.icol-lightbulb{background-position:-496px -112px;}
.icol-lightbulb-off{background-position:0px -128px;}
.icol-lightning{background-position:-16px -128px;}
.icol-link{background-position:-32px -128px;}
.icol-link-break{background-position:-48px -128px;}
.icol-lock{background-position:-64px -128px;}
.icol-lock-unlock{background-position:-80px -128px;}
.icol-magnet{background-position:-96px -128px;}
.icol-magnifier{background-position:-112px -128px;}
.icol-magnifier-zoom-in{background-position:-128px -128px;}
.icol-male{background-position:-144px -128px;}
.icol-map{background-position:-160px -128px;}
.icol-marker{background-position:-176px -128px;}
.icol-medal-bronze-1{background-position:-192px -128px;}
.icol-medal-gold-1{background-position:-208px -128px;}
.icol-media-player-small-blue{background-position:-224px -128px;}
.icol-microphone{background-position:-240px -128px;}
.icol-mobile-phone{background-position:-256px -128px;}
.icol-money{background-position:-272px -128px;}
.icol-money-dollar{background-position:-288px -128px;}
.icol-money-euro{background-position:-304px -128px;}
.icol-money-pound{background-position:-320px -128px;}
.icol-money-yen{background-position:-336px -128px;}
.icol-monitor{background-position:-352px -128px;}
.icol-mouse{background-position:-368px -128px;}
.icol-music{background-position:-384px -128px;}
.icol-music-beam{background-position:-400px -128px;}
.icol-neutral{background-position:-416px -128px;}
.icol-new{background-position:-432px -128px;}
.icol-newspaper{background-position:-448px -128px;}
.icol-note{background-position:-464px -128px;}
.icol-nuclear{background-position:-480px -128px;}
.icol-package{background-position:-496px -128px;}
.icol-page{background-position:0px -144px;}
.icol-page-2{background-position:-16px -144px;}
.icol-page-2-copy{background-position:-32px -144px;}
.icol-page-code{background-position:-48px -144px;}
.icol-page-copy{background-position:-64px -144px;}
.icol-page-excel{background-position:-80px -144px;}
.icol-page-lightning{background-position:-96px -144px;}
.icol-page-paste{background-position:-112px -144px;}
.icol-page-red{background-position:-128px -144px;}
.icol-page-refresh{background-position:-144px -144px;}
.icol-page-save{background-position:-160px -144px;}
.icol-page-white-cplusplus{background-position:-176px -144px;}
.icol-page-white-csharp{background-position:-192px -144px;}
.icol-page-white-cup{background-position:-208px -144px;}
.icol-page-white-database{background-position:-224px -144px;}
.icol-page-white-delete{background-position:-240px -144px;}
.icol-page-white-dvd{background-position:-256px -144px;}
.icol-page-white-edit{background-position:-272px -144px;}
.icol-page-white-error{background-position:-288px -144px;}
.icol-page-white-excel{background-position:-304px -144px;}
.icol-page-white-find{background-position:-320px -144px;}
.icol-page-white-flash{background-position:-336px -144px;}
.icol-page-white-freehand{background-position:-352px -144px;}
.icol-page-white-gear{background-position:-368px -144px;}
.icol-page-white-get{background-position:-384px -144px;}
.icol-page-white-paintbrush{background-position:-400px -144px;}
.icol-page-white-paste{background-position:-416px -144px;}
.icol-page-white-php{background-position:-432px -144px;}
.icol-page-white-picture{background-position:-448px -144px;}
.icol-page-white-powerpoint{background-position:-464px -144px;}
.icol-page-white-put{background-position:-480px -144px;}
.icol-page-white-ruby{background-position:-496px -144px;}
.icol-page-white-stack{background-position:0px -160px;}
.icol-page-white-star{background-position:-16px -160px;}
.icol-page-white-swoosh{background-position:-32px -160px;}
.icol-page-white-text{background-position:-48px -160px;}
.icol-page-white-text-width{background-position:-64px -160px;}
.icol-page-white-tux{background-position:-80px -160px;}
.icol-page-white-vector{background-position:-96px -160px;}
.icol-page-white-visualstudio{background-position:-112px -160px;}
.icol-page-white-width{background-position:-128px -160px;}
.icol-page-white-word{background-position:-144px -160px;}
.icol-page-white-world{background-position:-160px -160px;}
.icol-page-white-wrench{background-position:-176px -160px;}
.icol-page-white-zip{background-position:-192px -160px;}
.icol-paintbrush{background-position:-208px -160px;}
.icol-paintcan{background-position:-224px -160px;}
.icol-palette{background-position:-240px -160px;}
.icol-paper-bag{background-position:-256px -160px;}
.icol-paste-plain{background-position:-272px -160px;}
.icol-paste-word{background-position:-288px -160px;}
.icol-pencil{background-position:-304px -160px;}
.icol-photo{background-position:-320px -160px;}
.icol-photos{background-position:-336px -160px;}
.icol-photo-album{background-position:-352px -160px;}
.icol-piano{background-position:-368px -160px;}
.icol-picture{background-position:-384px -160px;}
.icol-pilcrow{background-position:-400px -160px;}
.icol-pill{background-position:-416px -160px;}
.icol-pin{background-position:-432px -160px;}
.icol-pipette{background-position:-448px -160px;}
.icol-plaing-card{background-position:-464px -160px;}
.icol-plug{background-position:-480px -160px;}
.icol-plugin{background-position:-496px -160px;}
.icol-printer{background-position:0px -176px;}
.icol-projection-screen{background-position:-16px -176px;}
.icol-projection-screen-present{background-position:-32px -176px;}
.icol-rainbow{background-position:-48px -176px;}
.icol-report{background-position:-64px -176px;}
.icol-rocket{background-position:-80px -176px;}
.icol-rosette{background-position:-96px -176px;}
.icol-rss{background-position:-112px -176px;}
.icol-ruby{background-position:-128px -176px;}
.icol-ruler-1{background-position:-144px -176px;}
.icol-ruler-2{background-position:-160px -176px;}
.icol-ruler-crop{background-position:-176px -176px;}
.icol-ruler-triangle{background-position:-192px -176px;}
.icol-safe{background-position:-208px -176px;}
.icol-script{background-position:-224px -176px;}
.icol-selection{background-position:-240px -176px;}
.icol-selection-select{background-position:-256px -176px;}
.icol-server{background-position:-272px -176px;}
.icol-shading{background-position:-288px -176px;}
.icol-shape-aling-bottom{background-position:-304px -176px;}
.icol-shape-aling-center{background-position:-320px -176px;}
.icol-shape-aling-left{background-position:-336px -176px;}
.icol-shape-aling-middle{background-position:-352px -176px;}
.icol-shape-aling-right{background-position:-368px -176px;}
.icol-shape-aling-top{background-position:-384px -176px;}
.icol-shape-flip-horizontal{background-position:-400px -176px;}
.icol-shape-flip-vertical{background-position:-416px -176px;}
.icol-shape-group{background-position:-432px -176px;}
.icol-shape-handles{background-position:-448px -176px;}
.icol-shape-move-back{background-position:-464px -176px;}
.icol-shape-move-backwards{background-position:-480px -176px;}
.icol-shape-move-forwards{background-position:-496px -176px;}
.icol-shape-move-front{background-position:0px -192px;}
.icol-shape-square{background-position:-16px -192px;}
.icol-shield{background-position:-32px -192px;}
.icol-sitemap{background-position:-48px -192px;}
.icol-slide{background-position:-64px -192px;}
.icol-slides{background-position:-80px -192px;}
.icol-slides-stack{background-position:-96px -192px;}
.icol-smiley-confuse{background-position:-112px -192px;}
.icol-smiley-cool{background-position:-128px -192px;}
.icol-smiley-cry{background-position:-144px -192px;}
.icol-smiley-fat{background-position:-160px -192px;}
.icol-smiley-mad{background-position:-176px -192px;}
.icol-smiley-red{background-position:-192px -192px;}
.icol-smiley-roll{background-position:-208px -192px;}
.icol-smiley-slim{background-position:-224px -192px;}
.icol-smiley-yell{background-position:-240px -192px;}
.icol-socket{background-position:-256px -192px;}
.icol-sockets{background-position:-272px -192px;}
.icol-sort{background-position:-288px -192px;}
.icol-sort-alphabet{background-position:-304px -192px;}
.icol-sort-date{background-position:-320px -192px;}
.icol-sort-disable{background-position:-336px -192px;}
.icol-sort-number{background-position:-352px -192px;}
.icol-sort-price{background-position:-368px -192px;}
.icol-sort-quantity{background-position:-384px -192px;}
.icol-sort-rating{background-position:-400px -192px;}
.icol-sound{background-position:-416px -192px;}
.icol-sound-note{background-position:-432px -192px;}
.icol-spellcheck{background-position:-448px -192px;}
.icol-sport-8ball{background-position:-464px -192px;}
.icol-sport-basketball{background-position:-480px -192px;}
.icol-sport-football{background-position:-496px -192px;}
.icol-sport-golf{background-position:0px -208px;}
.icol-sport-raquet{background-position:-16px -208px;}
.icol-sport-shuttlecock{background-position:-32px -208px;}
.icol-sport-soccer{background-position:-48px -208px;}
.icol-sport-tennis{background-position:-64px -208px;}
.icol-stamp{background-position:-80px -208px;}
.icol-star-1{background-position:-96px -208px;}
.icol-star-2{background-position:-112px -208px;}
.icol-status-online{background-position:-128px -208px;}
.icol-stop{background-position:-144px -208px;}
.icol-style{background-position:-160px -208px;}
.icol-sum{background-position:-176px -208px;}
.icol-sum-2{background-position:-192px -208px;}
.icol-switch{background-position:-208px -208px;}
.icol-tab{background-position:-224px -208px;}
.icol-table{background-position:-240px -208px;}
.icol-tag{background-position:-256px -208px;}
.icol-tag-blue{background-position:-272px -208px;}
.icol-target{background-position:-288px -208px;}
.icol-telephone{background-position:-304px -208px;}
.icol-television{background-position:-320px -208px;}
.icol-textfield{background-position:-336px -208px;}
.icol-textfield-rename{background-position:-352px -208px;}
.icol-text-align-center{background-position:-368px -208px;}
.icol-text-align-justify{background-position:-384px -208px;}
.icol-text-align-left{background-position:-400px -208px;}
.icol-text-align-right{background-position:-416px -208px;}
.icol-text-allcaps{background-position:-432px -208px;}
.icol-text-bold{background-position:-448px -208px;}
.icol-text-columns{background-position:-464px -208px;}
.icol-text-dropcaps{background-position:-480px -208px;}
.icol-text-heading-1{background-position:-496px -208px;}
.icol-text-horizontalrule{background-position:0px -224px;}
.icol-text-indent{background-position:-16px -224px;}
.icol-text-indent-remove{background-position:-32px -224px;}
.icol-text-italic{background-position:-48px -224px;}
.icol-text-kerning{background-position:-64px -224px;}
.icol-text-letterspacing{background-position:-80px -224px;}
.icol-text-letter-omega{background-position:-96px -224px;}
.icol-text-linespacing{background-position:-112px -224px;}
.icol-text-list-bullets{background-position:-128px -224px;}
.icol-text-list-numbers{background-position:-144px -224px;}
.icol-text-lowercase{background-position:-160px -224px;}
.icol-text-padding-bottom{background-position:-176px -224px;}
.icol-text-padding-left{background-position:-192px -224px;}
.icol-text-padding-right{background-position:-208px -224px;}
.icol-text-padding-top{background-position:-224px -224px;}
.icol-text-signature{background-position:-240px -224px;}
.icol-text-smallcaps{background-position:-256px -224px;}
.icol-text-strikethrough{background-position:-272px -224px;}
.icol-text-subscript{background-position:-288px -224px;}
.icol-ticket{background-position:-304px -224px;}
.icol-timeline-marker{background-position:-320px -224px;}
.icol-traffic{background-position:-336px -224px;}
.icol-transmit{background-position:-352px -224px;}
.icol-trophy{background-position:-368px -224px;}
.icol-trophy-bronze{background-position:-384px -224px;}
.icol-trophy-silver{background-position:-400px -224px;}
.icol-ui-combo-box{background-position:-416px -224px;}
.icol-ui-saccordion{background-position:-432px -224px;}
.icol-ui-slider-1{background-position:-448px -224px;}
.icol-ui-slider-2{background-position:-464px -224px;}
.icol-ui-tab-bottom{background-position:-480px -224px;}
.icol-ui-tab-content{background-position:-496px -224px;}
.icol-ui-tab-disable{background-position:0px -240px;}
.icol-ui-tab-side{background-position:-16px -240px;}
.icol-ui-text-field-hidden{background-position:-32px -240px;}
.icol-ui-text-field-password{background-position:-48px -240px;}
.icol-umbrella{background-position:-64px -240px;}
.icol-user{background-position:-80px -240px;}
.icol-user-black-female{background-position:-96px -240px;}
.icol-user-business{background-position:-112px -240px;}
.icol-user-business-boss{background-position:-128px -240px;}
.icol-user-female{background-position:-144px -240px;}
.icol-user-silhouette{background-position:-160px -240px;}
.icol-user-thief{background-position:-176px -240px;}
.icol-user-thief-baldie{background-position:-192px -240px;}
.icol-vcard{background-position:-208px -240px;}
.icol-vector{background-position:-224px -240px;}
.icol-wait{background-position:-240px -240px;}
.icol-wall{background-position:-256px -240px;}
.icol-wall-break{background-position:-272px -240px;}
.icol-wall-brick{background-position:-288px -240px;}
.icol-wall-disable{background-position:-304px -240px;}
.icol-wand{background-position:-320px -240px;}
.icol-weather-clouds{background-position:-336px -240px;}
.icol-weather-cloudy{background-position:-352px -240px;}
.icol-weather-lightning{background-position:-368px -240px;}
.icol-weather-rain{background-position:-384px -240px;}
.icol-weather-snow{background-position:-400px -240px;}
.icol-weather-sun{background-position:-416px -240px;}
.icol-webcam{background-position:-432px -240px;}
.icol-world{background-position:-448px -240px;}
.icol-zone{background-position:-464px -240px;}
.icol-zones{background-position:-480px -240px;}
.icol-zone-money{background-position:-496px -240px;}

.icos-abacus{background-position:0px 0px;}
.icos-acces-denied-sign{background-position:-18px 0px;}
.icos-address-book-2{background-position:-36px 0px;}
.icos-address-book{background-position:-54px 0px;}
.icos-admin-user-2{background-position:-72px 0px;}
.icos-admin-user{background-position:-90px 0px;}
.icos-airplane{background-position:-108px 0px;}
.icos-alarm-bell-2{background-position:-126px 0px;}
.icos-alarm-bell{background-position:-144px 0px;}
.icos-alarm-clock{background-position:-162px 0px;}
.icos-alert-2{background-position:-180px 0px;}
.icos-alert{background-position:-198px 0px;}
.icos-android{background-position:-216px 0px;}
.icos-apartment-building{background-position:-234px 0px;}
.icos-archive{background-position:-252px 0px;}
.icos-arrow-down{background-position:-270px 0px;}
.icos-arrow-left{background-position:-288px 0px;}
.icos-arrow-right{background-position:-306px 0px;}
.icos-arrow-up{background-position:-324px 0px;}
.icos-bag{background-position:-342px 0px;}
.icos-balloons{background-position:0px -18px;}
.icos-bandaid{background-position:-18px -18px;}
.icos-bar-graph{background-position:-36px -18px;}
.icos-battery-almost-empty{background-position:-54px -18px;}
.icos-battery-almost-full{background-position:-72px -18px;}
.icos-battery-empty{background-position:-90px -18px;}
.icos-battery-full{background-position:-108px -18px;}
.icos-battery{background-position:-126px -18px;}
.icos-bended-arrow-down{background-position:-144px -18px;}
.icos-bended-arrow-left{background-position:-162px -18px;}
.icos-bended-arrow-right{background-position:-180px -18px;}
.icos-bended-arrow-up{background-position:-198px -18px;}
.icos-big-brush{background-position:-216px -18px;}
.icos-blackberry{background-position:-234px -18px;}
.icos-blocks-images{background-position:-252px -18px;}
.icos-blu-ray{background-position:-270px -18px;}
.icos-bluetooth-2{background-position:-288px -18px;}
.icos-bluetooth{background-position:-306px -18px;}
.icos-book-bookmark{background-position:-324px -18px;}
.icos-book-large{background-position:-342px -18px;}
.icos-book{background-position:0px -36px;}
.icos-bookmark{background-position:-18px -36px;}
.icos-books{background-position:-36px -36px;}
.icos-box-incoming{background-position:-54px -36px;}
.icos-box-outgoing{background-position:-72px -36px;}
.icos-bulls-eye{background-position:-90px -36px;}
.icos-calculator{background-position:-108px -36px;}
.icos-calendar-today{background-position:-126px -36px;}
.icos-camera-2{background-position:-144px -36px;}
.icos-camera{background-position:-162px -36px;}
.icos-car{background-position:-180px -36px;}
.icos-cash-register{background-position:-198px -36px;}
.icos-cassette{background-position:-216px -36px;}
.icos-cat{background-position:-234px -36px;}
.icos-cd{background-position:-252px -36px;}
.icos-chair{background-position:-270px -36px;}
.icos-chart-2{background-position:-288px -36px;}
.icos-chart-3{background-position:-306px -36px;}
.icos-chart-4{background-position:-324px -36px;}
.icos-chart-5{background-position:-342px -36px;}
.icos-chart-6{background-position:0px -54px;}
.icos-chart-7{background-position:-18px -54px;}
.icos-chart-8{background-position:-36px -54px;}
.icos-chart{background-position:-54px -54px;}
.icos-check{background-position:-72px -54px;}
.icos-chemical{background-position:-90px -54px;}
.icos-chrome{background-position:-108px -54px;}
.icos-clipboard-2{background-position:-126px -54px;}
.icos-clipboard{background-position:-144px -54px;}
.icos-clock-2{background-position:-162px -54px;}
.icos-clock{background-position:-180px -54px;}
.icos-cloud-download{background-position:-198px -54px;}
.icos-cloud-upload{background-position:-216px -54px;}
.icos-cloud{background-position:-234px -54px;}
.icos-cog-2{background-position:-252px -54px;}
.icos-cog-3{background-position:-270px -54px;}
.icos-cog-4{background-position:-288px -54px;}
.icos-cog{background-position:-306px -54px;}
.icos-companies{background-position:-324px -54px;}
.icos-computer{background-position:-342px -54px;}
.icos-coverflow{background-position:0px -72px;}
.icos-create{background-position:-18px -72px;}
.icos-cross{background-position:-36px -72px;}
.icos-crosshair{background-position:-54px -72px;}
.icos-cup{background-position:-72px -72px;}
.icos-day-calendar{background-position:-90px -72px;}
.icos-delicious{background-position:-108px -72px;}
.icos-digg-2{background-position:-126px -72px;}
.icos-digg{background-position:-144px -72px;}
.icos-document{background-position:-162px -72px;}
.icos-documents-2{background-position:-180px -72px;}
.icos-documents{background-position:-198px -72px;}
.icos-download-to-computer{background-position:-216px -72px;}
.icos-download{background-position:-234px -72px;}
.icos-dress{background-position:-252px -72px;}
.icos-dribbble-2{background-position:-270px -72px;}
.icos-dribbble{background-position:-288px -72px;}
.icos-dropbox{background-position:-306px -72px;}
.icos-drupal{background-position:-324px -72px;}
.icos-dvd{background-position:-342px -72px;}
.icos-eject{background-position:0px -90px;}
.icos-electricity-input{background-position:-18px -90px;}
.icos-electricity-plug{background-position:-36px -90px;}
.icos-excel-document{background-position:-54px -90px;}
.icos-excel-documents-2{background-position:-72px -90px;}
.icos-excel-documents{background-position:-90px -90px;}
.icos-exit{background-position:-108px -90px;}
.icos-expose{background-position:-126px -90px;}
.icos-expression-engine{background-position:-144px -90px;}
.icos-eyedropper{background-position:-162px -90px;}
.icos-facebook-f{background-position:-180px -90px;}
.icos-facebook-like{background-position:-198px -90px;}
.icos-facebook{background-position:-216px -90px;}
.icos-favorite{background-position:-234px -90px;}
.icos-fax{background-position:-252px -90px;}
.icos-female-contour{background-position:-270px -90px;}
.icos-female-symbol{background-position:-288px -90px;}
.icos-file-cabinet{background-position:-306px -90px;}
.icos-film-camera{background-position:-324px -90px;}
.icos-film-strip-2{background-position:-342px -90px;}
.icos-film-strip{background-position:0px -108px;}
.icos-film{background-position:-18px -108px;}
.icos-finish-flag{background-position:-36px -108px;}
.icos-firefox{background-position:-54px -108px;}
.icos-flag-2{background-position:-72px -108px;}
.icos-flag{background-position:-90px -108px;}
.icos-flatscreen{background-position:-108px -108px;}
.icos-folder-2{background-position:-126px -108px;}
.icos-folder{background-position:-144px -108px;}
.icos-footprints{background-position:-162px -108px;}
.icos-fountain-pen{background-position:-180px -108px;}
.icos-frames{background-position:-198px -108px;}
.icos-globe-2{background-position:-216px -108px;}
.icos-globe{background-position:-234px -108px;}
.icos-go-back-from-full-screen{background-position:-252px -108px;}
.icos-go-back-from-screen{background-position:-270px -108px;}
.icos-go-full-screen{background-position:-288px -108px;}
.icos-google-buzz{background-position:-306px -108px;}
.icos-google-maps{background-position:-324px -108px;}
.icos-graph{background-position:-342px -108px;}
.icos-hd-2{background-position:0px -126px;}
.icos-hd-3{background-position:-18px -126px;}
.icos-hd{background-position:-36px -126px;}
.icos-headphones{background-position:-54px -126px;}
.icos-heart-favorite{background-position:-72px -126px;}
.icos-help{background-position:-90px -126px;}
.icos-home-2{background-position:-108px -126px;}
.icos-home-3{background-position:-126px -126px;}
.icos-home{background-position:-144px -126px;}
.icos-ice-cream-2{background-position:-162px -126px;}
.icos-ice-cream{background-position:-180px -126px;}
.icos-ichat{background-position:-198px -126px;}
.icos-image-2{background-position:-216px -126px;}
.icos-image{background-position:-234px -126px;}
.icos-images-2{background-position:-252px -126px;}
.icos-images{background-position:-270px -126px;}
.icos-inbox{background-position:-288px -126px;}
.icos-info-about{background-position:-306px -126px;}
.icos-ipad{background-position:-324px -126px;}
.icos-iphone-3g{background-position:-342px -126px;}
.icos-iphone-4{background-position:0px -144px;}
.icos-ipod-classic{background-position:-18px -144px;}
.icos-ipod-nano{background-position:-36px -144px;}
.icos-joomla{background-position:-54px -144px;}
.icos-key-2{background-position:-72px -144px;}
.icos-key{background-position:-90px -144px;}
.icos-lady-s-purse{background-position:-108px -144px;}
.icos-lamp{background-position:-126px -144px;}
.icos-laptop{background-position:-144px -144px;}
.icos-lastfm{background-position:-162px -144px;}
.icos-lemonade-stand{background-position:-180px -144px;}
.icos-light-bulb{background-position:-198px -144px;}
.icos-link-2{background-position:-216px -144px;}
.icos-link{background-position:-234px -144px;}
.icos-linux{background-position:-252px -144px;}
.icos-list-image{background-position:-270px -144px;}
.icos-list-images{background-position:-288px -144px;}
.icos-list{background-position:-306px -144px;}
.icos-loading-bar{background-position:-324px -144px;}
.icos-locked-2{background-position:-342px -144px;}
.icos-locked{background-position:0px -162px;}
.icos-looking-glass{background-position:-18px -162px;}
.icos-macos{background-position:-36px -162px;}
.icos-magic-mouse{background-position:-54px -162px;}
.icos-magnifying-glass{background-position:-72px -162px;}
.icos-mail{background-position:-90px -162px;}
.icos-male-contour{background-position:-108px -162px;}
.icos-male-symbol{background-position:-126px -162px;}
.icos-map{background-position:-144px -162px;}
.icos-marker{background-position:-162px -162px;}
.icos-medical-case{background-position:-180px -162px;}
.icos-megaphone{background-position:-198px -162px;}
.icos-message{background-position:-216px -162px;}
.icos-microphone{background-position:-234px -162px;}
.icos-mighty-mouse{background-position:-252px -162px;}
.icos-minus{background-position:-270px -162px;}
.icos-mobile-phone{background-position:-288px -162px;}
.icos-mobypicture{background-position:-306px -162px;}
.icos-money-2{background-position:-324px -162px;}
.icos-money{background-position:-342px -162px;}
.icos-monitor{background-position:0px -180px;}
.icos-month-calendar{background-position:-18px -180px;}
.icos-mouse-wires{background-position:-36px -180px;}
.icos-multiple-users{background-position:-54px -180px;}
.icos-music{background-position:-72px -180px;}
.icos-myspace-2{background-position:-90px -180px;}
.icos-new-message{background-position:-108px -180px;}
.icos-next-track{background-position:-126px -180px;}
.icos-note-book{background-position:-144px -180px;}
.icos-off{background-position:-162px -180px;}
.icos-pacman-ghost{background-position:-180px -180px;}
.icos-pacman{background-position:-198px -180px;}
.icos-paint-brush{background-position:-216px -180px;}
.icos-pants{background-position:-234px -180px;}
.icos-paperclip{background-position:-252px -180px;}
.icos-paypal-2{background-position:-270px -180px;}
.icos-paypal-3{background-position:-288px -180px;}
.icos-paypal{background-position:-306px -180px;}
.icos-pdf-document{background-position:-324px -180px;}
.icos-pdf-documents-2{background-position:-342px -180px;}
.icos-pdf-documents{background-position:0px -198px;}
.icos-pencil-2{background-position:-18px -198px;}
.icos-pencil{background-position:-36px -198px;}
.icos-phone-2{background-position:-54px -198px;}
.icos-phone-hook{background-position:-72px -198px;}
.icos-phone{background-position:-90px -198px;}
.icos-piggy-bank{background-position:-108px -198px;}
.icos-plane-suitcase{background-position:-126px -198px;}
.icos-play{background-position:-144px -198px;}
.icos-plixi{background-position:-162px -198px;}
.icos-plus{background-position:-180px -198px;}
.icos-polaroids{background-position:-198px -198px;}
.icos-post-card{background-position:-216px -198px;}
.icos-power{background-position:-234px -198px;}
.icos-powerpoint-document{background-position:-252px -198px;}
.icos-powerpoint-documents-2{background-position:-270px -198px;}
.icos-powerpoint-documents{background-position:-288px -198px;}
.icos-presentation-2{background-position:-306px -198px;}
.icos-presentation{background-position:-324px -198px;}
.icos-preview{background-position:-342px -198px;}
.icos-previous-track{background-position:0px -216px;}
.icos-price-tag{background-position:-18px -216px;}
.icos-price-tags{background-position:-36px -216px;}
.icos-printer{background-position:-54px -216px;}
.icos-radio{background-position:-72px -216px;}
.icos-record{background-position:-90px -216px;}
.icos-recycle-symbol{background-position:-108px -216px;}
.icos-refresh-2{background-position:-126px -216px;}
.icos-refresh-3{background-position:-144px -216px;}
.icos-refresh-4{background-position:-162px -216px;}
.icos-refresh{background-position:-180px -216px;}
.icos-repeat{background-position:-198px -216px;}
.icos-robot{background-position:-216px -216px;}
.icos-rss{background-position:-234px -216px;}
.icos-ruler-2{background-position:-252px -216px;}
.icos-ruler{background-position:-270px -216px;}
.icos-running-man{background-position:-288px -216px;}
.icos-safari{background-position:-306px -216px;}
.icos-save{background-position:-324px -216px;}
.icos-scan-label{background-position:-342px -216px;}
.icos-scissors-2{background-position:0px -234px;}
.icos-scissors{background-position:-18px -234px;}
.icos-sd-2{background-position:-36px -234px;}
.icos-sd-3{background-position:-54px -234px;}
.icos-sd{background-position:-72px -234px;}
.icos-settings-2{background-position:-90px -234px;}
.icos-settings-smal{background-position:-108px -234px;}
.icos-settings{background-position:-126px -234px;}
.icos-shopping-bag{background-position:-144px -234px;}
.icos-shopping-basket-2{background-position:-162px -234px;}
.icos-shopping-basket{background-position:-180px -234px;}
.icos-shopping-cart-2{background-position:-198px -234px;}
.icos-shopping-cart-3{background-position:-216px -234px;}
.icos-shopping-cart-4{background-position:-234px -234px;}
.icos-shopping-cart{background-position:-252px -234px;}
.icos-shuffle{background-position:-270px -234px;}
.icos-sign-post{background-position:-288px -234px;}
.icos-single-document{background-position:-306px -234px;}
.icos-single-excel-document{background-position:-324px -234px;}
.icos-single-pdf-copy{background-position:-342px -234px;}
.icos-single-powerpoint-document{background-position:0px -252px;}
.icos-single-user{background-position:-18px -252px;}
.icos-single-word-document{background-position:-36px -252px;}
.icos-single-zip-file{background-position:-54px -252px;}
.icos-skype{background-position:-72px -252px;}
.icos-sleeveless-shirt{background-position:-90px -252px;}
.icos-small-brush{background-position:-108px -252px;}
.icos-socks{background-position:-126px -252px;}
.icos-sound{background-position:-144px -252px;}
.icos-speech-bubble-2{background-position:-162px -252px;}
.icos-speech-bubble{background-position:-180px -252px;}
.icos-speech-bubbles-2{background-position:-198px -252px;}
.icos-speech-bubbles-3{background-position:-216px -252px;}
.icos-speech-bubbles{background-position:-234px -252px;}
.icos-sport-shirt{background-position:-252px -252px;}
.icos-stop-watch{background-position:-270px -252px;}
.icos-stop{background-position:-288px -252px;}
.icos-strategy-2{background-position:-306px -252px;}
.icos-strategy{background-position:-324px -252px;}
.icos-stumbleupon{background-position:-342px -252px;}
.icos-suitcase{background-position:0px -270px;}
.icos-sweater{background-position:-18px -270px;}
.icos-t-shirt{background-position:-36px -270px;}
.icos-table{background-position:-54px -270px;}
.icos-tag-2{background-position:-72px -270px;}
.icos-tag{background-position:-90px -270px;}
.icos-tags{background-position:-108px -270px;}
.icos-television{background-position:-126px -270px;}
.icos-timer{background-position:-144px -270px;}
.icos-trashcan-2{background-position:-162px -270px;}
.icos-trashcan{background-position:-180px -270px;}
.icos-travel-suitcase{background-position:-198px -270px;}
.icos-tree{background-position:-216px -270px;}
.icos-trolly{background-position:-234px -270px;}
.icos-truck{background-position:-252px -270px;}
.icos-tumbler{background-position:-270px -270px;}
.icos-twitter-2{background-position:-288px -270px;}
.icos-twitter-t{background-position:-306px -270px;}
.icos-twitter{background-position:-324px -270px;}
.icos-umbrella{background-position:-342px -270px;}
.icos-under-construction{background-position:0px -288px;}
.icos-unfavorite{background-position:-18px -288px;}
.icos-unlocked{background-position:-36px -288px;}
.icos-upload{background-position:-54px -288px;}
.icos-user-2{background-position:-72px -288px;}
.icos-user-comment{background-position:-90px -288px;}
.icos-user{background-position:-108px -288px;}
.icos-users-2{background-position:-126px -288px;}
.icos-users{background-position:-144px -288px;}
.icos-v-card-2{background-position:-162px -288px;}
.icos-v-card-3{background-position:-180px -288px;}
.icos-v-card{background-position:-198px -288px;}
.icos-vault{background-position:-216px -288px;}
.icos-vimeo-2{background-position:-234px -288px;}
.icos-vimeo{background-position:-252px -288px;}
.icos-walking-man{background-position:-270px -288px;}
.icos-wifi-signal-2{background-position:-288px -288px;}
.icos-wifi-signal{background-position:-306px -288px;}
.icos-windows{background-position:-324px -288px;}
.icos-winner-podium{background-position:-342px -288px;}
.icos-word-document{background-position:0px -306px;}
.icos-word-documents-2{background-position:-18px -306px;}
.icos-word-documents{background-position:-36px -306px;}
.icos-wordpress-2{background-position:-54px -306px;}
.icos-wordpress-3{background-position:-72px -306px;}
.icos-wordpress{background-position:-90px -306px;}
.icos-youtube-2{background-position:-108px -306px;}
.icos-youtube{background-position:-126px -306px;}
.icos-zip-document{background-position:-144px -306px;}
.icos-zip-file{background-position:-162px -306px;}
.icos-zip-files{background-position:-180px -306px;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - Statistic Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 */
 
/* Analytics Tab
================================================== */

.analytics-tab
{
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 40px;
}

.analytics-tab .nav-tabs
{
    background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.05) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(85%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.05)));
    background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    background-image: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    margin: 0;
    border-bottom-color: #ccc;
}

.analytics-tab .nav-tabs > li:first-child > a, 
.analytics-tab .nav-tabs > li:first-child.active > a
{
    border-left: 0;
}

.analytics-tab .nav-tabs > li > a
{
    color: #666;
    margin: 0;
    padding: 10px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.analytics-tab .nav-tabs > li.active > a
{
    border-color: transparent;
    border-top: 2px solid #54b8ea;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: -1px;
    color: #444;
}

/* Analytics Tab Contents
================================================== */

.analytics-tab .tab-content
{
    overflow: visible;
}

.analytics-tab .tab-content .analytics-tab-header
{
    padding: 15px;
    border-bottom: 1px solid #ccc;
    display: block;
}

.analytics-tab .tab-content .divider
{
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
}

.analytics-tab .tab-content .analytics-tab-header .btn-toolbar, 
.analytics-tab .tab-content .analytics-tab-header .btn-group, 
.analytics-tab .tab-content .analytics-tab-header .btn
{
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}

.analytics-tab .tab-content .analytics-tab-header .form-inline label
{
    margin-right: 6px;
}

.analytics-tab .tab-content .analytics-tab-header .control-group
{
    margin: 0;
}

.analytics-tab .tab-content .analytics-tab-header .row-fluid [class*="span"]
{
    min-height: 0;
}

.analytics-tab .tab-content .analytics-tab-content
{
    padding: 25px;
    position: relative;
    overflow: hidden;
}

/* Statistic Boxes
================================================== */

.stats-container
{
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
    text-align: center;
}

.stats-container li
{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    position: relative;
    margin-bottom: 10px;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
}

.stats-container li:after, 
.stats-container li:before
{
    content: ' ';
    position: absolute;
    display: block;
    height: 1px;
    bottom: -2px;
    left: 3px;
    right: 3px;
    background-color: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #ccc;
    border-top: 0;
}

.stats-container li:before
{
    bottom: -4px;
    left: 6px;
    right: 6px;
}

.stats-container > li > .stat
{
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    color: #444;
    text-decoration: none;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* Base Stats
================================================== */

.stat
{
    display: inline-block;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
}

/* Progress Stats
================================================== */

.stats-container > li > .stat.progress-stat
{
    text-align: left;
    width: 265px;
}

.stat.progress-stat
{
    display: block;
    margin-bottom: 15px;
}

.stat.progress-stat:last-child
{
    margin-bottom: 0;
}

.stat.progress-stat .progress
{
    margin: 0;
}

.stat.progress-stat .text
{
    display: block;
    margin-bottom: 4px;
}

.stat.progress-stat .text > span
{
    float: right;
}

/* Summary Stats
================================================== */

.stat.summary .digit
{
    font-size: 24px;
    padding: 4px 0;
    line-height: 40px;
    margin-left: 10px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    display: inline-block;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
    text-shadow: 1px 1px #eee;
}

.stat.summary .text
{
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 11px;
    line-height: 1;
    text-shadow: none;
    color: #666;
}

.stat.summary .sparkline, 
.stat.summary .icon
{
    display: inline-block;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
    vertical-align: top;
}

.stat.summary .sparkline
{
    padding: 10px 0;
}

.stat.summary .icon
{
    font-size: 32px;
    text-align: center;
    line-height: 40px;
    margin: 4px 0;
    width: 40px;
    height: 40px;
}

.stat.summary .icon.icon-circle, 
.stat.summary .icon.icon-square
{
    color: #fff;
    font-size: 20px;
    background-color: #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.stat.summary .icon.icon-circle
{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

/* Circle Stats
================================================== */

.stat.circular.inline .text
{
    display: inline-block;
    *display: inline;
 /* IE7 inline-block hack */
    *zoom: 1;
    margin: 10px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stat.circular
{
    text-align: center;
}

.stat.circular .text
{
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-transform: uppercase;
}

/* Flot Pie Labels 
================================================== */

.pieLabelBackground
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

/* Flot
================================================== */

#flotTip
{
    padding: 3px 6px !important;
    color: #ffffff !important;
    font-size: 11px !important;
    text-align: center !important;
    text-decoration: none !important;
    background-color: #222 !important;
    border: 1px solid #000 !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.legend .legendColorBox > div
{
    padding: 0 !important;
    border: none !important;
}

.legend .legendColorBox div
{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Media Queries
================================================== */

@media (max-width: 767px)
{
    .analytics-tab .tab-content .analytics-tab-content [class*="span"]
    {
        margin-bottom: 10px;
    }

    .analytics-tab .tab-content .analytics-tab-content [class*="span"]:last-child
    {
        margin-bottom: 0;
    }
}

@media (max-width: 480px)
{
    .analytics-tab .tab-content .analytics-tab-content
    {
        padding: 25px 20px;
    }

    .stats-container > li, 
	.stats-container > li > .stat
    {
        display: block;
        text-align: left;
    }

    .stat.circular .text
    {
        display: inline-block;
        *display: inline;
 /* IE7 inline-block hack */
        *zoom: 1;
        margin: 0 6px;
    }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - Invoice Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 */

.invoice
{
	background-color: #fff;
	border: 1px solid #ccc;
}

.invoice .invoice-caption
{
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.invoice-header, 
.invoice-sub
{
	border-bottom: 1px dotted #aaa;
}

.invoice-header .invoice-logo
{
	width: 260px;
	float: left;
	padding: 32px;
}

.invoice-header .invoice-company
{
	margin-left: 324px;
	text-align: right;
	display: block;
	padding: 32px;
	font-size: 11px;
}

.invoice-sub .invoice-to, 
.invoice-sub .invoice-info
{
	width: 50%;
	float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.invoice-sub .invoice-to
{
	padding: 16px 32px;
}

.invoice-sub .invoice-info
{
	padding: 16px 32px;
	text-align: right;
}

.invoice-sub .invoice-info ul, 
.invoice-sub .invoice-info ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.invoice-sub .invoice-info ul li span
{
	font-weight: normal;
	width: 150px;
	display: inline-block;
}

.invoice-sub .invoice-info .invoice-caption
{
	font-size: 21px;
}

.invoice-content .invoice-payments
{
	float: left;
	display: inline-block;
	padding: 8px 32px;
	margin: 8px 0;
}

.invoice-content .invoice-total
{
	float: right;
	font-size: 24px;
	line-height: 1.5;
	padding: 8px 32px;
	margin: 8px 0;
	display: inline-block;
}

.invoice-content .table
{
	border-bottom: 1px dotted #aaa;
}

.invoice-content .table th, 
.invoice-content .table td
{
	padding: 10px 32px;
	border: none;
}

.invoice-content .table .invoice-table-total
{
	text-align: right;
	font-weight: bold;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - Mail Page Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Profile Page
================================================== */

.profile
{
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.profile
{
    margin-bottom: 30px;
    position: relative;
}

.profile:after, 
.profile:before
{
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    bottom: -3px;
    left: 3px;
    right: 3px;
    background-color: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #ccc;
    border-top: 0;
}

.profile:before
{
    bottom: -5px;
    left: 6px;
    right: 6px;
}

/* Profile Sidebar
================================================== */

.profile .profile-sidebar
{
    width: 200px;
    padding: 15px;
    position: absolute;
    top: 0;
}

.profile .profile-sidebar .thumbnail, 
 .profile .profile-sidebar .nav
{
    background-color: #fff;
}

.profile .profile-sidebar .thumbnail
{
    margin-bottom: 10px;
}

.profile .profile-sidebar .nav
{
    margin-bottom: 0;
}

.profile .profile-sidebar .nav > li > a
{
    border-left: 0;
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* Profile Content
================================================== */

.profile .profile-head, 
.profile .profile-content
{
    padding: 20px 20px 20px 240px;
}

.profile .profile-head
{
    background-color: #fefefe;
    background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.05) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(85%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.05)));
    background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    background-image: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.05) 100%);
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.profile .profile-head .btn-toolbar
{
    margin-bottom: 0;
}

.profile .profile-username
{
    font-size: 21px;
    margin: 0 0 10px 0;
    line-height: 1;
}

.profile .profile-attributes, 
.profile .profile-attributes li
{
    margin: 0;
    list-style: none;
    font-size: 11px;
    color: #555;
}

.profile .profile-attributes li
{
    display: inline-block;
    margin-right: 15px;
    line-height: 16px;
}

.profile .profile-attributes li [class^="icon-"], 
.profile .profile-attributes li [class^="icol-"], 
.profile .profile-attributes li [class^="icos-"], 
.profile .profile-attributes li [class*=" icon-"], 
.profile .profile-attributes li [class*=" icol-"], 
.profile .profile-attributes li [class*=" icos-"]
{
    font-size: 14px;
    margin-right: 3px;
    color: #444;
}

@media (max-width: 979px)
{
    .profile .profile-attributes li
    {
        display: block;
        margin-right: 0;
        margin-bottom: 4px;
    }

    .profile .profile-head .profile-info, 
	.profile .profile-head .btn-toolbar
    {
        float: none;
        display: block;
    }
}

@media (max-width: 767px)
{
    .profile .profile-sidebar
    {
        position: relative;
        display: block;
        width: auto;
        padding-bottom: 0;
    }

    .profile .profile-sidebar .thumbnail
    {
        float: left;
        width: 200px;
        margin-bottom: 0;
    }

    .profile .profile-sidebar .nav
    {
        margin-left: 220px;
        float: none;
    }

    .profile .profile-head, 
	.profile .profile-content
    {
        padding-left: 20px;
    }
}

@media (max-width: 480px)
{
    .profile .profile-sidebar .thumbnail
    {
        width: auto;
        float: none;
        margin-bottom: 10px;
    }

    .profile .profile-sidebar .nav
    {
        margin-left: 0;
        display: block;
    }
}

/*
Document   : jquery.pnotify.default.css
Created on : Nov 23, 2009, 3:14:10 PM
Author     : Hunter Perrin
Version    : 1.2.0
Link       : http://pinesframework.org/pnotify/
Description:
	Default styling for Pines Notify jQuery plugin.
*/
/* -- Notice */
.ui-pnotify {
top: 25px;
right: 25px;
position: absolute;
height: auto;
/* Ensures notices are above everything */
z-index: 9999;
}
/* Hides position: fixed from IE6 */
html > body .ui-pnotify {
position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
-webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}
.ui-pnotify-container {
background-position: 0 0;
padding: 1em;
height: 100%;
margin: 0;
}
.ui-pnotify-sharp {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.ui-pnotify-closer, .ui-pnotify-sticker {
float: right;
margin-left: .2em;
}
.ui-pnotify-title {
display: block;
font-size: 16px;
margin-bottom: .4em;
}
.ui-pnotify-text {
display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
display: block;
float: left;
margin-right: .2em;
}
/* -- History Pulldown */
.ui-pnotify-history-container {
position: absolute;
top: 0;
right: 18px;
width: 70px;
border-top: none;
padding: 0;
-webkit-border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
border-top-right-radius: 0;
/* Ensures history container is above notices. */
z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
padding: 2px;
}
.ui-pnotify-history-container button {
cursor: pointer;
display: block;
width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
display: block;
margin: 0 auto;
}
.ui-pnotify-closer, .ui-pnotify-sticker, 
.ui-pnotify-icon, .ui-pnotify-icon span {
vertical-align: middle;
font-size: 1.1em;
line-height: 1;
margin-top: 1px;
}

.jquery-msgbox
{
  background:url(/Content/MoonCake/plugins/msgbox/images/background.png) repeat-x left bottom;
  padding-bottom:55px;
  font-style:normal;
}

.jquery-msgbox-wrapper
{
  padding:20px 20px 20px 100px;
}

.jquery-msgbox-buttons
{
  padding:15px;
  text-align:right;
  position:absolute;
  bottom:0;
  right:0;
}

.jquery-msgbox-buttons button,
.jquery-msgbox-buttons input
{
  margin-left:10px;
  min-width:85px;
  padding:0 14px 2px;
  height:24px;
  cursor:pointer;
}

.jquery-msgbox-inputs
{
  margin-top:4px;
}

.jquery-msgbox-inputs input
{
  display:block;
  padding:3px 2px;
  border:1px solid #dddddd;
  margin:3px 0 6px 0;
  width:95%;
}

.jquery-msgbox-label
{
  font-weight:bold;
  font-size:11px;
}

.jquery-msgbox-alert
{
  background: url(/Content/MoonCake/plugins/msgbox/images/alert.png) no-repeat 20px 20px;
}

.jquery-msgbox-info
{
  background: url(/Content/MoonCake/plugins/msgbox/images/info.png) no-repeat 20px 20px;
}

.jquery-msgbox-error
{
  background: url(/Content/MoonCake/plugins/msgbox/images/error.png) no-repeat 20px 20px;
}

.jquery-msgbox-prompt
{
  background: url(/Content/MoonCake/plugins/msgbox/images/question.png) no-repeat 20px 20px;
}

.jquery-msgbox-confirm
{
  background: url(/Content/MoonCake/plugins/msgbox/images/confirm.png) no-repeat 20px 20px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.3.1 - IE < 9 Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* < IE 9 should always display the wide version
================================================== */

.lt-ie9 #wrapper, 
.lt-ie9 #header
{
    min-width: 980px;
}

.lt-ie9 #header .navbar-inner .brand img
{
    max-width: none;
}

.lt-ie9 #header #header-right
{
    margin-left: 274px;
}

.lt-ie9 #header #header-right .navbar-search .search-query
{
    width: 210px;
}

.lt-ie9 #wrapper
{
    margin: 0 auto;
    padding: 0;
}

.lt-ie9 #wrapper #sidebar
{
    width: 285px;
    padding-right: 1px;
}

.lt-ie9 #wrapper #main
{
    margin-left: 286px;
}

.lt-ie9 #wrapper #sidebar #navigation > ul > #sidebar-toggle-wrap
{
    padding: 5px;
    padding-left: 6px;
}

/* Hidden Sidebar */
.lt-ie9 #wrapper #content.sidebar-minimized #sidebar
{
    width: 80px;
}

.lt-ie9 #wrapper #content.sidebar-minimized #main
{
    margin-left: 80px;
}

.lt-ie9 #wrapper #content.sidebar-minimized #content-inner
{
    background-image: url(/Content/MoonCake/assets/images/layout/content-bg-v1.png);
    background-position: left top;
}
/* End Hidden Sidebar */

.lt-ie9 #wrapper #content-inner
{
    border-top: 0;
    background-image: url(/Content/MoonCake/assets/images/layout/content-bg-plain-gt1200.png);
    background-position: left top;
}

.lt-ie9 #wrapper #sidebar #navigation > ul > li
{
    max-width: 70px;
}

.lt-ie9 #wrapper #sidebar #navigation > ul > li .nav-title
{
    display: block;
    font-size: 11px;
    margin-top: 3px;
}

.lt-ie9 #wrapper #sidebar #navigation > ul > li > a, 
.lt-ie9 #wrapper #sidebar #navigation > ul > li > span
{
    font-size: 32px;
    padding: 6px 5px 11px 5px;
    width: 58px;
}

.lt-ie9 #wrapper #sidebar #navigation > ul > li > .inner-nav
{
    left: 70px;
}

.lt-ie9 #wrapper #sidebar #navigation .inner-nav > li > a
{
    padding: 12px 17px 12px 30px;
}

.lt-ie9 #wrapper #sidebar #navigation
{
    height: auto !important;
    overflow: visible !important;
}

/* Form
================================================== */

.lt-ie9 .row-fluid input[class*="span"], 
.lt-ie9 .row-fluid select[class*="span"], 
.lt-ie9 .row-fluid textarea[class*="span"], 
.lt-ie9 .row-fluid .uneditable-input[class*="span"], 
.lt-ie9 .row-fluid .input-prepend [class*="span"], 
.lt-ie9 .row-fluid .input-append [class*="span"]
{
    min-height: 18px;
}

/* DataTables Filter
================================================== */

.lt-ie9 .filter_column input, 
.lt-ie9 .filter_column select, 
.lt-ie9 .filterColumn input, 
.lt-ie9 .filterColumn select {
    min-height: 18px;
}

/* Gallery
================================================== */

.lt-ie9 .gallery > ul > li > .actions
{
    display: none;
}

.lt-ie9 .gallery > ul > li:hover .actions
{
    display: block;
}

/* Full Layout
================================================== */

.lt-ie9 #wrapper.full
{
    max-width: none;
    margin: auto;
    padding: 0;
}

.lt-ie9 #wrapper.full #header .navbar-inner .container
{
    max-width: none;
}

#wrapper.full #content-wrap #content, 
#wrapper.full #content-outer, 
#wrapper.full #content-inner
{
    padding: 0;
    margin: 0;
    border: none;
}

.lt-ie9 #wrapper.full #content-wrap
{
    padding: 69px 0 0;
    border: 0;
}

/* ==|== primary styles =====================================================
   Author: Eric Hoffman 
   ========================================================================== */
/* fixes strange background lines on phones in portrait mode.
    couldn't track down what was causing it, and it only happens on
    actualy phones. desktop browsers at phone sizes don't have this issue.
*/
#main {
    background-color: #fff;
}

.test-border, .test-border-r {
    border: 1px solid red !important;
}

.test-border-g {
    border: 1px solid green !important;
}

.test-border-b {
    border: 1px solid blue !important;
}

.test-border-blk {
    border: 1px solid black !important;
}

h6 {
    text-decoration: underline;
}

#header #dropdown-lists .item-wrap .dropdown-menu .dropdown-item-wrap ul li a .thumbnail {
    width: 36px;
    border: none;
}
#header #dropdown-lists .item-wrap .dropdown-menu a .thumbnail [class^="icon-"],
#header #dropdown-lists .item-wrap .dropdown-menu a .thumbnail [class^="icos-"],
#header #dropdown-lists .item-wrap .dropdown-menu a .thumbnail [class^="icol-"],
#header #dropdown-lists .item-wrap .dropdown-menu a .thumbnail [class*=" icon-"],
#header #dropdown-lists .item-wrap .dropdown-menu a .thumbnail [class*=" icos-"],
#header #dropdown-lists .item-wrap .dropdown-menu a .thumbnail [class*=" icol-"] {
    font-size: xx-large;
}

@media (min-width: 1400px) {
    /*  Adjust for default font size change from 12px to 14px */
    body,
    h5,
    h3 small,
    h4 small,
    label,
    input,
    button,
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .uneditable-input,
    .input-append input,
    .input-prepend input,
    .input-append select,
    .input-prepend select,
    .input-append .uneditable-input,
    .input-prepend .uneditable-input,
    .input-append .dropdown-menu,
    .input-prepend .dropdown-menu,
    .input-prepend .add-on,
    .btn,
    .btn-group > .btn,
    .btn-group > .dropdown-menu,
    .progress .bar {
        font-size: 13px;
    }

    h6 {
        font-size: 11px;
    }
}

/*  Adjust from "Helvetica Neue", Helvetica, Arial, sans-serif;
	to "Lucida Sans Unicode", "Lucida Grande", sans-serif;
*/
body,
input,
button,
select,
textarea,
.navbar-search .search-query {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.nav-title {
    /*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
}


/*  ******************************************************************
	Override bootstrap grid system to allow for fixed columns and no gutters
	******************************************************************

	Add gutter margin back into width for columns except the first.
		margin-left: 2.127659574468085%;
		*margin-left: 2.074468085106383%;
	
	NOTE: 1st column should not have a no-gutter class applied 
		b/c it doesn't get any gutter to begin with.
	****************************************************************** */
.row-fluid [class*="span"].no-gutter,
.row-fluid.no-gutter [class*="span"] {
    margin-left: 0;
}

    .row-fluid [class*="span"] + .span11.no-gutter,
    .row-fluid.no-gutter [class*="span"] + .span11 {
        width: 93.61702127659570%;
        *width: 93.51063829787230%;
    }

    .row-fluid [class*="span"] + .span10.no-gutter,
    .row-fluid.no-gutter [class*="span"] + .span10 {
        width: 85.10638297872340%;
        *width: 85.00000000000000%;
    }

    .row-fluid [class*="span"] + .span9.no-gutter,
    .row-fluid.no-gutter [class*="span"] + .span9 {
        width: 76.59574468085100%;
        *width: 76.48936170212760%;
    }

    .row-fluid [class*="span"] + .span8.no-gutter,
    .row-fluid.no-gutter [class*="span"] + .span8 {
        width: 68.08510638297870%;
        *width: 67.97872340425530%;
    }

    .row-fluid [class*="span"] + .span7.no-gutter,
    .row-fluid.no-gutter [class*="span"] + .span7 {
        width: 59.57446808510630%;
        *width: 59.46808510638290%;
    }

    .row-fluid [class*="span"] + .span6.no-gutter,
    .row-fluid.no-gutter [class*="span"] + .span6 {
        width: 51.06382978723400%;
        *width: 50.95744680851060%;
    }

    .row-fluid [class*="span"] + .span5.no-gutter,
    .row-fluid.no-gutter [class*="span"] + .span5 {
        width: 42.55319148936170%;
        *width: 42.44680851063830%;
    }

    .row-fluid [class*="span"] + .span4.no-gutter,
    .row-fluid.no-gutter [class*="span"] + .span4 {
        width: 34.04255319148930%;
        *width: 33.93617021276590%;
    }

    .row-fluid [class*="span"] + .span3.no-gutter,
    .row-fluid.no-gutter [class*="span"] + .span3 {
        width: 25.53191489361700%;
        *width: 25.42553191489360%;
    }

    .row-fluid [class*="span"] + .span2.no-gutter,
    .row-fluid.no-gutter [class*="span"] + .span2 {
        width: 17.02127659574460%;
        *width: 16.91489361702120%;
    }

    .row-fluid [class*="span"] + .span1.no-gutter,
    .row-fluid.no-gutter [class*="span"] + .span1 {
        width: 8.51063829787233%;
        *width: 8.40425531914893%;
    }

/*  ******************************************************************
	Make otherwise fluid spans fixed at normal grid sizes 
	
	NOTE: this assumes a full-row width.
		Using a full 12 fixed columns in a row that is less than full width will result in overflow.
		These are expected to be used in combination with fluid spans to make fixed:fluid layouts
		where the sum of the fixed widths is less than the available row width.
	****************************************************************** */
.row-fluid .span12.fixed,
.row-fluid.no-gutter .span12.fixed {
    width: 940px;
}

.row-fluid .span11.fixed,
.row-fluid.no-gutter .span11.fixed {
    width: 860px;
}

.row-fluid .span10.fixed,
.row-fluid.no-gutter .span10.fixed {
    width: 780px;
}

.row-fluid .span9.fixed,
.row-fluid.no-gutter .span9.fixed {
    width: 700px;
}

.row-fluid .span8.fixed,
.row-fluid.no-gutter .span8.fixed {
    width: 620px;
}

.row-fluid .span7.fixed,
.row-fluid.no-gutter .span7.fixed {
    width: 540px;
}

.row-fluid .span6.fixed,
.row-fluid.no-gutter .span6.fixed {
    width: 460px;
}

.row-fluid .span5.fixed,
.row-fluid.no-gutter .span5.fixed {
    width: 380px;
}

.row-fluid .span4.fixed,
.row-fluid.no-gutter .span4.fixed {
    width: 300px;
}

.row-fluid .span3.fixed,
.row-fluid.no-gutter .span3.fixed {
    width: 220px;
}

.row-fluid .span2.fixed,
.row-fluid.no-gutter .span2.fixed {
    width: 140px;
}

.row-fluid .span1.fixed,
.row-fluid.no-gutter .span1.fixed {
    width: 60px;
}

.span-fit,
.row-fluid .span-fit {
    display: inline-block;
    float: none;
    margin: 0 1.5em 0 0;
    width: auto;
    vertical-align: top;
}
/* when a span-left/right follows another, put some margin between them. */
.span-block:last-child,
.row-fluid .span-block:last-child {
    margin-right: 0;
}

/*----------------------------------------------------------
Override Mooncake style and/or otherwise extend them here.
	This is to be included after all Mooncake styles
----------------------------------------------------------*/

/* override the 40px L/R spacing to 20px giving us 40px more content area */
#wrapper #main #main-header {
    margin: 0 20px 27px 20px;
}

#wrapper #main #main-content {
    padding: 0 20px;
}

/* when drop-downs are used inthe breadcrumb menu, 
	need to revert the inline-block that breadcrumb applies */
.breadcrumb .dropdown-menu li {
    display: list-item;
}
/* This is a hack to correct an IE issue where the two buttons are stlightly different heights
	when it's in the breadcrumb.	*/
#wrapper #main #main-header .breadcrumb .btn {
    line-height: 20px;
}


/* fixes issue with navbar not growing correctly when inside the page header
	used for stuff like tournament and ring group selection */
.page-header .navbar-inner {
    /*overflow: hidden;*/ /* will keep drop-downs from showing though */
}

    .page-header .navbar-inner::after {
        /*clear: right;*/
    }
/* navbars in the page header don't grow or clear floats how we want 
	so fix it by making the contianer a float*/
.page-header .navbar {
    float: left;
    width: 100%;
}

    .page-header .navbar .navbar-inner {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

/* bring this in a bit -- normal is 30px */
#wrapper #main #main-header {
    margin-left: 20px;
    margin-right: 20px;
}

#wrapper #main #main-content {
    padding-left: 20px;
    padding-right: 20px;
}
/* as screen shrinks, reduce margin/padding on L/R sides of content */
@media (min-width: 481px) and (max-width: 768px) {
    #wrapper #main #main-header {
        margin-left: 10px;
        margin-right: 10px;
    }

    #wrapper #main #main-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .widget > .widget-content {
        padding: 5px; /* from 25px default */
    }
}

@media (max-width: 480px) {
    #wrapper #main #main-header {
        margin-left: 5px;
        margin-right: 5px;
    }

    #wrapper #main #main-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .widget > .widget-content {
        padding: 3px; /* from 25px default */
    }
}

.contact-block {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

    .contact-block .contact-name {
        flex: 1 1 auto;
        margin-right: 1em;
    }

    .contact-block .contact-info {
        flex: 1 1 auto;
        margin-right: 1em;
    }

        .contact-block .contact-info .address {
        }

        .contact-block .contact-info .contact {
            display: flex;
            flex-flow: row wrap;
            align-content: flex-start;
            justify-content: flex-start;
        }

            .contact-block .contact-info .contact .phone,
            .contact-block .contact-info .contact .email,
            .contact-block .contact-info .contact .website {
                flex: 1 1 auto;
                display: block;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                /*border: 1px solid black;*/
            }



/* used stop make labels polygon across rather than down. */
label.inline {
    display: inline-block;
}

    label.inline input[type='radio'], input[type='checkbox'] {
        margin-top: 0px;
    }

/* when used in a modal, condense them a little from 160px wide */
.modal .form-horizontal .control-label {
    width: 100px;
}

.modal .form-horizontal .controls {
    margin-left: 120px;
}

/* Define 2 column layout with a fixed-width sidebar on right and dynamic content area.
	This is useful for placing widgets in it that float left to form a dynamic number
	of columns.
	http://jsfiddle.net/y7DcU/2/
	Start with a dynamic row, then place the sidebar and content section inside.
	With in the content, place widgets or panels as desired.	
	With in the sidebar, place content as desired.
	Panels fill the whole content area and treat it as a single column. (good for text layouts)
	Widgets are sized based on screen size and flow dynamically.
*/
.dynamic-row {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    /*background-color: beige;*/
}

.dynamic-sidebar, .dynamic-content {
    display: table-cell;
    vertical-align: top;
    padding: 0;
    margin: 0;
    /*background-color: cornflowerblue;*/
}

.dynamic-sidebar {
    width: 290px;
    /*background-color: greenyellow;*/
}

.dynamic-widget {
    width: 300px;
    margin: 0 10px 15px 0;
    float: left;
}

.dynamic-panel {
    margin: 0 20px 15px 0;
    float: none;
}

/*  make button groups wrap using flexbox  */
.btn-group.btn-group-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

    .btn-group.btn-group-flex > .btn {
        margin-bottom: .25em;
    }

/* The base layout for dynamic is designed for 2 columns plus sidebar at 1024 width.
	If we get to 1152 (the next common width), then bump up the widget size.
    At < 960 (1/2 HD), we hide sidebar.
	At certain points, toggle between 300 and 360 to better use
	free space and allow more columns and/or bigger columns.
*/
/* we can go to 360 with 1 column */
@media (min-width: 767px) and (max-width: 1023px) {
    .dynamic-widget {
        width: 360px;
    }
}

/* we can now go to 360 and keep two columns */
@media (min-width: 1152px) and (max-width: 1359px) {
    .dynamic-widget {
        width: 360px;
    }
}
/* go back to 300 and get 3 columns */
@media (min-width: 1360px) and (max-width: 1599px) {
    .dynamic-widget {
        width: 300px;
    }
}
/* we can now go to 360 and keep 3 columns (4 at 1920) */
@media (min-width: 1600px) {
    .dynamic-widget {
        width: 360px;
    }
}

/* 
	When screen gets too small for 1 widgets with sidebar and left-nav, 
	then revert to stacking full-width blocks.
	sidebar + widget + margin + offset
	290     + 360    + 10     + 65     = 725
    iPad        768 x 1024
    iPhone 6    375 x 667
    iPhone 6+   414 x 736
    SM-T700     800 x 1280
    1/2 HD      960 x 1024
*/
@media (max-width: 800px) {
    .dynamic-panel {
        margin-right: 0px;
    }

    .dynamic-row {
        display: block;
    }

    .dynamic-sidebar, .dynamic-content {
        display: block;
        vertical-align: baseline;
        width: 100%;
    }

    .dynamic-widget {
        width: 100%;
        margin: 0 0 15px 0;
        float: none;
    }
}


.alert h3 {
    margin: 0;
}

.alert-warning {
    background-color: #ffede0;
    border-color: #ffe0ca;
    color: #ff6d00;
}

/*  Styled text - augment/override bootstrap colors & styles */
/* this will make the entire element transparent... 
	could look at rgba for each color to do just text. */
.muted.text-alert,
.muted.text-error,
.muted.text-important,
.muted.text-info,
.muted.text-inverse,
.muted.text-notice,
.muted.text-success,
.muted.text-warning {
    opacity: 0.75;
}

.text-underline {
    text-decoration: underline;
}

.text-strike {
    text-decoration: line-through;
}

.no-wrap,
.nowrap {
    white-space: nowrap;
}


/* allow for some text the same colors as the standard alert  */
.text-alert {
    color: #c09853;
}

a.text-alert:hover {
    color: #cea359;
}

.text-important,
.text-error {
    color: #b94a48;
}

a.text-important:hover,
a.text-error:hover {
    color: #953b39;
}

.warning {
    color: #ff6d00 !important;
}

.text-warning {
    color: #ff6d00;
}

a.text-warning:hover {
    color: #f89406;
}

.notice {
    color: #00981b !important;
}

.text-notice,
.text-success {
    color: #00981b;
}

a.text-notice:hover,
a.text-success:hover {
    color: #356635;
}

.info {
    color: #3a87ad !important;
}

.text-info {
    color: #3a87ad;
}

a.text-info:hover {
    color: #2d6987;
}

.dull {
    color: #999 !important;
}

.text-dull {
    color: #999;
}

a.text-dull:hover {
    color: #777;
}

.text-inverse {
    background-color: #333333;
    color: #ffffff;
}

a.text-inverse:hover {
    background-color: #444444;
}

.edit-in-place:hover {
    border: 1px solid #2d6987;
    padding: .25em;
    cursor: pointer;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.error,
.input-validation-error,
.field-validation-error,
.validation-summary-errors,
span.error .help-block {
    color: #b94a48 !important;
}

.input-validation-error {
    border-color: #b94a48 !important;
    background-color: #ffeeee !important;
}

/* style this to look like a bootstrap alert .alert-error */
.validation-summary-errors {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f2dede;
    color: #b94a48;
    font-size: 13px;
}

    /*  this is the title for valdiation summary 
	make it looks like the h4 tag on an alert box.
	*/
    .validation-summary-errors > span {
        font-weight: bold;
        font-size: 15px; /* h4 */
    }
    /* these are the bulleted errors */
    .validation-summary-errors ul {
        padding-top: 4px;
    }

    .validation-summary-errors li {
        font-weight: normal;
    }

/* Widget Alerts
================================================== */

.widget .widget-content.no-padding .validation-summary-errors,
.widget .form-container .validation-summary-errors,
.widget .table-container .validation-summary-errors {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

    .widget .widget-content.no-padding .alert + .validation-summary-errors,
    .widget .form-container .alert + .validation-summary-errors,
    .widget .table-container .alert + .validation-summary-errors,
    .widget .form-container .validation-summary-errors + .control-group {
        border-top: 0;
    }

.field-validation-valid,
.validation-summary-valid {
    display: none;
}


/** NOTE: the empty and not selectors aren't supported until IE9 
.form-validations:empty {
	display: none;
}
.form-validations:not(:empty) {
	display: normal;
}
**/


/* Utility Styles 
----------------------------------------------------------*/
a.unstyled,
a.unstyled:focus,
a.unstyled:hover,
a.unstyled:active {
    color: inherit;
}

.widget.no-border,
.widget.no-border:before,
.widget.no-border:after {
    border: none;
}

.tight {
    margin: 0;
}

    .tight.expand {
        margin: .33em 0;
    }

.widget-content.tight {
    padding-top: 1px;
}

.widget-content.expand {
    padding: 5px 10px;
}

.small {
    font-size: small;
}

.smaller {
    font-size: smaller;
}

.smallest {
    font-size: x-small;
}

.large {
    font-size: larger;
}

.larger {
    font-size: large;
}

.largest {
    font-size: x-large;
}

.text-center {
    text-align: center;
}

.block-center {
    margin-left: auto;
    margin-right: auto;
}
/* Assumes width is set */

/* Styles mouse cursors
----------------------------------------------------------*/
.clickable {
    cursor: pointer;
}

.not-clickable {
    cursor: default;
}

/* Styles for various types of Lists  
----------------------------------------------------------*/
.h-list, .v-list {
    list-style: none;
    list-style-image: none;
    margin: 1em 0 .5em 0;
    padding: 0;
}

    .h-list > li {
        display: inline-block;
        margin: 0 2em .25em 0;
    }

    .v-list > li {
        display: block;
        margin: 0 0 1em 0;
    }

.h-item {
    padding-right: 2em;
}

/* add row-hovering to a list item */
.v-list.hover-row li:hover {
    background-color: #f7f7f7;
    /*color: #fff*/
}

td.school-logo-small,
img.school-logo-small {
    width: 48px;
}

td.school-logo-med,
img.school-logo-med {
    width: 64px;
}

td.school-logo,
img.school-logo {
    width: 100px;
}

#page-heading img.school-logo,
#page-heading img.school-logo-med,
#page-heading img.school-logo-small {
    margin-top: 5px;
}

/* when pulling left/right, we want to have margin for text on the side and bottom */
.pull-left > img.school-logo,
.pull-left > img.school-logo-small,
.pull-left > img.school-logo-med,
img.school-logo.pull-left,
img.school-logo-small.pull-left,
img.school-logo-med.pull-left {
    margin: 0 20px 20px 0;
}

/* Thumbnail containers expected to wrap twitter thumbnail class
	which has  4px padding and 1px border
*/
.thumbnail-container-sml,
.thumbnail-container-med,
.thumbnail-container-lrg {
    margin: 0;
    padding: 0;
}

td.thumbnail-container-sml,
.thumbnail-container-sml {
    width: 110px;
}

td.thumbnail-container-med,
.thumbnail-container-med {
    width: 210px;
}

td.thumbnail-container-lrg,
.thumbnail-container-lrg {
    width: 310px;
}

    /* when pulling left/right, we want to have margin for text on the side and bottom */
    .pull-left > .thumbnail-container-sml,
    .pull-left > .thumbnail-container-med,
    .pull-left > .thumbnail-container-lrg,
    .thumbnail-container-sml.pull-left,
    .thumbnail-container-med.pull-left,
    .thumbnail-container-lrg.pull-left {
        margin: 0 20px 20px 0;
    }

    .pull-right > .thumbnail-container-sml,
    .pull-right > .thumbnail-container-med,
    .pull-right > .thumbnail-container-lrg,
    .thumbnail-container-sml.pull-right,
    .thumbnail-container-med.pull-right,
    .thumbnail-container-lrg.pull-right {
        margin: 0 0 20px 20px;
    }

.thumbnail-sml {
    width: 100px;
    /*min-width: 100px;*/
    max-width: 100px;
    height: 100px;
    /*min-height: 100px;*/
    max-height: 100px;
    overflow: hidden;
}

.thumbnail-med {
    width: 200px;
    /*min-width: 200px;*/
    max-width: 200px;
    height: 200px;
    /*min-height: 200px;*/
    max-height: 200px;
    overflow: hidden;
}

.thumbnail-lrg {
    width: 300px;
    /*min-width: 300px;*/
    max-width: 300px;
    height: 300px;
    /*min-height: 300px;*/
    max-height: 300px;
    overflow: hidden;
}

.thumbnail-required .thumbnail {
    border: 1px solid #b94a48;
}
/*.thumbnail-required .thumbnail:after {
        content: "Required";
        font-size: smaller;
        display: block;
        color: #b94a48;
        text-align: center;
    }*/

/*  Tiles are similar to the hero-unit in bootstrap.
	But, they are fixed size and often will be floated left
	in a fluid contianer (e.g. row-fluid). 
*/
.tile-med {
    width: 320px;
    height: 160px;
    padding: 10px;
    margin: 10px;
    color: inherit;
    background-color: #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    position: relative;
}

    .tile-med.pull-left {
        margin: 0 15px 15px 0;
    }

    .tile-med [class^="thumbnail-container-"] {
        margin: 0 15px 15px 0;
    }

        .tile-med [class^="thumbnail-container-"] .thumbnail {
            background-color: #fff;
        }

    .tile-med > .btn-group,
    .tile-med .btn-group.btn-group-tiles {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .tile-med h4,
    .tight-med p {
        clear: right;
    }

/* Styles for widgets - alter some of the widget style for special cases.
----------------------------------------------------------*/
/* usefull for combining this content section with the next one so they looklike a single section  */
.widget-content.with-next {
    border-bottom: 0px;
    padding-bottom: 1px;
}

.row-fluid.with-next [class*="span"] {
    border-bottom: 0px;
    padding-bottom: 1px;
}

/* Styles for forms - Removes some of the decoration on vertical forms
* Usefull when you want to make the form look more like part of the page.
----------------------------------------------------------*/
.widget .form-container .form-simple fieldset {
    padding: 0 25px;
}

    .widget .form-container .form-simple fieldset legend {
        border: none;
        border-bottom: 1px solid #ccc;
        background: none;
        padding: 0;
        margin: 25px 0;
        font-size: 15px; /* make this the size of a the h4 */
        line-height: 30px;
        display: block;
    }

.widget .form-container .form-simple .control-group,
.widget .form-simple .form-container .control-group {
    padding: 0 0 18px;
    border-top: none;
}

.widget .form-container .form-validations {
    margin: 0;
    position: relative;
    padding: 18px 25px;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
/* intended to be containers for labels, inputs, validations, etc for forms */
.display-container {
    margin: 10px 15px;
}

/* standard label with display field under it */
.display-field {
    margin: 0;
}
    /* the label (if any) provides the top-margin, so that fields without labels come together, like for address sections */
    /*.display-field>label {
    margin:  .5em 0 2px 0;
	display: block;	
}*/

    /* override labels in display fields to be inline and collapse the spacing above them */
    .display-field > label {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

/* style the display-field-group as a table so they wrap fields across instead of down */
.display-field-group {
    display: table;
    border-collapse: collapse;
}

.display-field-group-row {
    display: table-row;
    border-collapse: collapse;
}

    .display-field-group .display-field, .display-field-group > .display-label,
    .display-field-group-row .display-field, .display-field-group-row > .display-label {
        display: table-cell;
        border-collapse: collapse;
        padding: 0 0 0 15px;
    }

        .display-field-group .display-field:first-child {
            padding-left: 0;
        }

    .display-field-group > .display-label,
    .display-field-group-row > .display-label {
        text-align: right;
    }

    .display-field-group > .display-field,
    .display-field-group-row > .display-field {
        text-align: left;
    }

/* add one more size that is half the size of input-mini */
.input-tiny {
    width: 30px;
}

/* Apply the anchor style to the parent element to which the progress indicator should size itself. */
.progress-container {
    position: relative;
}

.progress-indicator {
    position: absolute;
    cursor: wait;
    z-index: 99;
    margin: 0px;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/content/images/ajax-loader.gif);
    background-position: center center;
    background-size: 64px 64px;
    background-repeat: repeat-y;
    background-color: #c0c0c0;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

td.dialog-container {
    border-collapse: separate; /* IE9 won't show drop-shadow without this */
}

div.dialog-container {
    position: relative;
    /* correct to keep from stepping over the right and bottom borders of the table. */
    margin-bottom: 1px;
    margin-right: 1px;
}

.dialog-edit {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    /*height:100%; width:100%; 
	margin: .75em;
	padding: .75em;
	border: 1px solid #222; 
	background-color: #f7f7ff;*/
    /*-moz-opacity:.92; filter:alpha(opacity=92); */
    /*-webkit-border-radius: 6px 2px;
	-moz-border-radius: 6px 2px;
	border-radius: 6px 2px;	
	box-shadow:1px 1px 3px 1px #888;*/
}

.ie6 .dialog-edit,
.ie7 .dialog-edit,
.ie8 .dialog-edit {
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color=#888888);
}

/* School search styles
----------------------------------------------------------*/
#SearchSchoolPanel {
}

    #SearchSchoolPanel .search-results-list {
        border: 1px solid #ddd;
        max-height: 300px;
        overflow-y: auto;
    }

    #SearchSchoolPanel .search-results-category {
        margin: 0;
        padding: 0;
        background-color: #f0f0f0;
    }

    #SearchSchoolPanel .v-list.hover-row li.search-results-category:hover {
        background-color: inherit;
    }

    #SearchSchoolPanel .search-results-item {
        margin: 0;
        padding-left: .5em;
    }

        #SearchSchoolPanel .search-results-item.selected,
        #SearchSchoolPanel .v-list.hover-row li.search-results-item.selected:hover {
            background-color: rgba(255, 109, 0, 0.25);
            color: #1e1e1e;
        }

        #SearchSchoolPanel .search-results-item .item-number {
            float: left;
            font-size: 100%;
            width: 3em;
            margin-right: 0;
            margin-left: 0;
        }

        #SearchSchoolPanel .search-results-item h4 {
            margin-bottom: 0;
        }

        #SearchSchoolPanel .search-results-item .block {
            margin-left: 3em;
        }

/* Participant search widget */
#ParticipantSearchWidget {
}
    /* gives room for about 10-12 items in the list. */
    #ParticipantSearchWidget .search-results {
        height: auto;
        max-height: 320px;
        overflow-y: auto;
    }

        #ParticipantSearchWidget .search-results li {
            margin-bottom: 8px;
        }

/* style to allow hovering over an element to show a child icon */
.hover-icon-show .hover-icon {
    display: none;
}

.hover-icon-show:hover .hover-icon {
    display: inline;
}

.hover-icon-show:hover {
    text-decoration: none;
}

/* jquery ui style overrides and additions */
/* gives room for about 12 items in the drop-down. */
.ui-autocomplete.division-quick-lookup {
    height: auto;
    max-height: 280px;
    overflow-y: auto;
}

/* jquery-datatables-group 
	by default the group class is applied to td, but it can be set to apply to tr
	*/
.table tr.group,
.table td.group,
.table.table-striped tr.group,
.table.table-striped td.group {
    font-weight: bold;
    background-color: #d1d1d1;
}

.group-prefix {
    float: right;
}

/* override button spacing in dataTable cells that are in regular rows. (e.g. action buttons in right column) */
table.dataTable > tbody > tr > td .btn {
    margin: 0 .5em .5em 0;
}

    table.dataTable > tbody > tr > td .btn:last-child {
        margin-right: 0;
    }

/* override dataTables responsive layout for child elements */
table.dataTable > tbody > tr.child > td.child ul.dtr-details {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    width: 100%;
    /*border: 1px dotted green;*/
}

table.dataTable > tbody > tr.child > td.child > ul.dtr-details > li {
    flex: 1 1 45%;
    min-width: 20em;
    padding: .5em;
    border-bottom: 1px solid #efefef;
    /*border: 1px dotted red;*/
    /*display: inline-block;*/
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

table.dataTable > tbody > tr.child > td.child span.dtr-title {
    flex: 1 1 1%;
    min-width: 8em;
    text-align: left;
}

table.dataTable > tbody > tr.child > td.child span.dtr-data {
    flex: 3 3 99%;
    text-align: left;
}



/* view management */
.view {
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
    /* the first header in a view */
    .view h1:first-child,
    .view h2:first-child,
    .view h3:first-child,
    .view header:first-child,
    .view header:first-child,
    .view header:first-child .view .header:first-child,
    .view .header:first-child,
    .view .header:first-child {
        margin-top: 0;
    }

    /*  hides the view without disabling it -  */
    .view.view-hidden {
        opacity: 0;
        max-height: 0;
        left: -200vw;
        position: absolute;
    }
/* fullscreen toggle default styles */
.fullscreen-toggle-container {
    position: relative;
}

.fullscreen-toggle {
    position: absolute;
    top: 0;
    right: 0;
    /*font-size: 26px;
    line-height: 30px;
    margin: .1em .2em;*/
}

/* general SignalR Hub styles */
.hub-status {
    text-align: center;
    border: 1px solid dimgrey;
    background-color: #ddd;
    color: #111;
}

.hub-status-disconnected {
    background-color: #ddd;
}

.hub-status-connected {
    background-color: #ddffdd;
}

.hub-status-connecting,
.hub-status-reconnecting,
.hub-status-slow {
    background-color: #fffeb3;
}

.hub-status-receiving {
    background-color: #4b9e3b;
    color: white;
}

.hub-status-error {
    background-color: #ffeeee;
    color: #b94a48;
}

/* START Holding Status Board */
#status-board {
}

    #status-board .hub-status {
    }

    #status-board .view-container {
    }

    #status-board .view {
        min-height: 100%;
        font-size: large;
        margin-top: .33em;
        /* flex item */
        /* flex container */
        -webkit-display: flex;
        /*-webkit-flex-flow: row nowrap;*/
        -webkit-flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -webkit-align-items: stretch;
        display: flex;
        /*flex-flow: row nowrap;*/
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
    }

    #status-board .ring-col {
        background-color: #fefefe;
        border: 1px solid #999;
        padding: .5em;
        /* flex item */
        -webkit-flex: 1 1 99%;
        flex: 1 1 99%;
        /* flex container */
        /*-webkit-flex-flow: column nowrap;*/
        /*-webkit-flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -webkit-align-items: stretch;
        display: -webkit-flex;
        display: flex;*/
        /*flex-flow: column nowrap;*/
        /*flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;*/
    }

        #status-board .ring-col .header {
            /* flex item */
            /*-webkit-flex: 0 1 1em;
            flex: 0 1 1em;*/
        }

        #status-board .ring-col .alert {
            /* flex item */
            /*-webkit-flex: 1 0 2em;
            flex: 1 0 2em;*/
            font-size: large;
            min-height: 2em;
        }

        #status-board .ring-col .content {
            /* flex item */
            /*-webkit-flex: 1 1 100%;
            flex: 1 1 100%;*/
            /* flex container */
            display: -webkit-flex;
            /*-webkit-flex-flow: column nowrap;*/
            -webkit-flex-direction: column;
            -webkit-flex-wrap: nowrap;
            -webkit-justify-content: flex-start;
            -webkit-align-items: stretch;
            display: flex;
            /*flex-flow: column nowrap;*/
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: stretch;
        }

        #status-board .ring-col .division {
            background-color: white;
            margin-bottom: .5em;
            padding: .5em;
            border: 1px solid gray;
            min-height: 2.5em; /* fixes ios/android issue */
            /* flex item */
            -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
            /* flex container */
            display: -webkit-flex;
            /*-webkit-flex-flow: row nowrap;*/
            -webkit-flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -webkit-justify-content: flex-start;
            -webkit-align-items: flex-start;
            display: flex;
            /*flex-flow: row nowrap;*/
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: flex-start;
        }

            #status-board .ring-col .division .description {
                /* flex item */
                -webkit-flex: 1 1 32%;
                flex: 1 1 32%;
                /* flex container */
                display: -webkit-flex;
                /*-webkit-flex-flow: column nowrap;*/
                -webkit-flex-direction: column;
                -webkit-flex-wrap: nowrap;
                -webkit-justify-content: space-between;
                -webkit-align-items: flex-start;
                display: flex;
                /*flex-flow: column nowrap;*/
                flex-direction: column;
                flex-wrap: nowrap;
                justify-content: space-between;
                align-items: flex-start;
            }

                #status-board .ring-col .division .description .code {
                    /* flex item */
                    -webkit-flex: 0 1 100%;
                    flex: 0 1 100%;
                }

            #status-board .ring-col .division .age-belt {
                /* flex item */
                -webkit-flex: 1 1 66%;
                flex: 1 1 66%;
                /* flex container */
                display: -webkit-flex;
                /*-webkit-flex-flow: column nowrap;*/
                -webkit-flex-direction: column;
                -webkit-flex-wrap: nowrap;
                -webkit-justify-content: flex-start;
                -webkit-align-items: center;
                display: flex;
                /*flex-flow: column nowrap;*/
                flex-direction: column;
                flex-wrap: nowrap;
                justify-content: flex-start;
                align-items: center;
                /*border: 1px solid purple;*/
                min-height: 2em;
            }

                #status-board .ring-col .division .age-belt .age-name,
                #status-board .ring-col .division .age-belt .belt-name,
                #status-board .ring-col .division .age-belt .weight-name {
                    -webkit-flex: 0 1 100%;
                    flex: 0 1 100%;
                    font-size: small;
                    /*border: 1px solid green;*/
                    min-height: 1em;
                }

            #status-board .ring-col .division .status {
                text-align: right;
                /* flex item */
                -webkit-flex: 1 1 32%;
                flex: 1 1 32%;
                /* flex container */
                display: -webkit-flex;
                /*-webkit-flex-flow: column nowrap;*/
                -webkit-flex-direction: column;
                -webkit-flex-wrap: nowrap;
                -webkit-justify-content: flex-start;
                -webkit-align-items: stretch;
                display: flex;
                /*flex-flow: column nowrap;*/
                flex-direction: column;
                flex-wrap: nowrap;
                justify-content: flex-start;
                align-items: stretch;
                min-height: 2em;
            }

                #status-board .ring-col .division .status .status-text {
                    -webkit-flex: 0 1 100%;
                    flex: 0 1 100%;
                    min-height: 1em;
                }

                #status-board .ring-col .division .status .status-time {
                    -webkit-flex: 0 1 100%;
                    flex: 0 1 100%;
                    font-size: medium;
                    min-height: 1em;
                }

    #status-board.ring-cols-1 .ring-col {
        /* flex item */
        -webkit-flex: 0 1 99%;
        flex: 0 1 99%;
    }

    #status-board.ring-cols-2 .ring-col {
        /* flex item */
        -webkit-flex: 0 1 48%;
        flex: 0 1 48%;
    }

    #status-board.ring-cols-3 .ring-col {
        /* flex item */
        -webkit-flex: 0 1 31.333%;
        flex: 0 1 31.333%;
    }

    #status-board.ring-cols-4 .ring-col {
        /* flex item */
        -webkit-flex: 0 1 23%;
        flex: 0 1 23%;
    }

.status-board .fullscreen-toggle.btn-group {
}

.status-board .fullscreen-toggle .btn {
    font-size: 26px;
    line-height: 30px;
    margin: .1em 0;
}

    .status-board .fullscreen-toggle .btn:first-child {
        margin-left: .2em;
    }

    .status-board .fullscreen-toggle .btn:last-child {
        margin-right: .2em;
    }

#main.fullscreen {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    padding: 4% !important;
    background-color: #111;
}

    #main.fullscreen.no-overscan {
        padding: 0 !important;
    }

    #main.fullscreen #status-board {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }


/* START Holding Area Management */
.holding .view {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    -webkit-flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
}

    .holding .view > header {
        display: -webkit-flex;
        -webkit-flex-direction: row;
        -webkit-justify-content: space-between;
        -webkit-align-items: stretch;
        -webkit-flex-wrap: nowrap;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

        .holding .view > header,
        .holding .view > header > .title,
        .holding .view > header > .actions,
        .holding .view > header > .times,
        .holding .view > header > .actions .btn,
        .holding .view > header > .actions .dropdown-menu a {
            font-size: large;
            line-height: 1.33em;
        }

            .holding .view > header > .actions .btn {
                padding: .5em .66em;
            }

            .holding .view > header > .title {
                cursor: pointer;
            }

                .holding .view > header > .title i {
                    cursor: pointer;
                }

            .holding .view > header > .actions {
                display: -webkit-flex;
                -webkit-flex-direction: column;
                -webkit-justify-content: flex-start;
                -webkit-align-items: stretch;
                -webkit-flex-wrap: nowrap;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: stretch;
                flex-wrap: nowrap;
            }

            .holding .view > header > .times {
                text-align: right;
            }

                .holding .view > header > .times label {
                    font-size: small;
                    color: #777;
                    display: inline-block;
                    cursor: default;
                }

    .holding .view > .main-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .holding .view > .main-list > li {
            display: -webkit-flex;
            -webkit-flex-direction: row;
            -webkit-justify-content: flex-start;
            -webkit-align-items: stretch;
            -webkit-flex-wrap: nowrap;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: stretch;
            flex-wrap: nowrap;
            margin-bottom: 1em;
        }

.holding .badge {
    padding: .75em;
    margin: .25em;
    /*font-size: small;*/
    color: #111;
    text-shadow: none;
    border: 1px solid #777;
}

    .holding .badge.holding-conflict {
        border: 1px solid darkred;
        box-shadow: 0 0 6px darkred;
    }

    .holding .badge.holding-potential-conflict {
        border: 1px solid darkorange;
        box-shadow: 0 0 6px darkorange;
    }

    .holding .badge:before,
    .holding .badge:before {
        content: "\a0"; /* add a nbsp */
        font-family: "IcoMoon";
        font-weight: normal;
        font-style: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
    }

    .holding .badge.holding-conflict:before,
    .holding .badge.holding-potential-conflict:before {
        content: "\e001 \a0"; /* add a nbsp after icon-warning-sign */
    }

    .holding .badge.holding-conflict:before {
        color: darkred;
    }

    .holding .badge.holding-potential-conflict:before {
        color: darkorange;
    }


.holding #ring-boxes {
    -webkit-flex-direction: row;
    -webkit-justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .holding #ring-boxes .ring-box {
        -webkit-flex: 1 1 30%;
        flex: 1 1 30%;
        border: 1px solid black;
        margin: 0 0 .33em .33em;
        padding: .5em;
        background-color: #fafafa;
        overflow: hidden; /* clip the roll-over zoom */
        cursor: pointer;
    }

        .holding #ring-boxes .ring-box:hover .ring-box-content {
            -webkit-transform: scale(1.08);
            transform: scale(1.08);
            /*transform: scale(5);
            opacity: 0;*/
        }

    .holding #ring-boxes .ring-box-content {
        -webkit-transition: all 0.333s ease;
        transition: all 0.333s ease;
        max-width: 100%;
        /*transform: scaleY(1);
        transition: all 0.333s ease-in-out;*/
    }

        /* ring number */
        .holding #ring-boxes .ring-box-content > h2,
        .holding #ring-boxes .ring-box-content > h6 {
            text-align: center;
            padding: 0;
            margin: 0;
            color: #777;
            text-decoration: none;
        }
        /* ring time */
        .holding #ring-boxes .ring-box-content > h1 {
            text-align: center;
            padding: 0;
            margin: 0;
            color: #111;
        }
        /* ring div list */
        .holding #ring-boxes .ring-box-content > ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .holding #ring-boxes .ring-box-content > ul li {
                display: -webkit-flex;
                display: flex;
                -webkit-justify-content: center;
                justify-content: center;
                color: #333;
            }

        .holding #ring-boxes .ring-box-content li .code,
        .holding #ring-boxes .ring-box-content li .status {
            -webkit-flex: 0 0 33%;
            flex: 0 0 33%;
        }

        .holding #ring-boxes .ring-box-content li .time {
            -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
        }

        .holding #ring-boxes .ring-box-content li .code {
            text-align: left;
        }

        .holding #ring-boxes .ring-box-content li .time {
            text-align: center;
        }

        .holding #ring-boxes .ring-box-content li .status {
            text-align: right;
        }

    .holding #ring-boxes .status-ok {
        color: #229;
    }

    .holding #ring-boxes .status-warning {
        color: #d70;
    }

    .holding #ring-boxes .status-severe {
        color: #922;
    }

.holding #divisions {
}

    .holding #divisions > .dropdown-menu li.disabled,
    .holding #divisions > .dropdown-menu li.disabled .btn,
    .holding #divisions > .dropdown-menu li.disabled a {
        color: #777;
    }

    .holding #divisions > .main-list > li {
        background-color: #fafafa;
        color: #111;
    }

        .holding #divisions > .main-list > li > .item-info,
        .holding #divisions > .main-list > li > .item-actions,
        .holding #divisions > .main-list > li > .item-status {
            display: -webkit-flex;
            display: flex;
            min-height: 30px;
            margin: 0;
            padding: 1em;
            border: 1px solid black;
        }

        .holding #divisions > .main-list > li > .item-info {
            -webkit-flex: 1 1 auto;
            -webkit-flex-direction: column;
            -webkit-align-items: flex-start;
            flex: 1 1 auto;
            flex-direction: column;
            align-items: flex-start;
            border-right: none;
            /*border-right-color: rgba(128,128,128, 0.15); */
        }

        .holding #divisions > .main-list > li > .item-actions {
            -webkit-flex: 0 1 10em;
            -webkit-flex-direction: row;
            -webkit-align-items: stretch;
            flex: 0 1 10em;
            flex-direction: row;
            align-items: stretch;
            padding: 0;
            border-left: none;
            border-right: none;
        }

            .holding #divisions > .main-list > li > .item-actions,
            .holding #divisions > .main-list > li > .item-actions .btn,
            .holding #divisions > .main-list > li > .item-actions .dropdown-menu a {
                font-size: large;
                line-height: 1.33em;
            }

                .holding #divisions > .main-list > li > .item-actions .btn {
                    -webkit-flex: 0 1 8em;
                    flex: 0 1 8em;
                    margin: 0;
                    padding: 0;
                    background: rgba(255, 255, 255, .15) none no-repeat;
                    border-radius: 0;
                    border-width: 0 1px;
                    border-color: rgba(0, 0, 0, 0.10);
                }

                    .holding #divisions > .main-list > li > .item-actions .btn:hover {
                        background-color: rgba(0, 0, 0, 0.04);
                    }

                    .holding #divisions > .main-list > li > .item-actions .btn.dropdown-toggle {
                        -webkit-flex: 0 0 2em;
                        flex: 0 0 2em;
                        border-right-width: 0;
                    }

        .holding #divisions > .main-list > li > .item-status {
            -webkit-flex: 0 1 10em;
            -webkit-flex-direction: row;
            -webkit-align-items: stretch;
            -webkit-justify-content: flex-end;
            flex: 0 1 10em;
            flex-direction: row;
            align-items: stretch;
            justify-content: flex-end;
            cursor: pointer;
        }

            .holding #divisions > .main-list > li > .item-status > span {
                font-size: large;
                color: #222;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-direction: column;
                -webkit-align-items: center;
                -webkit-flex: 1 0 auto;
                flex-direction: column;
                align-items: center;
                flex: 1 0 auto;
            }


            .holding #divisions > .main-list > li > .item-status > i {
                -webkit-flex: 0 1 auto;
                -webkit-align-self: center;
                flex: 0 1 auto;
                align-self: center;
                font-size: large;
                color: #222;
                cursor: pointer;
                /*background-color: antiquewhite;
                    padding: .25em 0 .25em .33em;*/
            }

            .holding #divisions > .main-list > li > .item-info .code,
            .holding #divisions > .main-list > li > .item-status .status {
                font-size: large;
            }

        .holding #divisions > .main-list > li > .item-info .description {
            font-size: small;
            color: #555;
        }

        .holding #divisions > .main-list > li > .item-status .status {
        }

        .holding #divisions > .main-list > li > .item-status .time {
            margin-top: .25em;
            font-size: small;
            color: #222;
        }


        /* Holding Info & actions */
        #status-board .ring-col .division.status-not-called,
        .holding .badge.status-not-called,
        .holding #divisions > .main-list > li.status-not-called {
            background-color: #fafafa;
        }

        #status-board .ring-col .division.status-called,
        .holding .badge.status-called,
        .holding #divisions > .main-list > li.status-called {
            background-color: #fffeb3;
        }

        .holding .badge.status-waiting,
        .holding #divisions > .main-list > li.status-waiting {
            background-color: #ddffdd;
        }

        .holding .badge.status-potential-conflict,
        .holding #divisions > .main-list > li.status-all-no-shows,
        .holding #divisions > .main-list > li.status-potential-conflict {
            background-color: #ffd27f;
        }

        .holding .badge.status-conflict,
        .holding #divisions > .main-list > li.status-conflict {
            background-color: #ffdddd;
        }

        #status-board .ring-col .division.status-at-ring,
        .holding .badge.status-at-ring,
        .holding #divisions > .main-list > li.status-at-ring {
            background-color: #bee8f8;
        }

        #status-board .ring-col .division.status-complete,
        .holding .badge.status-complete,
        .holding #divisions > .main-list > li.status-complete {
            background-color: #ddd;
        }

        /* Holding Status */
        .holding #divisions > .main-list > li.status-not-called .item-status {
            background-color: #fafafa;
        }

            .holding #divisions > .main-list > li.status-not-called .item-status:hover {
                background-color: rgba(0, 0, 0, 0.1);
            }

        .holding #divisions > .main-list > li.status-called .item-status {
            background-color: #f6e96d;
        }

            .holding #divisions > .main-list > li.status-called .item-status:hover {
                background-color: rgba(246, 233, 109, 0.75);
            }

        .holding #divisions > .main-list > li.status-waiting .item-status {
            background-color: #4b9e3b;
        }

            .holding #divisions > .main-list > li.status-waiting .item-status:hover {
                background-color: rgba(75, 158, 59, 0.75);
            }


        .holding #divisions > .main-list > li.status-potential-conflict .item-status {
            background-color: #ff862b;
        }

            .holding #divisions > .main-list > li.status-potential-conflict .item-status:hover {
                background-color: rgba(255, 134, 43, 0.75);
            }

        .holding #divisions > .main-list > li.status-conflict .item-status {
            background-color: #d64949;
        }

            .holding #divisions > .main-list > li.status-conflict .item-status:hover {
                background-color: rgba(214, 73, 73, 0.75);
            }

        .holding #divisions > .main-list > li.status-at-ring .item-status {
            background-color: #33b0e8;
        }

            .holding #divisions > .main-list > li.status-at-ring .item-status:hover {
                background-color: rgba(51, 176, 232, 0.75);
            }

        .holding #divisions > .main-list > li.status-complete .item-status {
            background-color: #999;
        }

            .holding #divisions > .main-list > li.status-complete .item-status:hover {
                background-color: rgba(153, 153, 153, 0.75);
            }


.holding #bracket-details {
}

    .holding #bracket-details > .main-list > li .line-number,
    .holding #bracket-details > .main-list > li .participant,
    .holding #bracket-details > .main-list > li .actions {
        min-height: 30px;
        padding: 1em;
        border: 1px solid black;
        background-color: #fafafa;
        color: #111;
    }

    .holding #bracket-details > .main-list > li .line-number {
        -webkit-flex: 0 0 1.33em;
        flex: 0 0 1.33em;
        font-size: medium;
        border-right: none;
        padding-right: 0;
        padding-left: .5em;
        color: #777;
    }

    .holding #bracket-details > .main-list > li .participant {
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        border-left: none;
        border-right: none;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-start;
        -webkit-align-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }

        .holding #bracket-details > .main-list > li .participant .full-name {
            -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
            font-size: large;
        }

        .holding #bracket-details > .main-list > li .participant .description {
            -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
            font-size: small;
            margin-top: .25em;
            color: #555;
        }

        .holding #bracket-details > .main-list > li .participant .status {
            -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            margin-top: .25em;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -webkit-flex-wrap: wrap;
            flex-direction: row;
            flex-wrap: wrap;
        }

    .holding #bracket-details > .main-list > li .actions {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        border-left-color: #ccc;
    }

        .holding #bracket-details > .main-list > li .actions button {
            font-size: x-large;
            padding: .25em .33em;
            width: 2em;
            height: 2em;
        }


        .holding #bracket-details > .main-list > li .actions .check-in-status {
            margin-top: .25em;
        }

.holding .btn.status-here,
.holding .btn.status-not-here,
.holding .btn.status-no-show {
    color: black;
    color: rgba(0, 0, 0, 0.75);
}

    .holding .btn.status-here:hover,
    .holding .btn.status-not-here:hover,
    .holding .btn.status-no-show:hover {
        background-image: none;
    }

    .holding .btn.status-here:hover,
    .holding .btn.status-here.active,
    .holding .btn.status-here:active {
        background-color: #4b9e3b;
    }

    .holding .btn.status-not-here:hover,
    .holding .btn.status-not-here.active,
    .holding .btn.status-not-here:active {
        background-color: #e7e162;
    }

    .holding .btn.status-no-show:hover,
    .holding .btn.status-no-show.active,
    .holding .btn.status-no-show:active {
        background-color: #f69d36;
    }


/* holding area media conversions */

@media (max-width: 960px) {
    .holding .view > header,
    .holding .view > header > .title,
    .holding .view > header > .actions,
    .holding .view > header > .times,
    .holding .view > header > .actions .btn,
    .holding .view > header > .actions .dropdown-menu a,
    .holding #divisions > .main-list > li > .item-actions,
    .holding #divisions > .main-list > li > .item-actions .btn,
    .holding #divisions > .main-list > li > .item-actions .dropdown-menu a {
        font-size: medium;
        line-height: 1.25em;
    }

    .holding #divisions > .main-list > li > .item-status > span,
    .holding #divisions > .main-list > li > .item-info .code,
    .holding #divisions > .main-list > li > .item-status .status {
        font-size: medium;
    }

    .holding #bracket-details > .main-list > li .actions button {
        font-size: medium; /* reduce size from x-large */
    }


    #status-board .view,
    #status-board .view .code,
    #status-board .ring-col .division .status .status-text {
        font-size: medium;
    }

    #status-board .ring-col .division .status .status-time {
        font-size: small;
    }
}

@media (max-width:640px) {
    /* WITH-OUT side-bar visible, mobile */
    .holding #ring-boxes .ring-box {
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

@media (max-width:480px) {
    #status-board .view,
    #status-board .view .code,
    #status-board .ring-col .division .status .status-text {
        font-size: small;
    }

    #status-board .ring-col .division .age-belt .age-name,
    #status-board .ring-col .division .age-belt .belt-name,
    #status-board .ring-col .division .age-belt .weight-name,
    #status-board .ring-col .division .status .status-time {
        font-size: smaller;
    }
}

@media (max-width:480px), (min-width: 800px) and (max-width:960px) {
    /* mobile or with side-bar visible but still narrow display */
    .holding .view > header,
    .holding .view > header > .title,
    .holding .view > header > .actions,
    .holding .view > header > .times,
    .holding .view > header > .actions .btn,
    .holding .view > header > .actions .dropdown-menu a,
    .holding #divisions > .main-list > li > .item-actions,
    .holding #divisions > .main-list > li > .item-actions .btn,
    .holding #divisions > .main-list > li > .item-actions .dropdown-menu a {
        font-size: small;
        line-height: 1em;
    }

    .holding #divisions > .main-list > li > .item-status > span,
    .holding #divisions > .main-list > li > .item-info .code,
    .holding #divisions > .main-list > li > .item-status .status {
        font-size: small;
    }

    .holding #bracket-details > .main-list > li .actions button {
        font-size: small; /* reduce size from x-large */
    }

    .holding #bracket-details > .main-list > li .participant .full-name {
        font-size: medium;
    }
}

@media (min-width: 641px) and (max-width:799px) {
    /* WITH-OUT side-bar visible, wide mobile */
    .holding #ring-boxes .ring-box {
        -webkit-flex: 1 1 40%;
        flex: 1 1 40%;
    }
}

@media (min-width: 800px) and (max-width:960px) {
    /* with side-bar visible, but still narrow display */
    .holding #ring-boxes .ring-box {
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

@media (min-width: 961px) and (max-width:1200px) {
    /* with side-bar visible,  med-width display */
    .holding #ring-boxes .ring-box {
        -webkit-flex: 1 1 40%;
        flex: 1 1 40%;
    }
}



/* END Holding Area Management */


/* Style overides for mooncake theme
----------------------------------------------------------*/

/* The profile left-nav menu is absolutely positioned and thus doesn't grow it's container.
	This fix keeps the left-nav menu from extended below the content 
	when the content is shorter than the menu.  
	Only applies on larger displays where content is right of nav.
	*/
@media (min-width: 768px) {
    .profile .profile-content {
        /* Typical min height of header (~100px) + ~36px per menu item 
			This allows for upto 9 menu items
		*/
        min-height: 424px;
    }
}

.profile .thumbnail {
    /* We want to center vertically as well
		Fix the size at 200px (190+2x5)
	*/
    height: 190px;
    width: 190px;
    max-height: 190px;
    max-width: 190px;
    min-height: 190px;
    min-width: 190px;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 10px;
}
/* Needed after making thumbnail changes above. */
.profile .nav-stacked {
    margin-top: 10px;
}

.btn.active,
.btn:active {
    background-color: #d5d5d6;
}

.btn.btn-link {
    border: none;
    padding: 0;
}

/* Custom Styles for mooncake/bootstrap tables
----------------------------------------------------------*/

.text-right,
td.text-right,
th.text-right,
.table-detail-view.row-header-right tbody th {
    text-align: right;
}

.text-center,
td.text-center,
th.text-center,
.table-detail-view.row-header-center tbody th {
    text-align: center;
}


/* reformat table source that rows inside this body apear aside a single row. 
similar to .row-continue and .tight, but for the entire tbody
    firs tr in each body acts as row-start with border
*/
.table tbody.as-row,
.table tbody.as-row tr,
.table tbody.as-row td {
    border-top: none;
}

    .table tbody.as-row td {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .table tbody.as-row tr:first-child td {
        border-top: 1px solid #ccc;
    }

    .table tbody.as-row tr:last-child td {
        border-bottom: 1px solid #ccc;
    }

/* allow the top border to be turned off, so the row apears as part of the row above it. */
.table thead.row-continue,
.table tbody.row-continue,
.table tfoot.row-continue,
.table thead.row-continue tr,
.table tbody.row-continue tr,
.table tfoot.row-continue tr,
.table tr.row-continue,
.table tr.row-continue th,
.table tr.row-continue td,
.table thead.row-continue th,
.table tbody.row-continue td,
.table tfoot.row-continue td,
.table tfoot.row-continue th {
    border-top: none;
}
/* override the normal 8px top/bottom padding */
.table tr th.tight,
.table tr td.tight,
.table tr.tight th,
.table tr.tight td,
.table thead.tight th,
.table tbody.tight td,
.table tfoot.tight td,
.table tfoot.tight th,
.table.tight tfoot td,
.table.tight tfoot th {
    padding-top: 1px;
    padding-bottom: 1px;
}

/* restore the normal 8px top/bottom padding - when tight is applied to parent */
.table tr th.untight,
.table tr td.untight,
.table tr.untight th,
.table tr.untight td,
.table thead.untight th,
.table tbody.untight td,
.table tfoot.untight td,
.table tfoot.untight th {
    padding-top: 8px;
    padding-bottom: 8px;
}

.table tr th.untight-top,
.table tr td.untight-top,
.table tr.untight-top th,
.table tr.untight-top td,
.table thead.untight-top th,
.table tbody.untight-top td,
.table tfoot.untight-top td,
.table tfoot.untight-top th {
    padding-top: 8px;
}

.table tr th.untight-bottom,
.table tr td.untight-bottom,
.table tr.untight-bottom th,
.table tr.untight-bottom td,
.table thead.untight-bottom th,
.table tbody.untight-bottom td,
.table tfoot.untight-bottom td,
.table tfoot.untight-bottom th {
    padding-bottom: 8px;
}

/*  Wizard Control style overrides */
.wizard-nav ul li {
    background: url("/Content/MoonCake/custom-plugins/wizard/wizard-nav-orange.png") no-repeat left -50px;
}

/*  used to style the braintree hosted field containers */
.hosted-field {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    height: 29px;
    line-height: 18px;
    padding: 4px 6px;
    margin-bottom: 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    /* TODO: adjust this to use the BrainTree dynamic styles for containers */
    .hosted-field.braintree-hosted-fields-focused {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    }

    .hosted-field.braintree-hosted-fields-invalid {
        color: #b94a48;
        border-color: #ee5f5b;
    }

    .hosted-field.braintree-hosted-fields-valid {
    }

/* WePay style overrides */
#cc-dropin.overlay-spinner-container,
#cc-dropin #wepay_checkout_iframe {
    width: 300px;
    height: 600px;
}

@media (min-width: 720px) {
    #cc-dropin.overlay-spinner-container,
    #cc-dropin #wepay_checkout_iframe {
        width: 600px;
        height: 300px;
    }
}

@media (min-width: 720px) and (min-height: 900px) {
    #cc-dropin.overlay-spinner-container,
    #cc-dropin #wepay_checkout_iframe {
        width: 600px;
        height: 400px;
    }
}

/* Custom Styles for mooncake google maps
----------------------------------------------------------*/
.gmap-canvas {
    height: 400px;
}

@media (min-height: 700px) {
    .gmap-canvas {
        height: 500px;
    }
}

@media (min-height: 900px) {
    .gmap-canvas {
        height: 700px;
    }
}

@media (min-height: 1000px) {
    .gmap-canvas {
        height: 800px;
    }
}

/*  allow at least 130 pixels for header and footer plus padding/margins */
/*  start at 240 height and work up */
.modal {
    position: absolute;
    top: 10%;
    max-height: none;
    overflow-y: visible;
}

@media all and (min-height: 640px) {
    .modal {
        position: fixed;
    }

    .modal-body {
        max-height: 400px;
        overflow-y: auto;
    }
}

.open > .dropdown-menu.scroll-overflow {
    max-height: 150px;
    overflow-y: auto;
}

@media (min-height: 480px) {
    .open > .dropdown-menu.scroll-overflow {
        max-height: 280px;
    }
}

@media (min-height:600px) {
    .open > .dropdown-menu.scroll-overflow {
        max-height: 400px;
    }
}

@media (min-height: 800px) {
    .open > .dropdown-menu.scroll-overflow {
        max-height: 600px;
    }
}

@media (min-height: 1000px) {
    .open > .dropdown-menu.scroll-overflow {
        max-height: 800px;
    }
}
/* 
.modal-body {
	max-height: 110px;
}
@media (min-height: 320px) {
	.modal-body {
		max-height: 190px;
	}
}
@media (min-height: 360px) {
	.modal-body {
		max-height: 230px;
	}
}
@media (min-height: 420px) {
	.modal-body {
		max-height: 290px;
	}
}
@media (min-height: 480px) {
	.modal-body {
		max-height: 350px;
	}
}
@media (min-height: 640px) {
	.modal-body {
		max-height: 400px;
	}
}
@media (min-height: 720px) {
	.modal-body {
		max-height: 500px;
	}
} 
@media (min-height: 800px) {
	.modal-body {
		max-height: 600px;
	}
}*/

/* Styles for jQuery-UI autocomplete
----------------------------------------------------------*/
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-autocomplete-category {
    font-weight: bold;
    margin: .8em 0 .2em;
    line-height: 1.5em;
    display: block;
}

.ui-autocomplete .ui-menu-item a {
    padding-left: .5em;
}

    .ui-autocomplete .ui-menu-item a div {
        padding-left: .5em;
        font-size: smaller;
    }
/* **********************************
    CSS clock-spinner - pure css
    http://cssload.net/en/spinners/8
    <div class="cssload-clock"></div>
   **********************************
*/
.overlay-spinner-container {
    position: relative;
    min-height: 32px;
}

    .overlay-spinner-container .overlay-spinner {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 999;
        background: rgba(0,0,0,.33) url('/Content/Images/ajax-loader.gif') center center no-repeat;
    }

        .overlay-spinner-container .overlay-spinner.overlay-spinner-hidden {
            display: none;
        }
