/* Minification failed. Returning unminified contents.
(10579,8): run-time error CSS1036: Expected expression, found '#'
(13312,469): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: cellSpacing
 */
@charset "UTF-8";
/* CSS Document */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! jQuery UI - v1.11.4 - 2015-09-22
* http://jqueryui.com
* Includes: core.css, datepicker.css, menu.css, selectmenu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-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;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url(/Content/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 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-content {
	border: 1px solid #dddddd;
	background: #f2f5f7 url(/Content/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x;
	color: #362b36;
}
.ui-widget-content a {
	color: #362b36;
}
.ui-widget-header {
	border: 1px solid #aed0ea;
	background: #deedf7 url(/Content/images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #aed0ea;
	background: #d7ebf9 url(/Content/images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #2779aa;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #2779aa;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #74b2e2;
	background: #e4f1fb url(/Content/images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #0070a3;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #0070a3;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #2694e8;
	background: #3baae3 url(/Content/images/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #f9dd34;
	background: #ffef8f url(/Content/images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #cd0a0a url(/Content/images/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.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/images/ui-icons_72a7cf_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/Content/images/ui-icons_72a7cf_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/Content/images/ui-icons_3d80b3_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/Content/images/ui-icons_2694e8_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/Content/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/Content/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/Content/images/ui-icons_ffffff_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee url(/Content/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat;
	opacity: .8;
	filter: Alpha(Opacity=80); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -7px 0 0 -7px;
	padding: 7px;
	background: #000000 url(/Content/images/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

/*!
 *
 * jQuery TE 1.4.0 , http://jqueryte.com/
 * Copyright (C) 2013, Fatih Koca (fattih@fattih.com), (http://jqueryte.com/about)

 * jQuery TE is provided under the MIT LICENSE.
 *
*/

/* editor's general field */
.jqte {
	margin:30px 0;
	border:#000 1px solid;
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; -moz-box-shadow:0 0 3px #999;
	overflow:hidden;
	transition:box-shadow 0.4s, border 0.4s; -webkit-transition:-webkit-box-shadow 0.4s, border 0.4s; -moz-transition:-moz-box-shadow 0.4s, border 0.4s; -o-transition:-o-box-shadow 0.4s, border 0.4s;
}
.jqte * {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.jqte_focused {
	border-color:#00AAE7;
	box-shadow:0 0 10px #00BDFF; -webkit-box-shadow:0 0 10px #00BDFF; -moz-box-shadow:0 0 10px #00BDFF;
}
/* toolbar */
.jqte_toolbar {
	overflow:auto;
	padding:3px 4px;
	background:#EEE;
	border-bottom:#BBB 1px solid;
}
.jqte_tool {
	float:left;
	margin:0;
	padding:0;
	cursor:pointer;
}
.jqte_tool, .jqte_tool_icon, .jqte_tool_label {
	border:#EEE 1px solid;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px
}
.jqte_hiddenField {
	display:none
}
.jqte_tool_icon {
	display:block;
	width:22px;
	height:22px;
	background:url(/Content/images/jquery-te.png) no-repeat
}
.jqte_tool.jqte_tool_1 .jqte_tool_label {
	position:relative;
	display:block;
	padding:3px;
	width:70px;
	height:22px;
	overflow:hidden;
}
.jqte_tool.jqte_tool_1 .jqte_tool_text {
	font:bold 13px Arial,sans-serif;
	color:#222;
}
.jqte_tool.jqte_tool_1 .jqte_tool_icon {
	position:absolute;
	top:10px;
	right:2px;
	width:6px;
	height:4px;
	background-position:-19px -23px;
	border:none;
	border-radius:none; -webkit-border-radius:none; -moz-border-radius:none
}
.jqte_tool.jqte_tool_2 .jqte_tool_icon {
	background-position:0 0
}
.jqte_tool.jqte_tool_3 .jqte_tool_icon {
	background-position:-22px 0
}
.jqte_tool.jqte_tool_4 .jqte_tool_icon {
	background-position:-44px 0
}
.jqte_tool.jqte_tool_5 .jqte_tool_icon {
	background-position:-66px 0
}
.jqte_tool.jqte_tool_6 .jqte_tool_icon {
	background-position:-88px 0
}
.jqte_tool.jqte_tool_7 .jqte_tool_icon {
	background-position:-110px 0
}
.jqte_tool.jqte_tool_8 .jqte_tool_icon {
	background-position:-132px 0
}
.jqte_tool.jqte_tool_9 .jqte_tool_icon {
	background-position:-154px 0
}
.jqte_tool.jqte_tool_10 .jqte_tool_icon {
	background-position:-176px 0
}
.jqte_tool.jqte_tool_11 .jqte_tool_icon {
	background-position:-198px 0
}
.jqte_tool.jqte_tool_12 .jqte_tool_icon {
	background-position:-220px 0
}
.jqte_tool.jqte_tool_13 .jqte_tool_icon {
	background-position:-242px 0
}
.jqte_tool.jqte_tool_14 .jqte_tool_icon {
	background-position:-264px 0
}
.jqte_tool.jqte_tool_15 .jqte_tool_icon {
	background-position:-286px 0
}
.jqte_tool.jqte_tool_16 .jqte_tool_icon {
	background-position:-308px 0
}
.jqte_tool.jqte_tool_17 .jqte_tool_icon {
	background-position:-330px 0
}
.jqte_tool.jqte_tool_18 .jqte_tool_icon {
	background-position:-352px 0
}
.jqte_tool.jqte_tool_19 .jqte_tool_icon {
	background-position:-374px 0
}
.jqte_tool.jqte_tool_20 .jqte_tool_icon {
	background-position:-396px 0
}
.jqte_tool.jqte_tool_21 .jqte_tool_icon {
	background-position:-418px 0
}
.jqte_tool:hover {
	background-color:#FFF;
	border-color:#FFF
}
.jqte_tool:hover .jqte_tool_icon, .jqte_tool:hover .jqte_tool_label {
	border:#AAA 1px solid
}
.jqte_tool:active .jqte_tool_icon, .jqte_tool:active .jqte_tool_label {
	border:#777 1px solid
}
.jqte_tool.jqte_tool_1:hover .jqte_tool_icon, .jqte_tool.jqte_tool_1:active .jqte_tool_icon {
	border:none
}
.jqte_tool_depressed {
	background-color:#DDD;
	border-color:#CCC
}
.jqte_tool_depressed .jqte_tool_icon {
	border-color:#AAA
}
.jqte_tool_depressed:hover {
	background-color:#EEE
}
/* link form area */
.jqte_linkform {
	padding:5px 10px;
	background:#DDD;
	border-bottom:#BBB 1px solid;
}
.jqte_linktypeselect {
	position:relative;
	float:left;
	width:130px;
	background:#EEE;
	cursor:pointer
}
.jqte_linktypeselect:Active {
	background:#FFF
}
.jqte_linktypeview {
	padding:3px 5px;
	border:#333 1px solid;
	color:#777;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	outline:none
}
.jqte_linktypetext {
	font-size:12px;
}
.jqte_linktypearrow {
	position:absolute;
	bottom:8px; right:6px;
	width:7px;
	height:6px;
	margin:0 auto;
	background:url(/Content/images/jquery-te.png) -7px -23px no-repeat;
}
.jqte_linktypes {
	display:none;
	position:absolute;
	top:22px; left:1px;
	width:125px;
	background:#FFF;
	border:#333 1px solid;
	box-shadow:0 1px 4px #AAA; -webkit-box-shadow:0 1px 4px #AAA; -moz-box-shadow:0 1px 4px #AAA
}
.jqte_linktypes a {
	display:block;
	padding:4px 5px;
	font-size:12px;
}
.jqte_linktypes a:hover {
	background:#DDD
}
.jqte_linkinput {
	float:left;
	margin:0 5px;
	padding:3px 5px;
	width:300px;
	background:#EEE;
	border:#333 1px solid;
	color:#777;
	font-size:12px;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	outline:none;
}
.jqte_linkinput:focus, .jqte_linkinput:hover {
	background:#FFF;
	border-color:#000;
}
.jqte_linkbutton {
	float:left;
	padding:3px 12px;
	background:#AAA;
	border:#333 1px solid;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	box-shadow:inset 0 1px #EEE; -webkit-box-shadow:inset 0 1px #EEE; -moz-box-shadow:inset 0 1px #EEE;
}
.jqte_linkbutton:hover {
	background:#A1A1A1
}
.jqte_linkbutton:active {
	box-shadow:inset 0 1px #CCC; -webkit-box-shadow:inset 0 1px #CCC; -moz-box-shadow:inset 0 1px #CCC;
	background:#888;
}

/* text format menu */
.jqte_formats {
	display:none;
	position:absolute;
	width:180px;
	oveflow-x:hidden;
	overflow-y:auto;
	background:#FFF;
	border:#AAA 1px solid;
	box-shadow:0 0 5px #AAA; -webkit-box-shadow:0 0 5px #AAA; -moz-box-shadow:0 0 5px #AAA;
	z-index:100;
}
.jqte_format {
	display:block;
	padding:4px 7px;
	font-size:13px
}
.jqte_format:hover {
	background:#DDD
}
.jqte_format_1, .jqte_format_2, .jqte_format_3, .jqte_format_4, .jqte_format_5, .jqte_format_6 {
	font-weight:bold
}
.jqte_format_1 {
	font-size:22px
}
.jqte_format_2 {
	font-size:20px
}
.jqte_format_3 {
	font-size:18px
}
.jqte_format_4 {
	font-size:16px
}
.jqte_format_5 {
	font-size:14px
}
.jqte_format_6 {
	font-size:12px
}
.jqte_format_7 {
	font-family:"Courier New", Courier, monospace
}

/* font size menu */
.jqte_fontsizes {
	display:none;
	position:absolute;
	width:180px;
	height:198px;
	oveflow-x:hidden;
	overflow-y:auto;
	background:#FFF;
	border:#AAA 1px solid;
	box-shadow:0 0 5px #AAA; -webkit-box-shadow:0 0 5px #AAA; -moz-box-shadow:0 0 5px #AAA
}
.jqte_fontsize {
	display:block;
	padding:3px 7px;
}
.jqte_fontsize:hover {
	background:#DDD
}

/* color pallette */
.jqte_cpalette {
	display:none;
	position:absolute;
	padding:6px;
	width:144px;
	background:#FFF;
	border:#AAA 1px solid;
	box-shadow:0 0 5px #AAA; -webkit-box-shadow:0 0 5px #AAA; -moz-box-shadow:0 0 5px #AAA
}
.jqte_color {
	display:block;
	float:left;
	width:16px;
	height:16px;
	border:#FFF 1px solid;
}
.jqte_color:hover {
	border-color:#000
}
.jqte_colorSeperator {
    float:none;
    clear:both;
    height:7px;
}

/* editor area */
.jqte_editor, .jqte_source {
	padding:10px;
	background:#FFF;
	min-height:100px;
	max-height:900px;
	overflow:auto;
	outline:none;
	word-wrap:break-word; -ms-word-wrap:break-word;
	resize:vertical
}
.jqte_editor div, .jqte_editor p {
	margin:0 0 7px
}
.jqte_editor a:link, .jqte_editor a:link * {
	color:#0066FF !important;
	text-decoration:underline;
}
.jqte_editor blockquote {
	margin-top:0;
	margin-bottom:7px
}
.jqte_editor img {
    float:left;
	margin:0 10px 5px 0
}
.jqte_editor a[jqte-setlink], .jqte_editor a[jqte-setlink] * {
	background:#3297FD !important;
	color:#FFF !important
}
.jqte_editor h1, .jqte_editor h2, .jqte_editor h3, .jqte_editor h4, .jqte_editor h5, .jqte_editor h6, .jqte_editor pre {
	display:block;
	margin:0 0 3px;
}
.jqte_editor h1, .jqte_editor h1 * {
	font-size:26px
}
.jqte_editor h2, .jqte_editor h2 * {
	font-size:24px
}
.jqte_editor h3, .jqte_editor h3 * {
	font-size:22px
}
.jqte_editor h4, .jqte_editor h4 * {
	font-size:20px
}
.jqte_editor h5, .jqte_editor h5 * {
	font-size:18px
}
.jqte_editor h6, .jqte_editor h6 * {
	font-size:15px
}
.jqte_editor pre, .jqte_editor pre * {
	font-family:"Courier New", Courier, monospace
}

/* source area */
.jqte_source, .jqte_source textarea {
	background:#FFF1E8
}
.jqte_source textarea {
	margin:0 !important;
	padding:0 !important;
	display:block !important;
	width:100% !important;
	min-height:100px;
	font-family:Courier, Arial, sans-serif !important;
	font-weight:normal;
	font-size:15px;
	overflow:hidden !important;
	outline:none;
	resize:none;
}
.jqte_source textarea, .jqte_source textarea:focus {
	css_shadow:none !important;
	background:none !important;
	border:none !important;
}

/* title box */
.jqte_title {
	display:none;
	position:absolute;
	z-index:9999;
}
.jqte_titleArrow {
	position:relative;
}
.jqte_titleArrowIcon {
	width:7px;
	height:6px;
	margin:0 auto;
	background:url(/Content/images/jquery-te.png) 0 -23px no-repeat;
}
.jqte_titleText {
	padding:5px 7px;
	margin-top:0;
	min-width:5px;
	min-height:1px;
	max-width:400px;
	background:#000;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	word-wrap:break-word; -ms-word-wrap:break-word
}
.jqte_titleText, .jqte_titleText * {
	color:#FFF;
	font-size:11px
}

/* placeholder */
.jqte_placeholder {
	position:relative;
	display:none;
}
.jqte_placeholder_text {
	position:absolute;
	top:43px;
	left:10px;
	font-size:14px;
	color:#CCC;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-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-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.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;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-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)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{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:-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;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{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:-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-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{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:-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-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{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:-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-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{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:-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)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-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-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;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.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-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}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

body {
    font-size: 12px;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.select-page {
    width: 50px;
    text-align: center;
}

.pagination li a input {
    padding: 0;
    margin: -5px 0;
}

.dropdown-menu {
    max-height: 300px;
    overflow: auto;
}

/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */
ul[dnd-list],
ul[dnd-list] > li {
    position: relative;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

    /**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
    ul[dnd-list] .dndDragging {
        opacity: 1;
    }

    ul[dnd-list] .dndDraggingSource {
        opacity: .5;
    }

    /**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
    ul[dnd-list] .dndPlaceholder {
        display: block;
        background-color: #ddd;
        padding: 10px 15px;
        min-height: 33px;
        margin-top: 10px;
        border-radius: 6px;
    }

    /**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
    ul[dnd-list] li:not(.dndPlaceholder) {
        background-color: #fff;
        border: 1px solid #ddd;
        display: block;
        margin-bottom: -1px;
        /* Disable text selection if item is not draggable */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-top: 10px;
    }

    ul[dnd-list] li dnd-nodrag {
        display: block;
        padding: 0 15px;
        border-radius: 6px;
        /*height: 33px;*/
    }



/*.ng-enter {
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	opacity: 0.25;
}

.ng-enter-stagger {
	-moz-transition-delay: 0.035s;
	-o-transition-delay: 0.035s;
	-webkit-transition-delay: 0.035s;
	transition-delay: 0.035s;
}

.ng-enter-active {
	opacity: 1;
}


.ng-leave {
	-moz-transition: 0.15s;
	-o-transition: 0.15s;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	opacity: 1;
}

.ng-leave-stagger {
	-moz-transition-delay: 0.015s;
	-o-transition-delay: 0.015s;
	-webkit-transition-delay: 0.015s;
	transition-delay: 0.015s;
}

.ng-leave-active {
	opacity: 0;
}

.slow.ng-enter {
	-moz-transition: 3.5s;
	-o-transition: 3.5s;
	-webkit-transition: 3.5s;
	transition: 3.5s;
	opacity: 0.25;
}

.slow.ng-enter-stagger {
	-moz-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s;
}

.slow.ng-enter-active {
	opacity: 1;
}


.slow.ng-leave {
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	-webkit-transition: 1.5s;
	transition: 1.5s;
	opacity: 1;
}

.slow.ng-leave-stagger {
	-moz-transition-delay: 0.35s;
	-o-transition-delay: 0.35s;
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.slow.ng-leave-active {
	opacity: 0;
}*/

#select-language-container {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    padding: 10px;
    width: 140px;
    padding-top: 15px;
    z-index: 10001;
    background: url(/Content/Images/Language/map-dark.png);
    background-repeat: no-repeat;
    background-position-y: 2px;
}

    #select-language-container > i {
        float: right;
        margin-top: 1px;
        color: white;
        cursor: pointer;
    }

    #select-language-container.open > i {
        color: #0083DC;
    }


.drop-shadow {
    -moz-box-shadow: 10px 10px 5px rgba(90,90,90,0.2);
    -webkit-box-shadow: 10px 10px 5px rgba(90,90,90,0.2);
    box-shadow: 10px 10px 5px rgba(90,90,90,0.2);
    border: 1px solid #e8e8e8;
}

#select-language-container .title {
    font-weight: bold;
    font-size: 12px;
    color: white;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: right;
    margin-right: 20px;
}

#select-language-container.open {
    background: url(/Content/Images/Language/map-light.png);
    background-repeat: no-repeat;
    background-position-y: 2px;
}

#select-language-container #select-language {
    display: none;
}

    #select-language-container #select-language .language {
        margin: 2px 0;
        cursor: pointer;
        padding: 4px 3px 4px 1px;
    }

        #select-language-container #select-language .language div {
            padding-left: 20px;
        }

        #select-language-container #select-language .language:hover {
            background-color: #1b98e0;
            color: white;
        }

/*#select-language-container #select-language .language .english {
			background: url(/Content/Images/Language/flag-english.jpg);
			background-repeat: no-repeat;
			background-position-x: 5px;
			background-position-y: 2px;
		}

		#select-language-container #select-language .language .chinese {
			background: url(/Content/Images/Language/flag-chinese.jpg);
			background-repeat: no-repeat;
			background-position-x: 5px;
			background-position-y: 2px;
		}

		#select-language-container #select-language .language .dutch {
			background: url(/Content/Images/Language/flag-dutch.jpg);
			background-repeat: no-repeat;
			background-position-x: 5px;
			background-position-y: 2px;
		}

		#select-language-container #select-language .language .french {
			background: url(/Content/Images/Language/flag-french.jpg);
			background-repeat: no-repeat;
			background-position-x: 5px;
			background-position-y: 2px;
		}

		#select-language-container #select-language .language .german {
			background: url(/Content/Images/Language/flag-german.jpg);
			background-repeat: no-repeat;
			background-position-x: 5px;
			background-position-y: 2px;
		}*/

#select-language-container.open {
    background-color: #fff;
}

    #select-language-container.open .title {
        color: black;
    }

#select-language-container.language a {
    display: block;
    padding-left: 5px;
}

    #select-language-container.language a:hover {
        color: white;
        text-decoration: none;
    }

/* Fix for scrollbars appearing on empty responsive tables in IE */
.table-responsive {
    min-height: 50px;
}

/* Fix for scrollbars appearing on Goods list */
.row.less-margin {
    margin-right: -5px;
    margin-left: -5px;
}

.token-well {
    padding: 0 5px;
}

.well .table {
    background: transparent;
}

.inline-edit, table.goods-table tr.inline-edit, table.mf-table tr.inline-edit {
    background-color: #f5f5f5;
}

.token-well .typeahead {
    height: 26px;
    margin-left: 5px;
}

    .token-well .typeahead:focus {
        border: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

.margin-top-4px {
    margin-top: 4px;
}

.table-icon {
    font-size: 16px;
}

a[disabled], button[disabled] {
    cursor: not-allowed;
}

/*Temporary while the dashboard is small*/
.dashboard-container.map-bg {
    background-position: center -50px;
}

.qtip-user-menu {
    height: auto !important;
    width: auto !important;
}

    .qtip-user-menu li {
        height: 20px !important;
    }

.qtip-list {
    padding: 2px;
    margin-bottom: 0;
}

/* Center page title */
.heading-wrapper > .page-heading {
    border: none;
    margin: 0;
}

.errors a {
    color: white;
}

.modal-content .light-blue-bg table tr.active {
    border: 1px solid #FFFFFF;
}

    .modal-content .light-blue-bg table tr.active > td {
        background-color: #C0DDEE;
    }

.modal-content .light-blue-bg .table-hover > tbody > tr:hover > td {
    background-color: #f5f5f5;
}

.btn-group .searchInput {
    width: 228px;
}

div.select-notes-small {
    width: 99px !important;
}

@charset "UTF-8";
/*
 * jQuery File Upload Plugin NoScript CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button input {
    position: static;
    opacity: 1;
    filter: none;
    font-size: inherit;
    direction: inherit;
}

.fileinput-button span {
    /*display: none;*/
}

/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sat Sep 6 2014 08:21 EDT-0400
 * Plugins: None
 * Styles: core
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}

@charset "UTF-8";
/* CSS Document */

/*body { background:#fff url(/Content/ui/img/body-background.gif) 0 0 repeat-x; }*/
body {
	background-color: transparent;
}

header { 
	height:115px; 
	width:1280px; 
	margin:0 auto;
	position:relative;  
	}

header h1 { 
	height:52px; 
	width:340px; 
	text-indent:-5000px; 
	background:transparent url(/Content/ui/img/logo-shipment-centre.png) 0 0 no-repeat;
	padding:0;
	margin:0 0 0 10px;
	position:absolute;
	top:10px;
	left:0;
	}
	
header .track-and-trace { 
	position:absolute; 
	top:0; 
	right:170px; 
	}

header .track-and-trace label { 
	width:114px; 
	height:56px; 
	display:block; 
	background:transparent url(/Content/ui/img/title-track-and-trace.png) 0 0 no-repeat; 
	text-indent:-5000px; 
	color:#fff; 
	margin:4px 10px 0 0; 
	float:left; 
	}

header .track-and-trace input { 
	width:200px; 
	border:1px solid #fff; 
	float:left; 
	background-color:#66acd6; 
	line-height:12px; 
	font-size:11px; 
	color:#ffffff;
	padding:6px;
	margin:18px 0 0 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	}

header .track-and-trace button { 
	width:45px;
	height:26px; 
	border:1px solid #7fbadd;
	font-size:11px; 
	color:#fff;
	float:left; 
	background-color:#66acd6; 
	line-height:16px;
	margin:18px 0 0 5px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d9fd0), to(#027dc4)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #4d9fd0, #027dc4); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #4d9fd0, #027dc4); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #4d9fd0, #027dc4); /* IE10 */
	background-image:      -o-linear-gradient(top, #4d9fd0, #027dc4); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #4d9fd0, #027dc4);
	}

header .user-info { 
	height:30px;
	text-align:right; 
	font-size:16px; 
	color:#fff;
	position:absolute; 
	right:0;
	top:71px;
	margin:0;
	padding:0 40px 0 0 ;
}

header .user-info span { 
	font-size:10px;
	line-height:16px;
	width:100%;
	display:inline-block;
}

header .user-info i { 
	font-size:34px;
	display:inline;
	float:right;
	height:34px;
	position:absolute;
	top:0px;
	right:0px;
}

nav ul 			{ list-style:none; height:48px; padding:0px; margin:66px 0 0 0; position:absolute;}	
nav ul li { float:left; color:#fff; margin:0; }
/*nav ul li a { color:#fff; display:block; padding:17px 15px 18px 15px; text-decoration:none; font-size:11pt; }*/
nav ul li a, nav ul li a:visited { color:#fff; display:block; padding:17px 15px 18px 15px; text-decoration:none; font-size:1.2em; text-decoration:none;  }
nav ul li a:hover { color:#a2a2a2; background-color:#fff; display:block; text-decoration:none; }


/* SCEU STYLES ------------------------------------------------ */

.container-row {display:block;}

/* BRANDED HEADER */

.brand-header { 
	width:auto; 
	border:1px solid #cccccc;
	font-size:.8em; 
	color:#404040;
	background-color:#ffffff; 
	line-height:46px;
	text-align:right;
	margin:20px 0 0 0;
	padding:5px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #e9e9e9);
	}
	
.mf-logo {float:left; width:300px; height:46px; background:transparent url(/Content/ui/img/mf-logo.png) 5px 10px no-repeat;}
img.client-logo {float:right; margin:5px 0 0 40px;} 	

/* SYSTEM MESSAGES */

.system-message { 
	width:auto; 
	border:none;
	font-size:1em;
	font-weight:bold; 
	color:#404040;
	background-color:#cccccc; 
	line-height:1.8em;
	margin:20px 0 0 0;
	padding:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	}
	.system-message .icon { position:relative; top:2px; font-size:1.2em; margin:0 8px 0 0; line-height:4px; }
	.system-message.uploaded { color:#fff; background-color:#0075bb; }
	.system-message.saved { color:#fff; background-color:#04bf18; }
	.system-message.alert { color:#fff; background-color:#e01e26; }


/* STEP INDICATORS */

ul.steps {font-size:.7em; text-decoration:none; color:#414141; font-weight:normal; text-align:center; margin:30px auto; display:block; height:70px; width:1000px;}

ul.steps li { list-style:none; float:left; margin-right:180px; position:relative; text-align:center; width:100px; }
ul.steps li:last-child { margin-right:0px; background:none;}

ul.steps li a { text-decoration:none; color:#414141; width:100px; text-align:center; }
ul.steps li a:hover { color:#414141;}

ul.steps li i { display:block; width:40px; height:30px; border:2px solid #e3e6eb; text-decoration:none; color:#414141; 
-webkit-border-radius:40px; -moz-border-radius:40px; border-radius:40px; margin:10px 0 0 25px; font-size:2em; color:#e3e6eb; font-weight:normal; font-style:normal; padding:10px 0 0 0; 
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
ul.steps li i.active { border:2px solid #c8ddf0; background-color:#f2f7fb; padding:8px 0 0 2px; width:38px; height:32px;}
ul.steps li i.active:hover {}
ul.steps li i.urgent {}
ul.steps li i.urgent:hover {}
.icon-truck-steps:before {
	content: "\e260";
	color:#0075bb;
}
ul.steps li i.connector { background-color:#e3e6ed; height:2px; width:240px; position:absolute; top:43px; left:67px; padding:0; margin:0; border:none;}
ul.steps li i.connector.blue { background-color:#c7dcef;}

/* LINK BUTTONS */

.linkbutton-grey { 
	position:relative;
	width:auto; 
	border:1px solid #cccccc;
	font-size:.8em; 
	color:#404040;
	text-decoration:none;
	background-color:#ffffff; 
	line-height:14px;
	text-align:left;
	margin:0 0 0 0;
	padding:8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #e9e9e9);
	}
	
	.button-icon { position:relative; top:4px; font-size:1.5em; margin:4px 4px 0 0; line-height:4px; } 
	
	.flatbutton { 
	position:relative;
	width:auto; 
	border:none;
	font-size:1.2em;
	font-weight:bold; 
	line-height:2.5em;
	color:#ffffff;
	text-decoration:none;
	background-color:#0075bb; 
	text-align:left;
	margin:0 0 0 20px;
	padding:0px 15px 0px 15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}

/* FIELDSETS */

fieldset.sc-fieldset { 
	width:auto;
	border:none;
	font-size:.7em; 
	color:#404040;
	float:none; 
	line-height:1.2em;
	margin:20px 0 30px 10px;
	display:block
	}

fieldset.sc-fieldset h2 { 
	width:auto;
	height:26px; 
	border:1px solid #cccccc;
	padding:0 8px 0 8px;
	font-size:1.1em; 
	color:#404040;
	float:none; 
	background-color:#fff; 
	line-height:2.3em;
	margin:0 0 10px 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #e9e9e9);
	}
	
fieldset.sc-fieldset label { 
	position:relative;
	float:left;
	width:auto;
	clear:left;
	text-align:right;
	margin:20px 10px 0 0;
	font-size:1.2em;
}

fieldset.sc-fieldset input { 
	position:relative;
	display:inline-block; 
	border:1px solid #cccccc;
	font-size:1.2em; 
	color:#404040;
	text-decoration:none;
	background-color:#ffffff; 
	line-height:16px;
	text-align:left;
	margin:10px 0 0 0;
	padding:8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #f2f2f2); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #f2f2f2); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #f2f2f2); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #f2f2f2);
	}
	
fieldset.sc-fieldset .select { 
	position:relative;
	display:inline-block; 
	border:1px solid #cccccc;
	font-size:1.2em; 
	color:#404040;
	text-decoration:none;
	background-color:#ffffff; 
	line-height:16px;
	text-align:left;
	margin:10px 0 0 0;
	padding:8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #f2f2f2); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #f2f2f2); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #f2f2f2); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #f2f2f2);
	overflow:hidden;
	}	
		
	
fieldset.sc-fieldset .select select { border:none; background:transparent url(/Content/ui/img/select-arrow.png) right 5px no-repeat; height:18px; width:110%; padding:0; margin:0; }	

fieldset.sc-fieldset input.alert { border:1px solid #e01e26; }
fieldset.sc-fieldset input.alert::after { content: "!"; color:white; right:-5px; z-index:1000px; background-color:red; }		
		
fieldset.sc-fieldset .column-1 label { width:120px; }
fieldset.sc-fieldset .column-1 input { width:1100px; }

fieldset.sc-fieldset .column-2 {float:left; width:49%; margin:0 2px 0 0;}
fieldset.sc-fieldset .column-2 label {width:120px;}
fieldset.sc-fieldset .column-2 input {width:467px;}
fieldset.sc-fieldset .column-2 .select {width:467px;}
fieldset.sc-fieldset .column-2 .select select { background:transparent url(/Content/ui/img/select-arrow.png) 447px 5px no-repeat;}
	
fieldset.sc-fieldset .column-3 {float:left; width:33%; margin:0 2px 0 0;}
fieldset.sc-fieldset .column-3 label {width:120px;}
fieldset.sc-fieldset .column-3 input {width:260px;}

fieldset.sc-fieldset div.select-notes { 
position:relative;
	display:inline-block; 
	border:1px solid #cccccc;
	font-size:1.2em; 
	color:#404040;
	text-decoration:none;
	line-height:16px;
	text-align:left;
	margin:10px 0 0 0;
	padding:7px;
	width:150px; 
	background-color:#efefef; 
	-webkit-border-radius:5px 0px 0px 5px; 
	-moz-border-radius:5px 0px 0px 5px; 
	border-radius:5px 0px 0px 5px; 
	border-right:none;
	overflow:hidden;
	float:left;
	}

fieldset.sc-fieldset div.select-notes select { border:none; background:#efefef url(/Content/ui/img/select-arrow.png) 130px 5px no-repeat; height:18px; width:200px; padding:0; margin:0; }
fieldset.sc-fieldset div.select-notes select option { background-color:#efefef; }
fieldset.sc-fieldset input.select-notes { width:950px; -webkit-border-radius:0px 5px 5px 0px; -moz-border-radius:0px 5px 5px 0px; border-radius:0px 5px 5px 0px; }

fieldset.sc-fieldset .results-table.inline {float:left; width:1200px; margin:0 0 0 0; font-size:1.1em; line-height:2.8em; border-bottom:1px dashed #ccc;}
fieldset.sc-fieldset .results-table.inline .result-type { width:200px; font-weight:bold; display:inline-block; }
fieldset.sc-fieldset .results-table.inline .large-notes { width:950px; display:inline-block; }
fieldset.sc-fieldset .results-table.inline .action-icon { width:30px; text-decoration:none; color:#0075bb; font-size:16px; text-align:right; display:inline-block; }
fieldset.sc-fieldset .results-table.inline .action-icon a, fieldset.sc-fieldset .results-table.inline .action-icon a:visited { text-decoration:none; color:#0075bb; }
fieldset.sc-fieldset .results-table.inline .action-icon a:hover { text-decoration:none; color:#404040; }

div.actionbar { width:100%; margin:20px 0 20px 0; padding:20px 0 50px 0; font-size:.7em; line-height:2.8em; border-top:1px solid #cccccc; position:relative;}
div.actionbar button { float:right; position:relative;}
div.actionbar a { color:#0075bb; float:right; position:relative;}

/* COLOR STYLES ----------------- */

.blue { color:#0075bb; }
.green { color:#04bf18; }

/* HELPER STYLES ----------------- */

.outline { border:1px solid red; }
.hide { display:none; }
.left { float:left; }
.right { float:right; }
.spacer { display:block; margin:30px 0 0 0; }

.clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



.dashboard {
    position:relative;
    width:100%;
    margin:20px 0 20px 0;
    background:#0075bb url(/Content/ui/img/dashboard_map.png) center -15px no-repeat;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    }
    
.dashboard-divider {
    width:100%;
    height:1px;
    margin:0 0 20px 0;
    background:transparent url(/Content/ui/img/dashboard_divider.png) center 0 no-repeat;
    }    


.dashboard-button-container {
    padding:0 0 20px 30px;
}


a.dashboard-file-upload {
    display:block;
    position:relative;
    float:left;
    margin:0 0 20px 0;
    width:100%;
    text-align:center;
    text-decoration:none;
    color:#ffffff;
    border:1px dashed #ffffff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background-color:#1782c1;
    }    
    
a.dashboard-file-upload i.cloud {
    position:relative;
    display:block;
    margin:15px auto;
    width:111px;
    height:75px;
    background:transparent url(/Content/ui/img/file_upload_cloud.png) 0 0 no-repeat;
    }        

a.dashboard-file-upload span.instructions {
    position:relative;
    display:block;
    margin:15px 20px;
    width:auto;
    }    
    
a.dashboard-no-messages {
    position:relative;
    float:left;
    margin:0;
    width:100%;
    height:170px;
    text-align:center;
    text-decoration:none;
    color:#ffffff;
    background:transparent url(/Content/ui/img/dashboard_messages_background.png) center 50px no-repeat;
    }        


a.dashboard-buttons {
    position:relative;
    float:left;
    margin:40px 30px 0 0;
    min-width:150px;
    min-height:140px;
    width:300px;
    height:140px;
    text-align:center;
    text-decoration:none;
    line-height:20px;
    color:#ffffff;
    border:1px solid #ffffff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#59a6d5), to(#0075bb)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #59a6d5, #0075bb); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #59a6d5, #0075bb); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #59a6d5, #0075bb); /* IE10 */
    background-image:      -o-linear-gradient(top, #59a6d5, #0075bb); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #59a6d5, #0075bb);
    }    
    
a.dashboard-buttons i.add{
    position:absolute;
    right:-10px;
    top:-40px;
    width:40px;
    height:40px;
    text-align:center;
    text-decoration:none;
    color:#ffffff;
    border:1px solid #ffffff;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#59a6d5), to(#4a9ed1)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #59a6d5, #4a9ed1); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #59a6d5, #4a9ed1); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #59a6d5, #4a9ed1); /* IE10 */
    background-image:      -o-linear-gradient(top, #59a6d5, #4a9ed1); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #59a6d5, #4a9ed1);
    }    
    
a.dashboard-buttons i.icon-plus-circle { color:#99c8e5; z-index:500; font-size:28px; position:absolute; top:-24px; right:6px; }    

a.dashboard-buttons i {
    font-size:48px;
    clear:right;
    margin:30px 0 10px 0;
    display:block;
    }
    
a.dashboard-buttons i.gradient {
    display:block;
    position:absolute;
    top:-30px;
    right:0px;
    width:32px;
    height:32px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#54a4d7), to(#409ad1)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #54a4d7, #409ad1); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #54a4d7, #409ad1); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #54a4d7, #409ad1); /* IE10 */
    background-image:      -o-linear-gradient(top, #54a4d7, #409ad1); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #54a4d7, #409ad1);
    }    

a.dashboard-buttons:hover i { color:#ffffff; }
a.dashboard-buttons:hover, a.dashboard-buttons:hover i.add { color:#9cdaff; border:1px solid #9cdaff; }

@media (min-width: 320px) {
  a.dashboard-buttons {
    width: 100%;
    display:block;
    margin:20px 0 10px 0;
  } 
  .dashboard-button-container { padding:0 0 20px 0; } 
}

@media (min-width: 768px) {
  a.dashboard-buttons {
    width: 100%;
    display:block;
    margin:20px auto;
  }
  a.dashboard-no-messages { background-size:contain; }   
  .dashboard-button-container { padding:0 0 20px 0; }   
}
@media (min-width: 992px) {
  a.dashboard-buttons {
    width: 268px;
    margin:20px 20px 10px 0;
  }
  a.dashboard-no-messages { background-size:auto; }  
  .dashboard-button-container { padding:0 0 20px 30px; }
}
@media (min-width: 1200px) {
  a.dashboard-buttons {
    width: 327px;
    margin:20px 30px 10px 0;
  }
  a.dashboard-no-messages { background-size:auto; } 
  .dashboard-button-container { padding:0 0 20px 30px; } 
}
@media (min-width: 1400px) {
  a.dashboard-buttons {
    width: 355px;
    margin:20px 30px 10px 0;
  }
  a.dashboard-no-messages { background-size:auto; }  
  .dashboard-button-container { padding:0 0 20px 30px; }
}


.top_wblogo {
    position:absolute;
    top:0px;
    left:-170px;
    width:161px;
    height:177px;
    margin:0;
    padding:0;
    background:transparent url(/Content/ui/img/logo_top_wimbosman.png) 0 0 no-repeat;
    }


/* ACCESSORIAL STYLES ----------------- */ 

.accessorial-parameters {
    width:100%;
}

.accessorial-parameter-wrapper {
    margin-top:10px;
}

.accessorial-parameters input, .accessorial-parameters select, .accessorial-parameters label {
    margin-right:10px;
    float: left;
    max-width:100px !important;
}
    .accessorial-parameters span:last-child input:last-child, 
    .accessorial-parameters span:last-child select:last-child, 
    .accessorial-parameters span:last-child label:last-child {
        margin-right: 0;
    }

.token-popover.wider {
    min-width:600px;
}
@font-face {
	font-family: 'icomoon';
	src:url(/Content/ui/fonts/icomoon.eot?ns5mkt);
	src:url(/Content/ui/fonts/icomoon.eot?ns5mkt#iefix) format('embedded-opentype'),
		url(/Content/ui/fonts/icomoon.ttf?ns5mkt) format('truetype'),
		url(/Content/ui/fonts/icomoon.woff?ns5mkt) format('woff'),
		url(/Content/ui/fonts/icomoon.svg?ns5mkt#icomoon) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-MC_recent_updates_selected:before {
    /*content: "\e60b";*/
    content: "\e603";
    color: #0075bb;
}


.icon-document-add:before {
	content: "\e90f";
}

.icon-action-summary:before {
	content: "\e916";
}

.icon-article:before {
	content: "\e917";
}

.icon-clip:before {
	content: "\e902";
}

.icon-container:before {
	content: "\e915";
}

.icon-reload:before {
	content: "\e90e";
}

.icon-lines:before {
	content: "\e90c";
}

.icon-file-eye2:before {
	content: "\e911";
}

.icon-warehouse:before {
	content: "\e802";
}

.icon-barge:before {
	content: "\e803";
}

.icon-flatbed:before {
	content: "\e804";
}

.icon-donut:before {
	content: "\e801";
}

.icon-barchart:before {
	content: "\e800";
}

.icon-MC_recent_updates_selected:before {
	content: "\e60b";
}

.icon-MC_euro:before {
	content: "\e60a";
}

.icon-MC_con_notes:before {
	content: "\e609";
}

.icon-MC_int_house_bills:before {
	content: "\e608";
}

.icon-MC_eu_flag:before {
	content: "\e604";
}

.icon-MC_usa:before {
	content: "\e605";
}

.icon-Document:before {
	content: "\e606";
}

.icon-Weather:before {
	content: "\e607";
}

.icon-MC_recent_updates:before {
	content: "\e603";
}

.icon-UIKits_057:before {
	content: "\e601";
}

.icon-UIKits_098:before {
	content: "\e903";
}

.icon-reset-list:before {
	content: "\e904";
}

.icon-respond:before {
	content: "\e905";
}

.icon-variation:before {
	content: "\e906";
}

.icon-reset:before {
	content: "\e908";
}

.icon-open:before {
	content: "\e90a";
}

.icon-closed:before {
	content: "\e90b";
}

.icon-csv:before {
	content: "\e602";
}

.icon-home:before {
	content: "\e000";
}

.icon-home2:before {
	content: "\e005";
}

.icon-newspaper:before {
	content: "\e00c";
}

.icon-pencil:before {
	content: "\e011";
}

.icon-file:before {
	content: "\e07b";
}

.icon-file3:before {
	content: "\e07c";
}

.icon-file2:before {
	content: "\e07d";
}

.icon-file-plus:before {
	content: "\e07f";
}

.icon-file-check:before {
	content: "\e083";
}

.icon-stack:before {
	content: "\e097";
}

.icon-folder-download:before {
	content: "\e099";
}

.icon-coins:before {
	content: "\e0d4";
}

.icon-phone:before {
	content: "\e0dd";
}

.icon-envelop:before {
	content: "\e0eb";
}

.icon-location2:before {
	content: "\e0f2";
}

.icon-location21:before {
	content: "\e0f3";
}

.icon-location:before {
	content: "\e0f4";
}

.icon-map:before {
	content: "\e0fc";
}

.icon-history:before {
	content: "\e0ff";
}

.icon-clock:before {
	content: "\e101";
}

.icon-clock2:before {
	content: "\e102";
}

.icon-calendar:before {
	content: "\e112";
}

.icon-mobile:before {
	content: "\e125";
}

.icon-bubbles:before {
	content: "\e152";
}

.icon-bubbles2:before {
	content: "\e155";
}

.icon-bubbles3:before {
	content: "\e158";
}

.icon-binoculars:before {
	content: "\e1b5";
}

.icon-lock2:before {
	content: "\e1d1";
}

.icon-equalizer:before {
	content: "\e1dc";
}

.icon-cog:before {
	content: "\e1df";
}

.icon-factory:before {
	content: "\e1e7";
}

.icon-pie:before {
	content: "\e1f8";
}

.icon-pie2:before {
	content: "\e1f9";
}

.icon-pie3:before {
	content: "\e1fb";
}

.icon-stats:before {
	content: "\e1fe";
}

.icon-bars:before {
	content: "\e201";
}

.icon-chart:before {
	content: "\e20b";
}

.icon-steps:before {
	content: "\e232";
}

.icon-dashboard:before {
	content: "\e23a";
}

.icon-fire:before {
	content: "\e23f";
}

.icon-airplane:before {
	content: "\e25b";
}

.icon-truck:before {
	content: "\e260";
}

.icon-ship:before {
	content: "\e264";
}

.icon-target:before {
	content: "\e279";
}

.icon-clipboard:before {
	content: "\e295";
}

.icon-grid:before {
	content: "\e2a0";
}

.icon-download:before {
	content: "\e2b8";
}

.icon-globe:before {
	content: "\e2c4";
}

.icon-link:before {
	content: "\e2cd";
}

.icon-bookmark:before {
	content: "\e2e6";
}

.icon-warning:before {
	content: "\e355";
}

.icon-warning2:before {
	content: "\e356";
}

.icon-notification:before {
	content: "\e358";
}

.icon-question:before {
	content: "\e35b";
}

.icon-question2:before {
	content: "\e35c";
}

.icon-plus-circle:before {
	content: "\e35e";
}

.icon-plus-circle2:before {
	content: "\e35f";
}

.icon-minus-circle:before {
	content: "\e360";
}

.icon-minus-circle2:before {
	content: "\e361";
}

.icon-blocked:before {
	content: "\e364";
}

.icon-cancel-circle:before {
	content: "\e365";
}

.icon-cancel-circle2:before {
	content: "\e366";
}

.icon-checkmark-circle:before {
	content: "\e367";
}

.icon-checkmark-circle2:before {
	content: "\e368";
}

.icon-spam:before {
	content: "\e36a";
}

.icon-checkmark:before {
	content: "\e372";
}

.icon-play:before {
	content: "\e380";
}

.icon-loop2:before {
	content: "\e3a7";
}

.icon-loop:before {
	content: "\e3a8";
}

.icon-arrow-right4:before {
	content: "\e3b1";
}

.icon-arrow-up:before {
	content: "\e3b4";
}

.icon-arrow-right:before {
	content: "\e3b5";
}

.icon-arrow-down:before {
	content: "\e3b6";
}

.icon-arrow-left:before {
	content: "\e3b7";
}

.icon-arrow-up-left:before {
	content: "\e3c8";
}

.icon-arrow-up2:before {
	content: "\e3c9";
}

.icon-arrow-up-right:before {
	content: "\e3ca";
}

.icon-arrow-right2:before {
	content: "\e3cb";
}

.icon-arrow-down-right:before {
	content: "\e3cc";
}

.icon-arrow-down2:before {
	content: "\e3cd";
}

.icon-arrow-down-left:before {
	content: "\e3ce";
}

.icon-arrow-left2:before {
	content: "\e3cf";
}

.icon-arrow-up-left2:before {
	content: "\e3d0";
}

.icon-arrow-up3:before {
	content: "\e3d1";
}

.icon-arrow-up-right2:before {
	content: "\e3d2";
}

.icon-arrow-right3:before {
	content: "\e3d3";
}

.icon-arrow-down-right2:before {
	content: "\e3d4";
}

.icon-arrow-down3:before {
	content: "\e3d5";
}

.icon-arrow-down-left2:before {
	content: "\e3d6";
}

.icon-arrow-left3:before {
	content: "\e3d7";
}

.icon-menu:before {
	content: "\e418";
}

.icon-circle:before {
	content: "\e43a";
}

.icon-circle2:before {
	content: "\e43b";
}

.icon-popout:before {
	content: "\e47e";
}

.icon-share:before {
	content: "\e48c";
}

.icon-flickr:before {
	content: "\e4a9";
}

.icon-chrome:before {
	content: "\e4ed";
}

.icon-firefox:before {
	content: "\e4ee";
}

.icon-credit:before {
	content: "\e910";
}

.icon-user:before {
	content: "\e600";
}

.icon-user3:before {
	content: "\e900";
}

.icon-lock3:before {
	content: "\e912";
}

.icon-info:before {
	content: "\e914";
}

.icon-close:before {
	content: "\e909";
}

.icon-table:before {
	content: "\e901";
}

.icon-IE:before {
	content: "\e907";
}

.icon-lock4:before {
	content: "\e913";
}

.icon-reorder:before {
	content: "\e90d";
}

.icon-star:before {
	content: "\f005";
}

.icon-user2:before {
	content: "\f007";
}

.icon-tab-list:before {
	content: "\f00b";
}

.icon-search-plus:before {
	content: "\f00e";
}

.icon-power-off:before {
	content: "\f011";
}

.icon-play-circle-o:before {
	content: "\f01d";
}

.icon-lock:before {
	content: "\f023";
}

.icon-calendar2:before {
	content: "\f073";
}

.icon-globe2:before {
	content: "\f0ac";
}

.icon-group:before {
	content: "\f0c0";
}

.icon-angle-double-right:before {
	content: "\f101";
}

.icon-play-circle:before {
	content: "\f144";
}

@charset "UTF-8";
/* CSS Document */

/*body { background:#fff url(/Content/ui/img/body-background.gif) 0 0 repeat-x; padding:0; }*/

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
	width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
	width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
	width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
	width: 1250px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 0px solid transparent;
}

.navbar-inverse {
	background-color: transparent;
	border-color: none;
}
.navbar-fixed-top {
	border-width: 0 0 1px;
	top: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
}
.navbar {
	border-radius: 4px;
}
.navbar {
	border: 1px solid transparent;
	margin-bottom: 20px;
	min-height: 50px;
	position: relative;
}

.jumbotron { background:none;}

a.linkbutton-grey { font-size:1em; padding:4px 8px 8px 8px; text-decoration:none; }
.important-message { font-weight:bold; color:#E01E26; }
.top-messsage { margin:0; padding:30px 0 0 0; }
.disabled-text { color:#777;}

header { 
	height:115px; 
	width:1280px; 
	margin:0 auto;
	position:relative;  
	}

.navbar-header {width:100%;}

.navbar-header h1 { 
	height:52px; 
	width:340px; 
	text-indent:-5000px; 
	background:transparent url(/Content/ui/img/logo-shipment-centre.png) 0 0 no-repeat;
	padding:0;
	margin:0 0 0 10px;
	position:relative;
	top:0px;
	left:0;
	}
	
.track-and-trace { 
	position:relative; 
	top:0px; 
}

.track-and-trace label { 
	width:114px; 
	height:56px; 
	display:block; 
	background:transparent url(/Content/ui/img/title-track-and-trace.png) 0 0 no-repeat; 
	text-indent:-5000px; 
	color:#fff; 
	margin:4px 10px 0 0; 
	float:left; 
	}

.track-and-trace input { 
	width:200px; 
	border:1px solid #fff; 
	float:left; 
	background-color:#66acd6; 
	line-height:12px; 
	font-size:11px; 
	color:#fff;
	padding:6px;
	margin:18px 0 0 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	}

.track-and-trace button { 
	width:45px;
	height:26px; 
	border:1px solid #7fbadd;
	font-size:11px; 
	color:#fff;
	float:left; 
	background-color:#66acd6; 
	line-height:16px;
	margin:18px 0 0 5px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d9fd0), to(#027dc4)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #4d9fd0, #027dc4); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #4d9fd0, #027dc4); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #4d9fd0, #027dc4); /* IE10 */
	background-image:      -o-linear-gradient(top, #4d9fd0, #027dc4); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #4d9fd0, #027dc4);
	}

 .user-info { 
	text-align:right; 
	font-size:16px; 
	color:#fff;
	position:relative; 
	float:right;
	margin:0;
	padding:0;
	line-height:18px;
}

.user-info span { 
	font-size:10px;
	line-height:14px;
	width:100%;
	display:inline-block;
}

.user-info i { 
	font-size:34px;
	display:inline;
	float:right;
	height:34px;
	position:absolute;
	top:0px;
	right:0px;
}

.navbar ul 			{ list-style:none; height:48px; padding:0px; margin:0 0 0 0; position:relative;}	
.navbar ul li { float:left; color:#fff; margin:0; }
.navbar ul li a { color:#fff; display:block; padding:17px 15px 18px 15px; text-decoration:none; font-size:11pt; }
.navbar ul li a:hover, .navbar ul li a:current { color:#a2a2a2; background-color:#fff; display:block; }

.mf-footer { margin-top:20px; padding:20px 0 20px 0; border-top:1px solid #ddd; }
.mf-footer span.mf-logo { display:block; background:transparent url(/Content/ui/img/mf-logo.png) 0 0 no-repeat; width:213px; height:30px; text-indent:-5000px; }


a.heading-menu, a.headingmenu:hover { display:block; width:20px; height:20px; color:#027dc4; font-size:16px; margin-top:2px; text-decoration:none; }

/*------ TABLE STYLES ---------*/



.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none;
	line-height: 1.42857;
	padding: 8px;
	vertical-align: top;
}

.table-icon-container { min-width:100px;}
.table-icon-container-wide { min-width:150px;
}

.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.btn-default {
  color: #404040;
  background-color: #e9e9e9;
  border-color: #c0c0c0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #e9e9e9);
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-draft {
  color: #fff;
  background-color: #f47c30;
  border-color: #b54803;
}
.btn-draft:focus,
.btn-draft.focus {
  color: #fff;
  background-color: #f47c30;
  border-color: #b54803;
}
.btn-draft:hover {
  color: #fff;
  background-color: #d4783e;
  border-color: #d4783e;
}
.btn-draft:active,
.btn-draft.active,
.open > .dropdown-toggle.btn-draft {
  color: #fff;
  background-color: #f47c30;
  border-color: #d4783e;
}
.btn-draft:active:hover,
.btn-draft.active:hover,
.open > .dropdown-toggle.btn-draft:hover,
.btn-draft:active:focus,
.btn-draft.active:focus,
.open > .dropdown-toggle.btn-draft:focus,
.btn-draft:active.focus,
.btn-draft.active.focus,
.open > .dropdown-toggle.btn-draft.focus {
  color: #fff;
  background-color: #d4783e;
  border-color: #d4783e;
}
.btn-draft:active,
.btn-draft.active,
.open > .dropdown-toggle.btn-draft {
  background-image: none;
}
.btn-draft.disabled,
.btn-draft[disabled],
fieldset[disabled] .btn-draft,
.btn-draft.disabled:hover,
.btn-draft[disabled]:hover,
fieldset[disabled] .btn-draft:hover,
.btn-draft.disabled:focus,
.btn-draft[disabled]:focus,
fieldset[disabled] .btn-draft:focus,
.btn-draft.disabled.focus,
.btn-draft[disabled].focus,
fieldset[disabled] .btn-draft.focus,
.btn-draft.disabled:active,
.btn-draft[disabled]:active,
fieldset[disabled] .btn-draft:active,
.btn-draft.disabled.active,
.btn-draft[disabled].active,
fieldset[disabled] .btn-draft.active {
  background-color: #d4783e;
  border-color: #d4783e;
}
.btn-draft .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-heading-control { width:20px; height:20px; float:right; color:#fff; margin:2px 0 0 0; padding:0px; background-color:#0075bb; background-image:none; line-height:0;}
.btn-delete, .btn-delete:hover { color:#fff; background-color:#E01E26; border-color:#ad0000; }

/* PAGINATION --------------- */

.pagination {
  display: inline-block;
  padding-left: 0;
  margin:0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #404040;
  background-color: #e9e9e9;
  border-color: #c0c0c0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #e9e9e9);
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #404040;
  background-color: #e9e9e9;
  border-color: #c0c0c0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #e9e9e9);
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #404040;
  background-color: #e9e9e9;
  border-color: #c0c0c0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #e9e9e9);
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  cursor: pointer;
  background-color: #eee;
  border-color: #c0c0c0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  background-color: #337ab7;
  border-color: #c0c0c0;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #c0c0c0;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination > li > a.pagination-form { margin:0; padding:4px 5px 4px 5px; width:80px; border-left:0px; }
.pagination > li > a.pagination-form input { border:1px solid transparent; background-color:transparent; width:25px; text-align:right; }


	
/* PAGER --------------------------- */

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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 > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}


/* COMMON STYLES -------------------- */
h2.page-heading {
	width:100%;
	display:block;
	height:auto; 
	border:none;
	border-bottom:1px solid #ccc;
	padding:0;
	font-size:1.8em; 
	font-weight:none;
	line-height:1em;
	color:#027dc4;
	float:none; 
	margin:30px 0 10px 0;
	background-image: none;
	text-align:left;
	}

h3.settings-heading {
	width:100%;
	display:block;
	height:auto; 
	border:none;
	border-bottom:1px solid #ccc;
	padding:0;
	font-size:1.2em; 
	font-weight:bold;
	line-height:2em;
	color:#027dc4;
	float:none; 
	margin:20px 0 10px 0;
	background-image: none;
	}

/* FIELDSET STYLES -------------------- */

fieldset {border:none; margin:30px 0 0 0;}
fieldset.has-map { background:transparent url(/Content/ui/img/fieldset-map-bg.png) center 0 no-repeat; padding:0;  background-size:contain;}
fieldset legend, h2, h3 {
	width:100%;
	display:block;
	height:26px; 
	border:1px solid #cccccc;
	padding:2px 8px 0 8px;
	font-size:1em; 
	color:#404040;
	font-weight:bold;
	float:none; 
	background-color:#fff; 
	line-height:1.7em;
	margin:0 0 10px 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #e9e9e9);
	}

h3 { margin-top:20px; }
h3.service-heading { margin:0 0 5px 0; padding:0; font-size:1.5em; font-weight:bold; background:none; border:none; }
	
/* FORM STYLES -------------------- */

.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
	box-shadow:none;
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #e9e9e9);
}	


.form-control-number-select {
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	border-bottom-left-radius:0px;
	border-top-left-radius:0px;
	border-left:0px;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
	box-shadow:none;
	color: #555;
	display: block;
	font-size: 14px;
	/*height: 34px;*/
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 65px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #e9e9e9);
}

.form-horizontal .control-label {
	padding-left: 0px;
	padding-right: 0px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.form-group.static { margin-bottom:0px;}

.form-control.sm { width: 50px; }	

span.mandatory {color: #e01e26;}

.client-header {
	border-bottom:1px solid #ccc; 
	padding-bottom:10px;
	margin-top:30px;
}

/* IMAGE CLASSES -------------------------- */

img.client-logo { float:none; margin:0; }

.table-results-recordcount, .table-results-buttons {
	display:block;
	float:left;
	margin-right:5px;
	font-size:1em;
}

.table-results-variable {
	display:inline-block;
	font-size:1em;
}

.table-results-search {
	display:inline-block;
	margin-right:0;
	width:initial;
}

.table-results-search {
	display:inline-block;
	font-size:1em;
	font-weight:normal;
	color:#555;
	width:100%;
}


/* DOCUMENT UPLOAD CLASSES -------------------------- */

table.goods-table td.document-upload-form {border:none; border-bottom:1px solid #ccc;  border-top:1px solid #ccc; padding:0 0 0 0; padding-top:15px; }
.file-upload { margin-top:5px; }

/* GOODS TABLE CLASSES -------------------------- */

table.goods-table { margin:0px; }
table.goods-table thead {border:none; background:none; border-bottom:none; }
table.goods-table thead tr {border:none; background:none; border-bottom:none; }
table.goods-table tbody {border:none; background:none; border-top:none; }
table.goods-table tr {border:none; background:none; border-top:1px dashed #d6d6d6; }
table.goods-table tr.totals-row {border:none; background:none; background-color:none; }
table.goods-table td {border:none; border-bottom:none;  border-top:none; padding:0 0 0 0; }
table.goods-table td.goods-form {border:none; border-bottom:1px solid #ccc;  border-top:1px solid #ccc; padding:0 0 0 0; }


/* GOODS FORM CLASSES -------------------------- */

.goods-header {border:none; background:none; border-bottom:1px solid #d6d6d6; padding:5px 0; line-height:1.2em; font-size:1.2em; height:auto;}
.goods-row {margin:5px 0 0px 0;}
.goods-label {padding-left:0px; padding-right:0px; display:block; color:#404040; font-size:.9em; font-weight:bold; margin-bottom:5px;}
.goods-xsm {padding-left:0px; padding-right:0px; margin-right:0px; width:53px; float: left;}
.goods-sm {padding-left:0px; padding-right:0px; margin-right:0px; width:75px;float: left;}
.goods-med {padding-left:0px; padding-right:0px; margin-right:0px; width:130px;float: left;}
.goods-lge {padding-left:0px; padding-right:0px; margin-right:0px; width:230px;float: left;}
.goods-delete {margin-top:20px;}
.goods-xsm input, .goods-sm input, .goods-med input, .goods-lge input { font-size:.9em; padding-left:7px; padding-right:7px;}
.goods-summary {margin:0 15px}
.goods-summary span {font-weight:bold;}
.goods-button {margin:20px 0 0 10px; float: left;}

.goods-button-left {  border-radius:4px 0 0 4px; margin-right:0px;  }
.goods-button-middle { border-radius:0; margin-left:0px; margin-right:0px; }
.goods-button-right { border-radius:0 4px 4px 0; margin-left:0px; }

.goods-totals {
	width: 100%;
	border-top: 1px solid #cccccc;
	font-size: 1.3em;
	color: #404040;
	background-color: #ffffff;
	line-height: 30px;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 5px;
}


/* TABLE CLASSES -------------------------- */

table.mf-table { margin:0px; font-size:1em; }
table.mf-table thead {border:none; background:none; border-bottom:none; }
table.mf-table thead tr {border:none; background:none; border-bottom:none; border-bottom:1px solid #d6d6d6; }
table.mf-table thead tr th { border-top:none; padding-top:15px; border:none; }
table.mf-table thead tr th.form-controls { padding:15px 0 15px 0; border-bottom:1px solid #d6d6d6; }
table.mf-table tbody {border:none; background:none; border-top:none; }
table.mf-table tr {border:none; background:none; border-bottom:1px dashed #d6d6d6; }
table.mf-table tr.totals-row {border:none; background:none; background-color:none; }
table.mf-table td {border:none; border-bottom:none;  border-top:none; padding:none; vertical-align:middle; }
table.mf-table td.goods-form {border:none; border-bottom:1px solid #ccc;  border-top:1px solid #ccc; padding:0 0 0 0; vertical-align:middle; }
table.mf-table tfoot tr {border:none; background:none; border-top:none; }

table tr td { vertical-align:middle; }

/* HELPER CLASSES -------------------------- */

.has-error .form-control {border-color: #e01e26;}
.has-error .control-label {color: #e01e26;}

.margin-left-none {margin-left:0px;}
.margin-left-10px {margin-left:10px;}
.margin-left-20px {margin-left:20px;}
.margin-left-40px {margin-left:40px;}

.margin-right-none {margin-right:0px;}
.margin-right-10px {margin-right:10px;}
.margin-right-20px {margin-right:20px;}
.margin-right-40px {margin-right:40px;}

.margin-top-none {margin-top:0px;}
.margin-top-5px {margin-top:5px;}
.margin-top-10px {margin-top:10px;}
.margin-top-20px {margin-top:20px;}
.margin-top-30px {margin-top:30px;}

.margin-bottom-10px {margin-bottom:10px;}

.padding-left-none {padding-left:0px;}
.padding-left-10px {padding-left:10px;}
.padding-left-20px {padding-left:20px;}

.padding-right-none {padding-right:0px;}
.padding-right-10px {padding-right:10px;}
.padding-right-20px {padding-right:20px;}

.btn-panel-left { border-right:0; border-radius:4px 0 0 4px;  }
.btn-panel-middle { border-right:0; border-radius:0; }
.btn-panel-right { border-radius:0 4px 4px 0; }

.bottom-border-dashed { border-bottom:1px dashed #ccc; padding:8px 0 8px 0;}

.outline { border:1px solid red;}
.hide { display:none; }
.white, .white:hover { color:#ffffff;}


/* STEP INDICATOR CLASSES -------------------------- */

ul.steps {font-size:.9em; text-decoration:none; color:#404040; font-weight:bold; text-align:center; margin:0px auto; display:block; height:70px; width:auto;}

ul.steps li { list-style:none; float:left; margin-right:130px; position:relative; text-align:center; width:150px; }
ul.steps li:last-child { margin-right:0px; background:none;}

ul.steps li a { text-decoration:none; color:#414141; width:150px; text-align:center; }
ul.steps li a:hover { color:#414141;}

ul.steps li i { display:block; width:40px; height:30px; border:2px solid #e3e6eb; text-decoration:none;
-webkit-border-radius:40px; 
-moz-border-radius:40px; 
border-radius:40px;
margin:10px 0 0 55px; 
font-size:2em; 
color:#ccc; 
font-weight:normal; 
font-style:normal; 
padding:5px 0 5px 0; 
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}


ul.steps li i.active { border:2px solid #c8ddf0; background-color:#f2f7fb; padding:3px 0 2px 0; width:38px; height:32px;}
ul.steps li i.active.icon-truck-steps { padding:6px 0 0 0; }
ul.steps li i.active:hover {}
ul.steps li i.urgent {}
ul.steps li i.urgent:hover {}
.icon-truck-steps:before {
	content: "\e260";
	color:#0075bb;
	margin:10px 0 0 0; 
}
ul.steps li i.connector { background-color:#e3e6ed; height:2px; width:240px; position:absolute; top:43px; left:97px; padding:0; margin:0; border:none;}
ul.steps li i.connector.blue { background-color:#c7dcef;}

.step-button {
	margin-top: 29px;
}

/* STEP 4 ESTIMATE HEADING -------------------------- */

.estimate { 
	position:relative;
	border:1px solid #d9d9d9; 
	width:100%;
	min-height:180px; 
	background:#f5f5f5 url(/Content/ui/img/gbp_globe_background_blue.png) center 0 no-repeat;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	float:left;
	margin-top:30px;
	}
	
	.estimate h2 { 
	border:none;
	border-bottom:1px solid #d9d9d9; 
	margin:20px 20px 20px 0;
	padding:0;
	padding-bottom:12px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#575757;
	background:none;
	}
	
	.estimate .stripe.left { position:absolute; top:15px; left:0px; width:4px; height:160px; background:transparent url(/Content/ui/img/gbp_estimate_border_vertical.png) 0 0 no-repeat;}
	.estimate .stripe.right { position:absolute; top:15px; right:0px; width:4px; height:160px; background:transparent url(/Content/ui/img/gbp_estimate_border_vertical.png) 0 0 no-repeat;}
	.estimate .stripe.top { position:absolute; top:0px; left:18px; width:97%; height:4px; background:transparent url(/Content/ui/img/gbp_estimate_border_horizontal.png) 0 0 repeat-x;}
	.estimate .stripe.bottom { position:absolute; bottom:0px; left:18px; width:97%; height:4px; background:transparent url(/Content/ui/img/gbp_estimate_border_horizontal.png) 0 0 repeat-x;}
	
	
	.estimate h3 { 
	border:none;
	margin:10px 20px 0 0;
	padding:0;
	padding-bottom:12px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:26px;
	color:#000;
	float:left;
	}
	.estimate h3 span {font-size:14px; display:block;}
	.estimate h3.to {font-size:14px; display:block; margin:37px 20px 0 0;}
	
	.estimate fieldset {position:relative; margin:40px 0 0 20px; clear:left;}
	
	.estimate fieldset label { 
		display: block; 
		margin:0 0 0 0; 
		padding:10px 0 0 0; 
		height:16px; 
		width:150px;
		float:left; 
		font-size:14px;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:bold;
		font-style:normal;
		color:#000; 
		clear:left;
		text-align:right;
		}
	
	.estimate fieldset span {
		display: block; 
		margin:0 0 0 15px; 
		padding:10px 0 0 0; 
		height:16px; 
		width:100px;
		float:left; 
		font-size:14px;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:normal;
		font-style:normal;
		color:#575757; 
		}
	
	.estimate fieldset input[type=text] {
		padding:2px; 
		margin:2px 0 6px 15px; 
		width:248px; 
		height:26px; 
		border:1px solid #cccccc; 
		float:left;
		color:#575757;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px; 
		background-color:#fefefe; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fffeff), to(#dbdbdc)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #fffeff, #dbdbdc); /* Chrome 10+, Saf5.1+ */
		background-image:    -moz-linear-gradient(top, #fffeff, #dbdbdc); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #fffeff, #dbdbdc); /* IE10 */
		background-image:      -o-linear-gradient(top, #fffeff, #dbdbdc); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #fffeff, #dbdbdc);
		background-image:         linear-gradient(top, #fffeff, #dbdbdc);
		}
		
.estimate .price { 
	margin:0;
	padding:0;
	color:#000;
	}	

.estimate .price h4 { 
	border:none;
	margin:0 0 8px 0;
	padding:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:48px;
	color:#006eb3;
	}

.estimate .price h4 span.denomination{ 
	display:block;
	margin:0 0 2px 0;
	padding:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	color:#000;
	}
	
	
	.estimate .price h4 span.tax { 
	margin:0 0 2px 0;
	padding:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	color:#006eb3;
	}	
	
	.estimate .price h5, .alternate-prices h5 { 
	border:none;
	margin:20px 0 8px 0;
	padding:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:1em;
	color:#006eb3;
	}
	
	.estimate .price span.message { 
	display:block;
	margin:0 0 2px 0;
	padding:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	line-height:14px;
	color:#000;
	}	
	
	.estimate .price span.action-buttons{ 
	display:block;
	margin:20px 0 0 0;
	padding:0;
	}
	
	.estimate .price a.rates-summary-link{ 
	display:block;
	margin:10px 0 0 0;
	padding:0;
	}
		
	
.estimate fieldset.email_estimate {position:absolute; margin:0; bottom:20px; right:20px; clear:left;}	

	.estimate fieldset.email_estimate h4 { 
	display:block;
	margin:0 0 2px 0;
	padding:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	color:#000;
	}
	
.estimate .alternate-prices h4 { 
	border:none;
	margin:15px 0 8px 0;
	padding:0 0 10px 0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:28px;
	color:#404040;
	border-bottom:1px solid #ccc;
	}
	
.estimate .alternate-prices a, .estimate .alternate-prices h4 a:hover { text-decoration:none; } 	
	
.estimate .alternate-prices h4 span.selection { 
	margin:8px 0 0 0;
	width:24px;
	height:24px;
	color:#ccc;
	}	
	
	.estimate .alternate-prices h4 span.selected { 
	margin:8px 0 0 0;
	width:24px;
	height:24px;
	color:#217B00;
	}

		.estimate .alternate-prices h4 span.alt-price{ 
	display:inline;
	margin:0 10px 2px 10px;
	}
	
	.estimate .alternate-prices h4 span.denomination{ 
	display:inline;
	margin:0 10px 2px 0;
	padding:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	color:#000;
	}
	
	
	.estimate .alternate-prices h4 span.tax { 
	margin:0 0 2px 0;
	padding:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	color:#404040;
	}	
	
	.estimate .alternate-prices h4:hover, .estimate .alternate-prices h4.selected { 
	color:#006eb3;
	}
	
	.estimate .alternate-prices h4 span.message { 
	display:inline;
	margin:0 0 2px 10px;
	padding:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	line-height:14px;
	color:#000;
	}		
	
	.estimate .alternate-prices h4 i.selected { 
	display:inline;
	margin:0 0 2px 10px;
	padding:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	line-height:14px;
	color:#000;
	}

	.estimate .alternate-prices p.disclaimer{ 
	display:block;
	margin:10px 0 0 0;
	padding:0;
	font-style:italic;
	}

div.termsandconditions	{ padding:10px 0 0 0; margin-top:0px; border-top:none; display:block; }
	
 .action-button-row	{ padding-top:0px; margin-top:20px; border-top:1px solid #ccc; }
 .action-button-row-top	{  padding-top:0px; margin-top:20px; border-top:1px solid #ccc; }


.check-box { 
	margin:10px 10px 0 10px; 
	padding:0px; 
	width:16px; 
	height:16px; 
	border:1px solid #c0c0c0; 
	border-radius:4px;
	background-color:#fefefe; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffeff), to(#dbdbdc)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fffeff, #dbdbdc); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fffeff, #dbdbdc); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fffeff, #dbdbdc); /* IE10 */
	background-image:      -o-linear-gradient(top, #fffeff, #dbdbdc); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fffeff, #dbdbdc);
	background-image:         linear-gradient(top, #fffeff, #dbdbdc);
}

.check-box span { 
	font-size:1em;
}


div.select-notes { 
position:relative;
	display:inline-block; 
	border:1px solid #cccccc;
	font-size:1.2em; 
	color:#404040;
	text-decoration:none;
	line-height:16px;
	text-align:left;
	margin:0;
	padding:7px;
	width:220px; 
	background-color:#efefef; 
	-webkit-border-radius:5px 0px 0px 5px; 
	-moz-border-radius:5px 0px 0px 5px; 
	border-radius:5px 0px 0px 5px; 
	border-right:none;
	overflow:hidden;
	float:left;
	}

div.select-notes select { border:none; background:#efefef url(/Content/ui/img/select-arrow.png) 190px 6px no-repeat; height:18px; width:240px; padding:0; margin:0; }
div.select-notes select option { background-color:#efefef; }
div.select-notes span { border:none; background:none; height:18px; width:240px; padding:0; margin:0; display:block; }
input.select-notes { margin:0px 5px 5px 0px; -moz-border-radius:0px 5px 5px 0px; border-radius:0px 5px 5px 0px; }

div.select-notes-small { 
position:relative;
	display:inline-block; 
	border:1px solid #cccccc;
	font-size:1.2em; 
	color:#404040;
	text-decoration:none;
	line-height:16px;
	text-align:left;
	margin:0;
	padding:7px;
	width:120px; 
	background-color:#efefef; 
	-webkit-border-radius:5px 0px 0px 5px; 
	-moz-border-radius:5px 0px 0px 5px; 
	border-radius:5px 0px 0px 5px; 
	border-right:none;
	overflow:hidden;
	float:left;
	}
div.select-notes-small span { border:none; background:none; height:18px; width:120px; padding:0; margin:0; display:block; }

/* FAUX TOKEN STYLES ------------------------------ */

.faux-token-right { 
position:relative;
	display:inline-block; 
	border:none;
	font-size:.9em; 
	font-weight:bold; 
	color:#535353;
	text-decoration:none;
	line-height: none;
	text-align:left;
	margin:0;
	padding:5px;
	width:auto; 
	background-color:#dfdfdf; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	border-radius:4px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-topleft:0px;
	border-left:none;
	float:left;
	background-image:none;
	}

.faux-token-left { 
position:relative;
	display:inline-block; 
	border:none;
	font-size:.9em; 
	font-weight:bold;
	color:#535353;
	text-decoration:none;
	line-height:none;
	text-align:left;
	margin:0;
	padding:5px;
	width:auto; 
	background-color:#dfdfdf; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	border-radius:4px;
	float:left;
	background-image:none;
	}

	.faux-token-left:hover, .faux-token-right:hover {
		background-color:#dfdfdf;
	}

.token-wrapper {
	margin:0px;
}

.form-control-static {
	height:24px;
}

.token-well {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
	box-shadow:none;
	color: #555;
	display: block;
	line-height: none;
	height:35px;
	padding:4px 5px 0 5px;
	margin:0;
	transition:none;
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #e9e9e9);
}

.no-style, .nostyle:hover, .nostyle:focus{ 
	border:0px; 
	background:none; 
	width:inherit; 
	float:left; 
	display:inline; 
	padding:0px; 
	margin:0px; 
	-webkit-box-shadow:0px;
	-moz-box-shadow:0px;
	box-shadow:0px;
	transition:none;
}


/* MAIN POPOVER STYLING ------------------------------------------- */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2260;
  display: none;
  width:auto;
  max-width:900px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  color:#fff;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #1989c9;
  -webkit-background-clip: padding-box;
		  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
		  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 5px;
  margin: 0;
  font-size: 14px;
  background-color: #1989c9;
  border-bottom: 1px solid #1989c9;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 5px 20px 5px 5px;
  width:auto;
  width:unset;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #1989c9;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #1989c9;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #1989c9;
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #1989c9;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #1989c9;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #1989c9;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #1989c9;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #1989c9;
}

/* TOKEN POPOVER STYLING ------------------------------------------- */

.token-popover {
	background-color: none;
	background-image: none;
	border: 1px solid #1989c9;
	border-radius: 4px;
	padding:0;
	margin:10px;
	color: #fff;
	line-height: none;
	height:auto;
	min-width:500px;
	padding:0px;
	transition:none;
	background-image: none;
}

.token-popover-close{
	position:absolute;
	top:0px;
	right:0px;
	border-radius: 22px;
	border:2px solid #1989c9;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	padding:0;
	width:28px;
	height:28px;
	line-height:none;
	background-color:#72b3dd;
	-webkit-box-shadow: 0px 0px 0px 3px #fff;
	-moz-box-shadow: 0px 0px 0px 3px #fff;
	box-shadow: 0px 0px 0px 3px #fff;
}
.token-popover .control-label {
	white-space:nowrap;
}

.token-popover .form-inline{
	display:block;
}

.token-popover .form-group {
	margin-top: 0;
}

.token-popover .form-control{
	background-color:#4d9fd0;
	border:1px solid #fff;
	border-radius:4px;
	background-image:none;
	color:#fff;
	padding:4px;
}

	.token-popover-close span {
		display:inline-block;
		padding:0;
		margin:2px 0 0 7px;
	}

	.token-popover-header {
		display:inline;
		padding:0;
		margin:0 0 0 15px;
		font-size:1.1em;
		font-weight:bold;
	}

	.token-popover h4 { margin-right:15px; font-weight:bold; display:inline; font-size:1.2em; }
	.token-popover-label { margin-right:10px; display:inline;}

	/* CONTEXT MENU POPOVER STYLING ------------------------------------------- */

.context-menu-popover {
	background-color: none;
	background-image: none;
	border: 1px solid #1989c9;
	border-radius: 0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	padding:0;
	margin:10px;
	color: #fff;
	line-height: none;
	height:auto;
	min-width:100px;
	padding:0px;
	transition:none;
	background-image: none;
}

.context-menu-popover .form-inline{
	display:block;
}

.context-menu-popover .form-control{
	background-color:#4d9fd0;
	border:1px solid #fff;
	border-radius:0px;
	background-image:none;
	color:#fff;
	padding:0px;
}

	.context-menu-popover-header {
		display:inline;
		padding:0;
		margin:0 0 0 15px;
		font-size:1.1em;
		font-weight:bold;
	}

	.context-menu-popover h4 { margin-right:15px; font-weight:bold; display:inline; font-size:1.2em; }
	.context-menu-popover-label { margin-right:10px; display:inline;}

.content-menu-item {}
.context-menu-icon { margin:0 8px 0 0; padding:0; display:inline-block; font-size:14px; line-height:22px; }

	.context-menu-popover a, .context-menu-popover a:hover {
		color:#fff;
		text-decoration:none;
		line-height:22px;
		display:inline-block;
	}



/* MODAL STYLES ---------------------- */
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
	   -o-transition:      -o-transform .3s ease-out;
		  transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
	  -ms-transform: translate(0, -25%);
	   -o-transform: translate(0, -25%);
		  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
	  -ms-transform: translate(0, 0);
	   -o-transform: translate(0, 0);
		  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #007CC4;
  background-image:none;
  color:#fff;
  border: 0px solid #999;
  border: 0px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
		  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}


	.modal-content .btn-modal {
	border-radius:2px; 
	border:1px solid #7fbadd; 
	padding:8px 30px 8px 30px; 
	text-transform:uppercase; 
	color:#FFF;  
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size:1em;
	font-weight:bold; 
	background-color:#027dc4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d9fd0), to(#027dc4)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #4d9fd0, #027dc4); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #4d9fd0, #027dc4); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #4d9fd0, #027dc4); /* IE10 */
	background-image:      -o-linear-gradient(top, #4d9fd0, #027dc4); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #4d9fd0, #027dc4);
	background-image:         linear-gradient(top, #4d9fd0, #027dc4);
	}

.modal-close {
	position:absolute;
	top:-5px;
	right:-5px;
	border-radius: 22px;
	border:3px solid #1989c9;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	margin:0;
	padding:0;
	width:32px;
	height:32px;
	line-height:none;
	background-color:#72b3dd;
}

.modal-close span {
		display:inline-block;
		padding:0;
		margin:0 0 0 7px;
}



.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2240;
  background-color: #fff;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px 8px 0px 8px;
  border-bottom: none;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  background-color: #007CC4;
  background-image:none;
  font-size:1.2em;
  color:#fff;
  border: none;
  border-radius: none;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 8px 15px 8px 15px;
  text-align: right;
  border-top: 0px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
	width: 600px;
	margin: 30px auto;
  }
  .modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
			box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
	width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
	width: 900px;
  }
}

/* MODEL/POPUP ERROR STYLE ---------------------- */
.error-blue { 
	position:relative;
	border:none; 
	width:100%;
	color:#ffffff;
	font-weight:bold;
	line-height:2.5em; 
	background-color:#7aa4cf;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin:10px;
	padding:0 10px 0 10px;
	vertical-align:middle;
	}

	.error-blue span {
		font-size:16px;
		vertical-align:middle;
		display:inline-block;
		margin:-2px 6px 0 0;
	}

/* DASHBOARD STYLES ---------------------- */

.dashboard-buttons { margin-right:20px; }

/* COLLAPSING ---------------------------- */
.collapsing {
  
  -webkit-transition-duration: .20s;
	   -o-transition-duration: .20s;
		  transition-duration: .20s;
  
}

/* CENTER MODAL --------------------------*/
.center-modal {
	margin-top: 10%;
}
.welcome-modal {
	margin-top:0px;
}

.red {
	color: red;
}

.error-blue { 
position:relative;
border:none; 
width:100%;
	color:#ffffff;
	font-weight:bold;
line-height:2.5em; 
background-color:#7aa4cf;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
margin:10px;
	padding:0 10px 0 10px;
	vertical-align:middle;
}

	.error-blue span {
		font-size:16px;
		vertical-align:middle;
		display:inline-block;
		margin:-2px 6px 0 0;
	}


/* NETWORK NAME -----------------------*/
.inverted-error {
	color: #e01e26 !important; 
	background-color:#fff !important;
	font-size: 1em;
	font-style: normal;
}

/* NETWORK NAME -----------------------*/
.goods-link {
	display:inline-block;
	margin:30px 0 0 10px;
}

.dangerous-goods-link {
	margin-top: 10px;
}

/* NETWORK NAME -----------------------*/
.network-name {
	color: #027dc4;
	font-size: 1em;
	font-style: italic;
}

/* LOADING -------------------------*/
.popover-loading-animation-sm { border-radius:10px; width:100%; background:#007CC4; padding:0 10px 0 10px; display:inline-block; }
.popover-loading-animation-sm img { vertical-align: middle; margin:0px 5px 0 0px; }
.popover-loading-animation-sm p { position:relative; display:inline-block; padding-top:10px; color:#fff; font-size:14px; font-weight:bold; line-height:34px; margin-right:10px; font-family:arial, helvetica, sans-serif; }

.loading-full-page { display: table; border-radius: 0;position: absolute;left: 0;right: 0;top: 22%; z-index: 1050;height: 20%; }
.loading-full-page p { display: table-cell;vertical-align: middle;text-align: center;font-size: 35px;}

/* PRINT LABEL LAYOUT BUTTONS ------*/
.print-label-layout-button {
	display:block;
	width: 100%;
	height: 140px;
	border:2px dashed #aaa;
	background:#e1e1e1;
	border-radius:5px;
}
.print-label-layout-button:focus {outline:0;}
.print-label-layout-button.active:focus {outline:0;}

.print-label-layout-button.active {
	border-width: 3px;
	box-shadow:none;
	border:2px solid #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,dcdcdc+100 */
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #dcdcdc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#dcdcdc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fefefe 0%,#dcdcdc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */

}

.print-label-layout-4{
	padding: 10px; 
}

.print-label-layout-A4{
	margin-top: 20px;
	padding:2px;
	background-color: #fff;
	border-radius:5px;
}
.print-label-layout-A4 > .col-sm-12{
	padding: 0;
}

.print-label-layout-button .number {
	border-radius:50%;
	border:2px dashed #aaa;
	background-color:white;
	color:#057bc3;
	font-size:28px;
	font-weight:bold;
	width:45px;
	height:45px;
	margin:auto;
}

.print-label-layout-button img {
	display:none;
}

.print-label-layout-button.active .number {
	display:none;
}

.print-label-layout-button.active img {
	display: inline-block;
}

.printer-buttons img {
	border:2px solid transparent;
	margin:auto;
}

.printer-buttons img:hover {
	border:2px solid rgba(200,200,200,0.5);
}

.printer-buttons > div {
	float:left;
	margin-right:5px;
	height:30px;
}

.printer-buttons .active img {
	border:2px solid rgba(100,100,100,0.5);
}

.paper-icon {
	display:inline-block;
	position:relative;
	height:32px;
}

.white-border {
	border:1px solid white;
}

#select-language-container {
	z-index:1020;
}

.profile-button {
	z-index:1000;
}
/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/

.slick-header.ui-state-default, .slick-headerrow.ui-state-default {
  width: 100%;
  overflow: hidden;
  border-left: 0px !important;
}

.slick-header-columns, .slick-headerrow-columns {
  position: relative;
  white-space: nowrap;
  cursor: default;
  overflow: hidden;
}

.slick-header-column.ui-state-default {
  position: relative;
  display: inline-block;
  /*box-sizing: content-box !important; */
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 16px;
  line-height: 16px;
  margin: 0;
  padding: 4px;
  border-right: 1px solid silver;
  border-left: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  float: left;
}

.slick-headerrow-column.ui-state-default {
  padding: 4px;
}

.slick-header-column-sorted {
  font-style: italic;
}

.slick-sort-indicator {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-left: 4px;
  margin-top: 6px;
  float: left;
}

.slick-sort-indicator-desc {
    background: url(/Content/images/sort-desc.gif);
}

.slick-sort-indicator-asc {
  background: url(/Content/images/sort-asc.gif);
}

.slick-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  cursor: col-resize;
  width: 4px;
  right: 0px;
  top: 0;
  height: 100%;
}

.slick-sortable-placeholder {
  background: silver;
}

.grid-canvas {
  position: relative;
  outline: 0;
}

.slick-row.ui-widget-content, .slick-row.ui-state-active {
  position: absolute;
  border: 0px;
  width: 100%;
}

.slick-cell, .slick-headerrow-column {
  position: absolute;
  border: 1px solid transparent;
  border-right: 1px dotted silver;
  border-bottom-color: silver;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  z-index: 1;
  padding: 1px 2px 2px 1px;
  margin: 0;
  white-space: nowrap;
  cursor: default;
}

.slick-group {
}

.slick-group-toggle {
  display: inline-block;
}

.slick-cell.highlighted {
  background: lightskyblue;
  background: rgba(0, 0, 255, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.slick-cell.flashing {
  border: 1px solid red !important;
}

.slick-cell.editable {
  z-index: 11;
  overflow: visible;
  background: white;
  border-color: black;
  border-style: solid;
}

.slick-cell:focus {
  outline: none;
}

.slick-reorder-proxy {
  display: inline-block;
  background: blue;
  opacity: 0.15;
  filter: alpha(opacity = 15);
  cursor: move;
}

.slick-reorder-guide {
  display: inline-block;
  height: 2px;
  background: blue;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}

.slick-selection {
  z-index: 10;
  position: absolute;
  border: 2px dashed black;
}

/******************************/
/*        FILTER              */
/******************************/

.slick-filter-container {
    width: auto;
    position: relative;
    display: block;
    color: #fff;
    border-radius: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin-bottom: 30px;
    background-color:#0075bb;
    padding:15px;
}

@media (max-width:1024px) {
    .slick-filter-container {
    }
}

.slick-filter-container > h2 {
    color:white;
    font-weight:bold;
    font-size:1.2em;
    border-bottom:1px solid;
    margin-top:0;
    padding-bottom:5px;
}
.slick-filter-container .form-group .control-label {
    font-weight:normal;
}
.slick-filter-container .form-group .form-control {
    background-color:#63abd8;
    border:1px solid white;
    padding:6px;
    color:white;
    height:auto;
    line-height:10px;
}

.slick-filter-container button {
    background-color: #66acd6;
    border: 1px solid #7fbadd;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 1em;
    height: 26px;
    line-height: 6px;
    margin-right:10px;
    min-width: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d9fd0), to(#027dc4));
    background-image: -webkit-linear-gradient(top, #4d9fd0, #027dc4);
    background-image: -moz-linear-gradient(top, #4d9fd0, #027dc4);
    background-image: -ms-linear-gradient(top, #4d9fd0, #027dc4);
    background-image: -o-linear-gradient(top, #4d9fd0, #027dc4);
    background-image: linear-gradient(top, #4d9fd0, #027dc4);
}
    .slick-filter-container button:hover {
        border: 1px solid #7fbadd;
    }

.isSlickGrid .slick-viewport {
    overflow-y: scroll !important;
}

/******************************/
/*        GRID                */
/******************************/
.slick-header-columns {
	background: url(/WebsiteTemplates/images/header-columns-bg.gif) repeat-x bottom; border-bottom-color: silver; border-bottom-width: 1px; border-bottom-style: solid;
}
.slick-header-column {
	background: url(/WebsiteTemplates/images/header-columns-bg.gif) repeat-x bottom; border-right-color: silver; border-right-width: 1px; border-right-style: solid;
}
.slick-header-column:hover {
	background: url(/WebsiteTemplates/images/header-columns-over-bg.gif) repeat-x bottom white;
}
.slick-header-column-active {
	background: url(/WebsiteTemplates/images/header-columns-over-bg.gif) repeat-x bottom white;
}

.slick-cell, .slick-headerrow-column {
    border-style: dotted;
    border-width:1px;
}

.slick-header-column.text-left .slick-column-name {
    text-align:left;
}

.slick-row {
    background-color: transparent;
    height:auto !important;
    line-height:none;
}

/*[row$='1'].slick-row,
[row$='3'].slick-row,
[row$='5'].slick-row,
[row$='7'].slick-row,
[row$='9'].slick-row {
    background-color: #eeeeee !important;
}*/

.slick-cell {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    /*word-wrap: break-word;*/ /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: nowrap;
}

.Ellipsis {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

    .Ellipsis span {
        font-style: italic;
    }

.slick-header-column.ui-state-default{
    height:26px;
}

.slick-headerrow {
	background: rgb(250, 250, 250);
}
.slick-headerrow-column {
	background: rgb(250, 250, 250); height: 100%; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.slick-headerrow-column input {
	background: rgb(250, 250, 250); height: 100%; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; margin: 0;  padding: 0;  width: 100%;

}

.ui-state-active.slick-row {
	background: rgb(245, 247, 215);
}

.selected.slick-row {
	background: rgb(223, 232, 246); z-index: 10;
}
.slick-group {
	border-bottom-color: silver; border-bottom-width: 2px; border-bottom-style: solid;
}
.slick-group-toggle {
	width: 9px; height: 9px; margin-right: 5px;
}
.expanded.slick-group-toggle {
	background: url(/images/collapse.gif) no-repeat center;
}
.collapsed.slick-group-toggle {
	background: url(/Content/images/expand.gif) no-repeat center;
}
.slick-group-totals {
	background: white; color: gray;
}
.selected.slick-cell {
	background-color: beige;
}
.active.slick-cell {
	border-style: solid; border-color: gray;
}
.slick-sortable-placeholder {
	background: silver !important;
}

.loading.slick-row {
	filter: alpha(opacity=50); opacity: 0.5;
}
.invalid.slick-cell {
	border-color: red;
}

div#widgeterror {
    display: none;
    text-align: center;
    width: 600px;
    height: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -300px;
    padding-top: 200px;
    padding-bottom: 200px;
}

    div#widgeterror p {
        font: 18px Arial,Verdana;
        color: #6e6e6e;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        div#widgeterror p a {
            font: 14px Arial,Verdana;
            color: #000;
        }

#ErrorText {
    color: red;
}

table.serial-number-table td {
    white-space: nowrap;
}

table.serial-number-table th {
    border-bottom: 1px solid white;
}

table.serial-number-table {
    border-spacing: 10px;
}

.qtip, .qtip-mainchain {
    background-color: #007cc4;
    min-width: 400px !important;
}

.updated_row_highlight {
    background-color: white !important;
}

.slick-viewport img {
    margin-top: 0 !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

/*This is needed to prevent the confilct between bootstrap
https://github.com/mleibman/SlickGrid/issues/742
*/
[class^="slickgrid_"],
[class^="slickgrid_"] div {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/* Clock icons on the grid */
.slick-cell .slick-green {
    color: #50B930;
}

.slick-cell .slick-red {
    color: #D43030;
}

.slick-header-column.ui-state-default{
    height:16px;
	border: 0;
    background: none;
    background-color: white;
	color: black;
	font-weight: bold;
	font-size: 0.8em;
}

.slick-sort-indicator {
    float:right;
}

.slick-header-column.ui-state-default {
    border-right: 1px solid silver !important;
    font-weight: normal !important;
    line-height:17px !important;
}
/**************************************************************************
    MAINCHAIN CSS
    -------------
    (c)2016 Mainfreight.
    Developed and managed by DesignerTech Ltd.
    TABLE OF CONTENTS
    =================================
    SECTION     CONTENT
    ---------------------------------
    1           GLOBAL STYLES AND COLOURS
    2           TYPOGRAPHY
    3           BUTTONS
    4           HEADER, FOOTER AND NAV
                - Header, nav
                - Side nav
	            - User menu
    5           FORMS AND INPUTS
    6           MODALS
	7           TABLES
    8           TOOLTIPS
    9           BREADCRUMB/ROWCOUNT
    10           JQUERY UI
    11          3rd Party Controls
    11.1        - FancyBox
    11.2        - Ajax loader
	12			Custom Check boxes
	13			Rounded container
	14			Icon States
	14.1		- Stacked icons
*/


/***************************************************
    SECTION 1: GLOBAL STYLES AND COLOURS
****************************************************/

/* Colors: 
    MainChain blue:                 #007cc4;
    NavBar:                         #a2a2a2;
*/

body, html, #site-canvas {
    padding: 0;
    min-height: 600px;
    min-width: 300px;
}

@media (min-width: 1280px) {
    .container {
        width: 1280px; /* The actual container is 1250 wide, with 15px border on each side */
        /*padding:0;*/
    }
}

.container-fluid {
    padding: 0;
}

.ui-widget-content a,
a {
    text-decoration: underline;
    cursor: pointer;
    color: #007cc4;
}

.labels-left label {
    text-align: left !important;
}

.dropdown-menu a,
.btn,
.btn a:hover,
.btn-link:hover,
.btn span,
button,
legend a,
legend a:hover,
legend a:active,
legend a:focus,
nav a,
nav a:active,
nav a:hover,
nav a:focus,
a[class^="icon"],
a.no-underline {
    text-decoration: none !important;
    outline: 0;
}

.d-inline {
    display: inline !important;
}

.btn {
    font-size: 12px;
}

.table-icon-container a:hover,
.table-icon-container a:active,
.table-icon-container a:focus,
.table-icon-container-wide a:hover,
.table-icon-container-wide a:active,
.table-icon-container-wide a:focus {
    color: #23527c;
}

.position-absolute {
    position: absolute;
}

.vertical-align-middle {
    vertical-align: middle;
}

.blue {
    color: #007cc4;
}

.gray {
    color: #999 !important;
}

div.blue-bg {
    background-color: #007cc4;
}

a.blue-bg {
    color: white;
}

    a.blue-bg:hover {
        color: white;
    }

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-minus-20 {
    margin-bottom: -20px;
}

.margin-right {
    margin-right: 20px;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.nopadding {
    padding: 0 !important;
}

.weight-normal {
    font-weight: normal !important;
}

.margin-left-60 {
    margin-left: 60px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-70 {
    margin-left: 70px;
}

.margin-left-148 {
    margin-left: 148px;
}

.padding-15 {
    padding: 10px;
}

.padding-right-0 {
    padding-right: 0;
}

.text-left {
    text-align: left !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-left-25px {
    padding-left: 25px !important;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-right-25px {
    padding-right: 25px !important;
}

.nomargin {
    margin: 0 !important;
}

.width-25pc {
    width: 25%;
}

.width-29pc {
    width: 29%;
}

.width-30pc {
    width: 30%;
}

.height-400 {
    height: 400px;
}

.full-width {
    width: 100%;
}

.no-border {
    border: 0;
}

h1 span[class^="label-"],
h2 span[class^="label-"],
h3 span[class^="label-"],
h4 span[class^="label-"] {
    position: relative;
    vertical-align: top;
    top: 5px;
}

h1 .label {
    top: 8px;
}

.no-wrap {
    white-space: nowrap;
}

/***************************************************
    SECTION 2: TYPOGRAPHY
****************************************************/

body, html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* Undo the jquery ui overrides.. these should not be needed eventually - get rid of the jquery ui custom css instead. */
.ui-widget {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1em !important;
}

h2 {
    font-weight: 700;
    color: #007cc4;
    font-size: 1.8em
}

    /* How help text right after an H2 */
    h2.pull-left + .help-block.pull-left {
        margin-left: 10px;
    }

.gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
    background-image: -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
    background-image: linear-gradient(top, #ffffff, #e9e9e9);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

/* H3 are the headings with a gradient background and border that run full-width */
h3 {
    width: 100%;
    display: block;
    height: 26px;
    border: 1px solid #cccccc;
    padding: 2px 8px 0 8px;
    font-size: 1em;
    color: #404040;
    font-weight: bold;
    float: none;
    background-color: #fff;
    line-height: 1.7em;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
    background-image: -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
    background-image: linear-gradient(top, #ffffff, #e9e9e9);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

div.blue-bg h3 {
    color: white;
}

/***************************************************
    SECTION 3: BUTTONS
****************************************************/

/* Global button default style */
.btn, button, input[type=submit], input[type=button] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    /* Buttons sitting on a blue background, in modals, or in the filter */
    .btn.blue-bg,
    .filter-container .btn,
    button.blue-bg,
    button.gradient,
    .modal-content .btn {
        border: 1px solid #7fbadd;
        color: #fff;
        font-size: 0.95em;
        min-height: 28px;
        min-width: 60px;
        text-align: center;
        padding: 1px 4px;
        background-color: #66acd6;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#4d9fd0), to(#027dc4)); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #4d9fd0, #027dc4); /* Chrome 10+, Saf5.1+ */
        background-image: -moz-linear-gradient(top, #4d9fd0, #027dc4); /* FF3.6 */
        background-image: -ms-linear-gradient(top, #4d9fd0, #027dc4); /* IE10 */
        background-image: -o-linear-gradient(top, #4d9fd0, #027dc4); /* Opera 11.10+ */
        background-image: linear-gradient(top, #4d9fd0, #027dc4);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d9fd0', endColorstr='#027dc4',GradientType=0 ); /* IE6-9 */
    }

    .btn.gradient-white {
        border: 1px solid #ccc;
        border-radius: 5px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
        background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
        background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
        background-image: -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
        background-image: linear-gradient(top, #ffffff, #e9e9e9);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
    }

.btn-group .btn span[class^="icon"],
.btn-group .btn i[class^="icon"] {
}

button.ui-multiselect span,
a.btn span {
    /* Removed - makes buttons bigger than a tags */
    /*line-height:24px;*/
}

.btn:hover, .btn:focus, .btn.focus {
    /*color:#23527c;*/
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default.focus {
    color: #333;
}

.modal-content a,
.btn-modal,
.btn-modal:hover,
.btn-modal:focus,
.btn.white,
.btn.white:hover {
    color: white !important;
}

/*.modal-content .btn.blue-bg,
.modal-content .filter-container .btn,
.modal-content button.blue-bg,
.modal-content .btn {
    border-radius: 2px;
    padding: 8px 30px 8px 30px;
    text-transform: uppercase;
    font-weight: bold;
}*/


/***************************************************
    SECTION 4: HEADER, FOOTER AND NAV
****************************************************/
#navbar-primary-collapse {
    padding: 0;
}

header {
    margin: 0 auto;
    position: relative;
}

    header .fullwidth {
        background-color: #007cc4;
        min-height: 66px;
        border-bottom: 1px solid white;
    }

    header #logo {
        background: url(/Content/Images/logo-mainchain.png) 0 0 no-repeat;
        background-size: 100%;
        width: 220px;
        height: 40px;
        display: block;
        margin-top: 15px;
    }

    header #language-and-trackandtrace {
        min-height: 66px;
    }

@media (max-width:1400px) {
    header #logo-container {
        width: 100%;
    }

    header #language-and-trackandtrace {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    header .inner {
        margin: 0 auto;
        position: relative;
    }
}

.navbar-default {
    background-color: #a2a2a2;
}

    .navbar-default .navbar-nav > li > a:hover {
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .active > a {
        background-color: white;
    }

.navbar-nav .dropdown-menu {
    font-size: 1em;
}

.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

@media (min-width:768px) {
    #navbar-primary .container,
    #navbar-primary .navbar-collapsex {
        /*padding: 0;*/
    }
}

.fullwidth .inner .container {
    padding-top: 10px;
}

footer .container .row hr {
    border-top: 1px solid #e0e0e0;
    margin: 15px 0;
}

footer .help-block.sizes .label {
    border-radius: 0;
    border-right: 1px solid #aaa;
    font-size: 1em;
}

    footer .help-block.sizes .label.label-default {
        background-color: #e7e7e7;
        color: #888;
    }

    footer .help-block.sizes .label.first {
        border-top-left-radius: 0.25em;
        border-bottom-left-radius: 0.25em;
    }

    footer .help-block.sizes .label.last {
        border-top-right-radius: 0.25em;
        border-bottom-right-radius: 0.25em;
        border-right: 0;
    }

@media (max-width:670px) {
    footer .mf-logo {
        width: 140px;
    }

    footer {
        font-size: 12px;
        padding-bottom: 10px;
    }
}

/* Colour of the toggle button on small devices */
.navbar-default .navbar-toggle {
    background-color: white;
}

.navbar-header .title {
    line-height: 50px;
    padding-left: 15px;
    color: white;
    font-weight: bold;
}

/* Slide out nav */
#site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: 300ms ease all;
    -ms-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#site-menu {
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -200px;
    padding: 15px;
    border-right: 2px solid #ddd;
    background-color: #eaeaea;
}

    #site-menu li {
        border-bottom: 1px solid #fff;
    }

        #site-menu li.divider,
        #site-menu legend.dropdown,
        #site-menu li li:last-child {
            border-bottom: 0;
        }


    #site-menu .user-info {
        padding: 8px;
    }

#site-wrapper.show-nav #site-canvas {
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -moz-transform: translateZ(0) translateX(200px);
    -ms-transform: translateZ(0) translateX(200px);
    -o-transform: translateZ(0) translateX(200px);
    -webkit-transform: translateZ(0) translateX(200px);
    transform: translateZ(0) translateX(200px);
    -moz-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}


.container > .navbar-header {
    margin: 0;
}

/* User info - new site header layout */
header .mc-user-info {
    height: 30px;
    text-align: right;
    color: #fff;
    position: relative;
    margin: 0;
    margin-top: 8px;
}

    header .mc-user-info span {
        font-size: 10px;
        line-height: 16px;
        width: 70%;
        display: inline-block;
        white-space: nowrap;
        margin-right: 8px;
    }

    header .mc-user-info i {
        font-size: 34px;
    }


/* User info - existing sites */
.user-info {
    text-align: right;
    font-size: 16px;
    color: #fff;
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
    line-height: 18px;
}

    .user-info span {
        font-size: 10px;
        line-height: 14px;
        width: 100%;
        display: inline-block;
    }

    .user-info i {
        font-size: 34px;
        display: inline;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
    }

.nav-tabs a {
    text-decoration: none;
}


.nav-tabs.table-tabs {
    display: flex;
    border-bottom: none !important;
    flex-wrap: wrap;
    margin: -4px
}

.table-tabs .nav-item {
    padding: 4px;
}

.table-tabs .nav-link {
    border: 1px solid #d0d0d0 !important;
    padding: 2px 10px;
    border-radius: 4px;
    background-color: #eee !important;
    display: inline-flex;
    align-items: center;
}

.table-tabs .nav-link:focus {
    border: 1px solid #333 !important;
}


.remove-tab {
    color: #333;
    margin-left: 5px;
    font-size: 15px;
    padding: 4px;
}

.table-tabs .nav-link.active {
    color: #333;
    background-color: white !important;
}

/*! Light tooltip style */
.qtip-user-menu {
    background-color: white !important;
    border-color: #e7e7e7 !important;
    color: #6d6d6d;
    margin-top: 10px;
    font-size: 1em;
    width: 100px;
    height: 60px;
    padding: 10px;
    list-style-image: url(/Content/Images/arrow_blue.png);
}

    .qtip-user-menu a {
        text-decoration: none;
        margin-top: 10px;
    }

    .qtip-user-menu li {
        height: 30px;
    }

/***************************************************
    SECTION 5: FORMS AND INPUTS
****************************************************/

/* Placeholder color in inputs */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.form-control {
    font-size: 1em;
}

    .form-control.white-bg {
        background: none;
        background-color: white;
    }

.show-loader {
    position: relative;
    display: inline-block;
}

    .show-loader img {
        right: 8px;
        position: absolute;
        top: 9px;
    }

/*form label:after {
    content:":";
}
form label {
    width: 40%;
    float:left;
    line-height:32px;
    text-align:right;
    padding-right:10px;
}
form input, form select {
    width:60%;
    float:left;
}
form .form-group {
    width:100%;
}*/

/*.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
   
    box-shadow:none;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); 
    background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); 
    background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); 
    background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); 
    background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9);
    background-image:         linear-gradient(top, #ffffff, #e9e9e9);
}*/


/***************************************************
    SECTION 6: MODALS
****************************************************/

.modal-dialog {
    position: relative;
    width: 700px;
}

body.ru .modal-dialog {
    width: 750px;
}

body.nl .modal-dialog,
body.de .modal-dialog,
body.pl .modal-dialog,
body.it .modal-dialog {
    width: 800px;
}

body.fr .modal-dialog,
body.es .modal-dialog {
    width: 900px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2240;
    background-color: #fff;
}

.modal-content {
    position: relative;
    background-color: #007CC4;
    background-image: none;
    color: #fff;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}



.modal-header {
    min-height: 16.42857143px;
    padding: 20px 20px 0 20px;
    border-bottom: none;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    background-color: #007CC4;
    background-image: none;
    font-size: 1.2em;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0 8px;
    font-weight: bold;
}

h3.modal-title {
    border-bottom: 1px solid white;
    padding: 0;
}

.modal-footer {
    border-top: none;
    padding: 20px;
    /*padding-top:15px;
    padding-bottom: 10px;*/
}

    .modal-footer .btn + .btn,
    .modal-footer .btn + a {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block,
    .modal-footer .btn-block + a {
        margin-left: 0;
    }


.modal-close {
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 22px;
    border: 3px solid #1989c9;
    color: #fff;
    font-size: 1.35em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: none;
    background-color: #72b3dd;
}

    .modal-close span {
        display: inline-block;
        padding: 0;
        margin: 0;
        width: 100%;
        text-align: center;
        line-height: 26px;
        position: absolute;
    }

.modal-body {
    padding: 20px;
    padding-bottom: 0;
}

    .modal-body .control-label {
        font-weight: normal;
    }

    .modal-body .alert {
        padding: 0;
        margin: 0;
    }

    .modal-body textarea {
        resize: none;
    }

    /***************************************************
    SECTION 7: TABLES
****************************************************/

    .modal-body .table-condensed > tbody > tr > td,
    .modal-body .table-condensed > thead > tr > th {
        /*padding:0;*/
    }

table.width-80 {
    width: 80%;
}

table.col-50-50 td {
    width: 50%;
}

table.no-border td {
    border: none;
    border-top: none !important;
}

table .divider-solid td {
    border-bottom: 1px solid #ccc;
}

table .divider-dashed td {
    border-bottom: 1px dashed #ccc;
}

table .weight-normal label {
    font-weight: normal;
}

table .no-margin label {
    margin: 0;
}

table tr.condensed td {
    padding: 2px 5px;
}

/***************************************************
    SECTION 8: TOOLTIPS
****************************************************/

.qtip {
    /*max-width:none;*/
}

    .qtip.qtip-default {
        background-color: #007cc4;
        color: white;
        border: 1px solid #027dc4;
    }

    .qtip.qtip-whitebg {
        background-color: white;
        color: #007cc4;
        border: 1px solid white;
        font-size: 1em;
        line-height: 1.2em;
    }


.divTooltip {
    float: left;
    margin-top: 5px;
}

.qtip.qtip-default th, .qtip.qtip-default td {
    padding: 5px;
}


table.serial-number-table td {
    white-space: nowrap;
}

table.serial-number-table th {
    border-bottom: 1px solid white;
}

table.serial-number-table {
    border-spacing: 10px;
    min-width: 400px;
}

/***************************************************
    SECTION 9: BREADCRUMB/ROWCOUNT
****************************************************/

.breadcrumb {
    background-color: #fff;
    /*background-image: -moz-linear-gradient(center top , #ffffff , #e9e9e9 );*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e9e9e9+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
    border: 1px solid #cccccc;
    color: #404040;
    float: none;
    line-height: 2.3em;
    margin: 0 0 10px;
    padding: 0 8px;
    width: auto;
}

    .breadcrumb span {
        font-weight: normal;
    }

.breadcrumb-rows {
    float: right;
}


/***************************************************
    SECTION 10: JQUERY UI
****************************************************/

.ui-state-default {
    background: none;
    border: 0;
}

    .ui-state-default .ui-icon {
        background-image: url(/WebsiteTemplates/images/ui-icons_222222_256x240.png) !important;
    }

    .ui-state-default:hover .ui-icon {
        background-image: url(/WebsiteTemplates/images/ui-icons_222222_256x240.png) !important;
    }

.ui-multiselect .ui-icon {
    margin-top: 3px;
    margin-right: 4px;
}

.ui-multiselect div {
    height: 24px;
}

.ui-multiselect-menu {
    width: auto !important;
}

    .ui-multiselect-menu input[type=checkbox] {
        vertical-align: middle;
        margin: -5px 3px 0 3px;
    }

.no-focus-outline:focus {
    outline: none !important;
}

.ui-multiselect-menu label {
    font-weight: normal;
    line-height: 18px;
    cursor: pointer;
}

.ui-helper-reset {
    line-height: 20px;
}

    .ui-helper-reset .ui-icon {
        vertical-align: middle;
    }




/***************************************************
    SECTION 11: 3RD PARTY CONTROLS
****************************************************/

/***************************************************
    SECTION 11.1: FancyBox
****************************************************/

#fancybox-wrap {
    width: 1309px;
    padding: 0;
}

#fancybox-content h3 {
    background: none;
    background-image: none;
    border: none;
    padding: 0;
    font-size: 1.5em;
    text-transform: none;
    color: white;
}

#fancybox-content {
    box-sizing: content-box;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #0075bb;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background: #0075bb;
}

#fancybox-close {
    height: 41px !important;
    width: 41px !important;
    background: transparent url(/Content/images/mainchain_2014_sprite.png) 0 0 no-repeat !important;
    display: inline !important;
}

#fancybox-frame {
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

#fancybox-content #search-result {
    padding-top: 10px;
    padding-left: 15px;
}

#fancybox-content #projectMessageBox {
    padding-top: 10px;
    padding-left: 15px;
}

#fancybox-content #confirmMessagebox {
    padding-top: 10px;
    padding-left: 15px;
}

#fancybox-content .clearfix {
    height: 25px;
}

#fancybox-content .btn {
    border-radius: 2px;
    border: none;
    border: 1px solid #7fbadd;
    padding: 8px 30px 8px 30px;
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    background-color: #027dc4;
    cursor: pointer;
    float: right;
    margin: 10px;
    margin-top: 20px;
}

#fancybox-content a {
    padding: 8px 1px 8px 10px;
    float: right;
    cursor: pointer;
    color: #FFF;
    margin: 10px;
    margin-left: 0;
    margin-top: 25px;
    display: block;
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
}

    #fancybox-content a:hover {
        text-decoration: none;
    }

#fancybox-content .field-container {
    margin-bottom: 10px;
    margin-top: 10px;
}

#fancybox-content label {
    padding: 5px 0;
    display: block;
    float: left;
    width: 110px;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    white-space: nowrap;
}

#fancybox-content input[type=text], select {
    padding: 5px;
    float: left;
    width: 251px;
}

#saveSearchPanel {
    padding-top: 10px;
    padding-left: 15px;
}

/***************************************************
    SECTION 11.2: Ajax Loader
****************************************************/
#Spinner {
    width: 100%;
    height: 100%;
    margin: 200px auto;
    font-size: 10px;
    position: absolute;
    left: calc(50% - 50px);
    top: 0;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(64,128,128, 0.2);
    border-right: 1.1em solid rgba(64,128,128, 0.2);
    border-bottom: 1.1em solid rgba(64,128,128, 0.2);
    border-left: 1.1em solid #007cc4;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

    #Spinner,
    #Spinner:after {
        border-radius: 50%;
        width: 10em;
        height: 10em;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Animate an icon on a button */
.icon-spin {
    -webkit-animation: spin 4s infinite linear;
}

.btn .icon-spin {
    display: inline-block;
    vertical-align: bottom;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}


/***************************************************
    SECTION 12: Custom check boxes
****************************************************/
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

input.cmn-toggle-round + label {
    padding: 2px;
    width: 51px;
    height: 22px;
    background-color: #aaa;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    border-radius: 11px;
}

    input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: "";
    }

    input.cmn-toggle-round + label:before {
        right: 1px;
        background-color: #aaa;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        -o-transition: background 0.2s;
        transition: background 0.2s;
    }

    input.cmn-toggle-round + label:after {
        width: 18px;
        background-color: #fff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        /*-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);*/
        -webkit-transition: margin 0.2s;
        -moz-transition: margin 0.2s;
        -o-transition: margin 0.2s;
        transition: margin 0.2s;
        height: 18px;
        top: 2px;
    }

input.cmn-toggle-round:checked + label:before {
    background-color: #007cc4;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 30px;
}

input.cmn-toggle-round + label:after {
    margin-left: 1px;
}


/***************************************************
    SECTION 13: Rounded container
****************************************************/
.rounded-container {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    color: #333;
}

    .rounded-container h3 {
        border: none;
        background: none;
        font-size: 1.4em;
        padding: 0;
        margin: 0;
        text-transform: none;
    }

    .rounded-container .big-icon {
        font-size: 1.9em;
        vertical-align: middle;
        margin-right: 5px;
    }

    .rounded-container.reporting {
        min-height: 220px;
        max-height: 220px;
        overflow: hidden;
    }

        .rounded-container.reporting:after {
            font-family: 'icomoon';
            content: "\e3b1";
            font-size: 380px;
            color: rgba(190,190,190,0.24);
            position: relative;
            left: 32%;
            top: -367px;
        }

        .rounded-container.reporting .chart1,
        .rounded-container.reporting .chart2 {
            margin-left: 100px;
            margin-top: -10px;
        }

        .rounded-container.reporting .indicator {
            float: left;
            padding-top: 60px;
            font-size: 32px;
        }

/***************************************************
    SECTION 14: Icon States
****************************************************/
.round-icon {
    border-radius: 100%;
    vertical-align: middle;
}

    .round-icon.grey {
        background-color: #b2b2b2;
    }

    .round-icon.green {
        background-color: #52bb2a;
    }

    .round-icon.yellow {
        background-color: #d3ce08;
    }

    .round-icon.orange {
        background-color: #d08402;
    }

    .round-icon.red {
        background-color: #fd0103;
    }

[class^="icon-"].larger, [class*=" icon-"].larger {
    font-size: 1.5em;
}

[class^="icon-"].grey-icon, [class*=" icon-"].grey-icon {
    color: #b2b2b2;
}

[class^="icon-"].white-icon, [class*=" icon-"].white-icon {
    color: white;
}

[class^="icon-"].green-icon, [class*=" icon-"].green-icon {
    color: #52bb2a;
}

[class^="icon-"].yellow-icon, [class*=" icon-"].yellow-icon {
    color: #d3ce08;
}

[class^="icon-"].orange-icon, [class*=" icon-"].orange-icon {
    color: #d08402;
}

[class^="icon-"].red-icon, [class*=" icon-"].red-icon {
    color: #fd0103;
}

[class^="icon-"].round-icon, .round-icon [class*=" icon-"].round-icon {
    font-size: 1.3em;
}


/***************************************************
    SECTION 14.1: Stacked icons (for two tone icons)
****************************************************/

.icon-stack-them {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    border: 0;
}

.icon-stack-1x {
    line-height: inherit;
    font-size: 1.4em;
}

.icon-stack-2x {
    line-height: inherit;
    font-size: 1.4em;
}

.icon-stack-3x {
    font-size: 2em;
}


.modal-content .jqte a {
    color: #333 !important;
}


/* Remove dropdown arrow */
select::-ms-expand {
    display: none;
}

select, select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 25px;
    background-image: url(/Content/images/dropdown-background.jpg);
    background-position: center right;
}

.open > .dropdown-toggle.btn-default,
.dropdown-toggle.btn-default:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: linear-gradient(top, #ffffff, #e9e9e9);
}

    .dropdown-toggle.btn-default:focus,
    .dropdown-toggle.btn-default:active,
    .open > .dropdown-toggle.btn-default:focus,
    .open > .dropdown-toggle.btn-default:active {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.blue-modal select,
.blue-bg select {
    max-width: 100%;
    border: 1px solid white;
    border-radius: 3px;
    color: white;
    padding: 2px 0px 2px 4px;
    background: rgba(99, 171, 216, 0.7);
}

.blue-modal select,
.blue-bg select {
    background-image: url(/Content/images/dropdown-background.png) !important;
    background-position: center right;
    padding-right: 20px;
    text-indent: 0;
}

/* GST EXEMPT */

.checkbox-gst-exempt {
    width: 50px !important;
    white-space: nowrap;
}

body .text-underline {
    text-decoration: underline !important;
}

.textarea-error {
    top: 8px !important;
    right: 22px !important;
}

.m-auto {
    margin: auto !important;
}

.d-flex {
    display: flex !important;
}

.align-flex-center {
    align-items: center !important;
}

.w-100 {
    width: 100% !important;
}

.document-upload-has-error select.has-error {
    border: 1px solid #e01e26;
}

.document-upload-has-error .upload-dropzone {
    border-color: #e01e26 !important;
}

.document-upload-has-error select.has-error:focus {
    box-shadow: none !important;
    border: 1px solid #e01e26;
    outline: none;
}


.visibility-hidden {
    visibility: hidden !important;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.border-top {
    border-top: 1px solid #d0d0d0 !important;
}

button.gm-ui-hover-effect {
    display: none !important;
}

.gm-style-iw {
    text-align: left;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-tc::after,
.gm-style .gm-style-iw-t::after {
    background: #b7d8ec;
}

.gm-style .gm-style-iw-c {
    border: 2px solid;
    border-color: #6e91ac;
    color: #003c7c;
    font-weight: 500;
}

/***************************************************

    ROUNDED CONTAINER

****************************************************/
.rounded-container {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
    background-image: -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
    background-image: linear-gradient(top, #ffffff, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
    border-radius: 7px;
    margin: 12px 0;
    padding: 20px;
    border: 1px solid #d0d0d0;
}

.rounded-container.less-padding {
    padding:5px 20px;
}

.rounded-container.no-padding {
	padding:0;
}

.rounded-container.white-bg {
	background: white !important;
}

.rounded-container h2 {
	border:0;
	margin:0;
	margin-bottom:5px;
	padding:0;
	background:none;
}

.rounded-container input,
.rounded-container label,
.rounded-container p {
	margin-bottom:5px;
	line-height:15px;
}

.rounded-container .section {
	border-right:1px solid #ccc;
	line-height:32px;
	float:left;
	padding:0 10px;
	padding-top:3px;
	white-space:nowrap;
}

	.rounded-container .section span {
		display: inline-block;
	}

.rounded-container .section .header {
	font-weight:bold;
	font-size:1.2em;
	width:215px;
	box-sizing:border-box;
}

.rounded-container .section.c {
	text-align:center;
}

.rounded-container .section:last-child {
	border:none;
}

.action-bar .btn {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
    background-image: -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
    background-image: linear-gradient(top, #ffffff, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
    border-radius: 7px;
}

.bottom-dashed {
	border-bottom:1px dashed #ccc;
}

.labels-left label,
.labels-left .form-horizontal .control-label {
	text-align:left;
}


/***************************************************

    USER LISTING AND PERMISSIONS

****************************************************/
.rounded-container.user-list {
	padding:0;
}

.user-list .section .header .icon-user {
	vertical-align:middle;
	margin-right:15px;
}

.user-list.table-header .section.lg .header {
	margin-left:60px;
	width:165px;
	display:inline-block;
}

.user-list.table-header hr {
	border-bottom:1px solid #ccc;
	margin:0;
}

.user-list [class^="icon-"].large {
	font-size:2em;
}

.user-list [class^="icon-"].medium {
	font-size:1.4em;
	vertical-align:text-bottom;
	margin-right:5px;
}

.user-list .section.lg {
	width:71%;
}
.user-list .section.md {
	width:18%;
	padding-left:25px;
	padding-right:25px;
}

.user-list .section.sm {
	width:11%;
}
.user-list .switch {
	display:inline-block;
	vertical-align:middle;
	padding-top:4px;
}

.user-list a {
	display:block;
	text-decoration:none;
}

.user-list .editable .section {
	border-right:none;
}

.user-list .actions {
	line-height:35px;
}

.user-list .name span {
	max-width:175px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	line-height:20px;
	vertical-align:middle;
}

.user-list .user-name,
.user-list .user-email,
.user-list .user-vendor,
.user-list .user-lastlogin
{
	width:120px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	line-height:20px;
	vertical-align:middle;
	display:inline-block;
}

.user-list .user-name,
.user-list .user-email
{
	width:140px;
}

.user-list .user-lastlogin {
	width:140px;
}

.user-list.table-header {
	line-height:26px;
	margin-top:10px;
}


.maintain-users input[type="checkbox"],
input[type="checkbox"].mainchain {
    display: none;
}

    .maintain-users input[type="checkbox"] + label span,
    input[type="checkbox"].mainchain + label span {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -2px -3px 0 0;
        vertical-align: middle;
        background: url(/Content/images/mainchain-checkboxes.png) left top no-repeat;
        cursor: pointer;
    }

.maintain-users .permissions-table input[type="checkbox"] + label span {
    margin-left: -20px;
}

.maintain-users #details-div label {
	/*white-space: nowrap;*/
}

.maintain-users input[type="checkbox"]:checked + label span,
input[type="checkbox"].mainchain:checked + label span {
    background: url(/Content/images/mainchain-checkboxes.png) -19px top no-repeat;
}

.maintain-users .check-box {
	padding:7px 0;
	border:0;
	background:none;
	margin:0;
}

.maintain-users h2 .user-name {
	font-size:12px;
	color:#333;
	font-weight:normal;
	margin-left:50px;
}
.maintain-users h2 .user-name span {
	font-weight:bold;
}

.permissions-table [class^="icon-"] {
	margin-right:5px;
	vertical-align: middle;
	display:inline-block;
	margin-top:-5px;
}

.permissions-table [class^="icon-"].larger {
	font-size:18px;
}

.user-list .active-label {
	min-width:45px;
}

.permissions-table label {
	padding-left:20px;
}

.user-list .user-summary div,
.user-list .user-summary div label {
	line-height:30px;
}

.user-subrow {
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.user-subrow .user-subrow-content {
	display: flex;
	justify-content: space-between;
} 


.user-subrow .user-subrow-content .user-name-group{
	margin-top: 8px;
	display: flex;
	align-items: center;
}

.user-name-group.padded, .user-name-value.padded  {
	padding: 0 15px;
}

.mw-100 {
	min-width: 100px;
}

.user-name-hint {
	font-style: italic;
	color: #9e9e9e;
}

.user-subrow .user-subrow-checks {
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.user-subrow .user-subrow-checks .check-group {
	margin-bottom: 0;
	padding: 0 15px;
}

.check-group.disabled {
	opacity: .5;
}

/* .maintain-users .user-list .user-summary .check-box {
	padding-top:0;
	margin-top:-2px;
	margin-left:-30px;
}

.maintain-users .user-list .user-summary p {
	margin:0;
	line-height:25px;
	padding:3px 0;
} */

.permissions-table input[type="checkbox"]+label {
	margin-bottom:2px;
}
.permissions-table input[type="radio"] {
	margin:0 !important;
	margin-top: 1px !important;
}

.permissions-table td 
{
	padding-left:14px !important;
	padding-right:14px !important;
}

.permissions-table .column-headers td {
	font-weight:bold;
	font-size:1.2em;
}

.PasswordStrengthBorder {
	position:relative !important;
	left:0;
	border:1px solid white;
	height:10px;
}

.password-strength-container {
	float:left;
	position:relative;
	width:540px;
	top:4px;
}

.BarIndicator, .PasswordStrengthBar {
	display:inline-block;
	height:8px;
	position:absolute;
	left:0;
}

.PasswordStrengthBar {
	left:1px;
	top:1px;
}

#ResetPasswordLabel {
	width:109px;
}

.main-section {
	background: url(/Content/images/divider.png) center 0px no-repeat;
	background-size:100%;
	padding:20px;
	margin:15px;
	margin-bottom:0;
}

.blue-bg .modal-title {
	background:none;
}

h3.permissions-title {
	font-size:14px;
}

.permissions-table tbody tr td:first-child {
	white-space:nowrap;
}

.permissions-table.table-condensed > tbody > tr > td {
	padding:5px 8px 0px 8px;
}
.permissions-table.table-condensed > tbody > tr.divider-solid td {
	padding:8px;
}

.permissions-table {
	margin-top:-15px;
}

.permissions-table tbody {
	border:none !important;
}

.permissions-table tr.title-row .inner {
	border:1px solid #d0d0d0;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:10px;
	display:block;


	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #e9e9e9);

	text-transform:uppercase;
}
											
.permissions-table tr.title-row td {
	padding:0 !important;
}

.permissions-table tr.title-row td .group-name {
	font-size:14px;
	font-weight:bold;
}

.permissions-table tr.title-row .inner {
	margin-top:15px;
	margin-bottom:2px;
}
.permissions-table tr.title-row .inner.first {
	margin-top:0;
}

.permissions-table .indent {
	padding-left:20px;
	text-indent:-9px;
}

/*.permissions-table [class^="icon-"] {
	display:inline;
}*/

.permissions-table .sub-title-row td {
	padding-bottom:5px !important;
}

.permissions-table tbody tr td:first-child {
	white-space:normal;
}

.permissions-table td.width-larger {
	width:30%;
}

.permissions-table td.width-medium {
	width:10%;
}

.permissions-table td.width-smaller {
	width:10%;
}

.permissions-table .business-units-tree img {
	display:block;
	width:103px;
	height:22px;
}

.permissions-table a.business-units-toggle {
	color:inherit;
	text-decoration:none;
}

.permissions-table a.business-units-toggle .icon-arrow-right,
.permissions-table a.business-units-toggle .icon-arrow-down {
	color:#0083DC;
}

.permissions-table .business-units {
	line-height:22px;
}

.permissions-table .business-units input[type="checkbox"]+label {
	margin-bottom:0;
	line-height:22px;
}

.permissions-table td:first-child {
	padding-left:0 !important;
}

.permissions-table .icon-arrow-right,
.permissions-table .icon-arrow-down {
	font-size:16px;
	margin-top:-3px;
}

.permissions-table .warehouse-default {
	line-height:18px;
}

.permissions-table .warehouse-column {
	line-height:19px;
}

.oms-modal .modal-header {
	display:none;
}

.oms-modal .modal-close {
	z-index:100;
}

.oms-modal .modal-body {
	padding:30px 15px 0 15px;
}

.oms-modal h2.page-heading {
	margin-top:0;
}

body.ru .user-list .section.md {
	padding-left: 4px !important;
	padding-right: 0 !important;
}

body.ru .user-list .switch
{
	margin-left:2px;
}

body.ch .user-list .switch,
body.pl .user-list .switch,
body.nl .user-list .switch
{
	margin-left:8px;
}

body.it .user-list .section.sm {
	width:13%;
}
body.nl .user-list .section.sm {
	width:17%;
}

body.it .user-list .section.md {
	width:15%;
	padding-left: 7px !important;
	padding-right: 0px !important;
}
body.nl .user-list .section.md {
	width: 14%;
	padding-left: 7px !important;
	padding-right: 0px !important;
}

body.fr .user-list .section.sm {
	width:15%;
}

body.fr .user-list .section.md {
	width:14%;
	padding-left:7px;
	padding-right:0;
}

body.de .user-list .section.md {
	width:16%;
	padding-left:7px;
	padding-right:0;
}

body.fr .user-list .active-label {
	min-width:30px;
}

body.fr .maintain-users input, body.fr .maintain-users select
body.nl .maintain-users input, body.nl .maintain-users select,
body.de .maintain-users input, body.de .maintain-users select {
	margin-left:20px;
	width:90%;
}

body.es .maintain-users input {
	margin-left:25px;
	width:85%;
}

.maintain-users #details-div label {
	font-size:0.95em;
    white-space: nowrap;
}

body.ru .maintain-users #details-div label,
body.fr .maintain-users #details-div label,
body.nl .maintain-users #details-div label,
body.es .maintain-users #details-div label,
body.pl .maintain-users #details-div label,
body.it .maintain-users #details-div label,
body.de .maintain-users #details-div label
 {
	width:100%;
}

body.ch .maintain-users #details-div label,
body.nl .maintain-users #details-div label,
body.de .maintain-users #details-div label,
body.ru .maintain-users #details-div label,
body.fr .maintain-users #details-div label,
body.nl .maintain-users #details-div label,
body.es .maintain-users #details-div label,
body.pl .maintain-users #details-div label,
body.it .maintain-users #details-div label {
	font-size:1em;
}

body.ru .rounded-container:not(.tabs-container) p, body.ru .rounded-container:not(.tabs-container) input, body.ru .rounded-container:not(.tabs-container) label.check-box, body.ru .rounded-container:not(.tabs-container) select,
body.fr .rounded-container:not(.tabs-container) p, body.fr .rounded-container:not(.tabs-container) input, body.fr .rounded-container:not(.tabs-container) label.check-box, body.fr .rounded-container:not(.tabs-container) select,
body.nl .rounded-container:not(.tabs-container) p, body.nl .rounded-container:not(.tabs-container) input, body.nl .rounded-container:not(.tabs-container) label.check-box, body.nl .rounded-container:not(.tabs-container) select,
body.es .rounded-container:not(.tabs-container) p, body.es .rounded-container:not(.tabs-container) input, body.es .rounded-container:not(.tabs-container) label.check-box, body.es .rounded-container:not(.tabs-container) select,
body.pl .rounded-container:not(.tabs-container) p, body.pl .rounded-container:not(.tabs-container) input, body.pl .rounded-container:not(.tabs-container) label.check-box, body.pl .rounded-container:not(.tabs-container) select,
body.it .rounded-container:not(.tabs-container) p, body.it .rounded-container:not(.tabs-container) input, body.it .rounded-container:not(.tabs-container) label.check-box, body.it .rounded-container:not(.tabs-container) select,
body.de .rounded-container:not(.tabs-container) p, body.de .rounded-container:not(.tabs-container) input, body.de .rounded-container:not(.tabs-container) label.check-box, body.de .rounded-container:not(.tabs-container) select {
	margin-left:-15px;
}

body.nl .maintain-users .user-list .user-summary .check-box,
body.de .maintain-users .user-list .user-summary .check-box,
body.fr .maintain-users .user-list .user-summary .check-box,
body.it .maintain-users .user-list .user-summary .check-box
{
	margin-left:0px;
}

body.es .maintain-users .user-list .user-summary .check-box
{
	margin-left:-16px;
}

body.pl .maintain-users .user-list .user-summary .check-box {
	margin-left:5px;
}

body.ru .maintain-users .user-list .user-summary .check-box {
	margin-left:47px;
}

body.nl .maintain-users .user-list .user-summary .user-name-value,
body.de .maintain-users .user-list .user-summary .user-name-value
{
	padding-left:30px;
}

body.es .maintain-users .user-list .user-summary .user-name-value,
body.fr .maintain-users .user-list .user-summary .user-name-value,
body.ru .maintain-users .user-list .user-summary .user-name-value
{
	padding-left:45px;
}

body.pl .maintain-users .user-list .user-summary .user-name-value {
	padding-left:50px;
}

body.de .user-list .section.lg {
	width:67%;
}

body.nl .user-list .section.lg {
	width:68%;
}

body.de .user-list .active-label,
body.nl .user-list .active-label {
	min-width:32px;
}

body.de .user-list .section.sm {
	width:17%;
}

body.de .rounded-container .section .header,
body.nl .rounded-container .section .header {
	width:162px;
}

body.de .user-list.table-header .section.lg .header,
body.nl .user-list.table-header .section.lg .header {
	width:112px;
}

body.de .user-list .name span {
	max-width:125px;
}

body.nl .user-list .name span {
	max-width:125px;
}

body.es .user-list .section.md {
	width:14%;
	padding-left: 7px !important;
	padding-right: 0px !important;
}

body.es .user-list .section.sm {
	width:14%;
	padding-left:2px;
	padding-right:2px;
}

body.pl .user-list .section.md {
	width: 18%;
	padding-left: 17px;
	padding-right: 10px;
}

/* Reset passsord modal fixes for various languages */
body.ch .change-password label {
	width:109px;
}

body.nl .change-password label,
body.de .change-password label,
body.pl .change-password label,
body.it .change-password label {
	width:160px !important;
}

body.fr .change-password label,
body.es .change-password label {
	width:190px !important;
}

.maintain-users input.table-results-search {
	margin-left: 0 !important;
}

/***************************************************

    STEP WISE INDICATOR

****************************************************/
.step-wise {
    width:800px;
    margin:auto;
    padding-top:30px;
    padding-bottom:40px;
}

    .step-wise .step {
        font-size: 20px;
        background-color: #f2f7fb;
        border: 2px solid #c8ddf0;
        border-radius: 50%;
        float: left;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 37px;
        padding-left: 2px;
    }

    .step-wise .connector {
        height: 2px;
        margin-top: 20px;
        width: 210px;
        float: left;
        background-color: #e3e6ed;
    }

.step-wise .step.inactive {
    background-color:white;
    border-color:#e9e9e9;
    color:#e9e9e9;
}

/***************************************************

    WELCOME ARTICLE ADMIN

****************************************************/
.articles .cell {
	width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	float:left;
	line-height: 45px;
	vertical-align:middle;
	border-bottom:1px dashed #ccc;
}

.articles .image {
	width: 80px;
}

.articles .title {
	width: 228px;
}

.articles .archivedate {
	width: 350px;
}

.articles .editdelete {
	width: 60px;
}

.articles .cell.pinned,
.articles .cell.archive,
.articles .cell.editdelete {
	font-size:15px;
	text-align:center;
}

.articles.table-header .cell {
	font-size:12px !important;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.articles .image img {
	max-height:37px;
}

.tours .rounded-container {
	padding:4px 10px;
	margin:6px 0;
}

	.tours .rounded-container a,
	.tours .rounded-container a:hover{
		text-decoration:none;
	}

.tours .icon-location,
.tours .icon-location21,
.tours .icon-newspaper {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 20px;
}

.tours .icon-lines {
	font-size: 32px;
	vertical-align: middle;
	color: #ccc;
	margin-right: 20px;
}

.tours .title,
.tours .created,
.tours .by,
.tours .slides,
.tours .slides2 {
	display:inline-block;
	vertical-align:middle;
}

.tours .title {
	width:370px;
	font-weight:bold;
	font-size:14px;
}

.tours .created {
	width: 180px;
}

.tours .by {
	width: 260px;
	max-width:260px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.tours .slides {
	width: 180px;
}

.tours .slides2 {
	width: 217px;
}

.tours .action {
	width: 40px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	color: #007cc4;
	font-size: 15px;
	vertical-align: middle;
}

.tours .no-slides
{
	font-size:12px;
	font-weight:normal;
}

.tours .beside-button {
	line-height: 35px;
	vertical-align: middle;
	margin-left: 15px;
	margin-right:40px;
}

.pinned-right {
	margin-right: 95px;
	text-transform: none;
	float:right;
}

.pinned-right2 {
	margin-right: 20px;
	text-transform: none;
	float: right;
}

.view-right {
	margin-right: 15px;
	text-transform: none;
	float: right;
}

.icon-pencil.disabled,
.icon-minus-circle.disabled,
.icon-circle.disabled {
    color: #ccc;
}

.add-container {
	margin-top:20px;
	margin-left:40px;
	margin-right:40px;
}

.add-container label {
	text-align:right !important;
	font-weight:normal;
	line-height:35px;
}

.add-container .select-button {
	margin-top:3px;
	margin-left:-15px;
	width:80px;
}

.add-container .beside-button {
	line-height:35px;
	vertical-align:middle;
	margin-left:15px;
}

.add-container table tbody td {
	border-bottom:1px dashed #ccc;
	line-height:35px;
}

	.add-container table tbody td i {
		font-size:16px;
	}

	.add-container table tbody td.center,
	.add-container table thead th.center {
		text-align: center;
	}

	.add-container .active-switch-container {
		line-height:35px;
	}

	.add-container .active-switch-container .switch {
		margin-top:5px;
		margin-left:8px;
		margin-right:8px;
	}

.new-slide .modal-dialog {
	width:700px;
}
/***************************************************

    SECTION 1: Main dashboard container

****************************************************/

.dashboard-container {
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top:25px;
    margin-bottom:15px;
    padding:0 15px;
}

.map-bg {
    background: #0075bb url(/Content/Images/bg-map-light.png) center 0 no-repeat;
}

.plain-bg {
    background: #0075bb;
}

.dashboard-container a {
    color: #fff;
    text-decoration:underline;
}

    .dashboard-container a:hover {
        text-decoration: none;
    }

.dashboard-container .help-block {
    color:#96CCEC;
    font-style:italic;
    margin-top:0;
}

.dashboard-container hr {
    clear:both;
    
    /* Single border */
    /*border-color:rgba(255,255,255,0.4);*/

    /* Or lightly indented border */
    border-top: 1px solid rgba(8,86,132,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.dashboard-container input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
}
.dashboard-container input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:white;
   opacity:  1;
}
.dashboard-container input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:white;
   opacity:  1;
}
.dashboard-container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:white;
}
.dashboard-container input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:white;
}

.dashboard-container h2 {
    background:none;
    line-height:20px;
    border:0;
    padding-left:0;
    margin-top:15px;
    margin-bottom:25px;
    margin-left:15px;
    color:white;
    font-size:1.5em
}

.dashboard-container h3 {
    background:none;
    margin: 0 55px 15px 0;
    padding: 0 0 5px 0;
    text-align: left;
    border:0;
    text-transform:none;
    font-size:1.2em;
    color:white;
}

/* Secondary panel inside filter */
.dashboard-container .search-settings,
.dashboard-container .search-settings.inner {
    margin-top:-15px;
    margin-bottom:15px;
}

    .dashboard-container .search-settings .inner {
    }

.dashboard-container .search-settings .lighter-bg
{
    background-color:rgba(255,255,255,0.2);
    padding-top:15px;
    border-bottom:1px solid white;
}

.dashboard-container .checkbox-column input {
    margin:0 !important;
    margin-right:5px;
}

.dashboard-container .checkbox-column label.auto-size {
    width:auto;
}

/***************************************************

    SECTION 2: Dashboard header

****************************************************/

.dashboard-container .header {
    margin-bottom:15px;
    padding:0;
    vertical-align:middle;
    line-height:32px;
}

.dashboard-container .jd-tractor-bg {
    margin: -15px;
    margin-bottom:15px;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-height:64px;
    max-height:64px;
    padding-right:50px;
    padding-top:15px;
    padding-left:15px;

    background: transparent url(/Content/Images/jd_tractor.png) 15px 0 no-repeat;
    background-size:340px;
}

.dashboard-container .header h2 {
    margin-right:50%;
    margin-bottom:0;
    margin-left:0;
}

.dashboard-container h4 {
    font-size:1.2em;
}

.dashboard-container .header .fade-to-transparent {
    height:1px;
    background-image: -webkit-gradient(linear, left bottom, right bottom, from(rgba(255, 255, 255, 1)), to(rgba(0, 0, 0, 0)));
    width:50%;
}

.dashboard-container .jd-tractor-bg .header {
    line-height:64px;
}

.dashboard-container .jd-tractor-bg .header h2 {
    line-height: 64px;
}

.dashboard-container .header .actions ul {
    -webkit-padding-start: 0;
    margin:0;
}

.dashboard-container .header .actions li {
    float:left;
    list-style:none;
    margin:0 10px;

}

.dashboard-container.expanded {
    padding-bottom:15px;
}

.dashboard-container .close {
        border: 0;
        display: block;
        width: 38px;
        height: 38px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 15px;
        background-color: transparent;
        opacity:1;
        z-index:900;
    }

        .dashboard-container .close a {
            text-decoration: none;
        }

        .dashboard-container .close i.close-arrow {
            padding: 0;
            margin: 0;
            border: 0;
            color: #0075bb;
            border-radius: 43px;
            font-size: 38px;
            background-color: #fff;
            text-decoration: none;
            -webkit-box-shadow: 0 0 0 5px #fff;
            box-shadow: 0 0 0 5px #fff;
            -webkit-backface-visibility: hidden;
        }


    /* Icon size */
    .dashboard-container .header .actions li i {
        font-size:2em;
        line-height:unset;
    }

    .dashboard-container .header .actions li a {
        text-decoration: none;
    }

.dashboard-container #project-settings-bg,
.dashboard-container #settings-bg {
    border: 1px solid white;
    border-top: 0;
    border-bottom: 1px solid #3391c9;
    background-color:rgba(255,255,255,0.2);
    height: 64px;
    width: 45px;
    top: 10px;
    z-index: 10;
    position: absolute;
}


.dashboard-container #project-settings-bg {
    right: 65px;
}

.dashboard-container #settings-bg {
    right: 109px;
}

.dashboard-container .to-front {
    z-index:1000;
}

/***************************************************

    SECTION 3: Straps

****************************************************/

.dashboard-container .strap {
    vertical-align:middle;
}

    /* Apply white border but don't double-up width*/
    .dashboard-container .strap {
        /*border:1px solid white;
        border-width:0 1px 1px 0;*/
        border:0;
    }
        .dashboard-container .strap a {
            display: block;
            text-decoration: none;
        }

        .dashboard-container .strap a:hover {
            text-decoration: none;
            background-color:rgba(255,255,255,0.2);
        }

    .dashboard-container .strap.light-blue-bg {
        background-color:rgba(255,255,255,0.2);
    }

        .dashboard-container .strap.light-blue-bg a:hover {
            text-decoration: none;
            background-color:rgba(255,255,255,0.3);
        }

    .dashboard-container .strap > div,
    .dashboard-container .strap > a
    {
        border: 1px solid white;
        /*border-width: 1px 0 0 1px;*/
        margin-top:-1px; /* avoid double broders between */
        text-align:center;
        height:65px;
    }

    .dashboard-container .strap .no-border-left {
        border-left:0;
    }

    .dashboard-container .strap .no-border-right {
        border-right:0;
    }

    .dashboard-container .strap .clearfix {
        border:0;
    }



.dashboard-container .strap div+div {
    /*border-left:1px solid white;*/
}

.dashboard-container .center-float {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width:auto;
}

.dashboard-container .strap i {
    font-size: 3em;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
}

.dashboard-container .strap.margin-bottom {
    margin-bottom:15px;
}


/***************************************************

    SECTION 4: Responsive helpers

****************************************************/

/* lg (defaults all sizes) */
@media only screen { }

@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1400px) {
}

@media only screen and (max-width: 1320px) {
}

/* md (also defaults sm and xs) */
@media only screen and (max-width: 1200px) {
    .dashboard-container .jd-tractor-bg {
        background-size:400px;
        min-height:94px;
        max-height:94px;
        padding-right:20px;
        line-height:40px;
    }

    .dashboard-container .jd-tractor-bg h2
    {
        margin-right:30px;
        float:right;
        line-height: 30px;
    }

    .dashboard-container #settings-bg {
        /*height: 94px;*/
    }

    .dashboard-container #project-settings-bg {
        /*height:94px;*/
    }

    .dashboard-container #project-settings-bg,
    .dashboard-container #settings-bg {
        top:55px;
        border-top:1px solid white;
        height:49px;
    }


    .dashboard-container #project-settings-bg {
        right: 35px;
    }

    .dashboard-container #settings-bg {
        right: 79px;
    }
}

/* sm (also defaults xs) */
@media only screen and (max-width: 992px) {

    .dashboard-container .header {
        padding-right:10px;
    }

    .dashboard-container .header h2
    {
        margin-right:40px;
    }

    .dashboard-container .header .actions li {
        margin:5px;
    }

    .dashboard-container label {
        width:100%;
        line-height:16px;
        text-align:left;
    }

    .dashboard-container input,
    .dashboard-container select {
        width:100%;
    }

    .dashboard-container .ui-multiselect{
        width:100% !important;
    }

    /* Make adjustment for tool tip since labels go full-width at this size */
    .dashboard-container .has-tooltip input,
    .dashboard-container .has-tooltip select {
        width: -moz-calc(100% - 22px);
        width: -webkit-calc(100% - 22px);
        width: calc(100% - 22px);
    }

    .dashboard-container .action-container {
        padding-left:0;
    }

    .dashboard-container .form-group.has-error .glyphicon {
        top:28px;
    }

    .dashboard-container .no-label {
        margin-top:20px;
    }

    .dashboard-container #project-settings-bg,
    .dashboard-container #settings-bg {
        top:64px;
        border-top:1px solid white;
        height:40px;
        width:35px;
    }

    .dashboard-container #project-settings-bg {
        right: 24px;
    }

    .dashboard-container #settings-bg {
        right: 58px;
    }
}

/* xs */
@media only screen and (max-width: 767px) {
    .dashboard-container h2 {
        font-size: 1.5em;
    }

    .dashboard-container .jd-tractor-bg {
        line-height: 15px;
        background-size:320px;
        min-height:75px;
        max-height:75px;
        padding-top:0;
    }

    .dashboard-container .jd-tractor-bg h2 {
        line-height: 50px;
    }

    .dashboard-container .header .actions li {
        margin:2px;
    }

    .dashboard-container .header .actions li i {
        font-size:1.5em;
    }

    .dashboard-container .no-label {
        margin-top:0;
    }

    .dashboard-container #project-settings-bg,
    .dashboard-container #settings-bg {
        top:56px;
        border-top:1px solid white;
        height:29px;
        width:24px;
    }

    .dashboard-container #project-settings-bg {
        right: 23px;
        border-bottom:1px solid #4d9fd0;
    }

    .dashboard-container #settings-bg {
        right: 46px;
    }

    /*.dashboard-container .strap > div.border-bottom-xs {
        border-bottom:1px solid white;
    }
    .dashboard-container .strap > div.border-right-xs {
        border-right:1px solid white;
    }
    .dashboard-container .strap > div.border-top-xs {
        border-top:1px solid white;
    }*/
}


/* Allow strap to have 5 columns in wide format. */
@media only screen and (min-width:1200px) {
    .dashboard-container .strap .col-xs-3 {
        width:20% !important;
        box-sizing:border-box;
    }

    /*.dashboard-container .border-bottom {
        border-bottom:0;
    }*/
}
/* **********************************

   General styles for forms

   ********************************** */

.mc-form h3 {
	margin-top:20px;
}

.mc-form label,
.mc-form input[type=text],
.mc-form button {
	font-size:1em;
	height:34px;
	float:left;
	line-height:34px;
	padding-top:0;
	padding-bottom:0;
	vertical-align:middle;
}

.mc-form .text-and-button input[type=text] {
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	margin-right:10px;
}

.mc-form .text-and-button button {
	width: 90px;
}

 .mc-form .static-value {
	font-weight:normal;
}


 /* **********************************

   Addresses - as first used in SCEU

   ********************************** */

 .address-container .gradient {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #e9e9e9);
 }

.address-container .address .first-row {
	padding:5px 0 0 10px;
	line-height:31px;
	vertical-align:middle;
	white-space:nowrap;
}

.address-container .address .col-md-8 .display-row {
	overflow:hidden;
}

.address-container .address .first-row.no-second-row {
	padding-bottom:5px;
}

.padding-left-40 {
	padding-left:40px !important;
}

.address-container .address .second-row {
	padding:5px 10px;
	line-height:30px;
	vertical-align:middle;
	white-space:nowrap;
}

.address-container .address {
	border:1px solid #d0d0d0;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

	.address-container .address a {
		line-height:30px;

	}
		.address-container .address a .icon {
			width: 20px;
			display: inline-block;
			font-size:1.3em;
			text-align:right;
			vertical-align:middle;
			line-height:30px;
			padding-top:5px;
		}

.address-container .address input[type=text].no-border {
	padding:0;
	outline:0;
	background:none;
	border:0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
}

.address-container .address .address-item {
	display:inline-block;
	margin-right:17px;
}

.address-container .address input[type=text].no-border:active {
	outline:0;
}

.address-container .address h3 {
	clear: none;
	display:inline !important;
	line-height:30px;
	vertical-align:middle;
	color:#404040;
	border:0;
	font-weight:bold;
	font-size:1.2em;
	background:none;
	padding:0;
}

.address-container .section-header {
	width:100%;
	padding: 2px 8px 0 8px;
	border:1px solid #cccccc;
	color:#404040;    
	font-weight:bold;
	line-height:1.7em;
	height:26px;
	margin:10px 0;
}

.address-container .left-icon {
	font-size:26px;
	vertical-align: middle;
	margin-left:-10px;
	margin-right:10px;
}

.address .icon {
	color:#007cc4;
}

/*This clears the X icon IE adds to textboxes*/
.address input::-ms-clear {
	display: none;
}

/* Override padding to allow lots of text in cramped forms */
select.form-control {
	padding:6px 0;
}
select.form-control-custom {
	padding: 6px 12px !important;
}
.has-error .control-label {
	color:inherit;
}

.form-control.has-error
{
    border-color: #e01e26;
}

    .form-control.has-error:focus
    {
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(224, 30, 38, .2);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(224, 30, 38, .2);
    }

    .form-control+.icon
    {
        display:none;
    }

    .form-control.has-error+.icon
    {
        display: inline-block;
        color: red;
        width: 4px;
        height: 16px;
        right:12px;
        position:relative;
        font-size:14px;
        font-weight:bold;
        margin-right:-7px;
    }

    select.form-control.has-error + .icon
    {
        display:none;
	}

	select.select-form-focus:focus {
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	}
/* **********************************

   General styles for grids

   ********************************** */

/* From slick.grid.css */
/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/

.slick-header.ui-state-default, .slick-headerrow.ui-state-default {
  width: 100%;
  overflow: hidden;
  border-left: 0px;
}

.slick-header-columns, .slick-headerrow-columns {
  position: relative;
  white-space: nowrap;
  cursor: default;
  overflow: hidden;
}

.slick-header-column.ui-state-default {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 16px;
  line-height: 16px;
  margin: 0;
  padding: 4px;
  border-right: 1px solid silver;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  float: left;
}

.slick-headerrow-column.ui-state-default {
  padding: 4px;
}

.slick-header-column-sorted {
  font-style: italic;
}

.slick-sort-indicator {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-left: 4px;
  margin-top: 6px;
  float: left;
}

.slick-sort-indicator-desc {
  background: url(/Content/images/sort-desc.gif);
}

.slick-sort-indicator-asc {
  background: url(/Content/images/sort-asc.gif);
}

.slick-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  cursor: col-resize;
  width: 4px;
  right: 0px;
  top: 0;
  height: 100%;
}

.slick-sortable-placeholder {
  background: silver;
}

.grid-canvas {
  position: relative;
  outline: 0;
}

.slick-row.ui-widget-content, .slick-row.ui-state-active {
  position: absolute;
  border: 0px;
  width: 100%;
}

.slick-cell, .slick-headerrow-column {
  position: absolute;
  border: 1px solid transparent;
  border-right: 1px dotted silver;
  border-bottom-color: silver;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  z-index: 1;
  padding: 1px 2px 2px 1px;
  margin: 0;
  white-space: nowrap;
  cursor: default;
}

.slick-group {
}

.slick-group-toggle {
  display: inline-block;
}

.slick-cell.highlighted {
  background: lightskyblue;
  background: rgba(0, 0, 255, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.slick-cell.flashing {
  border: 1px solid red !important;
}

.slick-cell.editable {
  z-index: 11;
  overflow: visible;
  background: white;
  border-color: black;
  border-style: solid;
}

.slick-cell:focus {
  outline: none;
}

.slick-reorder-proxy {
  display: inline-block;
  background: blue;
  opacity: 0.15;
  filter: alpha(opacity = 15);
  cursor: move;
}

.slick-reorder-guide {
  display: inline-block;
  height: 2px;
  background: blue;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}

.slick-selection {
  z-index: 10;
  position: absolute;
  border: 2px dashed black;
}
   
/* Column headers */
.slick-header-column.ui-state-default {
    font-weight:bold;
    height:16px;
    border: 0;
    border-bottom:1px solid silver;
    background: none;
    font-size:0.85em;
    line-height:20px;
    padding-left:4px;
}
.slick-header-columns {
    background:none;
    border:0;
}

/* Grid rows */
.slick-row {
    /*border-bottom: 1px dashed #c9c9c9 !important;*/
    background: none;
    height: 29px !important;
    line-height: 28px !important;
    width: 100%;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

/* Grid cells */
.slick-viewport .grid-canvas .slick-cell {
    line-height: 30px;
    padding-left: 4px;
    padding-right:4px;
    font-size:0.85em;
}

.slick-cell {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    /*word-wrap: break-word;*/ /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: nowrap;
}

.slick-viewport img 
{
    float: right !important;
    padding: 0 !important;
    margin-top: 3px !important;
    width: 100%;
}

.slick-cell [class^="icon-"], .slick-cell [class*=" icon-"] {
    margin-top: 3px;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.slick-cell .icon-document-add.larger {
    font-size: 23px; /* Make this one a bit bigger.. */
    margin-left: -2px;
}

.Ellipsis {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

    .Ellipsis span {
        font-style: italic;
    }

.slick-group-toggle {
    width: 9px; height: 9px; margin-right: 5px;
}
/*.expanded.slick-group-toggle {
    background: url(/images/collapse.gif) no-repeat center;
}
.collapsed.slick-group-toggle {
    background: url(/Content/css/images/expand.gif) no-repeat center;
}*/
.slick-group-totals {
    background: white; color: gray;
}
.slick-sortable-placeholder {
    background: silver !important;
}
.loading.slick-row {
    filter: alpha(opacity=50); opacity: 0.5;
}
.invalid.slick-cell {
    border-color: red;
}

.updated_row_highlight {
    background-color: white !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

/*This is needed to prevent the conflict between bootstrap
https://github.com/mleibman/SlickGrid/issues/742
*/
[class^="slickgrid_"],
[class^="slickgrid_"] div,
*[id^='slickgrid_'],
.slick-header-column {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/* Clock icons on the grid */
.slick-cell .slick-green {
    color: #50B930;
}

.slick-cell .slick-red {
    color: #D43030;
}

.slick-cell .slick-blue {
    color: #007cc4;
}

.slick-grid-container {
    width: 100%; height: 530px;
}

/* **********************************

   Tracker

   ********************************** */

.tracker {
    width: 195px;
    height: 24px;
    margin-top: 0;
}

    .tracker > span {
        width: 30px;
        height: 24px;
        display: inline-block;
        float: left;
        margin: 0;
    }

        .tracker > span > span {
            width: 22px;
            height: 22px;
            line-height: 22px;
            /*font-family: helvetica, sans-serif;*/
            font-style: normal;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            display: inline-block;
            position: relative;
            top: 2px;
            left: 4px;
            box-sizing:content-box;
        }

    .tracker .bar-left {
        background-image: url(/Skins/Mainchain/Grid/tracker/bg-bar-left.gif);
    }

    .tracker .bar-right {
        background-image: url(/Skins/Mainchain/Grid/tracker/bg-bar-right.gif);
    }

    .tracker .bar-both {
        background-image: url(/Skins/Mainchain/Grid/tracker/bg-bar-both.gif);

        line-height:13px;
        text-align:center;
    }

    .tracker .leftarrow {
        background-color: white;
        background-image: url(/Skins/Mainchain/Grid/tracker/bg-arrow-left.gif);
    }

    .tracker .rightarrow {
        background-color: white;
        background-image: url(/Skins/Mainchain/Grid/tracker/bg-arrow-right.gif);
    }

    .tracker .dot {
        background-color: white;
        color: #666;
        width: 20px;
        height: 20px;
        line-height: 21px;
        border-radius: 50%;
        z-index: 99;
        float: left;
    }

    .tracker .green-solid {
        border: 2px solid #51b931;
        background-color: #51b931;
        color: white;
    }

    .tracker .grey-outline {
        border: 2px solid #b2b2b2;
    }

    .tracker .red-outline {
        border: 2px solid #cf1919;
    }

    .tracker .icon-circle-bg {
        background-color:#b2b2b2;
        color: white;
        border-radius: 100%;
        width: 23px;
        height: 23px;
        padding-top: 1px;
        top: 1px;
        font-size: 16px;
        margin-top: 0;
        padding-left: 1px;
    }

    .tracker .icon-circle-bg.red-outline {
        font-size:14px;
        width:21px;
        height:21px;
        padding-top:0;
    }
    
    .tracker .icon-circle-bg.active {
        background-color: #51b931;
    }

    .tracker .active-fore {
        color:#51b931;
    }

    .tracker .icon-checkmark {
        font-size:13px;
    }

/* **********************************

   New note icons

   ********************************** */

.indicator-circle {
	border-radius:50%;
	display:inline-block;
	background-color: #d0d0d0;
	width: 22px;
    height: 22px;
    line-height: 23px;
	color:white;
	text-align:center;
	font-style:normal;
	font-size:1.1em;
}

.indicator-circle.blue {
	background-color:#007cc4;
}
.indicator-circle.red {
	background-color:#D43030;
}

.indicator-value {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 13px;
    color: white;
    background-color: #007cc4;
    position: relative;
    top: 0;
    left: -4px;
    border-radius: 50%;
    vertical-align: top;
    text-align: center;
    font-size: 0.8em;
    font-style: normal;
    border: 1px solid white;
}
/***************************************************

	SECTION 1: Modal dialogs

****************************************************/

.modal {
	z-index:2250;
}

.modal-dialog {
    position: relative;
}

.more-rounded .modal-dialog .modal-content {
    border-radius:20px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2240;
  background-color: #fff;
}

.modal-content {
    position: relative;
    background-color: #007CC4;
    background-image: none;
    color: #fff;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header h4 {
    font-weight:bold;
}

.modal-dialog div.blue-bg {
    background-color:transparent;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 20px 20px 0 20px;
    border-bottom: none;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    background-color: #007CC4;
    background-image: none;
    font-size: 1.2em;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0 8px;
    font-weight:bold;
}

h3.modal-title  {
    border-bottom:1px solid white;
    padding:0;
}

.modal-footer {
    border-top: none;
    padding:20px;
    /*padding-top:15px;
    padding-bottom: 10px;*/
}

    .modal-footer .btn + .btn,
    .modal-footer .btn + a {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block,
    .modal-footer .btn-block + a {
        margin-left: 0;
    }


/*.modal-close {
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 22px;
    border: 3px solid #1989c9;
    color: #fff;
    font-size: 1.35em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: none;
    background-color: #72b3dd;
}*/


.modal-md {
    max-width:550px;
}

.modal-close {
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 22px;
    border: 3px solid #1989c9;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: none;
    background-color: #72b3dd;
    cursor: pointer;
    z-index: 10000;
}

    .modal-close span {
        display: inline-block;
        padding: 0;

        /* Removed this because it was throwing out the close button on the "reset password" modal in user management*/
        /*margin: 0 0 0 7px;*/
        position:relative;
    }

    /*.modal-close span {
        display: inline-block;
        padding: 0;
        margin: 0;
        width:100%;
        text-align:center;
        line-height:26px;
        position:absolute;
    }*/

    .modal-close.larger {
        font-size: 30px;
        width: 50px;
        height: 50px;
        text-align: center;
        top: -15px;
        right: -15px;
        border-radius:40px;
    }

        .modal-close.larger span {
            margin-left: 0;
        }

.modal-body {
    padding:20px;
    padding-bottom:0;
}

.modal-body .control-label {
    font-weight:normal;
}

.modal-body .alert {
    padding:0;
    margin:0;
}

.modal-body textarea { 
    resize: none; 
}


.center-modal-dangerous-goods .modal-lg {
	width:1200px;
}


.modal-body .alert,
.modal-body .alert div {
	font-size: 12px;
	line-height: 30px;
	vertical-align: middle;
	font-weight:bold;
}

.modal-body .alert {
	font-size:1.2em;
	line-height:30px;
	vertical-align:middle;
	margin-bottom:10px;
	margin-top:-10px;
	padding:5px 10px;
}
	.modal-content .alert.error-blue {
		background-color: #7aa4cf;
		margin: 10px;
		padding: 0 10px 0 10px;
		font-size: 1em;
	}

	.modal-body .alert i {
		font-size: 18px;
		vertical-align: middle;
		display: inline-block;
		margin-top: -2px;
		margin-right: 5px;
	}

.modal-body .section {
	border-bottom:1px solid white;
	margin-bottom:20px;
	padding-bottom:20px;
}

.modal-body.blue-bg input,
.modal-body.blue-bg textarea,
.modal-body.blue-bg select,
.modal-body.blue-bg button,
.blue-bg .modal-body input,
.blue-bg .modal-body textarea {
	background-image: none;
	margin: 0 0 10px 0;
	padding: 6px;
	border: 1px solid #fff;
	border-radius: 3px;
	background-color: rgba(99,171,216,0.7);
	text-align: left;
	color: #fff;
	line-height: 12px;
	font-size: 1em;
	height: auto;
	color: white;
	margin-right: 10px;
}

.modal-body.blue-bg .has-error .form-control {
	border-color: #e01e26;
}

.modal-body.blue-bg ul {
	background-color: rgb(99,171,216);
	border: 1px solid #fff;
	line-height:12px;
	font-size:1em;
}

.modal-body.blue-bg .token-well {
	display: inline-block;
	background-color:rgba(99,171,216,0.7);
	background-image: none;
	border: 1px solid #fff;
	/*height:28px;*/
}

.modal-body.blue-bg .token-well 
{
    padding:0;
    padding-left:5px;
}

.modal-body.blue-bg .token-well .btn {
    background:#f0f0f0;
    color:#333;
    min-height:17px;
    margin:2px 2px;
    margin-top:0;
	padding:3px;
	border:2px solid transparent;
}

.modal-body.blue-bg .token-well .btn:focus {
	border:2px solid #06202F;
}

.modal-body.blue-bg .token-well input[type=text]
{
    margin-bottom:0 !important;
    line-height:22px !important;
}


.modal-body.blue-bg .token-well input {
	border: none;
	background-color: transparent;
}

.modal-body label {
	float:left;
	display:inline-block;
	line-height:30px;
	vertical-align:middle;
	text-align:right;
	padding-right:10px;
	font-weight:normal;
}

.modal-body .checkbox-column label {
	line-height:normal;
}

.modal-body label:after {
	content: ":";
}

.modal-body label.no-semicolon:after {
	content: "";
}

.modal-body input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: white;
}
.modal-body input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:white;
   opacity:  1;
}
.modal-body input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:white;
   opacity:  1;
}
.modal-body input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:white;
}
.modal-body input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:white;
}

.modal-body .dg-logo {
	float:right;
	position:absolute;
	top:0;
	right:15px;
	max-width:100px;
	padding-left:15px;
	background-color:#007cc4;
}

.modal-content h3 {
	border:0;
	border-bottom:1px solid #80bada;
	background:none;
	color:white;
	text-transform:none;
	padding-left:0;
}

.modal-content .btn-modal {
	text-transform:none !important;
	padding:1px 8px;
}

.modal-footer {
	margin-top:15px;
}

.modal-content .form-control-xs {
	width:70px;
}

.modal-body.blue-bg .show-loader img {
	top: 6px;
}

.modal-body.blue-bg .margin-right-none {
	margin-right: 0;
}

.modal-body label.no-colon:after {
    content: '';
}
/***************************************************

	SECTION 2: Table inside modal

****************************************************/

.modal-body .light-blue-bg {
	padding:10px;
}

.modal-body .table {
	margin-top:10px;
	margin-bottom:0;
}

.modal-body .table.margin-top-0 {
	margin-top:0;
}

.modal-body .light-blue-bg {
	max-height: 285px;
	overflow: auto;
}

.modal-body .light-blue-bg .table {
	margin-top:0;
}

.modal-body .light-blue-bg {
	background-color:#80bada;
	border:1px solid white;
}

.modal-body .table > thead > tr > th {
	border:0;
}

.modal-body .table table {
	width:100%;
}

.modal-body .table > tbody > tr > td, .modal-body .table > thead > tr > th
{
	padding:10px 15px;
	padding-left:3px;
	color:white;
}

.modal-body .table-condensed > tbody > tr > td, 
.modal-body .table-condensed > thead > tr > th
{
	padding:4px 0;
}

.modal-body .light-blue-bg > .table > tbody > tr > td, .modal-body .light-blue-bg > .table > thead > tr > th
{
	color:#0b496e;
}

.modal-body .table thead {
	border-bottom:1px solid #80bada;
}

.modal-body .light-blue-bg .table thead {
	border-bottom:1px solid white;
}

.modal-body .table.bold-first-column tbody tr td:first-child {
	font-weight:bold;
}

.modal-content .form-layout {
	width:100%;
}

.modal-content .form-layout .full-width {
	width:100%;
}

.modal-content .form-layout label {
	padding-right:10px;
}

.modal-content .form-layout label, .modal-content .form-layout input, .modal-content .form-layout select {
	float:left;
	margin-right:0;
}

.modal-content .form-layout label {
	width: 16.8%;
}

.modal-content .form-layout .full-width input, .modal-content .form-layout .full-width .token-well {
	width: 83.2%;
}

.modal-content .form-layout .col-4 {
	width:22%;
	float:left;
}

.modal-content .form-layout .form-row .col-4:first-child {
	width: 28%;
}

	.modal-content .form-layout .col-4 label {
		width: 55%;
	}

	.modal-content .form-layout .col-4 input,
	.modal-content .form-layout .col-4 select {
		width: 45%;
	}

	.modal-content .form-layout .form-row .col-4:first-child label {
		width: 60%;
	}

	.modal-content .form-layout .form-row .col-4:first-child input,
	.modal-content .form-layout .form-row .col-4:first-child select {
		width: 40%;
	}

	.modal-content .form-layout .form-row .col-4:nth-child(3) {
		width: 28%;
	}

	.modal-content .form-layout .form-row .col-4:nth-child(3) input {
		width: 40%;
	}

	.modal-content .form-layout .form-row .col-4:nth-child(3) label {
		width: 60%;
	}

.modal-content .form-layout .col-2 {
	width:50%;
	float:left;
}

	.modal-content .form-layout .col-2 label {
		width: 33.7%;
	}

	.modal-content .form-layout .col-2 input {
		width: 66.3%;
	}

.modal-content .form-layout .col-3 {
	width:33.333%;
	float:left;
}

	.modal-content .form-layout .col-3 label {
		width:60%;
	}

	.modal-content .form-layout .col-3 input,
	.modal-content .form-layout .col-3 select {
		width:40%;
	}


.btn.filter-tooltip
{
	min-width:unset;
	min-height:unset;
	background:none;
	background-color:transparent;
	border:none;
	color:##0b496e;
}

/***************************************************

	SECTION 3: Straps

****************************************************/
.modal-body .strap {
	margin-left:-35px;
	margin-right:-35px;
	border-right:0;
	border-left:0;
	padding-left:30px;
	padding-right:30px;
}
.modal-body .strap h3 {
	margin:0;
}
	.modal-body .strap h3 i {
		font-size:2em;
		vertical-align:middle;
	}

.modal-body .strap.error {
	background-color:#cf1a1a;
}

.modal-body .strap.error h3 {
	border:0;
}

/***************************************************

    SECTION 4: Radio button list 
	- as used in Visibility report modal

****************************************************/

.modal-body .radio-list {
	margin-left:30px;
	margin-right:20px;
}

.modal-body .radio-list input,
.modal-body .radio-list label {
	float:none;
	vertical-align:middle;
	font-weight:bold;
	line-height:16px;
	color:white;
	margin-bottom:0;
}

.modal-body .radio-list input {
	margin-top:-2px;
	margin-left:-18px;
	margin-right:2px;
}

.modal-body .radio-list label:after {
	content:'';
}

.modal-body .radio-list .radio-container {
	margin-bottom:20px;
	color:rgba(255,255,255,0.8);
}

.modal-body .reset-password .icon {
	color: white;
    float: right;
    background-color: #ca0000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-left: -20px;
    margin-top: 3px;
    font-style: inherit;
    font-weight: bold;
	border:1px solid white;
	position:relative;
	font-size:13px;
}
/***************************************************

    SECTION 1: Toast notifications

****************************************************/

#toast-container {
	font-family:Verdana, sans-serif;
	font-size:12px;
	margin-top:110px;
    position:absolute;
}
.toast-success {
	background-color:#31a431;
}
.toast-error {
	background-color:#cf1919;
}
.toast-warning {
	background-color:#cf9a19;
}
.toast-info {
	background-color:#007cc4;
}

#toast-container>.toast-success,
#toast-container>.toast-info,
#toast-container>.toast-error,
#toast-container>.toast-warning {
	background-position-x:10px;
	background-position-y:10px;
}

#toast-container .toast-title {
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	font-size:15px;
}
#toast-container .toast-message {
	font-size:11px;
}

#toast-container > div {
	padding: 13px 15px 15px 40px;
	border-radius:10px;
	opacity:0.95;
}

#toast-container a {
	text-decoration:underline;
}

#toast-container a:hover {
	text-decoration:underline;
	color:rgba(255,255,255,0.9);
}

#toast-container>.toast-success,
#toast-container>.toast-error,
#toast-container>.toast-warning,
#toast-container>.toast-info {
	background-image:none !important;
}

#toast-container>.toast-error:after {
	content: "\e361";

	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	top:12px;
	left:10px;

	font-size:20px;
}

#toast-container>.toast-success:after {
	content: "\e07d";

	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	top:12px;
	left:10px;

	font-size:20px;
}

#toast-container>.toast-warning:after,
#toast-container>.toast-info:after {
	content: "\e3a7";

	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	top:12px;
	left:10px;

	font-size:20px;
}

/***************************************************

    SECTION 2: Alerts

****************************************************/

.alert {
    border-radius:8px;
    color:white;
    padding:5px 10px;
}

.alert.error {
    background-color: #e01e26;
}

.alert.success {
    background-color: #1ebc2a;
}

.alert.warning {
    background-color: #ff7400;
}

.alert.info {
    background-color: #66b0dc;
}

    .alert.info2
    {
        background-color: #71afdd;
    }

.alert .icon {
    margin-right:0;
}

.alert > div {
    line-height:25px;
}
/***************************************************

    CSS For displaying an upload drop zone area

****************************************************/

.upload-dropzone {
	border: 2px dashed #d0d0d0;
	background-color: #ebebeb;
	border-radius: 10px;
	margin-bottom: 15px;
}
.upload-dropzone .upload-manual-btn {
	padding:0; 
	vertical-align:top; 
	font-size:13px;
}
.upload-dropzone .dropzone-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	padding: 30px;
}
.dropzone-inner .dropzone-spacer {
	display:flex;
	align-items:center;
}
.upload-dropzone .dropzone-inner .right {
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-align: center;
	float: right;
	line-height:18px;
}
.upload-dropzone .dropzone-inner .bottom {
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}

.upload-dropzone .dropzone-inner .bottom .dropzone-text {
	text-align: left;
}

.upload-dropzone .dropzone-inner .dropzone-img-holder { 
	margin-right: 20px;
}

.upload-dropzone .dropzone-inner .dropzone-img-holder img {
	width: 57px;
}

.upload-dropzone .dropzone-inner .left img {
	width: 105px;
	float: left;
}


/************************/
/*     FILE UPLOAD      */
/************************/

.upload-dropzone.hover {
	background: white;
	color: #ccc;
	border: 2px solid #ccc;
}

.upload-dropzone {
	background: #e9e9e9;
	color: #aaa;
	border-radius: 20px;
	border: 2px dashed #ccc;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 1;
}

.upload-dropzone.no-padding {
	padding: 0;
}

.upload-dropzone #upload-icon {
	font-size: 106px;
	color: #ddd;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 1;
}

.upload-dropzone.hover #upload-icon {
	color: white;
}

.upload-dropzone-bar-success {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd255+0,8eb92a+50,72aa00+51,9ecb2d+100;Green+Gloss */
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
}
/***************************************************

    Shown in a blue modal

****************************************************/
.modal-body.blue-bg .upload-dropzone,
.modal-body.blue-bg .upload-dropzone .btn-link {
	background: #0085bf;
	border-color: rgba(255,255,255,0.8);
	color: white !important;
}
.modal-body.blue-bg .upload-dropzone .btn-link {
	text-decoration: underline;
}
.modal-body.blue-bg .upload-dropzone .dropzone-inner {
	text-align: center;
	padding: 20px 100px;
}
.modal-body.blue-bg .upload-dropzone .dropzone-inner img {
	width: 57px;
	margin-bottom: 5px;
}

/***************************************************

    Show an individual file

****************************************************/

.upload-container {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
	background-image: -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
	background-image: linear-gradient(top, #ffffff, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	border-radius: 7px;
	margin: 12px 0;
	padding: 3px 10px;
	border: 1px solid #d0d0d0;
}

.upload-container > div > span {
	display: inline-block;
}

.upload-container .icon {
	color: #007cc4;
	font-size: 16px;
	vertical-align: middle;
	margin-top: -5px;
}

.upload-container .filename {
	font-weight: bold;
	margin-left: 10px;
	margin-right: 20px;
	width: 160px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 160px;
	line-height: 23px;
	vertical-align: middle;
}

.upload-container .right {
	line-height: 23px;
}

.upload-option {
	float: right;
	margin-top: 3px;
	margin-right: 10px;
}

.upload-container label {
	margin-bottom: 0;
	font-weight: normal;
	margin-right: 20px;
}

.upload-container select {
	width: 200px;
	padding: 0; /* 4px 10px;*/
	line-height: 24px;
	border-radius: 2px;
	margin-right: 30px;
	float: none;
	display: inline-block;
	height: 25px;
	vertical-align: bottom;
}

.upload-container .progress {
	margin-bottom: 0;
	width: 350px;
	vertical-align: middle;
	display: inline-block;
}

.upload-container .toggle-switch {
	margin-top: -4px;
	float: right;
	margin-right: 5px;
}

.upload-container input[type=checkbox] {
	margin-top: -1px;
	margin-left: 15px;
	vertical-align: middle;
}

.upload-container .icon.close-button {
	margin-top: 3px;
	float: right;
}

.upload-container .icon.red {
	color: #d70000 !important;
}

.upload-container .upload-status {
	min-width: 300px;
	text-align: center;
}

.upload-container .details {
	margin: 15px;
}

.upload-container .details table {
	width: 100%;
}

.upload-container .switch {
	display: inline-block;
	margin-left: 15px;
}

.upload-container input.cmn-toggle-round + label {
	top: 5px;
}

.upload-container .details table > thead > tr > th,
.upload-container .details table > tbody > tr > td {
	padding: 10px 5px;
	border-bottom: 1px solid #888;
}

.upload-container .details table > thead > tr > th.no-border,
.upload-container .details table > thead > tr.no-border {
	border: none;
}

.upload-container .details table > thead > tr > th.no-padding,
.upload-container .details table > thead > tr.no-padding,
.upload-container .details table > tbody > tr > td.no-padding,
.upload-container .table > tfoot > tr > td.no-padding {
	padding: 0;
}

.upload-container .table > tfoot > tr > td.p-t-20 {
	padding-top: 20px;
}

.upload-container .details table > thead > tr > th {
	padding-bottom: 2px;
}

.upload-container .details table > tbody > tr > td {
	border-bottom-style: dashed;
}

.upload-container .upload-status .green {
	color: green;
}

.upload-container .upload-indicator {
	width: 300px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,ffffff+100 */
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	height: 8px;
	display: inline-block;
	margin-right: 10px;
}

.upload-container .upload-indicator .fill {
	background-color: #4875b9;
	display: block;
	height: 100%;
	border-radius: 5px;
	position: relative;
	top: 0;
	left: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.upload-container .value {
	line-height: 23px;
	color: #888;
	font-size: 0.9em;
}

.upload-file-row {
	border-radius: 10px;
	border: 1px solid #ddd;
	display: block;
	margin-bottom: -1px;
	margin-top: 10px;
}

/**************************************************************************
    MAINCHAIN CSS: Shipment Centre EU
    -------------
    (c)2016 Mainfrieght.
    Developed and managed by DesignerTech Ltd.

    This file contains specialisations of the mainchain.css file for 
    the aplpication of styles relevant to the ShipmentCentre EU site
*/


/* Temporary adjustments to layout whilst still using existing container layout */

/* Override for fixed width.. */
.container {
    /*border:1px solid green;*/
}

header {
    /*padding:0 15px;*/
    width:auto;
}

header h1 {
    margin-left:-7px; /* Takes drop shadow into account */
    position:relative;

}

header .user-info {
    margin-right:15px;
}

.dashboard {
    margin-top:0;
}

nav ul {
    margin-top:14px;
}
nav {
    margin-left:-15px;
    margin-right:-15px;
}

footer hr {
    border-top:1px solid #ddd;
}

.mf-footer { margin:0; padding:0; border:none;}

/**************************

Dangerous goods

***************************/

.goods-table {
    border-collapse:separate;
    background-color:transparent !important;
    overflow-y:visible;
}

.goods-table .dg-edit {
    border-collapse:separate;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
    background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #ffffff, #e9e9e9);
    
    margin-bottom:10px;
    border-collapse:separate;

    border-radius:10px;

    border:1px solid #cccccc;
}

.goods-table > tbody > tr > td {
    padding:2px 8px;
}

.goods-table .table-responsive {
    margin-right:20px;
}
.goods-table .goods-table {
    border-collapse:collapse;
}

.goods-table .table td, .goods-table.table td {
    vertical-align:middle;
}

.goods-table .table tr {
    border-bottom: 1px dashed #aaa;
}
.goods-table .table thead tr {
    border-bottom: 1px solid #aaa;
}
    .goods-table .table tbody:last-child tr {
        border: 0;
    }

.goods-table > tbody > tr > td.goods-space {
    padding:5px;
}

.table.goods-table > thead > tr > th
{
    border:0;
}

.goods-row {
    margin-bottom:20px;
}

.goods-row td:first-child {
    border-top-left-radius: 10px;
    border-left:1px solid #ccc;
    border-bottom-left-radius: 10px;
}

.goods-row td:last-child {
    border-top-right-radius: 10px;
    border-right:1px solid #ccc;
    border-bottom-right-radius: 10px;
}

.goods-row > td
{
    vertical-align:middle !important;
}

.goods-row > div > div,
.goods-row > div {
    margin-right:4px;
}

.goods-row input[type=text], .goods-row select {
    border-radius:5px;
}

.goods-row td {
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #ffffff, #e9e9e9); /* IE10 */
    background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #ffffff, #e9e9e9);

    border-bottom:10px solid white;
}


.right-align-typeahead .dropdown-menu
{
  left: auto !important;
  right:0px;
}
/**************************************************************************
    MAINCHAIN CSS: Mainchain SPA
    -------------
    (c)2017 Mainfrieght.
    Developed and managed by DesignerTech Ltd.
    This file contains specialisations of the mainchain.css file for 
    the application of styles relevant to the new SPA framework version of Mainchain
*/
html, body {
    /*width: 1254px;*/ /* The actual container is 1250 wide, with 15px border on each side */
    padding: 0;
    margin: auto;
}

* {
    margin: 0;
    padding: 0;
    /*font: 12px "Segoe UI",Arial,Verdana;*/
    /*color: black;*/
}

.claims-checklist-link {
    margin-top: -40px;
}

.claim-states {
    line-height: 42px;
}

    .claim-states [class^="icon-"], .claim-states [class*=" icon-"] {
        vertical-align: text-bottom;
        margin-top: 2px;
        display: inline-block;
    }

    .claim-states .icon-document-add {
        font-size: 1.9em;
        margin-bottom: -2px;
    }

.view-claim-icon {
    vertical-align: middle;
    margin-top: -4px;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}


/* Claims checklist modal */
.claims-checklist ul, claims-checklist li {
    list-style: none;
}

.claims-checklist ul {
    padding-left: 0;
}

.claims-checklist li {
    line-height: 17px;
    margin-top: 20px;
    text-indent: -25px;
    padding-left: 25px;
}

.close-header {
    margin-bottom: -20px;
}

    .close-header .close, .modal-close {
        opacity: 1;
        color: white;
        border-radius: 50%;
        font-size: 40px;
        background-color: #40a1ce;
        border: 4px solid #007CC4;
        width: 50px;
        height: 50px;
        right: -15px;
        top: -15px;
        position: absolute;
        display: inline-block;
    }

.message-modal label {
    font-weight: bold;
}

.claims-checklist [class^="icon-"], .claims-checklist [class*=" icon-"] {
    margin-right: 5px;
    vertical-align: middle;
}

.claims-checklist-header {
    margin-bottom: -20px;
}

    .claims-checklist-header .close, .modal-close {
        opacity: 1;
        color: white;
        border-radius: 50%;
        font-size: 40px;
        background-color: #40a1ce;
        border: 4px solid #007CC4;
        width: 50px;
        height: 50px;
        right: -15px;
        top: -15px;
        position: absolute;
        display: inline-block;
    }

.message-modal label {
    font-weight: bold;
}

.claims-checklist-header .close {
    right: 0px !important;
}

.claims-checklist-footer .btn {
    padding-left: 10px;
    padding-right: 10px;
}

.conditions-scrollable {
    max-height: 500px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.conditions .checkbox {
    margin-top: 0;
}

    .conditions .checkbox input {
        margin-right: 0;
        margin-top: 0;
        width: 16px;
        height: 16px;
    }

/* Terms and conditions custom */
.conditions-and-agreement-custom h4.heading-blue {
    color: #007cc4;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.conditions-and-agreement-custom .indented-text {
    padding-left: 1.5em;
    text-indent: -1.5em;
    padding-bottom: 5px;
    line-height: 19px;
}

.conditions-and-agreement-custom ul.indented-text {
    list-style: decimal inside;
}

.list-style-none {
    list-style: none !important;
}

.three-column label {
    font-weight: normal;
    width: 10%;
    text-align: right;
    line-height: 33px;
    box-sizing: border-box;
    display: inline-block;
}

    .three-column label + label {
        /* Removing this as is messes up the layout on /claim/process.*/
        /*text-align: left;
    margin-left: 15px;*/
    }

.three-column.read-only label {
    line-height: 22px;
}

.three-column label.value {
    font-weight: bold;
    width: 22%;
    text-align: left;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
}

.three-column label.required:after {
    content: "*";
    color: red;
}

.three-column input[type="text"],
.three-column select {
    width: 22%;
    margin-left: 10px;
    float: none;
    display: inline-block;
}

.three-column .indented {
    margin-left: 11%;
}

    .three-column .indented label {
        width: 100%;
        text-align: left;
        line-height: 10px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

.actions-bar .btn {
    min-width: 110px;
}

.slick-grid-container {
    height: 330px;
    /*height:auto;*/
}

.slick-viewport .grid-canvas .slick-cell {
    font-size: 1em;
}

#latest-messages .slick-viewport .grid-canvas .slick-cell {
    display: flex;
    align-items: center;
}

.slick-header-column.ui-state-default {
    font-size: 1em;
}

    .slick-header-column.ui-state-default .slick-column-name {
        font-size: 12px; /* Setting for headers in Wharf widget grid */
        font-family: "Segoe UI",Arial,Verdana;
        line-height: 16px;
    }

.widget-full-view .slick-header-column.ui-state-default .slick-column-name {
    /* Smaller titles for grids in modals */
    font-family: Verdana,Arial,sans-serif !important;
    font-size: 10.25px;
}

.consignmentExistsError .btn {
    padding-left: 10px;
    padding-right: 10px;
}

#claimsGrid .ui-widget-content a,
#claimsGrid a {
    text-decoration: none;
}

    #claimsGrid .ui-widget-content a span,
    #claimsGrid a span {
        text-decoration: underline;
    }


    #claimsGrid .ui-widget-content a:hover span,
    #claimsGrid a:hover span {
        text-decoration: none;
    }

#claimsGrid .slick-cell [class^="icon-"].smaller {
    font-size: 16px;
}

.metric-text {
    padding-left: 19px;
}

.alert i {
    font-size: 1.2em;
    vertical-align: middle;
    margin-top: -4px;
    display: inline-block;
    margin-right: 4px;
}

.slick-column-name,
.slick-sort-indicator {
    float: left;
}

.slick-sort-indicator {
    margin-top: 8px;
}

.widget-full-view {
    /*margin-right:-80px;
    height:600px;*/
}

    .widget-full-view .checkbox input[type="checkbox"] {
        margin-left: 0;
    }

    .widget-full-view .dropdown-menu {
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0;
        background-color: #337ab7;
    }

    .widget-full-view .btn-group.pull-right.dropdown {
        margin-top: -75px;
    }

        .widget-full-view .btn-group.pull-right.dropdown li input[type=checkbox] {
            width: 16px;
            height: 16px;
        }

        .widget-full-view .btn-group.pull-right.dropdown li a label,
        .widget-full-view .btn-group.pull-right.dropdown li a label span,
        .widget-full-view .btn-group.pull-right.dropdown li a span,
        .widget-full-view .btn-group.pull-right.dropdown li a {
            color: white;
            font-size: 14px;
            margin: 0;
        }

            .widget-full-view .btn-group.pull-right.dropdown li a label span,
            .widget-full-view .btn-group.pull-right.dropdown li a span,
            .widget-full-view .btn-group.pull-right.dropdown li a {
                padding: 0;
            }

                .widget-full-view .btn-group.pull-right.dropdown li a label span {
                    padding-left: 4px;
                }

                .widget-full-view .btn-group.pull-right.dropdown li a .glyphicon {
                    margin-right: 3px;
                }

        .widget-full-view .btn-group.pull-right.dropdown li a {
            padding: 6px 10px;
        }

        .widget-full-view .btn-group.pull-right.dropdown li a,
        .widget-full-view .btn-group.pull-right.dropdown li {
            background-color: #337ab7;
        }

            .widget-full-view .btn-group.pull-right.dropdown li.divider {
                border-top: 1px solid #fff;
                margin-top: 10px;
                margin-bottom: 10px;
            }

    .widget-full-view .slick-grid {
        margin-top: 10px;
    }

    .widget-full-view .widget-container {
        position: relative;
        padding: 10px 10px 10px 10px;
        display: block;
        font-weight: normal;
        text-transform: none;
        border: 1px solid #e7e7e7;
        font-style: normal;
        color: #000;
        border-radius: 10px;
        background-color: #fff;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff)); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #f1f1f1, #fff); /* Chrome 10+, Saf5.1+ */
        background-image: -moz-linear-gradient(top, #f1f1f1, #fff); /* FF3.6 */
        background-image: -ms-linear-gradient(top, #f1f1f1, #fff); /* IE10 */
        background-image: -o-linear-gradient(top, #f1f1f1, #fff); /* Opera 11.10+ */
        background-image: linear-gradient(top, #f1f1f1, #fff);
        background-image: linear-gradient(top, #f1f1f1, #fff);
    }

        .widget-full-view .widget-container h2 {
            color: #575757;
            font-size: 1.3em;
            border: none;
            border-bottom: 1px solid #888;
            margin: 0 0 0 80px;
            background: none;
            padding-left: 0;
            margin-top: 3px;
            width: calc(100% - 80px);
            line-height: 30px;
            padding-top: 5px;
            height: auto;
        }

    .widget-full-view .icon-UIKits_057 {
        font-size: 20px;
        vertical-align: middle;
        display: inline-block;
        margin-top: -3px;
        margin-right: 3px;
    }

    .widget-full-view .widget-container .widget-header {
        position: relative;
        height: 57px;
        cursor: move;
    }

        .widget-full-view .widget-container .widget-header .widget-icon {
            position: absolute;
            display: block;
            height: 76px;
            width: 76px;
            top: -25px;
            left: -28px;
        }

            .widget-full-view .widget-container .widget-header .widget-icon .icon-border {
                position: absolute;
                height: 88px;
                width: 88px;
                background: white;
                top: -6px;
                left: 0;
                border-radius: 50%;
                border: 1px solid rgba(0,0,0,0.1);
            }

            .widget-full-view .widget-container .widget-header .widget-icon .icon {
                position: absolute;
                height: 60px;
                width: 60px;
                top: 16px;
                left: 18px;
                font-size: 38px;
                color: #0075bb;
                line-height: 50px;
                margin: 0;
                padding: 0 0 0 0;
                text-align: center;
                border-radius: 30px;
                border: 1px solid rgba(0,0,0,0.1);
                background-color: #fff;
                background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5)); /* Saf4+, Chrome */
                background-image: -webkit-linear-gradient(top, #fff, #f5f5f5); /* Chrome 10+, Saf5.1+ */
                background-image: -moz-linear-gradient(top, #fff, #f5f5f5); /* FF3.6 */
                background-image: -ms-linear-gradient(top, #fff, #f5f5f5); /* IE10 */
                background-image: -o-linear-gradient(top, #fff, #f5f5f5); /* Opera 11.10+ */
                background-image: linear-gradient(top, #fff, #f5f5f5);
                background-image: linear-gradient(top, #fff, #f5f5f5);
            }

                .widget-full-view .widget-container .widget-header .widget-icon .icon i {
                    margin-top: 11px;
                    margin-left: 1px;
                    display: block;
                    font-size: 38px;
                    color: #0075bb;
                }

                    .widget-full-view .widget-container .widget-header .widget-icon .icon i.icon-globe {
                        margin-top: 9px;
                        margin-left: 5px;
                        font-size: 42px;
                    }

    .widget-full-view .btn-group.pull-right.dropdown li a span[class^="icon-"],
    .widget-full-view .btn-group.pull-right.dropdown li a span[class*=" icon-"] {
        font-size: 11.2px;
    }

.ui-widget-content a {
    color: #362b36;
}

.widget-container .go-large-50 {
    width: 50% !important;
}

.widget-container .go-large-48 {
    width: 48% !important;
}

.widget-full-view .heading2 {
    font-size: 12.8px;
    display: block;
    padding-left: 80px;
    margin-top: 5px;
    width: 100%;
    height: 30px;
}

    .widget-full-view .heading2 .row-count {
        display: inline-block;
        width: 200px;
        font-size: 14px;
        text-align: right;
    }

.slick-cell .highlighted {
    background-color: #fffed9;
}

.slick-filter {
    box-shadow: none;
    border: 1px solid #ccc !important;
    height: 18px !important;
    background: white !important;
    font-family: inherit !important;
    color: black;
    font-weight: normal;
    padding: 2px 3px !important;
}

.slick-headerrow-column.ui-state-default {
    padding: 2px;
    border-bottom: 1px solid #ccc;
}



/* Graph settings */

.graph-settings table.rgMasterTable {
    border: 0 !important;
}

.graph-settings .HighlightedDockZone {
    background-color: #c9ecff !important;
}

.graph-settings table.settings {
    width: 370px;
    margin: 10px;
    position: absolute;
    top: 38px;
    left: 10px;
}

.graph-settings table.chart {
    position: absolute;
    left: 410px;
    width: 260px;
    top: 36px;
}

.graph-settings table.settings thead th {
    border-bottom: 1px solid #3797cf;
    font-weight: bold;
}

.graph-settings table.settings td.notselected {
    color: #56bbf6;
}

.graph-settings table.settings th,
.graph-settings table.settings > tbody > tr > td,
.graph-settings table.settings th span {
    padding: 5px 0;
    padding-left: 0;
    font-size: 14px;
    color: white;
    white-space: nowrap;
    vertical-align: top;
}

.graph-settings table.settings.chart tr th span {
    white-space: normal;
}

.graph-settings table.settings input[type='checkbox'] {
    width: 15px;
    height: 15px;
}

.graph-settings table.settings .hideme {
    display: none;
}

.graph-settings table.settings .evo-pointer {
    float: left;
    width: 65px;
    height: 15px;
    border: 1px solid white;
}

.graph-settings .evo-colorind-ie {
    top: 0px;
}

.graph-settings table.settings .evo-pop {
    /*margin-top:18px;*/
    margin-left: 68px;
}

.graph-settings .chartDiv {
    clear: both;
}

.graph-settings .buttons {
    position: absolute;
    bottom: 30px;
    right: 10px;
    /*float:right;*/
}

    .graph-settings .buttons a {
        margin-right: 10px;
        color: #FFF;
        font-size: 14px;
        margin-left: 25px;
    }

    .graph-settings .buttons .btn {
        border-radius: 2px;
        border: none;
        border: 1px solid #7fbadd;
        padding: 7px 30px 7px 30px;
        color: #FFF;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 10pt;
        background-color: #027dc4;
        cursor: pointer;
    }

.graph-settings .evo-cp-wrap {
    width: 1px !important;
}

.graph-settings i.icon {
    display: block;
    font-size: 44px;
    color: #3797cf !important;
}

.graph-settings .chart-type.selected i.icon {
    color: white !important;
}

.graph-settings .chart-type:hover span {
    color: white !important;
    text-decoration: underline;
}

.graph-settings .chart-type:hover i.icon {
    color: #7fbadd !important;
}

.graph-settings .chart-type.selected:hover i.icon {
    color: white !important;
}

.graph-settings .chart-type.selected:hover span {
    text-decoration: none;
}

.graph-settings .chart-type.selected {
    cursor: default;
}

.graph-settings .chart-type {
    text-align: center;
    cursor: pointer;
}

    .graph-settings .chart-type i.icon,
    .graph-settings .chart-type span {
        margin: auto;
        color: white;
        background-size: 30px 30px;
        width: 80px;
        max-width: 80px;
        white-space: normal;
    }

.graph-settings table.settings > tr > td {
    width: 33%;
    padding: 10px 10px;
}

.graph-settings th {
    text-align: left;
}

.graph-settings #noMilestonesLabel {
    position: absolute;
    top: 110px;
    width: 400px;
    text-align: center;
    color: white;
}

.donut-center {
    font-size: 38px;
    font-weight: bold;
}

.donut-center-subtitle {
    font-size: 11px;
}

.donut-legend {
    font-size: 11px;
    text-transform: uppercase;
}

#normalViewGrid.normal-view {
    height: 330px;
    overflow: visible !important;
    width: 580px;
}

#normalViewGrid.normal-view .slick-viewport {
    height: 300px !important;
}

#widget-chart .grid line {
    stroke: #ccc;
}

#widget-chart .grid .domain {
    opacity: 0;
}

#widget-chart .yaxis-column path.domain,
#widget-chart .xaxis-bar path.domain {
    opacity: 0;
}

.widgetTitle {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    display: block;
    font-size: 15.6px;
    color: white;
    margin: 10px;
}

.widget-container.wharf {
    background-color: white;
    border-radius: 15px;
    padding-bottom: 34px;
}

.widget-full .container {
    /*width: 1219px !important;*/
    height: 100%;
}

.croppie-container .cr-slider-wrap {
    width: 50%;
    margin: 15px 0;
}

.rounded-container .handle {
    display: inline-block;
}

.slick-header:focus,
.slick-pane:focus {
    outline: 0;
}

.slick-viewport {
    /* overflow-x: hidden !important; */
}

.form-group-flex {
    display: flex;
    align-items: center;
}

    .form-group-flex label {
        font-weight: normal;
        flex: 1 1 30%;
        text-align: right;
        padding-right: 10px;
        margin-bottom: 0;
    }

    .form-group-flex label.required:after {
        content: "*";
        color: red;
    }
    

.spa-header {
    background-color: #007cc4;
    height: 70px;
}    

.spa-header .header-container, .maintel-container {
    max-width: calc(177vh - 185px); /* (100vh -70px-35px) * 1.77 */
    margin: auto !important;
    height: 100%;
}

.spa-brand {
    margin-top: 10px;
    width: 220px;
    height: auto;
}

.spa-header .spa-header-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
}

.spa-header-map {
    width: 120px;
    z-index: 1000;
    background: url(/Content/images/map-dark.png);
    background-repeat: no-repeat;
    background-position-y: 2px;
}

.spa-analytics-main {
/*    display: flex;
    flex-direction: column;
    height: 100vh;*/

}

.spa-report-container {
    height: calc(100vh - 70px);
}

.spa-analytics-wrapper {
  /*  flex: 1;*/
}

.widget-error-holder {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-error-content {
    text-align: center;
    margin-top: -30px;
}

    .widget-error-content i {
        font-size: 25px;
        opacity: .2;
    }

.widget-popup {
    position: absolute;
    padding: 15px;
    left: 100%;
    width: 210px;
    background-color: white;
    z-index: 9999;
    border: 2px solid #007CC4;
    display: flex;
    flex-direction: column;
}

    .widget-popup .icon-close {
        position: absolute;
        top: 0;
        right: 0;
        color: #007cc4;
        font-size: 12px;
        margin-top: 7px;
        margin-right: 7px;
    }

.widget-popup-top {
    bottom: calc(100% + 6px);
}

.widget-popup-bottom {
    top: calc(100% + 5px);
}

.widget-popup label {
    margin-bottom: 0 !important;
    color: grey;
}

.widget-popup input {
    margin-bottom: 10px;
    border-radius: 0 !important;
    padding: 0px 4px !important;
    background: #F3F3F3;
    border: 1px solid lightgrey;
}

    .widget-popup input:focus {
        outline: none;
        border: 1px solid #007CC4;
    }

.widget-popup button {
    background: #007CC4;
    border: none;
    border-radius: 0 !important;
    color: white;
    padding: 0px 7px !important;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

    .widget-popup button > span:last-child {
        margin-left: auto;
    }

    .widget-popup button > span, .widget-popup button span span {
        color: white;
    }

        .widget-popup button > span .icon-file3 {
            margin-right: 10px;
        }

.triangle-bottom {
    width: 0;
    height: 0;
    top: -15px;
    left: 28px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #007CC4;
    position: absolute;
}

    .triangle-bottom .inner-triangle-bottom {
        position: absolute;
        top: 2px;
        left: -13px;
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 13px solid white;
    }

.triangle-top {
    width: 0;
    height: 0;
    bottom: -15px;
    left: 28px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #007CC4;
    position: absolute;
}

    .triangle-top .inner-triangle-top {
        position: absolute;
        top: -16px;
        left: -13px;
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 13px solid white;
    }
body, html {
    /*min-height:450px !important;*/
    height: 100%;
}

#topLogo {
    /*display: none;*/
}

.container {
    width: 100% !important;
    overflow: hidden;
}
.loading-animation-container {
    margin: 20px auto 0px auto;
    padding-left: 30px;
    padding-right: 30px;
}
.welcome-screen.message-board {
    width: 96%;
}
.welcome-screen #select-language-container {
    top:18px;
    right:78px;
}
.welcome-screen.welcome.message-board .close {
    right: 19px;
    top: 8px;
}

.message-board.welcome.welcome-screen.two-cards {
    max-width: 640px;
    margin: 0 auto;
}
.message-board.welcome.welcome-screen.two-cards .close {
    right: 0;
    top: 0;
}
.message-board.welcome.welcome-screen.two-cards #select-language-container {
    right: 50px;
    top: 25px;
}

.message-board.welcome.welcome-screen.one-card {
    max-width: 500px;
    margin: 0 auto;
}
.message-board.welcome.welcome-screen.one-card #select-language-container {
    right: 130px;
    top: 25px;
    padding-bottom:0px;
    padding-left:0px;
}
.message-board.welcome.welcome-screen.one-card .close {
    right: 75px;
    top: 8px;
}
.message-board.welcome.welcome-screen.one-card .slide-part {
    margin-left:93px !important;
}
.message-board {
    background: #0075bb url(/Content/images/bg-map-large.png);
    background-repeat: no-repeat;
    /*height: 510px;*/
    height: 100%;
    width: 100%;
    border-radius: 12px;
    background-position-x: -120px;
}
.message-board.welcome .close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    opacity: 1;
    color: white;
    border-radius: 50%;
    font-size: 40px;
    background-color: #40a1ce;
    border: 4px solid #007CC4;
    width: 50px;
    height: 50px;
    right: -1px;
    top: 8px;
    position: absolute;
    display: inline-block;
    }
    /* Header area */
    .message-board .header {
        border-bottom: 1px solid white;
        padding: 15px;
        height: 70px;
        padding-left: 30px;
    }

        .message-board .header a {
            text-decoration: underline;
        }

        .message-board .header .top-left-icon {
            width: 50px;
            height: 30px;
            display: inline-block;
            color: white;
            font-size: 36px;
            position:absolute;
        }

            .message-board .header .top-left-icon > span {
                /*vertical-align: middle;*/
            }

        .message-board .header .title-details {
            display: inline-block;
            height: 43px;
            padding-left:53px;
            padding-right:30px;
        }

        .message-board .header a,
        .message-board .header a:visited {
            color: white;
        }


    .message-board .widgetTitle {
        font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: bold;
        display: block;
        font-size: 12px;
        color: white;
        margin: 0;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .message-board .widgetTitleSmaller {
        font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: normal;
        display: block;
        font-size: 12px;
        color: white;
        margin: 0px;
    }

    /* Main content area */
    .message-board .main-content {
        min-height: 380px;
        max-height: 380px;
        border-bottom: 1px solid white;
        overflow-y: auto;
        color: white;
        padding: 15px;
    }

    .message-board.tour .main-content {
        max-height: 100%;
        padding-left: 30px;
    }

/* Language selector */
#select-language-container {
    /*top:-5px;*/
    right: 40px;
}

/* Button bar */
.message-board .buttons {
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

    .message-board .buttons a:active,
    .message-board .buttons a:focus {
        border: none;
        outline: none;
    }

    .message-board .buttons a.proceed {
        color: white;
        font-weight: bold;
    }

    .message-board .buttons .large {
        text-decoration: none;
        font-size: 12px;
    }

    .message-board .buttons .proceed i {
        font-size: 24px;
        vertical-align: middle;
        margin-top: -4px;
        display: inline-block;
        font-weight: normal;
    }

    .message-board .buttons label {
        color: white;
    }

    .message-board .buttons .right {
        float: right;
    }

    .message-board .buttons .left {
        float: left;
        margin-left: 0;
    }

    .message-board .buttons input[type="checkbox"] {
        margin-top: -2px;
        margin-right: 5px;
        vertical-align: middle;
        margin-top: -2px;
    }

/* Welcome tour */
.message-board.tour .tour-image {
    max-width: 600px;
}

    .message-board.tour .tour-image.right {
        float: right;
        margin-left: 10px;
        height: 100%;
        width:100%;
        max-width:300px;
    }

    .message-board.tour .strap {
        max-height: 99px;
        overflow-y: auto;
    }

.message-board .indented {
    padding-left: 30px;
    text-indent: -8px;
    display: block;
}

/* Strap line intro */
.message-board .strap {
    background-color: rgba(255,255,255,0.2);
    padding: 20px 30px;
    border-bottom: 1px solid white;
    color: white
}

    .message-board .strap h3 {
        font-family: 'gooddog-new';
        font-size: 24px;
        font-weight: normal;
        background: none;
        border: none;
        color: white;
        padding: 0;
        text-transform: none;
    }

.message-board .casual {
    font-family: 'gooddog-new';
}

.message-board .large .casual {
    font-size: 23px;
    font-weight: normal;
}

.message-board .large.done i {
    margin-left: 15px;
    font-size: 40px;
}

.message-board .content-link-larger {
    font-size: 1.2em;
}

/* Carousel */
.message-board #message-carousel {
    margin-bottom: 10px;
}

.message-board #message-carousel .slide-part {
    width: 250px;
    border: 1px solid rgba(255,255,255,0.8);
    height: 100%;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    color: white;
}

.message-board #message-carousel .slide-part img {
    width: 100%;
    min-height:150px;
    max-height:150px;
    height:150px;
}

.message-board #message-carousel .slide-part .lower {
    background: rgba(255,255,255,0.3);
    text-align: left;
    padding: 10px;
    border-top: 1px solid rgba(255,255,255,0.8);
    min-height: 140px;
    max-height:140px;
    overflow:hidden;
}

.message-board #message-carousel .slide-part:hover .lower {
    background: rgba(255,255,255,0.4);
    border-top: 1px solid white;
    color: white;
}

.message-board #message-carousel .slide-part .lower h3 {
    font-size: 16px;
    border: none;
    color: white;
    line-height: 25px;
    margin: 0;
    margin-bottom: 7px;
    background: none;
    text-transform: none;
    padding: 0;
    height:100%;
}

.message-board #message-carousel .slide-part .lower .link {
    text-decoration: underline;
    color: white;
    display: block;
    margin-top: 10px;
}

.message-board #message-carousel .carousel-control.right,
.message-board #message-carousel .carousel-control.left {
    width: 30px;
    background: none;
}

.message-board #message-carousel .carousel-control.right {
    right: 2.5%;
}

.message-board #message-carousel .carousel-control.left {
    left: 2%;
}

.message-board #message-carousel .carousel-indicators {
    bottom: -40px;
}

.message-board #message-carousel .carousel-indicators li {
    margin-left: 4px;
    margin-right: 4px;
}

.message-board .dots {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.message-board #message-carousel .dots {
    margin-top: 30px;
    display: block;
    position: relative;
    left: -10px;
    bottom: -20px;
}

.message-board .dot {
    content: ' ';
    width: 10px;
    height: 10px;
    background-color: rgba(255,255,255,0.3);
    display: inline-block;
    border-radius: 50%;
    margin: 3px;
}

    .message-board .dot.active {
        background-color: rgba(255,255,255,1);
    }


.welcome-admin .slick-header-columns,
.welcome-admin .slick-header-column.ui-state-default {
    background-color: white;
    background: none;
    font-weight: bold !important;
    border-right: none !important;
    border-left: none !important;
}

    .welcome-admin .slick-header-column.ui-state-default .slick-column-name {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 1em !important;
    }

.welcome-admin .slick-row {
    background: none !important;
}

.welcome-admin .slick-cell {
    border: none;
    border-bottom: 1px dashed #ccc;
}

.welcome-admin .slick-cell {
    line-height: 40px;
    padding-left: 5px;
}

.welcome-admin .grid-canvas a {
    text-decoration: none;
}

    .welcome-admin .grid-canvas a i {
        font-size: 14px;
    }

.welcome-admin .btn,
.welcome-admin button,
.welcome-admin input[type=submit],
.welcome-admin input[type=button] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.welcome-admin .btn, .welcome-admin button {
    font-size: 14px;
}
.welcome-admin .small-font {
    font-size: 1em !important;
     padding: 3px 6px !important;
}

.modal-close span,
button.close span {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 26px;
    position: absolute;
    top: 7px;
    left: 1px;
    font-size: 30px;
    font-weight: 700;
}

.button.close,
.message-modal .close {
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #1989c9;
    background-color: #72b3dd;
}

.message-modal h3 {
    font-size: 14.4px;
}

.message-modal select {
    width: 100% !important;
}

.message-modal button,
.message-modal .btn {
    border-radius: 2px;
}

.message-modal .calendar:after {
    content: "\e112";
    width: 16px;
    height: 16px;
    display: inline-block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 32px;
    right: 20px;
}

.message-modal label {
    line-height: 20px;
}
.new-slide.welcome-modal .modal-backdrop {
    display: none !important;
}
.message-modal input[type=text], .message-modal select {
    height: 30px !important;
}

.message-modal.claims-checklist-header {
    margin-bottom:17px;
}
.message-modal.close-header {
    margin-bottom:17px;
}

.claims-checklist .jqte {
    margin-top: 0;
}

.gray, .grey {
    color: #999 !important;
}

#latest-messages .slick-row,
#archived-messages .slick-row {
    height: 43px !important;
}


.jqte * {
    color: white;
}

.jqte {
    border-color: white;
}

    .jqte .jqte_toolbar {
        background-color: #90b6dc;
        padding: 8px;
    }

    .jqte .jqte_editor,
    .jqte .jqte_source {
        background: #379ccd;
        color: white;
        max-height: 200px;
    }

        .jqte .jqte_editor a {
            color: white !important;
        }

.new-slide .jqte .jqte_editor,
.new-slide .jqte .jqte_source {
    height: 200px;
}

.cblabel {
    float: left;
    display: flex;
    align-items: center;
}

.jqte_linkform {
    background-color: #007cc4;
}

.jqte_linktarget {
    margin-top: 8px !important;
    float: left;
}

.jqte_linktypeselect {
    background-color: rgba(99,171,216,0.7);
    border: white !important;
    margin-right: 5px;
}

.jqte_linkbutton {
    border: 1px solid #7fbadd;
    background-color: #66acd6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d9fd0), to(#027dc4));
    background-image: -webkit-linear-gradient(top, #4d9fd0, #027dc4);
    background-image: -moz-linear-gradient(top, #4d9fd0, #027dc4);
    background-image: -ms-linear-gradient(top, #4d9fd0, #027dc4);
    background-image: -o-linear-gradient(top, #4d9fd0, #027dc4);
    background-image: linear-gradient(top, #4d9fd0, #027dc4);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d9fd0', endColorstr='#027dc4',GradientType=0 );
}

.jqte_linkinput {
    padding: 2px 5px !important;
    width: 295px;
}

.jqte_open {
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
    margin-left: -6.5px;
    margin-bottom: 2px;
}

.jqte .jqte_tool {
    border: none;
    margin-right: 4px;
}

.jqte_tool:hover {
    background-color: #6fa5c2;
}

    .jqte .jqte_tool_label,
    .jqte .jqte_tool_icon,
    .jqte_tool:hover .jqte_tool_icon,
    .jqte_tool:hover .jqte_tool_label {
        border: 0;
    }


.jqte_tool_icon {
    background: url(/Content/images/jquery-te-w.png) no-repeat
}

.jqte_linktypearrow {
    background: url(/Content/images/jquery-te-w.png) -7px -23px no-repeat;
}

.jqte_titleArrowIcon {
    background: url(/Content/images/jquery-te-w.png) 0 -23px no-repeat;
}

.jqte_tool_18,
.jqte_tool_9,
.jqte_tool_10 {
    display: none;
}

.jqte_tool.jqte_tool_1 .jqte_tool_text {
    color: white;
}

.croppy-div {
    height: 400px;
    margin-bottom: 40px;
}

.welcome-admin ul[dnd-list] li dnd-nodrag {
    padding-left: 0;
    padding-right: 0;
}

.welcome-admin ul[dnd-list] li:not(.dndPlaceholder) {
    border: 0;
}

.tour-thumbnail {
    max-width: 200px;
    max-height: 75px;
}

.name-and-intro .form-control {
    width: 80%;
}

.name-and-intro .control-label {
    width: 75px;
    float: left;
    margin-right: 10px;
}

.tours .rounded-container .name-and-intro a {
    text-decoration: underline;
}

    .tours .rounded-container .name-and-intro a:hover {
        text-decoration: none;
    }

.tours .select-thumbnail-textbox {
    width: 70%;
}

.tours #tourIntro {
    width: calc(100% - 85px);
}

.slides-table .slide-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}

.slides-table .slide-summary {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}

.no-list-style-type ul {
    list-style-type:none;
}
.display-tour-modal, .message-view-modal {
    overflow-y: hidden !important;
    margin: 0 0 0 20px;
}

.message-view-modal .main-content {
    min-height:400px !important;
    max-height:400px !important;
}

.display-tour-modal .main-content {
    min-height: 530px !important;
    max-height: 530px !important;
}

.remove-image-link {
    padding-top:15px;
    padding-bottom:10px;
}

#latest-messages a,
#archived-messages a,
#latest-messages a:hover,
#latest-messages a:active,
#latest-messages a:focus,
#archived-messages a:hover,
#archived-messages a:active,
#archived-messages a:focus,
#latest-messages a:hover span,
#latest-messages a:active span,
#latest-messages a:focus span,
#archived-messages a:hover span,
#archived-messages a:active span,
#archived-messages a:focus span,
#latest-messages a span,
#latest-messages a span,
#latest-messages a span,
#archived-messages a span,
#archived-messages a span,
#archived-messages a span {
    border: none;
    outline: none;
    box-shadow: none;
}
.edit-tour .modal-footer {
    margin-top:0px;
}
.edit-message-modal, .edit-tour {
    margin-top: 0px;
    overflow-y: hidden;
}
.edit-message-modal .modal-body {
    max-height:662px;
    overflow-y:auto;
    padding-bottom:15px;
    padding-top:10px;
}
.edit-tour .modal-body {
    max-height:685px;
    overflow-y:auto;
    padding-bottom:15px;
    padding-top:10px;
}
.edit-message-modal .close, .edit-tour .close {
    right: -17px !important;
}
.edit-message-modal .close span, .edit-tour .close span {
    top:8px !important;
}
.display-tour-modal .close {
    right: -22px !important;
    top: -13px !important;
}
.new-slide .title-details {
    display: flex !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
}
.new-slide .title-details .widgetTitle {
    align-self:center;
}
.message-view-modal {
    margin-top: 0px !important;
}

.welcome-modal.new-slide .modal-content,
.message-view-modal .modal-content {
    width: 95% !important;
}

.message-view-modal .close {
    right: -22px !important;
    top: -13px !important;
}

.new-slide.message-view-modal .modal-backdrop {
    display: none !important;
}

.previous-screen {
    float:right;
    padding-left:4px;
}

.no-wrap {
    white-space:nowrap;
}
/* Fix the width of the layout to 1254px. */

.container
{
    /*width: 1254px;*/ /* The actual container is 1250 wide, with 15px border on each side */
	width: 1220px; /* Changed this to account for being housed inside iFrame */
    padding:0;
	margin:0;
}

.dashboard-container .strap .col-xs-3 {
    width:20% !important;
    box-sizing:border-box;
}

@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

@charset "UTF-8";
/*
 * jQuery File Upload UI Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress-animated .progress-bar,
.progress-animated .bar {
  background: url(/Content/css/img/progressbar.gif) !important;
  filter: none;
}
.fileupload-process {
  float: right;
  display: none;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url(/Content/css/img/loading.gif) center no-repeat;
  background-size: contain;
}
.files audio,
.files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none;
  }
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  .files audio,
  .files video {
    max-width: 80px;
  }
  .files img,
  .files canvas {
    max-width: 100%;
  }
}

.slick-header-columns {
	background: url(/Content/images/header-columns-bg.gif) repeat-x bottom; border-bottom-color: silver; border-bottom-width: 1px; border-bottom-style: solid;
}
.slick-header-column {
	background: url(/Content/images/header-columns-bg.gif) repeat-x bottom; border-right-color: silver; border-right-width: 1px; border-right-style: solid;
}
.slick-header-column:hover {
	background: url(/Content/images/header-columns-over-bg.gif) repeat-x bottom white;
}
.slick-header-column-active {
	background: url(/Content/images/header-columns-over-bg.gif) repeat-x bottom white;
}
.slick-headerrow {
	background: rgb(250, 250, 250);
}
.slick-headerrow-column {
	background: rgb(250, 250, 250); height: 100%; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.ui-state-active.slick-row {
	background: rgb(245, 247, 215);
}
.slick-row {
	background: white; border: 0px currentColor; line-height: 20px; position: absolute;
}
.selected.slick-row {
	background: rgb(223, 232, 246); z-index: 10;
}
.slick-cell {
	padding-right: 4px; padding-left: 4px;
}
.slick-group {
	border-bottom-color: silver; border-bottom-width: 2px; border-bottom-style: solid;
}
.slick-group-toggle {
	width: 9px; height: 9px; margin-right: 5px;
}
.expanded.slick-group-toggle {
	background: url(/images/collapse.gif) no-repeat center;
}
.collapsed.slick-group-toggle {
	background: url(/Content/images/expand.gif) no-repeat center;
}
.slick-group-totals {
	background: white; color: gray;
}
.selected.slick-cell {
	background-color: beige;
}
.active.slick-cell {
	border-style: solid; border-color: gray;
}
.slick-sortable-placeholder {
	background: silver !important;
}
[row$='1'].slick-row {
	background: rgb(250, 250, 250);
}
[row$='3'].slick-row {
	background: rgb(250, 250, 250);
}
[row$='5'].slick-row {
	background: rgb(250, 250, 250);
}
[row$='7'].slick-row {
	background: rgb(250, 250, 250);
}
[row$='9'].slick-row {
	background: rgb(250, 250, 250);
}
.ui-state-active.slick-row {
	background: rgb(245, 247, 215);
}
.loading.slick-row {
	filter: alpha(opacity=50); opacity: 0.5;
}
.invalid.slick-cell {
	border-color: red;
}

.evo-pop{z-index:10000;width:204px;padding:3px 3px 0}.evo-pop-ie{z-index:10000;padding:3px}.evo-palette td{font-size:1px;border:solid 1px #c0c0c0;padding:7px;cursor:pointer}.evo-palette tr.top>td{border-bottom:0}.evo-palette tr.in>td{border-top:0;border-bottom:0}.evo-palette tr.bottom>td{border-top:0}.evo-palette div.sep{height:3px}.evo-palette,.evo-palette-ie{border-collapse:separate;border-spacing:4px 0px;*border-collapse:expression('separate', cellSpacing='2px')}.evo-palette th,.evo-palette-ie th{border:0;padding:5px 3px;text-align:left;font-weight:normal;background:transparent !important}.evo-palette-ie td{font-size:1px;border:solid 1px #c0c0c0;padding:7px;cursor:pointer}.evo-palette2,.evo-palette2-ie{margin:auto;border-collapse:collapse}.evo-palette2 td,.evo-palette2-ie td{font-size:1px;cursor:pointer}.evo-palette2 td{padding:6px 7px}.evo-palette2-ie td{padding:5px}.evo-palcenter{padding:5px;text-align:center}.evo-colorind,.evo-colorind-ie,.evo-colorind-ff{border:solid 1px #c3c3c3;width:18px;height:18px;float:right}.evo-colorind-ie{position:relative;top:-23px}.evo-colorbox-ie{font-size:8px;padding:3px 9px !important}.evo-pop:after,.evo-pop-ie:after,.evo-colorind:after,.evo-colorind-ie:after,.evo-colorind-ff:after,.evo-color span:after,.evo-cHist:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0}.evo-color{width:94px;padding:1px 3px 0 4px}.evo-color div{border:solid 1px #808080;border-right:solid 1px #c0c0c0;border-bottom:solid 1px #c0c0c0;padding:3px;margin-bottom:5px;width:10px;height:10px;float:left}.evo-color span{font-size:15px;margin:1px 0 4px 3px;float:left}.evo-sep{height:10px;font-size:0}.evo-more{padding:4px 5px 4px;font-size:smaller}.evo-cHist{padding:3px}.evo-cHist div{cursor:pointer;border:solid 1px #c0c0c0;padding:3px;margin:5px;width:10px;height:10px;float:left}.evo-transparent{background-image:repeating-linear-gradient(135deg, #000, #000 1px, #fff 1px, #fff 3px)}.evo-tr-box{cursor:pointer;border:solid 1px #c0c0c0;padding:3px;width:7px;height:7px;float:right;position:relative;right:-3px;top:2px}a.evo-hist{margin-left:6px}.evo-pointer{cursor:pointer}.evo-hidden-button{display:none}
.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
	/*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
	border-width: 6px 0;
	color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
.cr-rotate-controls button {
	border: 0;
	background: none;
}
.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}
.cr-rotate-l i:before {
	content: '↺';
}
.cr-rotate-r i:before {
	content: '↻';
}

