/* Minification failed. Returning unminified contents.
(7340,10): run-time error CSS1030: Expected identifier, found ' '
(7340,16): run-time error CSS1031: Expected selector, found ';'
(7340,16): run-time error CSS1025: Expected comma or open brace, found ';'
(7341,10): run-time error CSS1030: Expected identifier, found ' '
(7341,11): run-time error CSS1031: Expected selector, found '25px'
(7341,11): run-time error CSS1025: Expected comma or open brace, found '25px'
(7342,9): run-time error CSS1030: Expected identifier, found ' '
(7342,14): run-time error CSS1031: Expected selector, found ';'
(7342,14): run-time error CSS1025: Expected comma or open brace, found ';'
(7343,1): run-time error CSS1019: Unexpected token, found '}'
(11497,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(11498,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11505,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(11506,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11521,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(11522,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(13884,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(13885,4): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(13945,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(13946,4): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14005,1): run-time error CSS1019: Unexpected token, found '}'
(14006,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(14007,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14028,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(14029,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14050,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(14051,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14072,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(14073,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14094,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(14095,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14104,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(14105,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14114,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(14115,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14136,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(14137,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14158,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(14159,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14180,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(14181,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16596,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '2307'
(17034,27): run-time error CSS1046: Expect comma, found '170'
(17034,34): run-time error CSS1046: Expect comma, found ')'
(17222,44): run-time error CSS1030: Expected identifier, found ''data-toggle!=tooltip''
(17222,44): run-time error CSS1033: Expected closing bracket, found ''data-toggle!=tooltip''
(17222,66): run-time error CSS1031: Expected selector, found ']'
(17222,66): run-time error CSS1025: Expected comma or open brace, found ']'
 */
/*! jQuery UI - v1.10.4 - 2014-04-08
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.spinner.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright 2014 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);
}

.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-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
    width:24px;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 450px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;

}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/*! jQuery UI - v1.12.1 - 2017-07-16
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: 1.5em 7em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}


/* ###########################################################################################
Site Colours
########################################################################################### */
.ui-widget-content {
    color: #545555
}
    .eaOrange {
        background-color:#ff8b04;
    }
    .eaDarkOrange {
        background-color:#ff6004;
    }
    .eaOrangeText,
    .eaOrangeText a,
    a.eaOrangeText {
        color:#ff8b04!important;
    }

    .eaLightBlue {
        background-color:#3397c8;
    }
    .eaLightBlueText {
        color:#3397c8;
    }

    .eaDarkBlue {
        background-color:#004e96;
    }
    .eaDarkBlueText {
        color:#004e96;
    }

    .eaLightGrey {
        background-color:#f0f0f0;
    }
     .eaLightGreyText {
        color:#f0f0f0;
    }

    .eaMidGrey {
        background-color:#e1e1e1;
    }

    .eaMidGreyText {
        color:#e1e1e1;
    }

    .eaDarkGrey {
        background-color:#737373;
    }
    
    .eaDarkGreyText {
        color:#737373;
    }
    .eaWhite {
        background-color:#FFF;
    }
    .eaWhiteText {
        color:#FFF;
    }

/* ###########################################################################################
Quick link Widget
########################################################################################### */

    .wrapQuickLink {
        height:50px;
        width:200px;
        float:left;
        margin-right:5px;
    }

    .wrapQuickLink .header {
        background-color:#f0f0f0;
        border-width:1px 0px 1px 1px;
        border-style:solid;
        border-color:#737373;
        width:50px;
        height:100%;
        line-height:50px;
        float:left;
        text-align:center;
    }

    .wrapQuickLink .header i {
        vertical-align:middle;
    }

    .wrapQuickLink .body {
        background-color:#f0f0f0;
        border-width:1px;
        border-style:solid;
        border-color:#737373;
        width:150px;
        height:100%;
        float: left;
        text-align:center;
        overflow:hidden;
    }
    .wrapQuickLinkUrl {
        line-height:50px;
    }
    .wrapQuickLinkUrl .url {
        font-size:1.5em;
        text-decoration:none;
    }



/* ###########################################################################################
Common to multiple Widgets
########################################################################################### */

    .emi-recent-discussions .header,
    .wrapTrendingReports .header,
    .wrapvSPDJobs .header {
  
        width:100%;
        padding: 15px;
        margin-bottom: 0px;
        /*background-color:#ff8b04;*/
    }

    .emi-recent-discussions .header h2,
    .wrapTrendingReports .header h2,
    .wrapvSPDJobs .header h2 {
        color: #FFF;
        margin-bottom: 0px;
     }
    


    .emi-recent-discussions .category,
    .wrapTrendingReports .category ,
    .wrapvSPDJob  .category {
        float:left;
    }

    .emi-recent-discussions .timeframe,
    .wrapTrendingReports .timeframe, 
    .wrapvSPDJob  .timeframe {
        float:right;
    }

     .emi-recent-discussions .content,
     .wrapTrendingReports .content,
     .wrapvSPDJobs .content
     {
        width:100%;
        border-width: 0px 2px 2px 2px;
        border-color: #f0f0f0;
        border-style: solid;
        padding: 10px;
        background-color: #FFF;
    }

/* ###########################################################################################
Trending Reports Widget
########################################################################################### */
 
/* ###########################################################################################
Forum Discussions Widget
########################################################################################### */
   
    .wrapRecentDiscussion {
        margin-bottom:10px;
    }
/* ###########################################################################################
Latest vSPD Jobs widget
########################################################################################### */

    .wrapvSPDJob {
        margin-bottom:10px;
    }




/* ###########################################################################################
Reports Listing
########################################################################################### */




.reportSummaryWrapper {
    padding-bottom:20px;
}

.reportSummaryWrapper icn {
    padding-right: 10px;
}



/* ###########################################################################################
Tabs
########################################################################################### */


/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.ui-tabs, .ui-tabs-panel {
    width:100%;
}

.ui-widget-content a {
    color:#3397c8
}
.ui-tabs .ui-widget-header {
    border: 0px;
	background: #FFF 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}
.ui-widget,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:16px}
.ui-widget-header .ui-state-default a {
    border-bottom:none;
	background: #fbfdff;
	font-weight: bold;
    font-size:15px;
	color: #3397c8;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border-color:#f0f0f0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a:active,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a:focus {outline:none;}
.ui-widget-header .ui-state-default.ui-state-active a {
    background:white;
    color:#4d4d4d;
}
    .ui-widget-header .ui-state-default.ui-state-active a .badge {
        color: #4d4d4d!important;
        border: 1px solid #4d4d4d!important;
    } 
.ui-tabs .ui-tabs-nav {
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#f0f0f0;
    padding:0
}
.ui-tabs .ui-tabs-nav li {
    margin:0 2px 0 0
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border:1px solid #f0f0f0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding:14px 50px
}

#js-myDashboardTabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 14px 25px;
}

#js-myDashboardTabs.ui-tabs .ui-tabs-panel {
    padding-left:0;
    padding-right:0;
}

.no-data-available {
    color: #999 !important;
}



/* ###########################################################################################
tab icons
########################################################################################### */
.ui-tabs-nav a i {
    font-size:18px;
    margin-right:8px;
    float:left
}

@media (max-width:767px) {
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 10px 15px;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }
}
@media (max-width:559px) {
  .ui-tabs .ui-tabs-panel {
      padding:10px 5px
    }  
    .ui-tabs .ui-tabs-nav li {
        margin-right:2px;
        width:30%;
    }
}

/* ###########################################################################################
my dashboard tabs
########################################################################################### */

@media (min-width:768px) and (max-width:860px) {
    .emi-my-dashboard .ui-tabs-nav a i {
        display:none
    }
}
@media (max-width:767px) {
    .emi-my-dashboard .ui-tabs .ui-tabs-nav li {
        margin-right: 2px;
        width: 100%;
        margin-bottom: inherit;
    }

    .emi-my-dashboard .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        text-align: left
    }
}
/* ###########################################################################################
Tags
########################################################################################### */
.filterByTags {
    margin:25px 0;
}

.seeAll {
    border:1px solid #3397c8;
    display: inline-block; 
    line-height: 20px; 
    height: 22px; 
    position: relative; 
    margin:2px;
    margin-right: 6px; 
    padding: 2px 4px; 
    text-transform: uppercase; 
    cursor:pointer;
    letter-spacing:.2px;
    font-size:11px;
    float:left
}
.seeAll a {padding:0 6px}
.seeAll a:hover {text-decoration:none}


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d40868ce39647335abc5bd4a32d09cb0)
 * Config saved to config.json and https://gist.github.com/d40868ce39647335abc5bd4a32d09cb0
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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;
  -ms-text-size-adjust: 100%;
  -webkit-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: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
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 {
  border: 0;
  padding: 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-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
div:not(.daterangepicker)  > table {
  border-collapse: collapse;
  border-spacing: 0;
}
div:not(.daterangepicker)  > td,
div:not(.daterangepicker)  > th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -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: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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 {
  background-color: #fcf8e3;
  padding: .2em;
}
.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: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1310px) {
  .container {
    width: 1280px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1310px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  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;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@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 #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
    */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  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="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .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"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .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"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 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;
}
textarea.input-sm,
select[multiple].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 textarea.form-control,
.form-group-sm select[multiple].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;
}
textarea.input-lg,
select[multiple].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 textarea.form-control,
.form-group-lg select[multiple].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;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.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;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  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: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  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: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  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: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  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:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.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;
}
.dropup,
.dropdown {
  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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.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: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  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 #dddddd;
}
.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: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.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:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  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 {
  text-align: center;
  margin-bottom: 5px;
}
.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:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-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 {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    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-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  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;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    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 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-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-left: 15px;
    margin-right: 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: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@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:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.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: bold;
}
.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.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-left: 5px;
  margin-bottom: 0;
}
.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, 0.5);
    box-shadow: 0 5px 15px rgba(0, 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-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 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-prev,
  .carousel-control .icon-next {
    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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
}

/*-----------------grid-----------------*/
.no-gutter {padding:0}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.container-fluid.no-gutter {
    padding-right: 0;
    padding-left: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}
/*-----------------navigation-----------------*/
.navbar {
  border-radius: 0!important;
  background-color: #00346b!important;
  min-height: 39px;
  margin-bottom: 0;
  border:none;
}
.navbar-nav > li > a {
    color:#FFF;
    padding:12px 10px 9px;
    text-transform:uppercase;
    font-size: 14px;
    text-decoration:none;
    border:none;
    letter-spacing:1px;
    font-weight:bold;
}

.navbar-nav > li > a.dropdown-toggle {
    padding-right:5px    
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .navbar-nav > li > a.active-node,
.nav > li > a:hover, .nav > li > a.active, .nav > li > a:focus {
    background-color: #00346b; 
    opacity:1;
    border-bottom:4px solid #ff8b05;
}


.nav > li > a:focus {
    color:#ff8b05
}

.emi.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-nav > li > a:after {
    content:"";
}

.navbar-nav > li > a.active:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0e2b63 transparent transparent transparent;
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -10px;
}
.navbar-collapse {
    padding-left:0;
}
.nav.navbar-right  .open > a, 
.nav.navbar-right  .open > a:hover, 
.nav.navbar-right  .open > a:focus {
    color: #FFF;
    padding:10px 15px 9px 15px;
    padding-top: 10px;
    padding-bottom: 9px;
    font-size: 14px;
    text-decoration: none;
    border: none;
    letter-spacing: 1px;
}
.navbar-nav > li > .dropdown-menu {
    background-color:#FFF;
    padding:0
}

.navbar-nav > li > .dropdown-menu.admin {
    background-color: #e1e1e1;
}

.navbar-nav > li > .dropdown-menu p{
    font-size:14px;
    padding:6px 16px;
    margin-bottom:0;
}

.dropdown-menu li {
    border-top: 1px solid #e1e1e1;
    width: 100%;
}
.dropdown-menu li:first-child {
    border-top: none;
}
.dropdown-menu > li a {
    color: #3397c8;
    font-size: 15px;
    text-decoration: none;
    border: none;
    padding-top:9px;
    padding-bottom:9px;
}
.nav_main .active-node {
    color:#333;
}
.dropdown li a:hover {
    color:#000;
}

.nav-active {
    background-color: #0e2b63;
}
.nav-active:after {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0e2b63 transparent transparent transparent;
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -10px;
}

a:active, a:focus {color:inherit; text-decoration:none}

body {font-size:10px}
.form-control {
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    height:29px;
}
.btn-link {
    font-size:15.5px;
}
.btn.btn-small {
    font-size:14.5px;
    padding: 5px 16px;
}
.btn-default {
    font-size:16px;
    color:#FFF;
    background-color:#004e96;
    border:0;
    padding:8px 36px;
    text-decoration:none;
    border-radius:0;
}
.btn-upload {
    padding: 8px 17px;
    background-color:#e1e1e1;
    border:1px solid #cccccc;
    font-size:14.5px;
    border-radius:0;
}
 .btn.btn-sm {
    font-size:14.5px;
    padding: 8px 17px;
}
.alert {
    border-radius: 0;
    border:0;
}
.caret {
    margin:0 2px 0 6px
}

.ms-drop label {font-weight:normal}

/*-----Modal----*/
.modal-header {
    border:0;
    padding:15px 5px 0 5px;
}
.modal-footer {
    border:0;
    padding:0 30px 20px;
}
h3.modal-title {margin-left:0!important; font-size:22px}

.modal-header .close {
    font-size: 23px;
    padding: 0 12px 5px;
    border-radius: 50%;
    border: none;
    font-weight: bold;
    background: #f3f3f3;
    color: #3397c8;
    float:right;
    margin-right:10px
}
    /*-----------------mobile nav disable------------------*/
    .collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.navbar-nav {
    width:100%;
}
.navbar-nav>li, .navbar-nav {
    margin:0;
    border-top: none;
    border-bottom: none;
}
.navbar-nav li.first a{
    background:#004e96;
}
.navbar-nav li.first a:hover{
    background:#004e96;
}
.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}
.navbar-nav li:last-child {float:right}

.navbar-right {
    float: right!important;
}

.navbar-toggler {
    background: none;
    border: none;
    color: white;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom:10px;
    padding-left: 16px;
    font-weight:bold
}
.navbar-toggler span {
    margin-top: 4px;
    margin-left: 7px;
    float: right;
}
@media (max-width: 991px) {
    .navbar-nav > li > a {
        font-size:12px
    }
}
@media (max-width: 767px) {
    ul.navbar-nav {
        padding-bottom:1px;
    }
    .navbar-nav > li > a {
        padding:8px 17px;
    }
    .dropdown-menu > li > a {
        color:white;
     }
    .navbar-nav li:last-child {
        float:none;
    }
    .navbar-nav li:last-child p a{
        text-decoration:underline
    }

    .navbar-nav li li:last-child {
        float:none;
        border-bottom:1px solid #146fa0
    }
    .navbar-nav li:last-child li{
        border:none
    }
    .navbar .emi-user-links i {
        padding-top:8px
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .navbar-nav > li > a.active-node, .nav > li > a:hover, .nav > li > a.active, .nav > li > a:focus {
        border:none;
        color:#ff8b05
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #FFF;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        color: #3397c8;
        padding:9px 0 9px 17px;
    }
}
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-expand-md.navbar-toggler {
        display: none;
    }
    .multi-column .col-sm-12.second.emi-my-dashboards-menu-right {
        float: right
    }
}
.datepicker-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width:78px;
  margin: 1px;
}


.datepicker-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.daterangepicker .datepicker-btn-sm {
  width:49%;
}

.monthrangepicker .datepicker-btn-sm {
  width:47%;
}

.datepicker-btn-success {
  color: #ffffff;
  background-color: #ff8b05;
  border-color: #ff8b05;

}
.datepicker-btn-success:hover,
.datepicker-btn-success:focus,
.datepicker-btn-success.focus,
.datepicker-btn-success:active,
.datepicker-btn-success.active,
.open > .dropdown-toggle.datepicker-btn-success {
  opacity:.8
}
.datepicker-btn-success:active,
.datepicker-btn-success.active,
.open > .dropdown-toggle.datepicker-btn-success {
  background-image: none;
}
.datepicker-btn-success.disabled,
.datepicker-btn-success[disabled],
fieldset[disabled] .datepicker-btn-success,
.datepicker-btn-success.disabled:hover,
.datepicker-btn-success[disabled]:hover,
fieldset[disabled] .datepicker-btn-success:hover,
.datepicker-btn-success.disabled:focus,
.datepicker-btn-success[disabled]:focus,
fieldset[disabled] .datepicker-btn-success:focus,
.datepicker-btn-success.disabled.focus,
.datepicker-btn-success[disabled].focus,
fieldset[disabled] .datepicker-btn-success.focus,
.datepicker-btn-success.disabled:active,
.datepicker-btn-success[disabled]:active,
fieldset[disabled] .datepicker-btn-success:active,
.datepicker-btn-success.disabled.active,
.datepicker-btn-success[disabled].active,
fieldset[disabled] .datepicker-btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.datepicker-btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.datepicker-btn-default:hover,
.datepicker-btn-default:focus,
.datepicker-btn-default.focus,
.datepicker-btn-default:active,
.datepicker-btn-default.active,
.open > .dropdown-toggle.datepicker-btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.datepicker-btn-default:active,
.datepicker-btn-default.active,
.open > .dropdown-toggle.datepicker-btn-default {
  background-image: none;
}
.datepicker-btn-default.disabled,
.datepicker-btn-default[disabled],
fieldset[disabled] .datepicker-btn-default,
.datepicker-btn-default.disabled:hover,
.datepicker-btn-default[disabled]:hover,
fieldset[disabled] .datepicker-btn-default:hover,
.datepicker-btn-default.disabled:focus,
.datepicker-btn-default[disabled]:focus,
fieldset[disabled] .datepicker-btn-default:focus,
.datepicker-btn-default.disabled.focus,
.datepicker-btn-default[disabled].focus,
fieldset[disabled] .datepicker-btn-default.focus,
.datepicker-btn-default.disabled:active,
.datepicker-btn-default[disabled]:active,
fieldset[disabled] .datepicker-btn-default:active,
.datepicker-btn-default.disabled.active,
.datepicker-btn-default[disabled].active,
fieldset[disabled] .datepicker-btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}


.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #444;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  border:1px solid #ccc;
  text-align:left
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ccc;
}
.tooltip.top-left .tooltip-arrow {

  border-top-color: #ccc;
}
.tooltip.top-right .tooltip-arrow {

  border-top-color: #ccc;
}
.tooltip.right .tooltip-arrow {

  border-right-color: #ccc;
}
.tooltip.left .tooltip-arrow {

  border-left-color: #ccc;
}
.tooltip.bottom .tooltip-arrow {

  border-bottom-color: #ccc;
}
.tooltip.bottom-left .tooltip-arrow {

  border-bottom-color: #ccc;
}
.tooltip.bottom-right .tooltip-arrow {

  border-bottom-color: #ccc;
}
/**/
/* defaults */
/**/
.sky-form {
    font-family:'Open Sans', Arial, sans-serif;
}
.sky-form,
.sky-form .label {
	color:#333;
	text-align:left;
	
	font-size:14px;
	font-weight:300;
}
.radio+.radio, 
.checkbox+.checkbox {
	margin-top:12px;
}
.sky-form.boxed {
	border:rgba(0,0,0,0.1) 1px solid;
}
.sky-form header {
	margin:0;
	background: #F5F5F5;
	background-color: transparent;
	background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom:rgba(0,0,0,0.07) 1px solid;

	padding:15px 20px;
	font-size:20px;
	font-weight:400;
}
.sky-form.boxed fieldset {
	padding:15px;
}
.sky-form label.captcha>img {
	position:absolute;
	right:0; top:3px; right:2px;
}

.sky-form fieldset eck
	display: block;	
	padding: 25px 30px 5px;
	border: none;
}
.sky-form fieldset + fieldset {
	border-top: 1px solid rgba(0,0,0,.1);
}
.sky-form section,
.sky-form .section {
	padding:0;
	margin-bottom: 20px;
}
.sky-form footer {
	margin:0 15px 10px 15px;;
	border-top: rgba(0,0,0,0.03) 1px solid;
}
.sky-form footer:after {
	content: '';
	display: table;
	clear: both;
}

.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 20px;
}
.sky-form .note {
	margin-top: 6px;
	padding: 0 1px;
	font-size: 12px;
	line-height: 15px;
	color: rgba(0,0,0,0.5);
	font-weight:400;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 8px 10px;
	outline: none;
	border-width: 5px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 18px/22px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.sky-form .col {
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/**/
/* file inputs */
/**/
.sky-form .input-file .button {
	position: absolute;
	top: 4px;
	right: 4px;
	float: none;
	height: 31px;
	margin: 0;
	padding: 0 20px;
	font-size: 13px;
	line-height: 31px;
}
.sky-form .input-file .button:hover {
	box-shadow: none;
}
.sky-form .input-file .button input {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 30px;
	cursor: pointer;
	opacity: 0;
}


/**/
/* selects */
/**/
.sky-form .select i {
	position: absolute;
	top: 22px;
	right: 17px;
	width: 5px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}


/**/
/* textareas */
/**/
.sky-form .textarea textarea {
	height: auto;
	resize: none;
}
.sky-form .textarea-resizable textarea {
	resize: vertical;	
}
.sky-form .textarea-expandable textarea {
	height: 39px;
}
.sky-form .textarea-expandable textarea:focus {
	height: auto;
}


/**/
/* radios and checkboxes */
/**/
.sky-form .radio,
.sky-form .checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 19px;
	height: 19px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
	content: '';
	top: 5px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.sky-form .checkbox input + i:after {
	content: '\f00c';
	top: 2px;
	left: 2px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}


/**/
/* toggles */
/**/
.sky-form .toggle {
	margin-bottom: 4px;
	padding-right: 61px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
}
.sky-form .toggle:last-child {
	margin-bottom: 0;
}
.sky-form .toggle input {
	position: absolute;
	left: -9999px;
}
.sky-form .toggle i {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	width: 49px;
	height: 22px;
	border-width: 2px;
	border-style: solid;
	border-radius: 12px;
	background: #fff;
}
.sky-form .toggle i:after {
	content: 'OFF';
	position: absolute;
	top: 2px;
	right: 8px;
	left: 8px;
	font-style: normal;
	font-size: 9px;
	line-height: 13px;
	font-weight: 700;
	text-align: left;
	color: #5f5f5f;
}
.sky-form .toggle i:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 4px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	opacity: 1;
	transition: right 0.2s;
	-o-transition: right 0.2s;
	-ms-transition: right 0.2s;
	-moz-transition: right 0.2s;
	-webkit-transition: right 0.2s;
}
.sky-form .toggle input:checked + i:after {
	content: 'ON';
	text-align: right;
}
.sky-form .toggle input:checked + i:before {
	right: 33px;
}


/**/
/* ratings */
/**/
.sky-form .rating {
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
}
.sky-form .rating:last-child {
	margin-bottom: 0;
}
.sky-form .rating input {
	position: absolute;
	left: -9999px;
}
.sky-form .rating label {
	display: block;
	float: right;
	height: 17px;
	margin-top: 5px;
	padding: 0 2px;
	font-size: 17px;
	line-height: 17px;
	cursor: pointer;
}


/**/
/* buttons */
/**/
.sky-form .button {
	float: right;
	height: 39px;
	overflow: hidden;
	margin: 10px 0 0 20px;
	padding: 0 25px;
	outline: none;
	border: 0;
	font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.sky-form .btn {
	margin: 10px 0 0 20px;
}
.sky-form .btn:hover {
	margin-bottom:0;
}
.sky-form .input-group-btn .btn {
	margin:0;
}

/**/
/* tooltips */
/**/
.sky-form .tooltip {
	position: absolute;
	z-index: 1;
	left: -9999px;
	padding: 2px 8px 3px;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	background: rgba(0,0,0,0.9);
	color: #fff;
	opacity: 0;
	transition: margin 0.3s, opacity 0.3s;
	-o-transition: margin 0.3s, opacity 0.3s;
	-ms-transition: margin 0.3s, opacity 0.3s;
	-moz-transition: margin 0.3s, opacity 0.3s;
	-webkit-transition: margin 0.3s, opacity 0.3s;
}
.sky-form .tooltip:after {
	content: '';
	position: absolute;
}
.sky-form .input input:focus + .tooltip,
.sky-form .textarea textarea:focus + .tooltip {
	opacity: 1;	
}

.sky-form .tooltip-top-right {
	bottom: 100%;
	margin-bottom: 15px;
}
.sky-form .tooltip-top-right:after {
	top: 100%;
	right: 16px;	
	border-top: 4px solid rgba(0,0,0,0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-top-right,
.sky-form .textarea textarea:focus + .tooltip-top-right {
	right: 0;
	left: auto;
	margin-bottom: 5px;
}

.sky-form .tooltip-top-left {
	bottom: 100%;
	margin-bottom: 15px;
}
.sky-form .tooltip-top-left:after {
	top: 100%;
	left: 16px;
	border-top: 4px solid rgba(0,0,0,0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-top-left,
.sky-form .textarea textarea:focus + .tooltip-top-left {
	right: auto;
	left: 0;
	margin-bottom: 5px;
}

.sky-form .tooltip-right {
	top: 9px;
	white-space: nowrap;
	margin-left: 15px;
}
.sky-form .tooltip-right:after {
	top: 6px;
	right: 100%;
	border-top: 4px solid transparent;
	border-right: 4px solid rgba(0,0,0,0.9);
	border-bottom: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-right,
.sky-form .textarea textarea:focus + .tooltip-right {
	left: 100%;
	margin-left: 5px;
}

.sky-form .tooltip-left {
	top: 9px;
	white-space: nowrap;
	margin-right: 15px;
}
.sky-form .tooltip-left:after {
	top: 6px;
	left: 100%;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid rgba(0,0,0,0.9);
}
.sky-form .input input:focus + .tooltip-left,
.sky-form .textarea textarea:focus + .tooltip-left {
	right: 100%;
	left: auto;
	margin-right: 5px;
}

.sky-form .tooltip-bottom-right {
	top: 100%;
	margin-top: 15px;
}
.sky-form .tooltip-bottom-right:after {
	bottom: 100%;
	right: 16px;	
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-bottom-right,
.sky-form .textarea textarea:focus + .tooltip-bottom-right {
	right: 0;
	left: auto;
	margin-top: 5px;
}

.sky-form .tooltip-bottom-left {
	top: 100%;
	margin-top: 15px;
}
.sky-form .tooltip-bottom-left:after {
	bottom: 100%;
	left: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-bottom-left,
.sky-form .textarea textarea:focus + .tooltip-bottom-left {
	right: auto;
	left: 0;
	margin-top: 5px;
}


/**/
/* normal state */
/**/
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
	background-color: #2da5da;	
}
.sky-form .rating label {
	color: #ccc;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.sky-form .button {
	background-color: #2da5da;
	opacity: 0.8;
	transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}
.sky-form .button.button-secondary {
	background-color: #b3b3b3;
}
.sky-form .icon-append,
.sky-form .icon-prepend {
	color: #ccc;
}
.sky-form .icon-prepend {
	left: 5px;
	padding-right: 3px;
}
.sky-form .icon-append {
	right: 5px;
	padding-left: 3px;
}
.sky-form .icon-append, .sky-form .icon-prepend {
	position: absolute;
	top: 26px;
	width: 50px;
	height: 50px;
	font-size: 15px;
	line-height: 29px;
	text-align: center;
}

.sky-form .icon-prepend.calendar, .sky-form .icon-append.calendar{
	background: url('Images/calander_small.png') no-repeat center;
}

.sky-form .icon-prepend.filetype{
	background: url('Images/generic_xsmall.png') no-repeat center;
}

.sky-form .icon-append.search{
    top:5px;
	background: url('Images/search_dark.png') no-repeat center #fff;
}

.sky-form .icon-prepend.doctype{
	background: url('Images/generic_xsmall_search.png') no-repeat center;
}

.sky-form .filetype{
	background: url("Images/generic_xsmall.png") no-repeat;
}

.sky-form .doctype{
	background: url("Images/generic_xsmall_search.png") no-repeat;
}
.sky-form .filter-icon-append, .sky-form .filter-icon-prepend {
	position: absolute;
	top: 26px;
	width: 54px;
	height: 54px;
	font-size: 15px;
	line-height: 29px;
	text-align: center;
}

.sky-form .link-append {
	position: absolute;
	top: 40px;
	width: 54px;
	font-size: 15px;
    font-style: normal;
	line-height: 29px;
	
}

.sky-form .link-append a{
	float:right;
    margin-right:10px;
}


.sky-form .link-append {
	right: 5px;
	padding-left: 3px;
}

.sky-form .input .icon-prepend + input, 
.sky-form .textarea 
.icon-prepend + textarea {
	padding-left: 70px;
}
.sky-form .input .icon-prepend + .icon-append + input, 
.sky-form .textarea .icon-prepend + .icon-append + textarea {
	padding-left: 70px;
}

/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
	border-color: #8dc9e5;
}
.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
	color: #2da5da;
}
.sky-form .button:hover {
	opacity: 1;
}


/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #2da5da;
}


/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
	background-color: #2da5da;	
}
.sky-form .checkbox input + i:after {
	color: #2da5da;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color: #2da5da;	
}
.sky-form .rating input:checked ~ label {
	color: #2da5da;	
}


/**/
/* error state */
/**/
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
	background: #fff0f0;
}
.sky-form .state-error select + i {
	background: #fff0f0;
	box-shadow: 0 0 0 12px #fff0f0;
}
.sky-form .toggle.state-error input:checked + i {
	background: #fff0f0;
}
.sky-form .note-error {
	color:#fff;
	padding:3px;
	display:inline-block;
	background-color: #ee9393;
}

.sky-form .filters {  
    font-size: 20px;
    position:relative;
    margin-top: 4px;
}

.sky-form .filters.list-toggle:after {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    font-size: 28px;
    color: #004e96;
    right: 15px;
    top:0;
    cursor:pointer
}


.sky-form .filters.list-toggle.active:after {
    content: "\f107";
    top:5px
}

.sky-form .filters.list-toggle.active:after, .list-toggle.active>a {
    color: #fff !important;
}

.sky-form .filters.list-toggle.active>a {
    background-color:rgba(0,0,0,0.3);
}


.sky-form .filters a{
    display: block;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
    float:none;
    padding: 7px 10px;
}
/**/
/* success state */
/**/
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
	background: #f0fff0;
}
.sky-form .state-success select + i {
	background: #f0fff0;
	box-shadow: 0 0 0 12px #f0fff0;
}
.sky-form .toggle.state-success input:checked + i {
	background: #f0fff0;
}
.sky-form .note-success {
	color:#fff;
	padding:3px;
	display:inline-block;
	background-color: #6fb679;
}


/**/
/* disabled state */
/**/
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}

.pagination_container{clear:both;padding-top:60px;font-size: 10px;}
.pagination{border-top:1px solid #8a8a8a;}.pagination .pagination_align{font-size:1.6em;line-height:1.375em;}
.pagination .pagination_prev,.pagination .pagination_next{float:left;padding-left:20px;position:relative;}.pagination .pagination_prev:before,.pagination .pagination_next:before{background:url(Images/paginate_arrows.png) no-repeat;content:'';display:block;height:13px;left:0px;margin-top:-8px;position:absolute;top:50%;width:7px;}
.pagination .pagination_prev.disabled,.pagination .pagination_next.disabled{-moz-opacity:0.0;-khtml-opacity:0.0;-webkit-opacity:0.0;opacity:0.0;pointer-events: none;cursor: default;}
.pagination .pagination_next{padding-left:0px;padding-right:20px;}
.pagination .pagination_next:before{background:url(Images/paginate_arrows.png) -9px 0 no-repeat;left:auto;right:0px;}
.pagination .pagination_content{padding:20px 0;}
.pagination .pagination_summary{padding:0 40px;float:left;}
.pagination .pagination_link{border-bottom:1px solid #4685c5;margin-right:10px;}.pagination .pagination_link:hover,.pagination .pagination_link:focus{border-bottom:none;}
.pagination .pagination_link:last-child{margin:0;}
.pagination .pagination_link__current{border:none;}
.framed .pagination{border-top:1px solid #d3d3d3;}

.no-records-found {
    font-size: 24px;
    line-height: 170px;
    color: rgba(0,0,0,0.3);
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.sky-form .footer-left .checkbox {
    float: left;
    height: 40px;
    overflow: hidden;
margin: 10px 0px 0px 15px;
    padding: 0 25px;
    outline: none;
    border: 0;
    font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.sky-form .footer-left a {
    float: left;
    height: 40px;
    overflow: hidden;
    margin: 10px 0 0 0px;
    padding: 0 10px;
    outline: none;
    border: 0;
    font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    cursor: pointer;
}


.search-inner {
  padding: 2em 0em 4.3em 0em;
  margin: 0 auto;
  width: 85%;
}

.sky-form div.row {
  padding-bottom:5em;
}

.sky-form .search-field {
    padding-bottom:50px;
    margin-bottom:50px;
}

.sky-form div.search-result-item {
  padding: 30px 0px;
  border-bottom: #eee 1px solid;
  position:relative;

}

.sky-form div.search-result-item .search-result-details {
    padding-left: 35px;
}
.sky-form div.search-result-item .icn {
    position: absolute;
    top: 48px;
}
.sky-form div.search-result-item img {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}

.sky-form .small, sky-form small {
  font-size: 85%;
}

.sky-form label.input, .sky-form label.select {
    float:none;
}

.sky-form section.filters {
padding-bottom:50px;
margin-bottom:50px;
}

.sky-form h3 {
padding-left:0px;
}



.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-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;
  }

 .extended_popout {
    padding:10px;
    background: #ffffff;
    border: 1px solid #8dc9e5;
    z-index: 50;
}
.sky-form .extended_popout .row{
    padding-bottom:1em;
}
.extended_popout_closed {
    display: none;
    }

.extended_popout_open {
    transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    display: block;
    }

.extended_popup_value {
  font-size: 13px;
  line-height: 1.25em;
  margin: 5px 0px;
  padding: 5px 10px 5px 10px;
  background: url(Images/close_small.png) no-repeat 95% 50%;
  border: 3px solid #e1e1e1;
  cursor: pointer;
}

.extended_popup_value:hover {
  border-color: #8dc9e5;
}

.option-title {
    padding-top:10px;
    margin-top:35px;
}

.skyform .extended_popout.datefilter .row {
    padding-bottom:10px;
}

.Summary_heading {
    font-size: 1.8em;
    line-height: 1em;
    margin: 0em 0em 0.5em;
    font-family: 'HelveticaNeueLTPro-Roman',Arial,sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em;
    word-break:break-word
}
.Summary_date {
    color: #8a8a8a;
}


.checkbox-item {
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background-repeat:no-repeat;
    width:115px;
}


.checkbox-item .icn-file {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        background-repeat:no-repeat;
    }

.checkbox-item .valdoc {
        background-image: url(Images/generic_xsmall.png) ;
       

    }

.sky-form .checkbox-item .checkbox, .sky-form .checkbox-item .checkboxplain {

    left:50px;
}

.sky-form .checkbox-item span {

    display:block;
    padding: 10px 0px 10px 0px;
}

.selected-classname {
    padding-top:5px;
    padding-right: 5px;
}

.highlight-data em {
    font-weight:bold;
}


.slider {
	overflow-y: hidden;
	max-height: 500px; /* approximate max height */

	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slider.closed {
	max-height: 0;
}

.div-roll {
    padding:10px;
}

.div-roll .icn {
    margin-right:5px;
    }
.div-roll label {
    float:right;
    margin-top:-10px;
}


.sky-form label.input {
    margin:0px;
}
@font-face {
    font-family: 'icomoon';
    src: url('font/icomoon/icomoon.eot?thhapd');
    src: url('font/icomoon/icomoon.eot?thhapd#iefix') format('embedded-opentype'), url('font/icomoon/icomoon.ttf?thhapd') format('truetype'), url('font/icomoon/icomoon.woff?thhapd') format('woff'), url('font/icomoon/icomoon.svg?thhapd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    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-copy:before {
    content: "\e928";
}

.icon-edit:before {
    content: "\e929";
}

.icon-ellipsis:before {
    content: "\e92a";
}

.icon-share:before {
    content: "\e92b";
}

.icon-followed-dashboard:before {
    content: "\e921";
}

.icon-followed-dashboard-2:before {
    content: "\e922";
}

.icon-instances:before {
    content: "\e923";
}

.icon-my-dashboard:before {
    content: "\e924";
}

.icon-public-dashboard:before {
    content: "\e925";
}

.icon-shared-dashboard:before {
    content: "\e926";
}

.icon-shared-with-me-dashboard:before {
    content: "\e927";
}

.icon-mail:before {
    content: "\e920";
    color: #434a51;
}

.icon-contract:before {
    content: "\e91e";
}

.icon-arrow:before {
    content: "\e900";
}

.icon-arrow-down:before {
    content: "\e92c";
}

.icon-arrow-up:before {
    content: "\e92d";
}

.icon-arrow-left:before {
    content: "\e92e";
}

.icon-burger:before {
    content: "\e901";
}

.icon-calendar:before {
    content: "\e902";
}

.icon-chart:before {
    content: "\e903";
}

.icon-dashboard:before {
    content: "\e904";
}

.icon-data-report:before {
    content: "\e905";
}

.icon-datasets:before {
    content: "\e906";
}

.icon-download-data:before {
    content: "\e907";
}

.icon-expand:before {
    content: "\e908";
}

.icon-gallery:before {
    content: "\e909";
}

.icon-home:before {
    content: "\e90a";
}

.icon-line-chart:before {
    content: "\e90b";
}

.icon-link:before {
    content: "\e90c";
}

.icon-list:before {
    content: "\e90d";
}

.icon-map:before {
    content: "\e90e";
}

.icon-minus:before {
    content: "\e90f";
}

.icon-plus:before {
    content: "\e910";
}

.icon-questionmark:before {
    content: "\e911";
}

.icon-search:before {
    content: "\e912";
}

.icon-sort:before {
    content: "\e913";
}

.icon-spanner:before {
    content: "\e914";
}

.icon-speechbubble:before {
    content: "\e915";
}

.icon-star:before {
    content: "\e916";
}

.icon-table:before {
    content: "\e917";
}

.icon-table-report:before {
    content: "\e918";
}

.icon-tooltip:before {
    content: "\e919";
}

.icon-tri:before {
    content: "\e91a";
}

.icon-views:before {
    content: "\e91b";
}

.icon-web-pages:before {
    content: "\e91c";
}

.icon-x:before {
    content: "\e91d";
}

.icon-book:before {
    content: "\e91f";
}

/*----------------controls reset-----------------*/
button, 
input,
label, 
select, 
textarea {
  width: auto;
  overflow: visible;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}


input:invalid, 
textarea:invalid {
  border-radius: 1px;
  -webkit-box-shadow: 0 0 5px red; 
     -moz-box-shadow: 0 0 5px red;
          box-shadow: 0 0 5px red;
}

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

/* ###########################################################################################
SETTING CUSTOM FONTS
########################################################################################### */
@font-face {
  font-family: 'HelveticaNeueLTPro-Roman';
  src: url('Font/28F485_1_0.eot');
  src: url('Font/28F485_1_0.eot?#iefix') format('embedded-opentype'),
        url('Font/28F485_1_0.woff') format('woff'), 
        url('Font/28F485_1_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'helvetica_neue_lt_pro45_light';
    src: url('font/helveticaneueltpro-lt-webfont.eot');
    src: url('font/helveticaneueltpro-lt-webfont.eot?#iefix') format('embedded-opentype'),
          url('font/helveticaneueltpro-lt-webfont.woff') format('woff'),
          url('font/helveticaneueltpro-lt-webfont.ttf') format('truetype'),
          url('font/helveticaneueltpro-lt-webfont.svg#helvetica_neue_lt_pro45_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-Light';
  src: url('Font/28F485_0_0.eot');
  src: url('Font/28F485_0_0.eot?#iefix') format('embedded-opentype'),
        url('Font/28F485_0_0.woff') format('woff'),
        url('Font/28F485_0_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Medium';
    src: url('Font/28F485_2_0.eot');
    src: url('Font/28F485_2_0.eot?#iefix') format('embedded-opentype'), 
         url('Font/28F485_2_0.woff') format('woff'),
         url('Font/28F485_2_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'mercurytext_g2_roman';
  src: url('Font/mercury-textg2roman-webfont.eot');
  src: url('Font/mercury-textg2roman-webfont.eot?#iefix') format('embedded-opentype'), 
       url('Font/mercury-textg2roman-webfont.woff') format('woff'), 
       url('Font/mercury-textg2roman-webfont.ttf') format('truetype'), 
       url('Font/mercury-textg2roman-webfont.svg#mercurytext_g2_roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ###########################################################################################
END OF SETTING CUSTOM FONTS
########################################################################################### */

body {
  color: #666666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility; 
  -webkit-font-smoothing: antialiased;
  padding:0;
  margin:0;
}

#skiptocontent {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

.highcharts-button image {
  cursor: pointer !important;

  display: block !important;
  width: 22px !important;
  height: 31px !important;
}

.notes-toggle {
    margin-bottom: 2px;
    width: 120px;
    padding: 5px;
    background: #004e96;
    color: white;
    text-align: center;
    font-weight: bold;
    float: right;
    font-size:14px
}
 a.notes-toggle:hover {color:white}



.glossary-typography .inner div {
  overflow: hidden;
}

.glossary-typography .inner div:first-child {
  float: left;
}


.footer a[target="_blank"]:after{
  background: url("Images/new_win.png") no-repeat scroll right top rgba(0, 0, 0, 0);
  content: " ";
  height: 7px;
  margin-top: 3px;
  position: absolute;
  width: 8px;
  right: -8px;
  top: 0;
}

/* ===================================================================
List styling
=================================================================== */



a.a__underlined,
.a__underlined a {
  letter-spacing: -0.02em;
}

.col-color {
    padding:30px; background:#f2f2f2;margin-bottom: 10px;
}

/* ===================================================================
End of list styling
=================================================================== */

.clearfix {
  clear: both;
}

/* =============================================================================================================
The previous clearfix did not seem very robust, am adding in a more robust clearfix but am calling it clearfixed 
to avoid any unforeseen styling errors that may have arose from just changing the clearfix declaration
=================================================================================================== */
.clearfixed:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
html[xmlns] .clearfixed {
    display: block;
}
 
* html .clearfixed {
    height: 1%;
}
    
/*ACCESSIBILITY*/
.accessable {
  text-indent: -9999px;
  display: block;
  width: 1px;
}

label.accessable {
  margin: 0;
}

/*STRUCTURE*/

.searchWrap {position:relative; overflow:inherit}

.content {
  margin-right: auto;
  margin-left: auto;
}
.innerContent-noWidth {
    padding:0 15px
}
@media (min-width: 768px) {
  .content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .content {
    width: 970px;
  }
}
@media (min-width: 1310px) {
  .content {
    width: 1280px;
  }
}


.galleryBlock {
  background-color: red;
  width: 100%;
  height: 418px;
  line-height: 418px;
  text-align: center; 
  float: left;
  clear: both;
}

.galleryBlock span.inner {
  
    display: inline-block;
    vertical-align: middle;
}
/*
.relatedContent {
  border-top: 3px solid #4685c5;
  padding-top: 4px;
  padding-bottom: 4px;
}
    */
.wrapGallery + .relatedContent {
  border-top-width: 0;
}


.wrapRelatedReports.column-2 {  padding: 0 40px; margin-bottom:40px}

@media (max-width: 767px) {
    .wrapRelatedReports.column-2,
    .wrapTags.column-2 {width:100%; padding: 0 40px; margin-bottom:10px}

  }



.removeBorder {
  border-bottom-color: transparent;
}

.column-3 {
  width: 31.33%;
  margin: 1%;
  float: left;
}

.column-4 {
  width: 23%;
  margin: 1%;
  float: left;
}

.column-5 {
  width: 18%;
  margin: 1%;
  float: left;
}


/*HEADERS*/
.header {
  margin-bottom: 20px;
}




/*NAVIGATION*/
.wrapGlobalNav {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.globalNav {
  float:left;
  width:100%;
  list-style: none;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #4685c5;
  margin: 0;
}

.globalNav li {
  float: left;
}

.globalNav li a {
  float: left;
  font-family: 'mercurytext_g2_roman', sans-serif;
  font-size: 1.3em;
  text-decoration: none;
  padding: 0 20px 14px 20px;
  border-bottom: 5px solid transparent;
  -webkit-transition: border-bottom-color 200ms ease;
     -moz-transition: border-bottom-color 200ms ease;
          transition: border-bottom-color 200ms ease;
}

.globalNav li a:hover {
  border-bottom-color: #585858;
}

.globalNav li a.current {
  border-bottom-color: #4685c5;
}

.globalNavDropPanel {
  font-family: helvetica_neue_lt_pro45_light, Arial, sans-serif;
  overflow: hidden;
  float: left;
  padding: 20px 0;
  border-bottom: 1px solid #585858;
}

.dropPanelColumn {
  float: left;
  width: 200px;
}

.dropPanelColumn a {
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}

.dropPanelColumn ul {
  list-style: none;
  padding: 0;
}

.dropPanelColumn ul li a {
  clear: both;
  font-weight: normal;
  font-size: 1em;
}

/*CONTENT*/


/* ############################ media-queries for .header .h1 ############################ */
.header .h1 {
  margin: 50px 0 28px;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
  letter-spacing: 0.05em;
  background-color: #4685c5;
}

  @media (min-width: 767px) {
    .header .h1 {
      margin: 50px 0;
      /*background-color:#b9d9f0;*/
    }
  }

/* ######################## End of media-queries for .header .h1 ######################## */
.header .h1 span {
  padding: 0 0 0 5px;
}


.FirstParagRightPane p {
    font-size: 2.0em;

}


.titleEmptyparag h2 {
    font-size:24px;
    margin:0 0 15px 0
}

h2 a {color:#0e2b63;}


.glossary-typography .inner div:first-child p.h3 {
  width: 60px;
  margin: 0 0 0.25em;
  padding: 0 0 30px;
  font-size: 40px;
  line-height: 1;
}

.wrapNotes h3 {
  float:none;
  padding-left:0;
  padding-top:6px;
  padding-bottom:20px
}



.glossary-typography h4,
.glossary-typography .inner div:first-child p {
  margin: 0.25em 0;
  letter-spacing: 0.02em;
}

.glossary-typography h4 {
  margin: 1em 0 0.25em;
}

.glossary-typography h4:first-child {
  margin: 0 0 0.25em;
}

.relatedContent h4 {
  margin-bottom: 5px;
 }


  @media (max-width: 520px) {
    .tools {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 8px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    }
  }
  
  

/* ################ media-queries for .DataInteraction ################ */
.DataInteraction {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding:1px;
}


/* Time on time comparison*/
.totWrapper {
    position:relative;    
    float: left;
    width: 100%;
}
.totWrapper .DataInteraction {width:100%}

.removeBtn {
   position:absolute;
   margin-top:5px;
   margin-right:15px;
   right:0;
}

.totWrapper .active {
   box-shadow: 0 0 4px #3397c8;
   border: 0;
   outline:none;
}

.totWrapper .active:focus {
   box-shadow: 0 0 4px #3397c8;
   border: 0;
   outline: none;
}
.totWrapper button {
    border:none;
    background:none;
    color:#004e96;
    font-size:17px;
    transform: rotate(45deg);
}
.totWrapper button:focus {
    outline:none;
}
.totCompareAvailable::after {
    content:"Compare";
    padding:0 3px;
    border:1px solid #ccc;
    background:#fefefe;
    border-radius:3px;
    font-size:10px;
    margin-left:5px;
    color:#999;
    margin-right:-3px;
    margin-top:2px; 
    float:right;
}

  @media (min-width: 500px) and (max-width: 830px) {
    .DataInteraction,
    .totWrapper {
      width: 50%;
        padding-right:15px;
    }
        .totWrapper .DataInteraction {
            padding-right: 0
        }
  }

  @media (min-width: 831px) and (max-width: 1199px) {
    .DataInteraction,
    .totWrapper {
      width: 33.3333%;
       padding-right:15px;
    }
        .totWrapper .DataInteraction {
            padding-right: 0
        }
  }

@media (min-width: 1200px) {
    .DataInteraction, .totWrapper{
        width: 23%;
        padding-right:15px
    }
        .totWrapper .DataInteraction {
            padding-right:0
        }

}
  @media (min-width: 1400px) {
    .DataInteraction,
    .totWrapper {
      width: 20%;
    }
  }

/* ############ End of media-queries for .DataInteraction ########## */





.ms-choice {
  background: url('Images/redesign/tri-blue.png');
  cursor: default;
  width:100%!important;
  background-repeat: no-repeat;
  background-position: right -2px;
}

.ms-parent {width:100%}

.hasDatepicker {
  color: #4685c5;
  border: none;
  font-size: 1.3em;
  cursor: pointer;
}



.icn {
  float: left;
  width: 37px;
  height: 37px;
  text-indent: -9999px;
  background-size: 100% 100%;
}

.icn.gallery {
  background-image: url('Images/darkBlue/gallery-darkBlue.svg');
}

.icn.dashboard {
  background-image: url('Images/darkBlue/dashboards-darkBlue.svg');
}

.icn.graph,
.icn.smlGraph,
.icn.xsmlGraph {
  background-image: url('Images/darkBlue/charts-darkBlue.svg');
}
.icn.smlWebpage,
.icn.xsmlWebpage {
  background-image: url('Images/darkBlue/webpage-darkBlue.svg');
}
.icn.xsmlVisualMap,
.icn.map,
.icn.smlMap,
.icn.xsmlMap {
  background-image: url('Images/darkBlue/maps-darkBlue.svg');
}

.icn.xsmlDataReport,
.icn.dataTable,
.icn.smlDataTable,
.icn.xsmlDataTable {
  background-image: url('Images/darkBlue/tables-darkBlue.svg');
}

.icn.visualTable,
.icn.smlVisualTable,
.icn.xsmlVisualTable {
  background-image: url('Images/darkBlue/visualcharts-darkBlue.svg');
}

.icn.smlDashboard,
.icn.xsmlDashboard {
 background-image: url('Images/darkBlue/dashboards-darkBlue.svg');
}

.icn.smlDataset,
.icn.xsmlDataset {
 background: transparent url('Images/darkBlue/emi-sprite-darkBlue.png') no-repeat 0 0;
 background-size:25px;
 -moz-background-size:25px;
 width:26px;
 height:25px
}

.icn.smlVisualMap,
.icn.smlDashboard,
.icn.smlGraph,
.icn.smlMap,
.icn.smlDataTable,
.icn.smlVisualTable,
.icn.smlWebpage{
  width: 23px;
  height: 24px;
}

.icn.xsmlVisualMap,
.icn.xsmlDashboard,
.icn.xsmlDataReport,
.icn.xsmlGraph,
.icn.xsmlMap,
.icn.xsmlVisualTable,
.icn.xsmlDataTable,
.icn.xsmlDataset,
.icn.xsmlWebpage {
  width:17px;
  height:17px;
  margin-top:3px
}
.icn.xsmlDataset{
width: 18px;
height: 18px;
background-size: 101%;
margin-left: -1px;
}
.filter {
  float: left;
  background: transparent url('Images/ea-filters.png') no-repeat 0 0;
  text-indent: -9999px;
  margin: 5px 2px;
  border: 0 none;
  margin-right: 5px;
}

.filter:hover,
.filter:focus {
  outline: none;
}

.filter.graph {
  height: 23px;
  width: 23px;
}

.filter.graph.unselected {
  background-position: 0 -43px;
}

.filter.dataTable {
  background-position: 0 -86px;
  height: 23px;
  width: 24px;
}

.filter.dataTable.unselected {
  background-position: 0 -128px;
}

.filter.visualTable {
  background-position: 0 -172px;
  height: 23px;
  width: 23px;
}

.filter.visualTable.unselected {
  background-position: 0 -214px;
}

.filter.twoColumn {
  background-position: 0 -257px;
  height: 20px;
  width: 20px;
}

.filter.threeColumn {
  background-position: 0 -297px;
  height: 20px;
  width: 20px;
}

.filter.fourColumn {
  background-position: 0 -336px;
  height: 20px;
  width: 20px;
}

.filter.fiveColumn {
  background-position: 0 -375px;
  height: 20px;
  width:20px;
}

 .btn {
  background: transparent no-repeat 0 0;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}


.text-ill {
  width: 35px;
  height: 17px;
  display: inline-block;
  background: transparent url('Images/darkBlue/ea-icons-darkBlue.png') no-repeat 3px -191px;
  padding-bottom:5px;
}

.download-ill {
  width: 26px;
  height:27px;
  margin: 0 0 -17px;
  position: relative;
  top: -7px;
  background-position: 2px -254px;
}

.chart-ill {
  width: 27px;
  height: 34px;
  margin: 0 0 -17px;
  background-position: 3px -217px;
}

.table-ill {
  width: 27px;
  height: 34px;
  margin: 0 0 -17px;
  background-position: 4px -580px;
}

.zoom-ill {
  width: 30px;
  height: 18px;
  position: relative;
  top: 4px;
  background-position: 4px 0;
}

.collapse-ill {
  width: 25px;
  height: 18px;
  position: relative;
  top: 4px;
  background-position: 2px -170px;
}

.btn:hover {
  opacity: 0.75;
}

.btn.download {
  background-position: 0 -256px;
  height: 30px;
}

.btn.datadwnload {
  background:url('Images/darkBlue/data-download-darkBlue.svg') no-repeat 0 0 transparent;
}

.btn.context-download {background:url('Images/darkBlue/context-download-darkBlue.svg') no-repeat 0 0 transparent; height:30px}

.btn.download.datadwnload.disable-datadwnload {
  /*background: transparent url('Images/darkBlue/ea-icons-darkBlue.png') no-repeat;
  height: 29px;
  background-position: 0 -652px;*/
  opacity:.3
}


.actionRight .btn:active {outline:none;}
/*.actionRight div {position:absolute; border:1px solid #666; min-width:80px; top:30px; padding:5px; text-align:center}*/


.btn.expandBtn {
  background:url('Images/darkBlue/ea-icons-darkBlue.png') no-repeat 0 0 transparent;
}

.btn.linkBtn {
  width: 26px;
  margin: 3px 0 0 10px;
  background: transparent url('Images/darkBlue/ea-icons-darkBlue.png') no-repeat;
  background-position: 0 -195px;

}

.btn.context-chart {
  background: transparent url('Images/darkBlue/download-image-darkBlue.svg') no-repeat 0 0;
  text-indent: -9999px;
  height: 30px;
}
.fullscreenHeader .btn.context-chart {
 margin-right: 10px;
}
.btn.context-map {
  background: url('Images/darkBlue/maps-download-darkBlue.svg') no-repeat 0 0;
  background-size: contain;
  text-indent: -9999px;
  height: 30px;
  margin: 10 0 0 0;
}

.fullscreenHeader .btn.context-map {
 margin: 7px 12px 0 0;
}

.reportHeader.fullscreenHeader .btn.datadwnload {
  margin: 7px 4px 0 0;
}

.btn.star {
  background-position: 0 -145px;
}

.btn.expand {
  /* margin-left: 30px; This has been temporarily taken out so buttons display correctly while .btn.print is hidden 10/03/2014 */
  background-position: 0 0;
}

.btn.expanded,
.btn.expanded:hover {
  background-position: 0 -165px;
  width: 22px;
  height: 25px;
  border-bottom: 1px solid transparent;
}

.btn.print {
  background: transparent url('Images/darkBlue/ea-icons-darkBlue.png') no-repeat;
  background-position: 0 -115px;
  display: none; /* This has been added to temporarily 'hide' the print button 10/03/2014 */
}

.btn.context-print {
  height: 28px;
  margin: 0 0 0 0;
  background-position: 0 -551px;  
}

.fullscreenHeader .btn.context-print {
 margin: 7px 0 0 0;
}
.btn.js-shortcode-button {
  width: 26px;
  margin: 3px 0 0 10px;
  background-position: 0 -195px;
}

.reportHeader.fullscreenHeader .btn.js-shortcode-button {
  margin: 11px 0 0 10px;
}

.tags {
  margin: 0;
  padding: 0;
  float: none;
  list-style: none;
  font-size:16px
}

.tags li {
  margin: 0 5px 5px 0;
  float: left;
}

.tags li:last-child {
  margin: 0 0 5px 0;
}

.tags li a {
  padding: 2px 5px;
  float: none;
  display: block;
  border: 1px solid #c2c2c2;
  color: #3874b1;
  white-space: nowrap;
}


.relatedReports {
  list-style: none;
  margin: 0;
  padding: 0;
}

.relatedReports li {
  float: left;
  padding-bottom:5px;
}

.relatedReports li a {
  margin: 0 20px 0 5px;
  padding: 0;
  text-decoration:underline
}
.linktext {
float:left;
margin-left:3px;
width:auto;
margin-bottom:2px;
font-size:16px
}


/*CHARTS*/
.wrapParameters {
  overflow: hidden;
}

.parameter div {
  float: left;
}




.contentCenterDataReport .table.table thead tr{
    background-color: #444;
    border: none;
}
.contentCenterDataReport .table.table thead tr th{
    color: white;
}

 div:not(.daterangepicker) > .contentCenterDataReport table {
    border-bottom:3px solid grey;
}




/* Tables in Data Reports are too wide to fit on the page. 'Taking overflow: hidden;' off the .content div breaks the layout.
Putting 'overflow-x: auto;' here so a scroll bar appears on the .contentCenter div so the whole table can be viewed when scrolled */
.contentCenterDataReport {
  overflow-x: auto;
}

.innerContent-noWidth .content {
  width: 100%;
}

/*NOTES*/

.wrapNotes {
  margin: 20px 0 0 0; 
  overflow: hidden;
  width:100%;
  padding:15px 40px;
  border:1px solid #004e96;
  border-bottom:3px solid #004e96;
  font-size:13px
}

.wrapNotes.vt {
  margin: 20px 0 40px 0; /*margin: 20px 0 40px 0; vt*/ 
}

.wrapNotes ol {
  padding-left: 20px;
}

.wrapNotes.fullHeight {
  height: 100%;
  margin-bottom: 20px;
}

.wrapNotes a {
  float: none;
}

.wrapNotes a.expand {
  position: absolute;
  margin-top: 88px;
  margin-left: -45px;
  white-space: nowrap;
}

.wrapNotes a.contract {
  float: left;
  clear: both;
  padding-top: 5px;
  white-space: nowrap;
}


/* Footer from vSPD*/

footer {
    padding-top:60px;
}

footer a {text-decoration:underline}
.footer-container {
    width:100%
}
.footer-container .footer-section:first-child {border-top:1px solid #d7d7d7}
.footer-section {
    padding:35px 15px;
    float: left;
    width: 100%;
}

footer dt,
footer dd {
  margin: .1em 0 0;
  float: left;
  font-weight:normal;
}
footer dt {
  clear: both;
  padding-right: 1em;
}
footer dl a {
    color: #4d4d4d;
}
.footer-logo {
    float:right;
}

/*---copied footer----*/
.actionLeft {
  width: 66.66%;
  overflow: visible;
  float:left
}


.action p {
  float: left;
}

.action a {
  font-weight: bold;
  padding-right: 1em;
}

dl {
  float: left;
  clear: both;
  margin: 0;
}

dt {
  float: left;
  clear:both;
  padding-right: 1em;
}

dd {
  margin: 0;
  float: left;
}

th.sortr-asc {
  font-size: 1.2em;
}
th.sortr-desc {
  font-size: 1.2em;
}
a.js_checked {
  font-size: 2em;
}

div.tableContainer {
  width: 800px;
  overflow-x: scroll;
}
.js_eaTable th {
  width: 100px;
}
.js_eaTable td {
  width: 100px;
}

.fixedCell {
  position: absolute;
  border: 1px solid black;
}

/* ########################################################################################################################
STARTING MY CSS CHANGES HERE TO KEEP THEM SEPERATE/EASY TO MANAGE, REORGANISE LATER IF THERE IS TIME - TONY GRAY 13/02/2014
######################################################################################################################## */

/* ==========================================
Utility styles
========================================== */
.clear-both {
  clear: both;
}

.hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.pull-left {
  float: left !important;
}
/* ==========================================
End of utility styles
========================================== */

/* ==========================================
footer styling
========================================== */

/* ############################ media-queries for .actionLeft ############################ */
.actionLeft {

  overflow: hidden;
}

  @media (min-width: 768px) {
    .actionLeft {
      /*width: 66.66%;
      background-color:#b9d9f0;  pale blue */
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .actionLeft {
      /*  width: 66.66%;
     background-color:#b9d9f0; pale blue */
    }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .actionLeft {
      /* width: 66.66%;
      background-color: #f2f0a0; mustard yellow*/
    }
  }

  @media (min-width: 992px) {
    .actionLeft {
      width: 66.66%;
      overflow: visible;
    }
  }

  @media (min-width: 1200px) {
    .actionLeft {
      /* width: 66.66%;
      background-color: #f0dddd; pastel pink */
    }
  }

/* ######################## End of media-queries for .actionLeft ######################## */

/* ################ media-queries for .callToAction dl ################ */
.callToAction dl {
  /* width: 181px; */


  margin: 0 auto;
  float: none;
  clear: none;
  /*font-size: 16px;*/
  font-size: 15px;
  /* line-height: 1.375em; */
  line-height: 1.1333em;
  /*color: #585858;*/
  font-family: 'HelveticaNeueLTPro-Roman',Arial,sans-serif;
}

.callToAction dl { /* ie8, ie9, ie10, ie11 only */
  /*width: 182px\0;*/
}

  /*@media (max-width: 768px) { */
  @media (max-width: 559px) {
    .callToAction dl {
      width: 243px;
      /*overflow: hidden;*/
      text-align: center;

      /*float: left;*/
    }
  }

  @media (max-width: 559px) { /* ie8, ie9, ie10, ie11 only */
    .callToAction dl {
      width: 244px\0;
    }
  }

  @media (min-width: 560px) and (max-width: 991px) {
  /*@media (min-width: 768px) and (max-width: 991px) {*/
    .callToAction dl {
      width: auto;
      margin: 0;
      float: left;
      /* background-color:#b9d9f0; pale blue */
    }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .callToAction dl {
      width: auto;
      margin: 0;
      float: left;
      /* background-color: #f2f0a0; mustard yellow*/
    }
  }

  @media (min-width: 1200px) {
    .callToAction dl {
      width: auto;
      margin: 0;
      float: left;
      /* background-color: #f0dddd; pastel pink */
    }
  }

/* ############ End of media-queries for .callToAction dl ########## */

.callToAction dt,
.callToAction dd {
  margin: 0.5em 0 0;
}

.callToAction dd {
  min-width: 120px;
}

/* ################ media-queries for .footer_contact_detail dt, .footer_contact_detail dd ################ */
  /*@media (max-width: 768px) { 
   @media (max-width: 559px) {
    .callToAction .footer_contact_detail dt, 
    .callToAction .footer_contact_detail dd {
      min-width: 10px;
      float: none;
      display: inline-block;
      vertical-align: top;
    }
  }

  @media (max-width: 559px) {
  /*@media (max-width: 768px) { 
    .footer_contact_detail dt{
      padding-right: 0.5em;
    }
  }

  /*@media (max-width: 450px) {
   @media (max-width: 768px) { 
    .callToAction .footer_contact_detail dt, 
    .callToAction .footer_contact_detail dd {
      
    }
  }*/


/* ===================================================================
Adding to/overwriting jQuery UI styles here to keep original styles in tact
=================================================================== */
.ui-spinner {
  width: 117px;
}


/* ===================================================================
End of Adding to/overwriting jQuery UI styles here to keep original styles in tact
=================================================================== */

/* ===================================================================
Adding styles for the datasets menu
=================================================================== */
.datasets-wrapper {
  width: 95%;
  min-height: 350px;
  margin: 0 auto;
  max-width:2000px
}

.datasets-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.datasets-wrapper h1 {
  margin: 0 0 20px;
  padding: 8px 10px 0 45px;
  float: none;
  background: transparent url('Images/darkBlue/emi-sprite-darkBlue.png') no-repeat 0 0;
  font-size: 27px;
  color: #4d4d4d;
}

/* ############## media-queries for .datasets-wrapper .inner ############# */
.datasets-wrapper .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/*
  @media (min-width: 992px) and (max-width: 1199px) {
    .datasets-wrapper .inner {
      width: 90%;
    }
  }

  @media (min-width: 1200px) {
    .datasets-wrapper .inner {
      width: 70%;
    }
  }
*/
/* ############ End of media-queries for .datasets-wrapper .inner ########## */
/*EXPLORER TABLE*/

/*.explorer {
  margin: 15px 0 50px;
  font-family: Arial, sans-serif;
}

.explorer table {
  width: 100%;

}

.explorer thead tr,
.explorer thead tr:hover {
  color: #fff;
  font-size: 17px;
}

.explorer tr:nth-child(even) {
  background-color: #fff;
}

.explorer tr:hover {
  background-color: #eef5fb;
}

.explorer th {
  text-align: left;
  background: transparent;
    background-color:#004e96;
  font-weight:normal
}

.explorer .table-header:hover {
  background: transparent;
}

.explorer tr th:first-child,
.explorer tr td:first-child a {
  padding: 8px 10px 8px 55px;
}


.explorer td {
  padding: 0;
  border-top-width: 0;
  border: 1px solid #d3d3d3;
  border-top: 0 solid transparent;
}

.explorer tbody tr td:first-child {
  border-right: none;
}


.explorer tbody tr td:last-child {
  border-left: none;
}

.explorer td a {
  padding: 8px 10px;
  display:block;
  float: none;
  border-bottom: none;
  background:  transparent;
  white-space:nowrap;
  font-size:14px
}

 .explorer .folder-up {
  position: relative;
}

.explorer .folder-up a {
  width: 36px;
  height: 35px;
  position: absolute;
  padding: 10px;
  text-indent: -9999px;
  background: url('Images/emi-sprite.png') no-repeat 8px -41px;
}

.explorer .folder-up a:hover {
  opacity: 0.75;
  background: url('Images/emi-sprite.png') no-repeat 8px -41px;
  border-bottom-color: transparent;
}

.explorer td.explorer-folder:first-child a {
  background:  transparent url('Images/file-icons/folder-closed.gif') no-repeat 20px 8px;
}

.explorer td.explorer-folder a:hover {
  background: transparent url('Images/file-icons/folder_open.png') no-repeat 20px 8px;
}

.explorer tr td:first-child a {
  background: transparent url('Images/file-icons/file.gif') no-repeat 20px 8px;
}

td.explorer-file a:hover {
  background: transparent url('Images/file-icons/file.gif') no-repeat 20px 8px;
}

.explorer tr td.expand-column a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:14px
}

.explorer tr td.expand-column a > *{
    width:100%;
}
.explorer .no-wrap{
  white-space: nowrap;
  width: 1px;
}

.explorer .table {
  width: 100%;
}

.explorer .table .expand-column {
    max-width: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.explorer .table .no-wrap {
  white-space: nowrap;
  width: 1px;
}*/

/* ===================================================================
End of adding styles for the datasets menu
=================================================================== */

/* ===================================================================
Adding styles for files
=================================================================== */
td.expand-column a {
  padding-left: 25px;
  padding-bottom: 5px;
}


td.expand-column.txt a {
  background:  transparent url('Images/file-icons/txt.png') no-repeat 0px 0px;
}

td.expand-column.gdx a {
  background:  transparent url('Images/file-icons/gdx.png') no-repeat 0px 0px;
}

td.expand-column.doc a {
  background:  transparent url('Images/file-icons/doc.png') no-repeat 0px 0px;
}

td.expand-column.docx a {
  background:  transparent url('Images/file-icons/docx.png') no-repeat 0px 0px;
}

td.expand-column.xls a {
    background: transparent url('Images/file-icons/xls.png') no-repeat 0px 0px;
}

td.expand-column.xlsx a {
  background:  transparent url('Images/file-icons/xls.png') no-repeat 0px 0px;
}

td.expand-column.XLSX a {
  background:  transparent url('Images/file-icons/xls.png') no-repeat 0px 0px;
}

td.expand-column.csv a {
  background:  transparent url('Images/file-icons/csv.png') no-repeat 0px 0px;
}

td.expand-column.ppt a {
  background:  transparent url('Images/file-icons/ppt.png') no-repeat 0px 0px;
}

td.expand-column.pptx a {
  background:  transparent url('Images/file-icons/ppt.png') no-repeat 0px 0px;
}

 

td.expand-column.htm a {
  background:  transparent url('Images/file-icons/html.png') no-repeat 0px 0px;
}

td.expand-column.html a {
  background:  transparent url('Images/file-icons/html.png') no-repeat 0px 0px;
} 

td.expand-column.exe a {
  background:  transparent url('Images/file-icons/application.png') no-repeat 0px 0px;
} 

td.expand-column.pdf a {
  background:  transparent url('Images/file-icons/pdf.png') no-repeat 0px 0px;
}

td.expand-column.jpeg a {
  background:  transparent url('Images/file-icons/picture.png') no-repeat 0px 0px;
}

td.expand-column.gif a {
  background:  transparent url('Images/file-icons/picture.png') no-repeat 0px 0px;
}

td.expand-column.png a {
  background:  transparent url('Images/file-icons/picture.png') no-repeat 0px 0px;
}

td.expand-column.7z a {
  background:  transparent url('Images/file-icons/file.png') no-repeat 0px 0px;
}

td.expand-column.pfd a {
  background:  transparent url('Images/file-icons/zip.png') no-repeat 0px 0px;
}
td.expand-column.PFD a {
  background:  transparent url('Images/file-icons/zip.png') no-repeat 0px 0px;
}

td.expand-column.rar a {
  background:  transparent url('Images/file-icons/rar.png') no-repeat 0px 0px;
}

td.expand-column.tar a {
  background:  transparent url('Images/file-icons/tar.png') no-repeat 0px 0px;
}

td.expand-column.zip a {
  background:  transparent url('Images/file-icons/zip.png') no-repeat 0px 0px;
}

td.expand-column.ZIP a {
  background:  transparent url('Images/file-icons/zip.png') no-repeat 0px 0px;
}

td.expand-column.py a {
    background: transparent url('Images/file-icons/py.png') no-repeat 0px 0px;
}

td.expand-column.r a {
    background: transparent url('Images/file-icons/R.png') no-repeat 0px 0px;
}

td.expand-column.R a {
    background: transparent url('Images/file-icons/R.png') no-repeat 0px 0px;
}

td.expand-column.ipynb a {
    background: transparent url('Images/file-icons/IPYNB.png') no-repeat 0px 0px;
}

td.expand-column.IPYNB a {
    background: transparent url('Images/file-icons/IPYNB.png') no-repeat 0px 0px;
}

td.expand-column.json a,
td.expand-column.jl a,
td.expand-column.eoh a,
td.expand-column.rtd a,
td.expand-column.slv a,
td.expand-column.json a,
td.expand-column.GZ a,
td.expand-column.gz a,
td.expand-column.SLD a,
td.expand-column.sld a,
td.expand-column.DAT a,
td.expand-column.XML a,
td.expand-column.xml a,
td.expand-column.sav a,
td.expand-column.SAV a,
td.expand-column.raw a,
td.expand-column.RAW a,
td.expand-column.gnash a,
td.expand-column.GNASH a,
td.expand-column.m a,
td.expand-column.M a,
td.expand-column.ed a,
td.expand-column.ED a,
td.expand-column.att a,
td.expand-column.ATT a,
td.expand-column.MTD a,
td.expand-column.mtd a,
td.expand-column.kmz a,
td.expand-column.KMZ a {
    background: transparent url('Images/file-icons/file.png') no-repeat 0px 0px;
}

/* ===================================================================
End of adding styles for files
=================================================================== */


/* =========================================================================
End of adding/overwriting styles for multiselect series filter.
========================================================================= */

/* =========================================================================
Styling for stand alone documents in the page
========================================================================= */
.document_list__single {
  margin: 52px 0;
}

.document {
  background: url("Images/file-icons/generic_medium.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding-left: 45px;
  padding-bottom: 3px;
  background-size:32px
}

.document.document_pdf {
  background-image: url("Images/file-icons/pdf_medium.png");
}

.document.document_zip {
  background-image: url("Images/file-icons/zip_medium.png");
}

.document .document_title {
  font-size: 18px;
  line-height: 1.22222;
  margin: 0 0 0.333333em;
}

.document .document_link {
  margin-bottom: 0.375em;
}

.document .document_date {
  color: #8A8A8A;
  margin-bottom: 0;
  font-size:14px
}

/* =========================================================================
End of styling for stand alone documents in the page
========================================================================= */

/* ====================================================================================================================
Bringing some of the static pages styles into the site.css as the styles go across both static and dynamic pages
==================================================================================================================== */

/* ############################ media-queries for .main-wrapper ############################ */
.main-wrapper {
    width: 95%;
    margin: 0 auto;
    background-color: #fefdfd;
    background-color: rgba(254, 253, 253, 0.965);
    /*background-color: #f1f1f1;*/
}

    @media (min-width: 768px) and (max-width: 991px) {
        .main-wrapper {
            width: 90%;
            /*background-color:#b9d9f0;*/ /* pale blue */
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .main-wrapper {
            width: 768px;
            /*background-color: #f2f0a0;*/
        }
    }

    @media (min-width: 1200px) {
        .main-wrapper {
            width: 968px;
            /*background-color: #f0dddd;*/
        }
    }
/* ######################## End of media-queries for .main-wrapper ######################## */

/* =========================================================================
Glossary styling
========================================================================= */
.glossary-typography .inner {
  margin: 0 0 40px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d3d3d3;
}

p.fixed {
  margin: 0 0 2.5em;
  padding: 1em 0;
  background-color: #fefdfd;
  background-color: rgba(254, 253, 253, 0.965);
  border-bottom: 1px solid #d3d3d3;
  color: #d3d3d3;
}

p.fixed a {
  margin: 0 5px;
  font-weight: bold;
  word-wrap: break-word;
}

p.fixed span {
  padding: 0 5px;
  color: #585858;
}

a[href="#top"] {
   font-size: 1em;
   outline: none;
}

/* =========================================================================
End of Glossary styling
========================================================================= */

/* =========================================================================
Extra megamenu styling
========================================================================= */

/* ############################ media-queries for #megamenu_42 .megamenu_item:first-child ############################ */
#megamenu_42 .megamenu_item:first-child { /* This is to push other menus out from under the about menu item on the datasets mega menu */
    /*min-height: 745px;*/ /* This is based on a minimum viewport of 400px, the media queries for the element at this stage are quite 'hacky' 
      to achieve the clearing of the 'about' menu item quickly, at some stage the entire mega menu needs to be made properly reponsive, 
      this will most likely involve changing the percentage widths for .megamenu_item */
    /*background-color: #fefdfd;
    background-color: rgba(254, 253, 253, 0.965);*/
}

    /* The below style is mainly for debugging purposes */
    /*@media (min-width: 400px) and (max-width: 767px) {
        #megamenu_42 .megamenu_item:first-child {
            min-height: 745px;
            background-color:yellow;
        }
    }*/

    @media (min-width: 768px) and (max-width: 991px) {
        #megamenu_42 .megamenu_item:first-child {
            min-height: 710px;
            /*background-color:#b9d9f0;*/
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        #megamenu_42 .megamenu_item:first-child {
            min-height: 420px;
            /*background-color: #f2f0a0;*/
        }
    }

    @media (min-width: 1200px) {
        #megamenu_42 .megamenu_item:first-child{
            min-height: 315px;
            /*background-color: #f0dddd;*/
        }
    }
/* ######################## End of media-queries for .main-wrapper ######################## */

.megamenu_item .list_layout p {
  white-space: nowrap;
}

/* ===================================================================
Short link styling
=================================================================== */
.shortCodeContainer {
  padding: 0;
  min-height:55px!important
}

.shortCodeContainer a {
  background-color: #fff;
  outline-width: 0;
  border-bottom: none;
  float: none;
  font-size:14px;
  -ms-word-break:break-all;
   word-break:break-all;

}

@-moz-document url-prefix() {
  .shortCodeContainer a {
    background-color: transparent;
  }
}

.shortCodeContainer p {
  margin: 0 0 5px;
}

.ui-dialog.shortCodeContainer {
  min-height: 40px !important;
  margin-top: 239px;
  padding: 0 0 10px;
  background: transparent;
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07); 
     -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  font-size:10px
}

.ui-dialog.shortCodeContainer.shortLinkExpanded {
  margin-top: 83px;
}

.ui-dialog.shortLinkDialog  .ui-dialog-titlebar {
  display: none;
}

/* Overriding the background for the dialog
----------------------------------------*/
.ui-widget-overlay {
  background: none;
}
/* ===================================================================
End of short link styling
=================================================================== */

.emi-tooltip {
  border: 3px solid #b9d9f0;
}

.bottom.js-shortcode-tooltip .ui-tooltip-content::after {
  left: 82px;
}

.bottom.js-fullscreen-button-tooltip .ui-tooltip-content::after {
  left: 120px;
}

.ui-tooltip {
  border: 2px solid #a4c8f5;
  padding: 0;
}

/* Hide tooltips on mobile */
.touch .ui-tooltip {
  display: none !important;
}

.ui-tooltip-content {
  padding: 1em;
}

.headerColumnBlueLine {
    border-width: 0;
}

.gridFooter{
    background-color: white;
    border-width: 1px;
    border-left-color:white;
    border-right-color:white;
    border-bottom-color:blue;
    border-top-color: blue;
}


 @media (max-width: 767px) {
    .header-logo a {
        height: 47px;
        background-size:cover;
        overflow:hidden
    }
 
    /* Font sizes mobile */
   
    h3#report_title, #hidden_title, h3.reporttitle {font-size:22px}   
}

.subtitle_item {
    font-size: 1.4em !important;
    font-weight:bold !important;
}

.li_vspditems {
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;  
}


/* ===================================================================
Search
=================================================================== */

h4.Summary_heading a {font-size:18px}
.sky-form div.search-result-item .icn {top:16px}
.sky-form div.search-result-item  {float:left; width: 100%; padding:10px 0px} 
.search-result-details span {word-wrap:break-word; float:left; margin-bottom:8px; width:100%; color:#8a8a8a}
.highlight-data em,
.search-result-details label {color:#404040}
.pagination_container {padding-top:0; padding-bottom:20px}
.pagination {border:none}
.pagination a {text-decoration:none}
.filterRight {float:right; margin-bottom:20px}
.sky-form .radio i, .sky-form .checkbox i {width:22px; height:22px}


span.viewCounter {
     font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; 
     font-size: 12px; 
 }

.dataTableNoResults p {
    color: #828485;
    font-size: 18px;
    display: block;
    padding-top: 200px;
    padding-bottom: 200px;
    text-align:center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

.applyBtn.btn.btn-sm.btn-apply {
    padding: 8px 17px;
    background-color:#e1e1e1;
    border:1px solid #cccccc;
    font-size:14.5px;
    border-radius:0;
}
.cancelBtn.btn.btn-sm.btn-cancel {
    font-size:16px;
    color:#FFF;
    background-color:#004e96;
    border:0;
    padding:8px 36px;
    text-decoration:none;
    border-radius:0;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker table.table-condensed {
    width: 100%;
    margin: 0;
    border-bottom:3px solid #004e96;
    margin: 15px 0;
    float: left;
  }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #8ec1d7;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.changing {
    outline: none;
    border-color: #3397c8;
    box-shadow: 0 0 10px #3397c8; 
    position: relative;
  }
  .daterangepicker td.changing.disabled {
    outline: none;
    box-shadow: none;
  }

  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled.totUsedDate {
      background-color: #357ebd;
      color:#FFF;
      border-radius: 4px;
  }
  .daterangepicker td.disabled.totUsedDate.changing {
      background-color: #357ebd;
      color:#FFF;
      border-radius: 4px;
      border-color: transparent;
      box-shadow: 0 0 10px #3397c8; 
  }
  .daterangepicker td.disabled, .daterangepicker option.disabled, .daterangepicker td.disabled.in-range {
    color: #999;
    cursor: not-allowed;
    /*text-decoration: line-through;*/ 
    background-color: #e6e6e6;
    border-radius: 0px;
  }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 3%;
    width: 36%;
    margin-left:4%;
    cursor:pointer
  }
  .daterangepicker select.yearselect {
    width: 36%;
    cursor:pointer
  }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0px;
    padding: 0 6px 0 28px;
    width: 174px; 
    /*position:absolute;
    left: 70px;
    top: 0px;*/
    float:right;
  }

    .daterangepicker .input-mini.active {
    outline: none;
    border-color: #3397c8;
    box-shadow: 0 0 10px #3397c8;
    }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 78px;
      top: 8px; }
    .daterangepicker .daterangepicker_input i.nextRowDown {
      position: absolute;
      left: 78px;
      top: 42px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker label { 
  text-align:right; 
  font-size:1.0em; 
  position: absolute;
  left: 15px;
  top: 8px;
 
}
.daterangepicker label.nextRowDown {
          top: 37px; 
}
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    /*padding-bottom: 40px;*/
  }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #3397c8;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #3397c8;
      color: #fff; }
    .ranges li.active {
      background: #3397c8;
      border: 1px solid #3397c8;
      color: #fff; }

 .ranges li.extraMargin {
    margin-bottom: 20px;
}
.calendar-years {
     clear:both;
     width:94%;
     margin:0 auto;
     padding-top:9px;
 }
.calendar-years .fa {
     cursor:pointer;
     padding:4px 5px 2px 3px;
     border-radius:4px;
 }
.calendar-years .fa:hover {
     background:#8ec1d7;
 }
.calendar-years .fa-chevron-left {
    float:left;
 }
.calendar-years .fa-chevron-right {
    float:right;
    padding:4px 3px 2px 5px;
 }
/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker .input-mini {
        width:164px;
    }
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 260px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
       .daterangepicker.ltr .calendar.left.onlyCalendar {
        clear: left;
        margin-left:15px;
        margin-right: 8px; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
      .daterangepicker.ltr .calendar.right.dontDisplay {
        visibility: hidden; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .left.onlyCalendar .daterangepicker_input {
        padding-right: 0px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left.onlyCalendar .calendar-table {
        padding-right: 0px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } 
          .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 78px;
      top: 8px; }
    .daterangepicker .daterangepicker_input i.nextRowDown {
      position: absolute;
      left: 78px;
      top: 42px; }

}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

.range_inputs {
    width:100%;
    padding:10px 0 4px 4px;

}


/*.range_inputs {
    position: absolute;
    bottom: 12px;
}*/
.monthrangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .monthrangepicker:before, .monthrangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .monthrangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .monthrangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .monthrangepicker.opensleft:before {
    right: 9px; }
  .monthrangepicker.opensleft:after {
    right: 10px; }
  .monthrangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .monthrangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .monthrangepicker.opensright:before {
    left: 9px; }
  .monthrangepicker.opensright:after {
    left: 10px; }
  .monthrangepicker.dropup {
    margin-top: -5px; }
    .monthrangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .monthrangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .monthrangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .monthrangepicker.single .ranges, .monthrangepicker.single .calendar {
    float: none; }
  .monthrangepicker.show-calendar .calendar {
    display: block; }
  .monthrangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .monthrangepicker .calendar.single .calendar-table {
      border: none; }
    .monthrangepicker .calendar th, .monthrangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 60px; }
  .monthrangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .monthrangepicker table.table-condensed {
    width: 240px;
    margin: 0;
    border-bottom:3px solid #00346b;
    margin: 15px 0;
    float: left;
  }
  .monthrangepicker td, .monthrangepicker th {
    text-align: center;
    width: 20px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .monthrangepicker.single td, .monthrangepicker.single th {
       width: 45px;
       height: 32px;
    }
    .monthrangepicker td.available:hover, .monthrangepicker th.available:hover {
      background-color: #cce5f1;
      border-color: transparent;
      color: inherit; }
    .monthrangepicker td.week, .monthrangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .monthrangepicker td.off, .monthrangepicker td.off.in-range, .monthrangepicker td.off.start-date, .monthrangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .monthrangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .monthrangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .monthrangepicker td.changing {
    outline: none;
    border-color: #3397c8;
    box-shadow: 0 0 10px #3397c8; 
    position: relative;
  }
  .monthrangepicker td.changing.start-date.end-date {
        border-radius: 8px; 
    }
    .monthrangepicker td.changing.start-date {
        border-radius: 8px 0 0 8px;
    }
     .monthrangepicker td.changing.end-date {
         border-radius: 0 8px 8px 0;
    }
      .monthrangepicker td.changing.in-range {
          border-radius: 0;
    }


  .monthrangepicker td.changing.disabled {
    outline: none;
    box-shadow: none;
  }
  .monthrangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .monthrangepicker td.start-date.end-date {
    border-radius: 4px; }
  .monthrangepicker td.active, .monthrangepicker td.active:hover {
    background-color: #3397c8;
    border-color: transparent;
    color: #fff; }
  .monthrangepicker th.month {
    width: auto; }
  .monthrangepicker td.disabled, .monthrangepicker option.disabled, .monthrangepicker td.disabled.in-range {
    color: #999;
    cursor: not-allowed;
    /*text-decoration: line-through;*/ 
    background-color: #e6e6e6;
    border-radius: 0px;
  }
  .monthrangepicker select.monthselect, .monthrangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .monthrangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .monthrangepicker select.yearselect {
    width: 40%; 
    margin-left:26%;
    cursor:pointer;
  }
  .monthrangepicker select.hourselect, .monthrangepicker select.minuteselect, .monthrangepicker select.secondselect, .monthrangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .monthrangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 160px;
    float:right;
    margin-right:18px;
  }
    .monthrangepicker .input-mini.active {
      outline: none;
    border-color: #3397c8;
    box-shadow: 0 0 10px #3397c8;

    }
  .monthrangepicker .monthrangepicker_input {
    position: relative; }
    .monthrangepicker .monthrangepicker_input i {
      position: absolute;
      left: 90px;
      top: 8px; }
     .monthrangepicker .monthrangepicker_input i.nextRowDown {
      position: absolute;
      left: 90px;
      top: 42px; }
  .monthrangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .monthrangepicker.rtl .monthrangepicker_input i {
    left: auto;
    right: 8px; }
   .monthrangepicker label { 
  text-align:right; 
  font-size:1.0em; 
  position: absolute;
  left: 15px;
  top: 8px;
 
}
.monthrangepicker label.nextRowDown {
          top: 37px; 
}
  .monthrangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .monthrangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; 
    /*padding-bottom: 40px;*/
  }
  .ranges li {
    font-size: 13px;
    font-weight:normal;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #3397c8;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #3397c8;
      color: #fff; }
    .ranges li.active {
      background: #3397c8;
      border: 1px solid #3397c8;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .monthrangepicker {
    width: auto; }
    .monthrangepicker .ranges ul {
      width: 260px; }
    .monthrangepicker.single .ranges ul {
      width: 100%; }
    .monthrangepicker.single .calendar.left {
      clear: none; }
    .monthrangepicker.single.ltr .ranges, .monthrangepicker.single.ltr .calendar {
      float: left; }
    .monthrangepicker.single.rtl .ranges, .monthrangepicker.single.rtl .calendar {
      float: right; }
    .monthrangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .monthrangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
       .monthrangepicker.ltr .calendar.left.onlyCalendar {
        clear: left;
        margin-left:15px;
        margin-right: 8px; }
        .monthrangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .monthrangepicker.ltr .calendar.right {
        margin-left: 0; }
         .monthrangepicker.ltr .calendar.right.dontDisplay {
        visibility: hidden; }
        .monthrangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .monthrangepicker.ltr .left .monthrangepicker_input {
        padding-right: 12px; }
      .monthrangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
       .monthrangepicker.ltr .left.onlyCalendar .monthrangepicker_input {
        padding-right: 0px; }
        .monthrangepicker.ltr .ranges, .monthrangepicker.ltr .calendar {
        float: left; }
    .monthrangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .monthrangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .monthrangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .monthrangepicker.rtl .calendar.right {
        margin-right: 0; }
        .monthrangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .monthrangepicker.rtl .left .monthrangepicker_input {
        padding-left: 12px; }
      .monthrangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .monthrangepicker.rtl .ranges, .monthrangepicker.rtl .calendar {
        text-align: right;
        float: right; } 
      .monthrangepicker .monthrangepicker_input i {
      position: absolute;
      left: 100px;
      top: 8px; }
     .monthrangepicker .monthrangepicker_input i.nextRowDown {
      position: absolute;
      left: 100px;
      top: 42px; }
}
@media (min-width: 730px) {
  .monthrangepicker .ranges {
    width: auto; }
  .monthrangepicker.ltr .ranges {
    float: left; }
  .monthrangepicker.rtl .ranges {
    float: right; }
  .monthrangepicker .calendar.left {
    clear: none !important; } }

.range_inputs {
    width:100%;
    padding:10px 0 4px 4px;
}

/*.range_inputs {
    position: absolute;
    bottom: 12px;
}*/
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('Font/fontawesome-webfont.eot');
  src: url('Font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), 
      url('Font/fontawesome-webfont.woff') format('woff'), 
      url('Font/fontawesome-webfont.ttf') format('truetype'), 
      url('Font/fontawesome-webfont.svg #fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
    /*font-family: 'mercurytext_g3_roman';*/


.col-centered {
    float: none;
    margin: 0 auto;
}
.block-centered {
    display:table;
    margin: 0 auto;
}

    label.required {
        padding-left:5px;
    }
.text-mandatory {    
    margin-top: -15px;
    margin-right: 0;
}
small {
    font-style:italic;
    font-size:12.5px;
    color:#585858;
}
hr {
    margin:25px 0;
    border-top: 1px solid #d3d3d3;
}
.mr15 {margin-right:15px}
.right {float: right;}
.left {float:left}
.w100 {width:100%}
.w350 {width:350px}


/*admin*/
.adminScreen .form-group,
.adminScreen .checkbox {float:left; margin-bottom:30px; clear:both;}
.adminScreen .checkbox {margin-bottom:7px}
.adminScreen .lastCheckbox {margin-bottom:30px}
    .adminScreen .form-group label,
    .adminScreen .form-group input{
        float: none; display:block; clear:both
    }
    .adminScreen .form-group label {font-weight:bold}
 .adminScreen .checkbox input[type="checkbox"]{margin-left:0}
.adminScreen .form-group select {font-size:15px; margin-bottom:10px}
.adminScreen .btn-default:hover,
.adminScreen .btn-default[disabled] {background-color: #0e2b63; color:white}
.adminScreen .checkbox-inline li {list-style:none}
.adminScreen textarea {font-size:14px}



/*admin enviro message*/
.enviro-wrap {position: fixed;bottom: 0;right: 30px; z-index:9999}
.enviro {
    font-size: 18px;
    color: white;
    padding: 7px 15px;
    float: left;
}
.version-wrap {
    position: fixed;
    top: 0;
    left: 30px;
    z-index: 9999
}
.version {
    font-size: 10px;
    color: #3397c8;
    padding: 5px 5px;
    float: right;
}
.version {
    background: #e1e1e1;
}
.enviro-dev {background:#008000}
.enviro-dev .enviro-db {background:#339933}

.enviro-preProd {background:#ffa500}
.enviro-preProd .enviro-db {background:#ebb147}

.enviro-prod {background:#ff0000}
.enviro-prod .enviro-db {background:#ed5858}

@media (max-width:559px) {
    .enviro-wrap {width:100%; right:0}
    .enviro {float:inherit; width:100%; text-align:center; font-size:16px}
}

/*------mvc vallidation override------*/
.validation-summary-valid.alert-danger {
    display: none;
}
.input-validation-error {
    border:1px solid #d81e1e;
}
.summaryError {
    color:#d81e1e;
}
.field-validation-error{
    color:#d81e1e;
    font-size: 14px;
}
.summaryError:before {
    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;
    content: "\e60c";
    padding-right: 10px;
    font-size: 23px;
    display: inline-block;
    top: 2px;
    position: relative;
}
.alert span {
    font-weight: normal;
    font-size:19px;
    color:#d81e1e;
}
.alert ul {
    list-style-type: none;
    padding-left: 0;
}
.alert ul li {
    font-size:14.5px;
}


.actionLeft {
  width: 66.66%;
  overflow: visible;
}

.main a[target="_blank"]:after {
  background: url("images/new_win.png") no-repeat scroll right top rgba(0,0,0,0);
  content: " ";
  height: 7px;
  margin-top: 3px;
  position: absolute;
  width: 8px;
  right: -8px;
  top: 0;
}
.main a[target="_blank"] {position:relative; margin-right:6px; display: inline-block;}


/*-------------------table-------------------
div:not(.daterangepicker) > table, div:not(.monthrangepicker) > table {
    width:100%;
    border-bottom:3px solid #004e96;
}
div:not(.daterangepicker, .monthrangepicker)   > thead tr {
    background-color:#0e2b63;
    color:#FFF;
}
div:not(.daterangepicker, .monthrangepicker)   > thead th {
    font-weight: normal;
    padding: 8px 15px;
    text-align:left;
    text-transform: uppercase;
    font-size: 13px;
}

div:not(.daterangepicker, .monthrangepicker)   > tbody td {
    padding: 10px 15px;
    border:1px solid #e6e1e1;
    width:12.5%;
    white-space:nowrap;
}


div:not(.daterangepicker, .monthrangepicker)   > tbody td:first-child {
    width:20%
}
div:not(.daterangepicker, .monthrangepicker)   > tbody td:last-child {
    width:5%
}
div:not(.daterangepicker, .monthrangepicker)  > table tr {
    border:1px solid #e6e1e1;
}

table thead tr {
    border: 1px solid #004e96;
    border-top:none
}
div:not(.daterangepicker, .monthrangepicker)   > table .icon-plus:before,
div:not(.daterangepicker, .monthrangepicker)   > table .icon-minus:before {
    font-size:12px;
    color:#4782b8;
    margin-right:10px;
    cursor:pointer
}
div:not(.daterangepicker, .monthrangepicker)   > table .icon-upload {
    text-decoration:none;
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
      display: inline-block;
}
div:not(.daterangepicker, .monthrangepicker)   > table .icon-upload:before {
    font-size:16px;
    color:#4782b8;
}
div:not(.daterangepicker, .monthrangepicker)   > table.inner-table {
    margin:0 auto;
}
div:not(.daterangepicker, .monthrangepicker)   > table.inner-table thead tr {
    background-color:#4782b8;
}
div:not(.daterangepicker, .monthrangepicker)   > table.inner-table thead td {
    font-weight: normal;
    font-size:14.5px;
    border: 1px solid #4782b8;
    padding:6px 12px;
}
div:not(.daterangepicker, .monthrangepicker)   > table.inner-table tbody {
    background-color:#FFF;
}
div:not(.daterangepicker, .monthrangepicker)   > table.inner-table tbody td {
    padding:6px 12px;
}
div:not(.daterangepicker, .monthrangepicker)   > .table-type-2 thead th:first-child,
div:not(.daterangepicker, .monthrangepicker)   > .table-type-2 thead th:last-child {
    width:auto;
}
div:not(.daterangepicker, .monthrangepicker)   > .table-type-2 tbody {
    background-color:#FFF;
}
div:not(.daterangepicker, .monthrangepicker)   > .table-type-2 thead th.display-remove {
    width: 11%;
}

div:not(.daterangepicker, .monthrangepicker)   > .table td.uploadCol {
    background: #f2f2f2;
    text-align: center;
    width:40px
}
div:not(.daterangepicker, .monthrangepicker)   >  .table td.uploadCol a.icon-upload{
    padding:5px 25px
}
div:not(.daterangepicker, .monthrangepicker)   > .table td.tableDesc a {
    padding-left:8px
}*/
/*--------------filter--------------*/
.filter {
    float:right;
    margin-top:-3px
}
.filter 
.filter label {
    font-family:Arial;
    color:#666666;
    font-size:14.5px;
    padding-right:10px;
}
.filter input[type="search"] {
    height:33px;
}
    .filter .checkbox-inline {
        margin-top:6px
    }
.acc-titles {float:left}
/*--------------announcement alert--------------*/
.bg-color-dark-grey {
    background-color:#f4f4f4;
}
.alert-announcement {
  color: #666666;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  clear:both;
  margin-bottom: 14px;
}
.announcement {
    position:relative;
}
.announcement:before {
    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;
    content: "\e601";
    padding-right: 10px;
    font-size: 25px;
    display: inline-block;
    top: 2px;
    position: relative;
}
.announcement span {
    font-family: 'Arial';
    color: #666666;
    font-size: 14.5px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.announcement .icon-plus {
    text-decoration:none;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
    cursor:pointer;
}
.announcement .icon-plus:before {
	content: "\e608";
    color:#bebebe;
    font-size:25px;
}

/*--------------Placeholders--------------*/
::-webkit-input-placeholder {
   font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
   font-style:italic;
}
::-moz-placeholder {  /* Firefox 19+ */
   font-style:italic;
}
:-ms-input-placeholder {  
   font-style:italic; 
}

.create-links {
    width:100%;
    float: right;
    padding-bottom:18px;
    margin-top:25px
}
.create-links .icon-create_new {
    float:right;
    padding-left:20px;
}
.create-links .icon-create_new:before {
  content: "\e603";
  color: #004e96;
  font-size: 20px;
  padding-right: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.create-links a {
    font-weight: normal;
    display:inline-block;
    float:right;
    font-size:15px;
    text-decoration:none;
    margin-top:2px
}
.create-links a:hover {color:#657eb8; text-decoration:underline}
.acc-titles h3 {
    margin:0;
    position:relative;
    cursor: pointer;
    background:#657eb8;
    color:white;
    padding:9px 15px;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
}

.acc-titles h3.active {
    background:#0e2b63;
    padding-bottom:11px
}
/*
.acc-titles h3.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color:  transparent transparent #004e96 transparent;
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -10px;
}*/
/*--------------Popup Dialog--------------*/
.dialog {
    width:495px;
    height:511px;
    background-color:#FFF;
    border:1px solid #004e96;
    padding:48px 25px 25px;
}
.dialog.dailog-confirm{
    height:265px;
}
.dialog fieldset {
    padding:20px 30px;
    height:100%;
}
.dialog h3 {
    margin-top:0;
    margin-bottom: 23px;
}
.dialog .icon-plus {
    text-decoration:none;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 12px;
    cursor:pointer;
}
.dialog .icon-plus:before {
	content: "\e608";
    color:#004e96;
    font-size:25px;
}
.dialog .cancel-lnk {
    padding-right:15px;
}
/*--------------helpers--------------*/
.top-space-0 {
     margin-top:0;
}
.top-space-10 {
    margin-top:10px;
    display:inline-block;
}
.top-space-30 {
    margin-top:30px;
}
.bottom-space-30 {
    margin-bottom:30px;
}
.left-space-15 {
    margin-left:15px;
}
.left-right-space-15 {
    padding-left:15px;
    padding-right:15px;
}

.btns-lnk-group {
    margin-top: 30px;
}
.btns-lnk-group .cancel-lnk {
    padding: 12px 0;
    display:inline-block;
}
.btns-lnk-group .cancel-lnk.lnk-sm {
    padding: 9px 0;
    display:inline-block;
}
.edit-lnk .icon-edit {
    font-size: 21px;
    padding-right: 7px;
}
.delete-lnk .icon-trash {
    font-size: 23px;
}
.edit-lnk,
.delete-lnk,
.edit-lnk:hover,
.delete-lnk:hover {
    text-decoration:none;
}
/*--------------component layout--------------*/
.component-layout {
    margin:20px 0;
    display: table;
    width:100%;
}
.component-layout > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.component-layout-section {
    border:1px solid #f0eeee;
    padding: 30px 25px;
}
.component-layout-section-right {
    border: 1px solid #f0eeee;
    padding: 30px 25px;
    margin-right: -15px;
    overflow: hidden;
}
.component-layout .component-layout-section-right h2 {
    color:#004e96;
    text-align:center;
    padding-bottom: 30px;
}
.component-layout .component-layout-section-right .inside-view h2 {
    padding-bottom:0;
}
.component-layout-section-right h2 .icon-plus {
    font-size: 22px;
    padding-right: 7px;
}
.component-layout h2 {
    color:#414141;
    font-size:23px;
    margin:0 0 25px;
}
.component-layout h3 {
    font-size:18.5px;
    text-align:center;
    border:0;
    margin-top:0;
    line-height: 25px;
    padding-bottom: 15px;
}
.component-layout .icon-existing {
    margin: 0 auto;
    text-align:center;
    display: block;
    font-size:45px;
}
.component-layout h2 .icon-existing {
    display:inline-block;
    font-size:18px;
    padding-right: 7px;
}
.component-layout h2 .icon-download,
.component-layout h2 .icon-create {
    display:inline-block;
    font-size:18px;
    padding-left: 7px;
}
.component-layout .icon-download {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    margin: 0 auto;
    text-align:center;
    display: block;
    font-size:45px;
}
.component-layout .icon-create {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    margin: 0 auto;
    text-align:center;
    display: block;
    font-size:45px;
}
.component-layout .icon-tick {
    font-size: 17px;
    padding-right: 9px;
    top: 2px;
    position: relative;
}
.component-summary div:last-child {
    border-bottom:1px solid #e6e1e1;
}
.component-summary div {
    border-top:1px solid #e6e1e1;
    margin-left: -25px;
    margin-right: -25px;
    padding:15px 25px;
    cursor:pointer;
}
.component-summary div:hover,
.component-summary .activeSum {
    background-color:#e8f2fa;
}
.component-summary h3 {
    font-weight: normal;
    font-size:21px;
    color:#004e96;
    margin-bottom:0;
    padding-bottom:0;
}
.component-summary .icon-arrow-down {
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    display:inline-block;
    font-size:14px;
    font-weight: bold;
    color:#004e96;
    margin-left: 9px;    
}
.override-btns {
    padding: 10px;
    background-color: #f4f4f4;
    overflow: hidden;
}
.override-btns a {
    float:right;
    margin-left:10px;
}
.inside-view .override-btns {background:white}
.show-all {
    float:left;
    margin-top:10px;
    text-decoration:none;
}
.show-all:hover {
    text-decoration:none;
}
.show-all span {
    text-decoration:underline;
    padding-left: 5px;
    vertical-align: top;
}
.show-all .icon-plus {
    font-size:18px;
}
.click-box {
    width:100%;
    height:230px;
    background-color: #e8f2fa;
    cursor:pointer;
    padding:30px 40px;
    border-bottom:3px solid #4685c5;
    color:#004e96;
}
.click-box:hover {
    background-color:#004e96;    
}
.click-box:hover h3 {
    color:#FFF;
}
.click-box i {
    color:#004e96;
}
.click-box:hover i {
    color:#FFF;
}



/*-----------------account-settings--------------*/
@media (min-width: 768px) {
    .account-settings .dl-horizontal dt,
    .description-list .dl-horizontal dt {
        width:auto;
        padding-right:5px;
    }
    .account-settings .dl-horizontal dd,
    .description-list .dl-horizontal dd {
      margin-left:0;
    }
}
/*-----------------jquery ui overwrite--------------*/
.ui-datepicker-calendar {
    border-bottom:0;
    font-size: inherit;
}
.ui-datepicker-calendar thead tr {
    border: 1px solid #e6e1e1;
    background-color: inherit;
    color:inherit;
}
.ui-datepicker table.ui-datepicker-calendar {
    font-size: inherit;
}
.ui-datepicker th {
    width:auto;
}
.ui-datepicker-header a {
    font-size:1.1em;
}
.ui-datepicker-calendar thead th {
    font-family:Verdana,Arial,sans-serif;
    font-size: .9em;
}
.ui-datepicker-calendar thead th:first-child {
    width:auto;
}
.ui-datepicker table tr {
    border:0;
}


/*----------------override component-----------------*/
.form-inline .txtbox-inline label {
    width:14%;
}
.form-inline .txtbox-inline input {
    width:31%;
}
.form-inline .txtbox-inline select {
    width:31%;
}
.first-ctl {
    margin-right: 24px;
}
.controls-wrapper {
    text-align:center;
    display: block;
    margin:50px auto;
}
.controls-wrapper a {
    margin-bottom: 12px;
}
select.multi-select-box {
    height:200px !important;
}
.multi-select-box option {
    background-color: #FFF;
    margin-left: -11px;
    margin-right: -11px;
    padding: 5px 5px 5px 10px;
}
.multi-select-box option:nth-child(odd) {
    background-color: #f4f4f4;
}
.download-section {
    margin-top: 10px;
    padding: 10px;
    background-color: #f4f4f4;
    display: inline-block;
    overflow:hidden;
    width: 100%;
}
.download-section .icon-download {
    display: inline-block;
    font-size: 18px;
    padding-top: 8px;
    padding-right: 7px;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: #004e96;
}
.buttons-center {
    display:table;
    margin: 0 auto;
}
.buttons-center input {
    margin-left:15px;
}
/*-----------file upload-----------*/
.fileupload-text {
    float:left;
    margin:9px 0 0 9px;
}
.fileinput-button input {
    height:37px;
    width: 119px;
}

/* Added to stop the j and g's of the world from having their tails trimmed */
select.form-control {
    /*height: 30px;*/
}




@media (max-width:767px) {
    .vspdHide {display:none}
    .create-links {float:left; width:initial; margin-top:inherit}
        .create-links a {margin-right:15px}
        .create-links .icon-create_new {margin-left:-20px}
    .component-layout > [class*="col-"] {float:left}
    .form-inline .txtbox-inline input,
    .form-inline .txtbox-inline select {width:100%}
    .js_ToAcitve.btnRotate,
    .js_ToInactive.btnRotate {
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg)}
    .filter{float:left; margin-bottom:20px}
}

@media (max-width:650px) {
        .footer-section ul {width: 50%;}
}

html {
  /*height: 100%;*/
}

body {
/*color: #666666;*/
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  text-rendering: optimizelegibility; 
  -webkit-font-smoothing: antialiased;
  padding:0;
  margin:0;
  
  /*height: 100%;*/
  background: #fff;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader_center_parent{
    height: 100%;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}


.loader {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  position: relative;
  width: 55px;
  height: 60px;
  margin:0 auto;
}
.loader__bar {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;


  position: absolute;
  bottom: 0px;
  width: 10px;
  height: 50px;
  background: #00346C;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.loader__bar:nth-child(1) {
  left: 0px;
  -webkit-transform: scale(1, 0.2);
          transform: scale(1, 0.2);
  -webkit-animation: barUp1 4s infinite;
          animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
  left: 13px;
  -webkit-transform: scale(1, 0.4);
          transform: scale(1, 0.4);
  -webkit-animation: barUp2 4s infinite;
          animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
  left:26px;
  -webkit-transform: scale(1, 0.6);
          transform: scale(1, 0.6);
  -webkit-animation: barUp3 4s infinite;
          animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
  left: 39px;
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
  -webkit-animation: barUp4 4s infinite;
          animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
  left: 52px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-animation: barUp5 4s infinite;
          animation: barUp5 4s infinite;
}
.loader__ball {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #00346C;
  border-radius: 50%;
  -webkit-animation: ball 4s infinite;
          animation: ball 4s infinite;
}

@-webkit-keyframes ball {
   0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(5px, -14px);
  }
  10% {
    transform: translate(13px, -10px)
  }
  17% {
    transform: translate(19px, -24px)
  }
  20% {
    transform: translate(25px, -20px)
  }
  27% {
    transform: translate(31px, -34px)
  }
  30% {
    transform: translate(37px, -30px)
  }
  37% {
    transform: translate(43px, -44px)
  }
  40% {
    transform: translate(51px, -40px)
  }
  50% {
    transform: translate(51px, 0)
  }
  57% {
    transform: translate(43px, -14px)
  }
  60% {
    transform: translate(37px, -10px)
  }
  67% {
    transform: translate(31px, -24px)
  }
  70% {
    transform: translate(25px, -20px)
  }
  77% {
    transform: translate(19px, -34px)
  }
  80% {
    transform: translate(13px, -30px)
  }
  87% {
    transform: translate(5px, -44px)
  }
  90% {
    transform: translate(0, -40px)
  }
  100% {
    transform: translate(0, 0);
  }
}


@keyframes ball {
   0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(5px, -14px);
  }
  10% {
    transform: translate(13px, -10px)
  }
  17% {
    transform: translate(19px, -24px)
  }
  20% {
    transform: translate(25px, -20px)
  }
  27% {
    transform: translate(31px, -34px)
  }
  30% {
    transform: translate(37px, -30px)
  }
  37% {
    transform: translate(43px, -44px)
  }
  40% {
    transform: translate(51px, -40px)
  }
  50% {
    transform: translate(51px, 0)
  }
  57% {
    transform: translate(43px, -14px)
  }
  60% {
    transform: translate(37px, -10px)
  }
  67% {
    transform: translate(31px, -24px)
  }
  70% {
    transform: translate(25px, -20px)
  }
  77% {
    transform: translate(19px, -34px)
  }
  80% {
    transform: translate(13px, -30px)
  }
  87% {
    transform: translate(5px, -44px)
  }
  90% {
    transform: translate(0, -40px)
  }
  100% {
    transform: translate(0, 0);
  }
}

}
@-webkit-keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
}
@keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
}
@-webkit-keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
}
@keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
}
@-webkit-keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
}
@keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
}
@-webkit-keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}
@keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}
@-webkit-keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-parent {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.ms-choice {
	display: block;
	height: 29px;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #aaa;
	text-align: left;
	white-space: nowrap;
	line-height: 36px;
	color: #444;
	text-decoration: none;
  background-color: #fff;
	/*-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;*/
}

.ms-choice.disabled {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.ms-choice > span {
	position: absolute;
	top: 0;
	left: 0;
	right: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding-left: 8px;
}

.ms-choice > span.placeholder {
	/*color: #999;*/
}

.ms-choice > div {
	/*position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 25px;
	background: url('multiple-select.png') right top no-repeat;*/
}

.ms-choice > div.open {
	/*background: url('multiple-select.png') left top no-repeat;*/
}

.ms-drop {
	overflow: hidden;
	display: none;
	margin-top: -1px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	top: 100%;
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}


.ms-search {
	display: inline-block;
	margin: 0;
	min-height: 26px;
	padding: 4px;
	position: relative;
	white-space: nowrap;
	width: 100%;
	z-index: 10000;
}

.ms-search input {
	width: 100%;
	height: auto !important;
	min-height: 24px;
	padding: 0 20px 0 5px;
	margin: 0;
	outline: 0;
	font-family: sans-serif;
	font-size: 1em;
	border: 1px solid #aaa;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #fff url('multiple-select.png') no-repeat 100% -22px;
	background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
	background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
	background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
	background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.ms-drop ul {
	margin: 0;
	padding: 5px 8px;
}

.ms-drop ul > li {
	list-style: none;
    /*display: list-item; --CS905XXX */
	display: block;  
	background-image: none;
	position: static;
}

.ms-drop ul > li .disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
	display: block;
	float: left;
}

.ms-drop ul > li.group {
	clear: both;
}

.ms-drop ul > li.multiple label {
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ms-drop ul > li label.optgroup {
	font-weight: bold;
}

.ms-drop input[type="checkbox"] {
	vertical-align: middle;
}

/*!
 * jQuery contextMenu - Plugin for simple contextMenu handling
 *
 * Version: git-master
 *
 * Authors: Rodney Rehm, Addy Osmani (patches for FF)
 * Web: http://medialize.github.com/jQuery-contextMenu/
 *
 * Licensed under
 *   MIT License http://www.opensource.org/licenses/mit-license
 *   GPL v3 http://opensource.org/licenses/GPL-3.0
 *
 */

.context-menu-list {
    margin:0; 
    padding:0;
    min-width: 180px;
    max-width: 270px;
    display: inline-block;
    position: absolute;
    list-style-type: none;    
    border: 1px solid #DDD;
    background: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.context-menu-list li {
    white-space:nowrap;
    border-bottom:1px solid #ddd
    }
.context-menu-list li:last-child {
    border-bottom:none
    }

.context-menu-item {
    padding: 9px 5px 9px 27px;
    background-color: #FFF;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: -moz-none;
        -ms-user-select: none;
            user-select: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.context-menu-separator {
    padding-bottom:0;
    border-bottom: 1px solid #DDD;
}

.context-menu-item > label > input,
.context-menu-item > label > textarea {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;

}

.context-menu-item.hover {
    cursor: pointer;
    background-color: #004e96;
    color:white

}

.context-menu-item.disabled {
    color: #666;
}

.context-menu-input.hover,
.context-menu-item.disabled.hover {
    cursor: default;
    background-color: #EEE;
}

.context-menu-submenu:after {
    content: ">";
    color: #666;
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 1;

}

/* icons
    #protip:
    In case you want to use sprites for icons (which I would suggest you do) have a look at
    http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement 
    .context-menu-item.icon:before {}
 */
.context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 6px 6px; }
.context-menu-item.icon-pdf { background-image: url(images/file-icons/pdf.png); }
.context-menu-item.icon-csv { background-image: url(images/file-icons/csv.png); }
.context-menu-item.icon-text { background-image: url(images/file-icons/txt.png); }

/* vertically align inside labels */
.context-menu-input > label > * { vertical-align: top; }

/* position checkboxes and radios as icons */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
    margin-left: -17px;
}
.context-menu-input > label > span {
    margin-left: 5px;
}

.context-menu-input > label,
.context-menu-input > label > input[type="text"],
.context-menu-input > label > textarea,
.context-menu-input > label > select {
    display: block;
    width: 100%;
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.context-menu-input > label > textarea {
    height: 100px;
}
.context-menu-item > .context-menu-list {
    display: none;
    /* re-positioned by js */
    right: -5px;
    top: 5px;
}

.context-menu-item.hover > .context-menu-list {
    display: block;
}

.context-menu-accesskey {
    text-decoration: underline;
}

/*---Reference---
    Default blue - #3397c8
    Dark blue - #004e96
    Text grey - #666
    Text light grey - #999
    Border grey - #e1e1e1
    Orange - #ff8b05
*/
/*---Base---*/
body {
    color:#545555;
}
a {color:#3397c8; text-decoration:none}
a:hover {cursor:pointer; opacity:.5; color:initial}
a[target="_blank"]:after {
    background: url(images/new_win.png) no-repeat scroll right top rgba(0,0,0,0);
    content: " ";
    height: 7px;
    margin-top: 3px;
    position: absolute;
    width: 11px;
}
.emi-signpost a[target="_blank"]:after {display:none}
a[target="_blank"] {
    padding-right:7px
}
.emi-btn a[target="_blank"] {padding:0}

.emi-btn a[target="_blank"]:after {display:none;}

a.emi-link-no-arrow[target="_blank"] {
    padding-right:0
}
a.emi-link-no-arrow[target="_blank"]:after {
    background:none;
}
p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #545555;
}
.emi-underline,
p a {text-decoration:underline}
p.intro {
  margin: 0 0 30px;
  font-size:20px;
  color:#00346b
}
.tabcontent,
.tabcontent p {
    font-size:13px
} 
.text-blue {
    color:#004e96
}

.emi-light-blue {
    color:#3397c8;
}
h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
    font-weight: normal;
    float: left;
    font-size: 30px;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}
h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 20px 0;
    font-size:24px;
    -webkit-font-smoothing: antialiased;
}
h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}
h4 {
    font-size:13px;
    font-weight:bold;
    -webkit-font-smoothing: antialiased;
}
.italic {font-style:italic}
h3 a:hover {text-decoration:none}
.small,
p.small{font-size:14px}
.extraSmall,
p.extraSmall {font-size:12px}
.mid,
p.mid {
    font-size: 16px
}

.emi-bold {
    font-weight:bold;
}

/*---Layout---*/
.emi-left {float:left}
.emi-right {float:right}

.emi-left-col {
    float:left;
    width:100%;
    padding-right:0
}
.emi-right-col {
    float:right;
    width:100%;
    margin-top:20px;
}
.emi-wrapContent-searchHeader {
  width: 95%;
  margin:0 auto;
  max-width:2000px;
  /*overflow:hidden;*/
}
.emi-wrapContent {
  width: 95%;
  margin:0 auto;
  max-width:2000px;
}
.emi-main {padding: 20px 1.5% 30px;}
.emi-main ul {margin-bottom:30px; font-size:16px}
.emi-main li {margin: .6em 0;}
.emi-main h1 {margin-top:0}

/*---Margins---*/
.emi-m-r-1x {
    margin-right:5px!important
}
.emi-m-r-2x {
    margin-right:10px!important
}
.emi-m-r-3x {
    margin-right:15px!important
}
.emi-m-r-4x {
    margin-right:20px!important
}
.emi-m-l-1x {
    margin-left:5px!important
}
.emi-m-l-2x {
    margin-left:10px!important
}
.emi-m-l-3x {
    margin-left:15px!important
}
.emi-m-l-4x {
    margin-left:20px!important
}
.emi-m-t-0 {
    margin-top:0!important
}
.emi-m-t-1x {
    margin-top:5px!important
}
.emi-m-t-2x {
    margin-top:10px!important
}
.emi-m-t-3x {
    margin-top:15px!important
}
.emi-m-t-4x {
    margin-top:20px!important
}
.emi-m-t-5x {
    margin-top:25px!important
}
.emi-m-t-8x {
    margin-top: 40px !important
}
.emi-m-b-0 {
    margin-bottom:0!important
}
.emi-m-b-1x {
    margin-bottom:5px!important
}
.emi-m-b-2x {
    margin-bottom:10px!important
}
.emi-m-b-3x {
    margin-bottom:15px!important
}
.emi-m-b-4x {
    margin-bottom:20px!important
}
.emi-m-b-5x {
    margin-bottom:25px!important
}

/*---Padding---*/
.emi-p-t-0 {
    padding-top:0!important
}
.emi-p-t-1x {
    padding-top:5px!important
}
.emi-p-t-2x {
    padding-top:10px!important
}
.emi-p-t-3x {
    padding-top:15px!important
}
.emi-p-b-0 {
    padding-bottom:0!important
}
.emi-p-b-1x {
    padding-bottom:5px!important
}
.emi-p-b-2x {
    padding-bottom:10px!important
}
.emi-p-b-3x {
    padding-bottom:15px!important
}
.emi-p-r-0 {
    padding-right: 0!important
}

/*---Homepage---*/
.emi-featuredWrapper {
    position:relative;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    padding:20px 25px;
}
.emi-featuredReports-controls {font-size:20px; color:#3397c8}
.emi-featuredReport-left-icon {
    transform:rotate(180deg); 
    display:block;    
    position: absolute;
    top: 50%;
    margin-top:-40px;
    left: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #f9f8f8;
    background: rgba(255, 255, 255, .8);
    height: 80px;
    width: 40px;
    box-shadow: -3px -1px 5px rgba(0, 0, 0, .1);
    cursor:pointer;
}
.emi-featuredReport-right-icon {
    display:block;    
    position: absolute;
    top: 50%;
    margin-top:-40px;
    right: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #f9f8f8;
    background: rgba(255, 255, 255, .5);
    height: 80px;
    width: 40px;
    box-shadow: -3px 1px 5px rgba(0, 0, 0, .1);
    cursor:pointer;
}
.emi-featuredReport-left-icon:before,
.emi-featuredReport-right-icon:before {
    position: absolute;
    top: 28px;
    left: 12px;
}
.emi-featuredReport-left-icon:before {
    top:27px;
}

.emi-featuredReport-right-icon {
    display:block;    
    position: absolute;
    top: 50%;
    right: 0;
}
.emi-featuredWrapper .VisualChart {
    overflow:hidden
}

ul.emi-featuredReport-id {
    width:200px;
    padding:10px;
    margin:0 auto;
    text-align:center
}
ul.emi-featuredReport-id li{
    display:inline-block;
    padding:0 4px
}
ul.emi-featuredReport-id li a{
    border-radius:50%;
    height:15px;
    width:15px;
    display:block;
    background:#f9f9f9;
    border:1px solid #e1e1e1;
}
ul.emi-featuredReport-id li a.emi-featuredReport-active{
    background:#ff8b05;
    border:1px solid #ff8b05;
}
ul.emi-featuredReport-mobile {
    padding:0;
    margin:0
}
ul.emi-featuredReport-mobile li {
    margin: 0 0 10px 0;
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}
ul.emi-featuredReport-mobile li:last-child {
    margin: 0 0 0 0;
    border-bottom: none;
    padding-bottom: 0;
}

.emi-quicklinks {
    padding:0;
    margin-right:-10px;
}
.emi-quicklinks-item{
    width:33.333%;
    float:left;
    padding:0 10px 10px 0;
}
.emi-quicklinks-item a{
    border:1px solid #e1e1e1;
    padding:10px 10px 8px 0;
    width: 100%;
    display: block;
    font-size:15px;
    font-weight:bold;
}
.emi-quicklinks-item a:hover{
    text-decoration:none;
}
.emi-quicklinks-item a i{
    margin-right:7px;
    font-size: 20px;
    margin-top: -10px;
    padding:10px;
    border-right:1px solid #e1e1e1;
    float: left;
}

@media screen and (max-width:767px){
.emi-quicklinks-item{
    width:50%;
    }
}
@media (max-width:559px) {
.emi-quicklinks-item{
    width:100%;
    }
}


/*---Gallery---*/

.fullscreenHeader {
}

.fullscreenHeader h2 a {
  margin-bottom: 10px;
  margin-top: 0;
}

.fullscreenHeader .btn {
  margin-top: 7px;
}
.emi-main.fullscreenHeader  {
    padding-top:20px;
  padding-bottom:10px
}
.galleryHeader {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 10px;
}
    .galleryHeader h3 a {
        padding-right: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: initial;
        display:block;
    }
    .galleryHeader .js-parameters-on-dashboard .dropdown-menu {
        width:100%
    }
    .galleryHeader .js-parameters-on-dashboard .dropdown-menu .parameterInfo .value {
        white-space:normal
    }
.parameterInfoContainer {
  width: 100%;
  clear: both;
  float: left;
  height:47px
}

.parameterInfo {
  padding: 0 15px 0 0;
  float: left;
}

.parameterInfoContainer .parameterInfo:last-child {
  padding: 0;
}

.parameterInfo .label {
  text-align: right;
  white-space: nowrap;
  font-size:13px
}

.parameter-value,
.parameterInfo .value {
    border: none;
    white-space: nowrap;
    font-size: 13px;
    font-weight: bold
}   

.parameter-description {
    font-style:italic;
}

/*TABLES*/
table.table {
    font-size:13px;
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.js-tablePreview {
    margin-bottom:56px;
}
.contentCenter table {
width:100%;
}

table.table td,
table.table th {
  padding: 8px 10px;
  border: 1px solid #a1a1a1; 
}

tbody td {
  white-space:nowrap
}

table.table tbody {background:white}
table.table tbody tr:nth-child(even) {
    background-color: #efefef;
}

table.table thead tr {
    background-color: #005485

}
table.table thead th {
    color: white;
    text-align:left;
    background-color: #00346b;
    border:1px #146fa0 solid ;
}
.table-clean {white-space:normal }
.table-clean th,
.table-clean td,
.table-clean th:first-child,
.table-clean td:first-child {white-space:normal }
.table-clean th:last-child,
.table-clean td:last-child {white-space:nowrap }

/*override*/
.table-clean td:first-child {white-space:normal }
.table-clean td:last-child {white-space:normal }

/*Table preview message*/
.emi-tablePreview {
    overflow-x: auto;
}
.emi-tablePreview thead tr,
.emi-tablePreview thead tr th {
    background-color:#444;
    border:1px solid #555
}
.emi-previewWrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+70,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 70px 11px 15px;
}
.emi-previewWrapper .dateReportDesc {
    padding:0 20px 10px
}
.emi-previewWrapper .modal-dialog {
    text-align:left;
}
.emi-previewWrapper h2 {
    color: #5c5c5c;
    font-weight: bold;
    letter-spacing: .1em;
    margin:0;
    font-size:18px;
}
.emi-previewBtns {
    background:white;
    margin:9px auto 14px;
    box-shadow:0 0 15px rgba(0, 0, 0, .3);
    padding:10px 10px 6px;
    border-radius:20px;
    max-width:500px;
    width:85%
}
.emi-previewBtnsWrap {
    display:inline-block
}
.emi-previewBtns span.left {
    display:inline-block;
    padding:0 12px
}

.emi-previewBtns a {
    color:#3397c8;
    display:block;
    padding:0;
    font-size:14px;
}
.emi-previewBtns i.icon-download-data {
    font-size:14px;
}
.emi-previewBtns i.icon-link {
    font-size:19px;
}
.emi-previewBtns a:hover {
    text-decoration:none;
}
.emi-previewBtns .emi-btn {
    border:none;
    padding:0
}

.emi-previewBtns .modal-dialog .emi-btn {
    border:1px solid #3397c8;
    padding:7px 15px
}
/*---Icons---*/
span.edit-params,
.icon-questionmark {
    font-size: 8px;
    background-color: #ff8b05;
    color: white;
    border-radius: 50%;
    padding: 4px;
    border: 1px solid #ff8b05;
    vertical-align: middle;
    display: inline-block;
}
.icon-retail {
    font-size:18px;
}
.icon-views {
    font-size:14px;
}
.icon-tooltip {
    font-size:18px;
    color:#3397c8;
}
.icon-expand {
    font-size:13px; 
    margin-top: 3px;
    float: left;
}

table .icon-datasets {color:#3397c8}


.emi-btn .icon-list {
    font-size:15px; 
    float:left;
    margin-top:4px;
}
h1 .icon-star {
    font-size: 24px;
    margin-top: 4px;
}

.icon-link {
    font-size:18px; 
    color:#3397c8; 
    float:left;
}
tr.headerRow .icon-plus,
tr.headerRow .icon-minus {
    color:#3397c8;
    font-size:12px
}
tr.headerRow .icon-plus:hover, 
tr.headerRow .icon-minus:hover {
    cursor:pointer
}
th i {color:white}
.emi-icon-flip { 
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display:inline-block;
}

/*---Fonts---*/
.emi-text-light-grey {
    color:#999999;
}
/*--- Right Column ---*/
.emi-right-col-header {
    height:45px;
    width:100%;
    padding:11px 15px;
    font-size:15px;
    font-weight:bold;
    background-color: #f9f9f9;
    color: #545555;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    border-top: 3px solid #ff8b05;
}

.emi-right-col-header i,
.emi-right-col-header span {
    vertical-align:middle;
    margin-right:3px;
    display:inline-block;
    float:none;
}

a.emi-right-col-header:after {
    font-family: 'icomoon';
    content: "\e900";    
    float: right;
    color:white;
     -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
a.emi-right-col-header.collapsed:after {  
    font-family: 'icomoon';  
    content: "\e900"; 
     float: right;
    color:white; 
  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.emi-right-col-header i.icon-questionmark {margin:0;}

.emi-recent-discussions .emi-right-col-header {
    border-top: 3px solid #3397c8
}

.emi-recent-discussions .emi-right-col-header i.icon-speechbubble{
    margin-bottom:-3px;
}
    .emi-recent-discussions .emi-right-col-header i.icon-questionmark {
        background-color: #3397c8;
        border-color: #3397c8
    }

.emi-right-col-grey .emi-right-col-header{
    background-color:#f9f9f9;
    color:#545555;
    border:1px solid #e1e1e1;
    border-top:3px solid #00346b;
    border-bottom:none;
    height:inherit
}
.emi-right-col-content{
    padding:0 15px 10px;
    border:1px solid #e1e1e1;
    box-shadow:0 1px rgba(0, 0, 0, .3);
    margin-bottom: 25px;
}
.emi-right-col-content .emi-btn {
    float:right    
}

.emi-right-col-item{
    border-bottom:1px solid #e1e1e1;
    padding:15px 0;
}
.emi-right-col-content .emi-right-col-item:last-child {
    border:none;
    padding-bottom:5px
}
.emi-right-col-item a {
    font-size:18px;
    width:100%;
    text-decoration:none;
    display:block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height:normal;
}
.emi-right-col-item strong{
    max-width: 60%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.emi-right-col-content .emi-btn a{
    display:block;
    text-align:center
}

.emi-right-col-item a p span,
.emi-right-col-item p span {float:left}

.emi-right-col-item p a,
.emi-right-col-item p {
    color: #666666;
    font-size: 12px;
    margin: 5px 0 0 0
}

.emi-right-col-item p a strong.url {
    color: #3397c8;
}
.emi-right-col-item h3 {
    font-size: 16px;
}
p span.emi-viewCounter {
    float:right
}
.emi-viewCounter .icon-views {
    margin-right:3px;
    float:left;
}
.emi-viewCounter span {
    float:left;
}

/* =========================================================================
Adding/overwriting styles for multiselect series filter.
Doing here to keep multiple-select.css clean
========================================================================= */


.ms-parent {
  float: left;
  clear: both;
  width:100%;
}

.ms-drop ul {
  padding: 0;
  overflow-x: hidden;
  margin-bottom:0px;
}

.ms-drop ul li {
  margin-top:1px;
  margin-bottom:1px;
}

.ms-drop ul > li label {
  margin: 0;
  padding: 0 8px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  color: #4685c5;
  font-weight:normal;
}


.ms-drop ul > li.multiple label:hover {
  background: #3399ff;
}

.ms-drop ul > li.multiple label:hover {
  color: #fff;
}

.ms-drop input[type="checkbox"] {
  height: 25px;
  margin: 0 5px 0 0;
  width:13px;
}

/*---Banner---*/
.navbar .icon-star {margin: 2px 0 3px 0;}
.logo {padding:25px 0 28px;}
.logo a {width:300px; height:48px; background: url(Images/logo.svg) no-repeat; background-size:contain; display:block; text-indent:-9999px; float:none}



/*------Signpost------*/
.emi-user-links {float:right; margin-top:7px; margin-right:7px}
    .emi-user-links li {display:inline-block; margin-right:12px;}
    .emi-user-links a {text-decoration:none; font-size:15px}
    .emi-user-links .icon-tooltip {line-height:23px; margin-left:5px; float:right}
    .navbar .emi-user-links {margin-top:0}
    .navbar .emi-user-links a {color:white; padding-left:15px; padding-top: 8px; display: inline-block;}
    .navbar .emi-user-links ul.dropdown-menu {padding-left:0}
    .navbar .emi-user-links ul.dropdown-menu a {color:#3397c8}
    .navbar .emi-user-links ul.dropdown-menu > li > a:hover, 
    .navbar .emi-user-links ul.dropdown-menu > li > a:focus {
        background:white
    }
    .navbar .emi-user-links ul {padding-left:10px}
    .navbar .emi-user-links ul a {color:white}
.emi-signpost       {float:right; position:relative}
.emi-signpost ul    {padding:0; z-index:2; position:relative}
    .emi-signpost ul li {float:left; list-style:none;position:relative; margin-left:3px}
    .emi-signpost ul li.emi-signpost_active a {background: #ff8b05; color:white}
    .emi-signpost ul li a {
    background: #f9f9f9;
    font-weight: bold;
    color: #00346b;
    font-size:14px;
    line-height:1.6em;
     padding:6px 20px;  
     text-decoration:none; 
     display:block; 
}


@media (max-width:767px) {
    .emi-signpost {width:100%}
    .emi-signpost ul {margin:0; float:none}
    .emi-signpost ul li {width:25%; margin:0}
    .emi-signpost ul li a{text-align:center;}
    .vspdHide {display:none}
}
/*---Search---*/
.sky-form.headerSearch {width:250px; margin-top:57px; position:absolute; right:0}
.sky-form .icon-search {font-size:19px; position:absolute; right:5px; top:6px;}
.sky-form .input input {border-width:1px; height:31px; background:#f2f2f2}
.sky-form .input input::-webkit-input-placeholder {
   font-style: normal; font-size:14px; font-weight:normal
}
.sky-form .input input:-moz-placeholder {
   font-style: normal; font-size:14px; font-weight:normal  
}
.sky-form .input input::-moz-placeholder {
   font-style: normal; font-size:14px; font-weight:normal  
}
.sky-form .input input:-ms-input-placeholder {  
   font-style: normal; font-size:14px; font-weight:normal 
}
.sky-form div.search-result-item {
    padding:15px 0 5px;
}
.sky-form a[target="_blank"] {
    padding-right:inherit
}
.sky-form a[target="_blank"]:after {
    background: none;
    display:none;
}
.search-result-details i {
    font-size: 18px;
    color: #3397c8;
    width: 25px;
    position: absolute;
    margin: 4px 0 0 9px;
    left: 0;
}
.search-title {
    font-size:18px
}
.search-subtitle {
    font-size:14px
}


 @media (max-width:767px) {
     .sky-form.headerSearch {width:50%; margin-top:54px} 
     .sky-form .input input {height:37px}
     .sky-form .icon-search {top:7px;}   
 }
 /*---Form---*/

fieldset {
    background-color:#f4f4f4;
    padding:30px 25px;
    margin-bottom:20px
}

legend {
  float: left;
}

label {
  margin: 0 5px 0 0;
  font-size: 13px;
  font-weight: normal;
}

#js-myDashboardTabs select,
select {
    height: 35px;
    background: white;
    border: 1px solid #e1e1e1;
    color: #3397c8;
    padding: 6px;
    font-size: 13px;
    cursor: pointer;
}

select:focus {
  outline: none;
}

select.customised {
  border: 3px solid #b9d9f0;
  padding: 3px 5px;
}

select option {
  cursor: pointer;
}

input[type="radio"] {
    width:25px;
    height:25px;
    cursor:pointer
}
.emi-input-wrap input[type="radio"] {
    position:absolute;
    left:25px
}
.emi-input-wrap label {
    margin:7px 5px 5px 25px
}
.emi-btn,
.emi-btn-inline,
a.emi-btn{
    background:white;
    border:1px solid #cccccc;
    padding:7px 15px;
    color:#3397c8;
    font-size:13px;
    display:inline-block
}

li.dropdown.admin > a{
    color: #e1e1e1;
}

/*.dropdown-menu.admin li,*/
.dropdown.admin,
.dropdown-menu.admin,
.dropdown-menu li.admin,
ul.latestmembersjoined .admin{
    background-color: #e1e1e1;
}

.navbar-nav > li > a.admin-text {
    color: #e1e1e1;
}
.emi-footer span.admin {
    background-color: #e1e1e1;
    padding-right: 0px;
    padding-left:5px;
}
.emi-footer span.admin ul {
    padding-top:5px;
    padding-right:5px;
}

.emi-footer span.non-admin {
    padding-right:0px;
}
.emi-btn.admin {
    background: #e1e1e1;
    padding: 5px 15px;
    margin-right: 5px
}
.emi-btn.admin button {
    vertical-align:middle;
    padding:0
}
.emi-btn:hover,
.emi-btn-no-border:hover {
    text-decoration:none;
    opacity:.6;
    color:#3397c8;
}

.emi-btn.withtooltip:hover {
    opacity: 1;
}

.emi-btn-no-border {
    padding:7px 6px;
    color:#3397c8;
    font-size:13px;
     display:table;
     border:none;
     background:none;
}
.emi-btn i,
.emi-btn-no-border i {
    padding-right:6px;
}
.emi-btn-inline i {
    vertical-align:inherit;
    padding:0
}

.emi-btn a,
.emi-btn-no-border a {    
    vertical-align: middle;
    display:inline-block
}
.emi-btn a:hover,
.emi-btn-no-border a:hover {    
    text-decoration:none;
    opacity:1;
    color:#3397c8;
}

.emi-btn.emi-right-btn {
    border-left:none;
}
.emi-btn.emi-left-btn {
    border-right: none;
}

.emi-btn.docked {
    border-top: none;
}

.emi-btn.selected {
    background-color: #3397c8;
    color:#fff
}
.emi-btn-select {
    padding: 5.5px 7px;
    margin-left: 5px;
    height:inherit;
    font-size:13px!important
}
.modal-body .emi-btn-select {
    padding-bottom: 6px;
    font-size:16px!important;
    width:230px;
    height:34px;
}

.modal-body .emi-btn-select.wide{
    width: 98%;
}

.emi-btn.all-dashboarded-instances {
    padding: 5px 15px;
}

.emi-chart-footer .emi-btn {
    padding: 5px 7px;
    margin-left: 5px;
}

#js-myDashboardTabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor span.badge,
.emi-btn.all-dashboarded-instances span.badge {
    display: inline-block;
    min-width: 22px;
    padding: 4px 4px 3px 3px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #ff8b05;
    margin-top: -4px;
    margin-left: 2px;
    background-color: white;
    color: #3397c8;
    border: 1px solid #3397c8;
    font-size: 11px
}

.emi-btn.all-dashboarded-instances span.badge {
    color: #3397c8;
    border: 1px solid #3397c8;
}

.emi-btn .icon-plus,
.emi-btn .icon-minus {
    font-size: 10px!important
}

.emi-btn .icon-copy {
    font-size: 11px
}
.form-group {
    display: inline-block
}
b label {font-weight:bold}

.dateReportDesc {
  padding-bottom: 20px;
}
/*.emi-permalink-fix {
    float:left
}*/
/*---Tools---*/
.emi-tools-highlight {
    margin-left:10px;
    padding-left:20px;
    border-left:1px solid #ff8b05
}



 /*---Filter---*/
 .emi-filter {
     background:#f0f0f0;
     border:1px solid #e1e1e1;
     border-left:none;
     border-right:none;
     padding:5px 15px 0 15px;
 }
 
.emi-tagsWrapper {
    margin:10px 0 
}

.emi-sortAndFilterOptions {
    background:#f7f7f7;
    border-top:1px solid #e1e1e1;
    margin: 0 -15px;
    padding: 15px 15px 0;
}
.emi-sortAndFilterOptions .ms-parent {
    width:146px;
    float:none;
    margin-top:-2px;
}
.emi-sortAndFilterOptions .ms-choice {
    font-size:13px
}
.emi-filter-viewOptions .form-group {
    display:table;
    float:left;
}
.emi-filter-viewOptions .form-group input {
    display:table-cell;
    vertical-align:middle;
}
.emi-filter-viewOptions .form-group label {
    display:table-cell;
    vertical-align:middle;
    padding:8px 5px;
}


/*--- Footer ---*/
.emi-footer {
    text-align:center;
    border-top:1px solid #e1e1e1;
    box-shadow:0 -9px 14px rgba(0, 0, 0, .01);
    padding:30px 15px 10px;
}
.emi-footer a {
    display:inline-block;
    text-decoration:none;
}
.emi-footer span{
    padding-right:25px;
    padding-bottom:5px;
    display:inline-block;
}
.emi-footer-logos a {
    padding-bottom:20px;
    padding-right:25px
}
.emi-footer-logos a.govt-logo {
    padding-right:0;
    margin-bottom:-10px;
    background: transparent url("images/nz_gov_logo.png") no-repeat scroll left center;
    border: medium none;
    float: none;
    opacity: 1;
    overflow: hidden;
    transition: opacity 200ms ease 0;
    width: 174px;
}
.emi-footer-logos .govt-logo:hover {
  opacity: .7;
}
/*----Dashboard---*/
.emi-dashboard-title-links {
    float:right
}
.emi-dashboard-title-links a{
    float:right
}

#js-reportTabs.ui-widget-content, #js-myDashboardTabs.ui-widget-content {
    border-color: #FFF;
}

/*--Reports list--*/
.reportsList {margin-bottom:20px}
.emi-reportSummaryDetailedWrapper,
.emi-reportSummaryWrapper {
    position: relative;
    border: solid;
    border-color: #eeeaea;
    border-width: thin;
    margin-bottom: 20px;
    padding: 15px 20px;
}
.emi-reportSummaryWrapper {
    margin-bottom:0
}
.emi-reportSummaryDetailedWrapper .title i,
.emi-reportSummaryWrapper .title i {
    font-size: 18px;
    width:25px;
    position:absolute;
    margin-left:23px;
    margin-top:1px;
    left:0;
}
.emi-reportSummaryWrapper {
    border:none
}

.emi-reportSummaryDetailedWrapper .title i.icon-map,
.emi-reportSummaryWrapper .title i.icon-map {
    font-size:22px;
    margin-top:-3px;
}
.emi-reportSummaryDetailedWrapper .title h3,
.emi-reportSummaryWrapper .title h3 {
    margin-left: 30px;
}
.emi-reportSummaryWrapper .emi-btn-no-border {
    float:left;
}
.emi-reportSummaryDetailedWrapper p.reportDescription {
    margin: 8px 0 10px 0px;
}

.emi-reportSummaryDetailedWrapper .emi-tagsWrapper{
    /*margin-left:30px*/
}
.emi-reportSummaryDetailedWrapper i.icon-views{
   float:left;
   font-size:14px;
   padding-right:3px;
   padding-top:1px
}
.emi-reportSummaryDetailedWrapper .tagWrapper,
.emi-reportSummaryDetailedWrapper .emi-reports-views {
    float:left;
    color:#545555
}

.emi-reports-views{
    font-size:13px;
    display:inline-block;
    margin-left:3px;
    margin-right:7px;
}

.emi-chart-footer {
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    padding:20px 0;
    width:100%;
    margin-top:25px
}
.emi-chart-footer .listTags {
    margin-top:5px
}
.emi-chart-footer .right a {
    color:#3397c8; 
    font-size:14px;  
}

.emi-chart-footer .right a:hover {
    text-decoration:none  
}


.emi-download-report li{
    color:#3397c8;
    padding:5px
}
.emi-download-report li:hover{
    cursor:pointer;
    opacity:.8
}
.emi-dashboard-adds,
.emi-viewstats,
.emi-dashboarded-instances{
    padding: 6px 5px 5px 5px;
    color: #545555;
    font-size: 13px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.contentCenterGallery .emi-dashboard-adds {
    /*padding-top: 0;
    font-size: 11px;*/
    position: absolute;
    bottom: 14px;
    right: 10px;
    z-index:999
}

.emi-viewstats i {
    float: left;
    padding-right: 4px;
    padding-top: 2px;
}

.emi-dashboard-adds i {
    font-size: 10px;
    padding-top: 2px;
    margin-right:4px;
}

.all-dashboarded-instances i {
    padding-right:4px;
}

@media (max-width:767px) {
    .emi-hide-sm {
        display: none !important;
    }
    .emi-dashboard-title-links {
        margin-top:7px;
        margin-left:15px;
        width:100%
    }
}
@media (min-width:768px) {
    .emi-hide-large {
        display: none !important;
    }

}
@media (max-width:559px){
    .emi-footer-logos a {
        padding-right:0px;
        display:block;
        padding-bottom:5px
        }
    .emi-footer-logos a.govt-logo {
        padding-top:60px;
        margin:0 auto;
        }
    .emi-sort-show {
        width:52px;
        display:inline-block
    }
}

/*---Pagination---*/
/*------------paging-------------*/
.compact-theme {
    margin: 30px auto;
    display: table;
}

.compact-theme ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size:inherit
}
.compact-theme li {
  list-style: none;
  float: left;
  margin: 0 2px;  
  border:1px solid #4782b8;
  line-height:21px;
}
.compact-theme li a {
    padding: 0 8px;
    text-decoration:none;
    font-size: 14px;
}
.compact-theme li span {
    padding: 0 8px;
    text-decoration:none;
    font-size: 14px;
}
.compact-theme li:first-child,
.compact-theme li:last-child {
    background-color:#FFF;
    border:none
}

.compact-theme li.active:nth-child(2) span,
.compact-theme li:nth-child(2) a,
.compact-theme li:first-child span {
    color:#4782b8;
}
.compact-theme li.active:nth-last-child(2),
.compact-theme li.active:nth-child(2) {
    background-color: #0d88c2;
    border: 1px solid #0d88c2;
}

.compact-theme .active,
.compact-theme li.active:nth-last-child(2) span.current {
    background-color: #0d88c2;
}
.compact-theme .current,
.compact-theme li.active:nth-child(2) span,
.compact-theme li.active:nth-last-child(2) span.current {
    color:#FFF;
}

/*---report side arrows---*/

.emi-side-arrows {
    display:block;    
    position: fixed;
    top: 50%;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border:1px solid #f9f8f8;
    background: rgba(255, 255, 255, .8);
    height: 80px;
    width: 40px;
    box-shadow: -3px -1px 5px rgba(0, 0, 0, .1);
    cursor:pointer;
    z-index:9999
}
.emi-side-arrows a {   
    font-size:20px; 
    color:#3397c8;
    padding-left: 11px;
    position:absolute;
    top:36%;
}
.emi-side-arrows a:hover {   
    text-decoration:none;
}
.emi-side-arrows.left {
    left:0;
    transform:rotate(180deg); 
}
.emi-side-arrows.right {
    right:0;
}
.emi-side-arrows.left-icon:before,
.emi-side-arrows.right-icon:before {
    position: absolute;
    top: 25px;
    left: 8px;
}
.emi-featuredReport.left-icon:before {
    top:22px;
}

.emi-featuredReport.right-icon {
    display:block;    
    position: absolute;
    top: 50%;
    right: 0;
}

/*-- Parameters--*/

.DataInteraction label { 
  text-align:right; 
  line-height:2.1em;
  font-weight:bold;
  color: #4d4d4d;
}


.ms-drop ul > li.multiple label {
  overflow: visible;
}

.DataInteraction select {
  width: 100%;
  clear:both;
  padding:0;
}

.DataInteraction span {
  width: 100%;
  clear:both;
  border:none;
}

.DataInteraction input {
  border: 0 none;
  height: 22px;
  margin: 0;
  padding: 0;
  clear:both;
  width:100%;
}

.DataInteraction select, 
.DataInteraction input,
.ms-choice { 
  height: 35px;
  color:#3397c8;
  border: 1px solid #e1e1e1;
  padding: 2px 5px;
  font-size:16px
}

 .DataInteraction input:focus {
    outline-color: #e1e1e1;
    outline-color: transparent;
 }

.DataInteraction select:focus, 
.DataInteraction input:focus { 
  border: 1px solid #e1e1e1;
}

.DataInteraction.js-seriesAggregationContainer input[type=checkbox] {
    height: 16px;
    float: left;
    width:20px;
    line-height:1em;
}

.DataInteraction.js-seriesAggregationContainer label.js-aggregation-label {
    height: 16px;
    line-height: 1em;
    padding-left:6px;
}

.DataInteraction input[type=number]::-webkit-inner-spin-button, 
.DataInteraction input[type=number]::-webkit-outer-spin-button {
    opacity:1;
}
.actionRight {
  float: right;
  margin: 0 0 1em;
}



/*--- dashboard ---*/
.wrapGallery {margin-top:15px}

.contentCenter {
  width: 100%;
  float: left;
  position:relative;
}
.contentCenterDashboards .js_eaReport > .contentCenter,
.contentCenterGallery .js_eaReport > .contentCenter {
  width: 100%;
  position: relative;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 15px rgba(0, 0, 0, .05);
  padding: 20px 25px;
  height:635px;
  overflow:hidden;
}

.wrapDataInteractions {
  margin-bottom:20px;
  float:left;
  width:100%;
}

.contentCenterGallery .column-2, 
.contentCenterDashboards .column-2 {
  width: 100%;
}

.column-1 {
  width: 100%;
}

.column-2 {
  width: 50%;
  float:left;
  padding:0 3px 6px;
}
.highcharts-container {margin:0 auto;}
.featuredReportChart div[data-emi-chart],
.wrapGallery div[data-emi-chart],
.paginatedPage div[data-emi-chart] {
    height: 486px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 5px;
}
div[data-emi-chart] {
    width: 100%;
    max-width: 100%;
    display: inline-block
}
.emi-gallery-wrap {
  overflow:hidden;
  max-height:486px;
  border:1px solid red
} 
.wrapGallery .listTags,
.js-chart-thumbnail .listTags,
.listTags-instances {
   position:absolute;
   bottom:0;
   background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
   background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
   background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
   z-index:999;
   padding: 20px 0 10px;
   margin-bottom:0
}
.listTags-instances {
    width:100%;
    padding-right:175px;
}
.error {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    padding:7vw 0
}
.error p {font-size:16px}
.js-chart-thumbnail .error {
    padding-top: 200px;

}
/*---search---*/
.search-inner {width:100%; padding:0}
.search-inner .sky-form form {margin-top:40px; margin-bottom: 30px; float: left; width: 100%;}
.search-inner .sky-form label.input {
    max-width:500px;
}
.search-inner .sky-form label.input i{
    top:15px;
    right:10px;
}
.search-inner .sky-form label.input input {
    height:50px;
}
.sky-form .extended_popout .div-roll span {
    margin-left:5px
}
.sky-form .icon-map {
    font-size:17px;
    margin-left:-3px
}


/*Tags*/
.tagWrapper {display:inline-block; margin-bottom:3px}
.tag {
    float:left;
    line-height: 25px;
    height: 24px;
    position: relative;
    font-size: 11px;
    padding: 0 5px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #faf4ee;
    border: none;
    letter-spacing: .2px;
    box-sizing: content-box;
    background:url(Images/tags-unselected-bg.png) repeat-x;
    background-size:contain
}
.listTags {margin-bottom:25px}
.tagArrow {
    background:url(Images/tags-unselected-arrow.png) no-repeat;
    background-size:contain;
    height:24px;
    width:6px;
    float:left
}
.tagRight{
    background:url(Images/tags-unselected-right.png) no-repeat;
    background-size:contain;
    height:24px;
    width:2px;
    float:left;
    margin-right:4px
}
.selectedTag .tag {
    background:url(Images/tags-selected-bg.png) repeat-x;
}
.selectedTag .tag a{
    color:white
}
.selectedTag .tagArrow {
    background:url(Images/tags-selected-arrow.png) no-repeat;
    background-size:contain
}
.selectedTag .tagRight {
    background:url(Images/tag-selected-right.png) no-repeat;
}
.selectedTag .tag span.badge{
    color:white;
    background-color:#db6e29;
    border:none
}
.forumTag .tag {
    background:url(Images/forum-tag-bg.png) repeat-x;
    background-size:contain
}
.forumTag .tag a{
    color:#3397c8;
    padding-right:21px
}
.forumTag .tagArrow {
    background:url(Images/forum-tag-arrow.png) no-repeat;
    background-size:contain
}
.forumTag .tagRight {
    background:url(Images/forum-tag-right.png) no-repeat;
    background-size:contain
}
.forumTag .tag span.badge{
    color:white;
    background-color:#db6e29
}


.tag span.badge {
    display: inline-block;
    min-width: 22px;
    padding: 4px 4px 3px 3px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #ff8b05;
    margin-top: -4px;
    margin-left:2px;
    background-color: white;
    color: #db6e29;
    border: 1px solid #ffe2c0;
}

.tag a {
    text-decoration: none;
    color: #db6e29;
}
.tag span.badge .icon-gallery {
    font-size:9px
}

.emi-forum-counter {
    position: absolute;
    right: 4px;
    top: 0;
    color: #3397c8;
}
.emi-forum-counter span {
    position: absolute;
    font-size: 10px;
    bottom: 7px;
    width: 19px;
    text-align: center;
    color:white;
}
.emi-forum-counter:after {
    content: '\e915';
    font-family: 'icomoon';
    font-size: 18px;
    color:#3397c8;
}


/*---Accordion---*/
.accordion:hover {cursor:pointer}
.accordion:after {
    content: "\e900";
    float:right;
    display:inline-block;
    font-family:'icomoon';
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion.active:after {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.panel {display:none;}

 

.parameterDescription {
    font-size:small;
    padding-left:10px;
    margin-bottom:0px;
}

.parameterHeading {
    font-size:small;
    font-weight:bold;
    margin-bottom:0px;
    margin-top:4px;
}
.parameterList {
    font-size:small;
    padding-left:10px;
    margin-bottom:0px;
}

span.emph {
    font-weight:bold;
}

.emi-adminonly-badge {
    /*border:none;*/
    pointer-events:none;
    border-color: #008000;
    background-color: #008000;
    margin-right: 3px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    padding: 5px 15px;
}

.galleryHeader .emi-adminonly-badge.small {
    float: right;
}

.emi-testing-badge {
    border-color: #ffa500;
    background-color: #ffa500;
    margin-right: 3px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    padding: 5px 15px;

}

.emi-restrictedonly-badge {
    border-color: #ffa500;
    background-color: #e91bad;
    margin-right: 3px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    padding: 5px 15px;
}

.emi-adminonly-badge.small,
.emi-testing-badge.small,
.emi-restrictedonly-badge.small {
    position:relative;
    margin-left: 8px;
    font-size: 10px;
    padding: 4px 6px;
    color: #FFF;
    float: right;
}

.chart-with-details .emi-testing-badge.small,
.chart-with-details .emi-adminonly-badge.small,
.chart-with-details .emi-restrictedonly-badge.small {
    margin-right: 90px;
    margin-top: 4px;
}
.emi-dock-to-parent {
    display: flex;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    min-height:20px;
    margin-bottom:15px
}

    .emi-dock-to-parent .centered {
        margin-left: auto;
        margin-right: auto;
        position:relative;
        min-width:240px;
    }
    .emi-dock-to-parent .centered .emi-btn {
        border: none;
        position: absolute;
        z-index: 99;
        background-color: transparent;
    }
    .emi-dock-to-parent .centered .line {
        border-right: 1px solid #cccccc;
        position: absolute;
        z-index: 99;
        height: 18px;
        left: 140px;
        top: 8px;
    }
        .emi-dock-to-parent .centered .emi-left-btn a {
            border-right: 1px solid #cccccc;
            padding-right: 5px
        }
    .emi-dock-to-parent .centered .emi-right-btn {
        right: 0
    }
    .emi-dock-to-parent .centered .emi-enabled {
        background-color:transparent;
    }

    .emi-dock-to-parent .centered .emi-enabled a{
        color: inherit;
    }
    .emi-dock-to-parent .centered .emi-enabled a:hover {
        cursor:pointer
    }
    .emi-dock-to-parent .centered .emi-btn.emi-disabled:hover {
        opacity:1
    }
    .emi-dock-to-parent .centered::before {
        width: 100%;
        height: 36px;
        content:" ";
        background-image: url(images/toggle-left.png);
        background-size:cover;
        display:block;
        left:-11px;
        position:absolute;
        z-index:1
    }
    .emi-dock-to-parent .centered::after {
        width: 100%;
        height: 36px;
        content: " ";
        background-image: url(images/toggle-right.png);
        background-size: cover;
        background-position:right;
        display: block;
        right: -11px;
        position: absolute;
        z-index:1
    }
.emi-btn.emi-right-edge-btn {
    border: none;
    position:absolute;
    z-index:99;
    padding:7px 0;
    left:10px
}
.emi-expand-placement {
        position:absolute;
        right:0;
        width:90px;
    }
    .emi-expand-placement::before {
        width: 100%;
        height: 36px;
        content: " ";
        background-image: url(images/toggle-left.png);
        background-size: cover;
        background-position:left;
        display: block;
        left: -11px;
        position: absolute;
        z-index: 1
    }

    .emi-expand-placement::after {
        width: 12px;
        height: 36px;
        content: " ";
        background-image: url(images/toggle-right-straight.png);
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        display: block;
        right: 0;
        position: absolute;
        z-index: 1
    }
.emi-dock-to-parent .right {
    margin-left:auto;
}
.emi-contract {
    margin-bottom:10px
}

.emi-icon-border {
    border:1px solid #545555;
    padding:2px 2px 1px 2px;
    font-size:10px;
}


.emi-reportSummaryWrapper p {
    margin: 5px 0 10px 2px;
    font-size: small;
    font-weight: 200;
}

p.summarisedParameters {
    margin: 8px 0;
    font-size: small;
    font-weight: 200;
    color: #545555;
    line-height:18px
}

.emi-reportSummaryWrapper .subTitle,
.emi-reportSummaryDetailedWrapper .subTitle {
    font-weight:600
}

.emi-reportSummaryDetailedWrapper p.description {
    /*margin-top: 10px;*/
}

.emi-reportSummaryDetailedWrapper p.description.member-dashboard {
    margin-bottom: 20px;
}


.emi-reportSummaryWrapper .inner,
.emi-reportSummaryDetailedWrapper .inner {
    padding-left: 30px;
    margin-top: 10px;
    margin-left: 2px;
}

.emi-reportSummaryDetailedWrapper .inner.with-management-tools {
    margin-top: -15px;
}

.collapsibleTable p.summarisedParameters, .collapsibleTable p.summarisedParameters.subTitle {
    margin-left: 0px;
    font-size:small;
}

.copy-dashboard p {
    margin-left: 0px;
}

.user-specified {
    /*color: #3397c8;*/2307}

.wait {
    cursor: progress;
}

li.emi-disabled a,
.emi-manage-dropdown .dropdown-menu li.emi-disabled a i.emiMenuIcon {
    pointer-events: none;
    opacity: 0.6;
}
.emi-disabled a {
    pointer-events: none;
    color: #4d4d4d;
}

.emi-enabled {
    background-color: #3397c8;
}

.emi-enabled a, .emi-enabled a:hover {
    color: #fff;
}

/*#js-myDashboardTabs .emi-btn.permalink {
margin:0px;
position: absolute;
top:  80px;
right: 0;
left: auto;
}*/

#js-myDashboardTabs .emi-reportSummaryDetailedWrapper .title > i {
    margin-left: 20px;
    position:absolute;
}

#js-myDashboardTabs  .emi-reportSummaryDetailedWrapper .emi-tagsWrapper {
    margin-left: 0px
}

#js-myDashboardTabs .emi-reportSummaryDetailedWrapper .emi-btn > i,
.reportsList .emi-reportSummaryDetailedWrapper .emi-btn > i {
    position: relative;
    margin-left: 0px;
    font-size: 14px;
    width: inherit;
}
#js-myDashboardTabs .emi-reportSummaryDetailedWrapper .emi-btn > i.fa-share-alt {
    font-size: 13px;
    padding-right:2px;
}

.emi-reportSummaryDetailedWrapper .emi-user-links {
    margin-top:0px;
}
.reportsList .emi-reportSummaryDetailedWrapper .emi-btn,
#js-myDashboardTabs .emi-reportSummaryDetailedWrapper .emi-btn {
    position: relative;
    margin-right: 5px;
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #e1e1e1;
}

#js-myDashboardTabs .emi-reportSummaryDetailedWrapper .emi-btn.emi-testing-badge {
    color:#FFF;
}
#js-myDashboardTabs .emi-reportSummaryDetailedWrapper .modal-dialog .emi-btn {
    font-size: 16px
}
#js-myDashboardTabs .modal-dialog .share.emi-btn > i {
    margin-top: 5px;
    font-size: 18px;
    top: 2px
}

.js-share-modal .share.emi-btn {
    float: left;
    padding: 6px 10px;
    margin-right: 5px;
    cursor: pointer;
    border-color: #e1e1e1
}


    .js-share-modal .share.emi-btn.what-share-selected {
        border-color: #3397c8;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15)
    }

.js-share-modal .share.no-click {
    pointer-events: none;
    color:#545555;
    opacity:0.6;
}

    .js-share-modal .share.no-click i {
        color: #545555;
    }
.emi-settings-dropdown.dropdown-menu {
    /*left:-150px*/
    right: 0;
    left: auto;
}
.emi-manage-dropdown {
    float: right;
    margin-left: 5px;
    border-style: solid;
    border-radius: 40px;
    border-width: thin;
    border-color: #e1e1e1;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
.emi-manage-dropdown a {
    color:#3397c8!important
}
.emi-manage-dropdown li.settings {
    margin-top: 0px;
    margin-bottom: 0px;
}

.emi-manage-dropdown li.settings span {
        float: right;
        padding-top: 3px;
    }


.emi-manage-dropdown .dropdown-menu i.emiMenuIcon {
    padding-right: 5px;
    position:relative;
    font-size:13px;
    margin:0
}
    .emi-manage-dropdown .dropdown-menu i.icon-tri,
    .emi-manage-dropdown .dropdown-menu i.icon-minus {
        font-size: 10px
    }


.emi-user-links.singleDashboard{
    margin-top:0px;
}

.emi-reports-views.singleDashboard {
    padding-top:0px;
    padding-right:0px;
    padding-left:0px;
    margin-left:0px;
}



#js-myDashboardTabs .emi-wrapContent {
    width: 99%;
}

.owner-row,
.socials-row,
.emi-reportSummaryDetailedWrapper .subheading-row {
    display: flex;
    width: 100%
}

.singleDashboard .owner-row {
    display:block;
}
.toolsWrap {
    float: right
}
.toolsAdmin,
.toolsGroup {
    display:inline-block;
    float:left
}
.toolsAdmin {
    padding-bottom:10px
}
.my-dashboard-summary-footer {
    padding-left: 32px;
    border-top: 1px #eeeaea solid;
    margin-top: 10px;
    padding-top: 15px;
    /*margin-bottom: -10px;
    padding-bottom:10px; */
}
.my-dashboard-summary-footer i {
    float:left;
    margin-right:7px;
    font-size:18px
}
.emi-following {
    font-style: italic;
    color: #5e9559;
}

    .emi-following i {
        float: left;
        margin-right: 7px;
        font-size: 18px;
    }

.singleDashboard .socials-row {
    font-size:13px;
}

    #js-myDashboardTabs .my-dashboard-summary-footer .item,
    #js-myDashboardTabs .owner-row .item,
    .singleDashboard .socials-row .item{
        border: none;
    }
/*#js-myDashboardTabs .my-dashboard-summary-footer .item {
    padding-top: 10px
}*/

#js-myDashboardTabs .my-dashboard-summary-footer div.line,
#js-myDashboardTabs .owner-row div.line,
.singleDashboard .owner-row div.line,
.emi-reportSummaryDetailedWrapper .subheading-row div.line,
.singleDashboard .socials-row div.line{
    border-right: solid thin #e1e1e1;
    margin-left: 15px;
    margin-right: 15px;
}

.gallery-with-management-tools .socials-row div.line {
    border-right: solid thin #e1e1e1;
    margin: 5px 15px
}

.gallery-with-management-tools .socials-row div.item {
    padding-top: 9px;
    color: #545555;
    font-size: 13px;
    display: inline-block;
}

.gallery-with-management-tools .socials-row div.item i {
    margin-right:5px;
}

.gallery-with-management-tools .socials-row div.item img {
    margin-top: -5px;
}

.gallery-with-management-tools .socials-row div.item span.shared-with {
    padding-right: 5px;
}
.gallery-with-management-tools .socials-row div.item span.count {
    padding-right: 5px;
}


    .emi-reportSummaryDetailedWrapper .subheading-row {
        font-size: 13px;
        margin-bottom: 2px;
        padding: 9px 0;
        border-top: 1px solid #eeeaea;
        border-bottom: 1px solid #eeeaea;
        width: inherit;
        display: inline-flex;
    }

.singleDashboard .owner-row {
    margin: 5px 0 10px 0px;
    font-size: small;
    font-weight: 200;
}
.owner-row {
    margin-bottom:8px
}

.owner-row {
    margin-top: 0;
    font-size: 13px;
}

.owner-row .owned-by img, .owned-by a {
    margin-left: 5px;
}

.owner-row .owned-by a {
    display: inline;
    font-size:13px;
}
.owner-row p.owned-by{
    font-size: 13px;
}

.gridView .owner-row p.owned-by {
    padding-top: 5px;
}
.singleDashboard .socials-row {
    margin-top: 15px;
}
.singleDashboard hr {
    margin-top:10px;
}

.owner-row div.line {
    height: 20px;
}

    #js-myDashboardTabs .my-dashboard-summary-footer .item.left
  , #js-myDashboardTabs .owner-row .item.left {
        margin-left: 0px;
    }



#js-myDashboardTabs .my-dashboard-summary-footer img,
#js-myDashboardTabs .owner-row img,
.owned-by img,
.socials-row  img {
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#js-myDashboardTabs .emi-reportSummaryDetailedWrapper .subTitle {
    margin-bottom:20px;
}


.js-user span.following {
    font-weight: 200 ;
}

.js-user span {
    font-size:14px;
}

.js-user img {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: central;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

 /*.js-user input[type=checkbox] {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: central;
}*/

.js-share-modal .js-user {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.js-user span {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: central;
}

.js-user[data-state='new'] {
    max-height: 31px;
}

.js-share-modal .js-user i {
    position: relative;
    margin-left:0px;
}

.js-share-modal .js-available-users {
    max-height: 300px;
    overflow-y: auto;
}

#js-myDashboardTabs .emi-reportSummaryDetailedWrapper .js-share-modal .js-add-remove-btn.emi-btn,
.js-share-modal .js-add-remove-btn {
    float: right;
    cursor: pointer;
    position: relative;
    margin-top: -4px;
    padding: 4px 10px;
    /*cursor: pointer;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;*/
    border-color: #e1e1e1
}

.gallery-with-management-tools .emi-viewstats {
    padding-right: 10px;
    padding-top:9px;
    margin-left:0
}

.gallery-with-management-tools .owned-by {
    float: left;
    padding-right: 13px;
    border-right: solid thin #e1e1e1;
    margin-right: 4px;
    font-size:14px;
    padding-top:9px;
    padding-bottom:5px
}
.gallery-with-management-tools .copy-dashboard .owned-by {
    border: none;
    width: 100%;
    margin-bottom: 5px
}
.gallery-with-management-tools .emi-btn,
.singleDashboard .emi-btn{
    float:right;
    margin-right:3px
}

.emi-manage-dropdown .dropdown-menu i.emiMenuIcon.icon-link {
    padding-top: 3px;
    font-size: 16px;
}

.myDashboardsPermalinkDialog .modal.in {
    position: absolute;
}
.myDashboardsPermalinkDialog .modal-dialog {
    border-radius: 0;
    width: 100%;
}

.myDashboardsPermalinkDialog .modal-content {
    border-radius: 0;
    width: 300px;
    box-shadow: none;
    border-color: rgb(170 170 170);
    top:12px;
    right:0px;
    position:absolute;
}

/* List view*/
.emi-left-col .myDashboardsPermalinkDialog .modal-content.topOfPage {
    top: 260px;
    right: 400px;
}

/* Grid view*/
.gallery-with-management-tools .myDashboardsPermalinkDialog .modal-content.topOfPage {
    top: 259px;
    right: 50px;
}

.myDashboardsPermalinkDialog .modal-body {
    padding: 15px 20px;
}

.myDashboardsPermalinkDialog p {
    font-size: 16px;
}

.modal-backdrop.no-backdrop {
    background: none;
}

.emi-modal .modal-body {
    overflow: visible;
    padding: 10px 20px 15px;
}
.emi-modal .modal-body p{
    text-align:left
}
    .emi-modal .modal-body .emi-btn {
        padding: 5px 15px;
        font-size:16px
    }
.emi-modal .modal-footer {
    overflow: auto;
}
.emi-chart-footer .emi-modal a {
    font-size: inherit
}

.emi-modal .modal-footer .hidden {
    overflow: auto;
    display: none;
}


.validationErrorMessage {
    display: none;
    color: red;
    font-size: 13px;
    font-style: italic;
}


.glow {
    -webkit-box-shadow: 0 0 20px blue;
    -moz-box-shadow: 0 0 20px blue;
    box-shadow: 0 0 20px blue;
}


.dropdown-menu.columns-2 {
    min-width: 600px;
}

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.multi-column-dropdown li a {
    color: #3397c8;
    font-size: 16px;
    text-decoration: none;
    border: none;
    font-weight: 300;
}

.multi-column-dropdown li {
    border-top: 1px solid #e1e1e1;
    width: 100%;
}

.multi-column-dropdown li:first-child {
    border-top: none;
}

.multi-column-dropdown  li > a:hover,
.multi-column-dropdown  li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

    .multi-column-dropdown li > a {
        display: block;
        padding: 9px 15px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .multi-column-dropdown li.menu-header > a {
        padding-left: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        color: #3397c8;
        text-decoration: none;
        font-weight: bold;
        font-size:14px
    }

.multi-column-dropdown .menu-header {
    color: #000;
    background-color: #f9f9f9;
    font-size: 16px;
    font-weight: 550;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
}

.multi-column .col-sm-12.first {
    padding-right: 0px;
}

.multi-column-dropdown .no-click {
    pointer-events: none;
}

.multi-column-dropdown.more {
    margin-top:5px
}
.multi-column-dropdown.more li {
    -webkit-box-shadow: 0px -5px 6px -1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px -5px 6px -1px rgba(0,0,0,0.05);
    box-shadow: 0px -5px 6px -1px rgba(0,0,0,0.05);
}
.multi-column-dropdown i {
    margin-right: 9px;
    font-size: 20px;
    float: left;
    margin-top: 2px;
}

.multi-column-dropdown i.icon-star {
    margin-right: 6px;
    font-size:16px
}

.dropdown-menu.emi-my-dashboards-menu,
.gallery-with-management-tools .singleDashboard .dropdown.emi-manage-dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

.my-db-login {
    position: relative;
}
.my-db-message {
    height: 30px;
    border-top: none!important;
    white-space:nowrap
}
.my-db-message p {
    position: absolute;
    width:100%
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

.modal-dialog .modal-header .modal-title i['data-toggle!=tooltip'] {
    position: relative;
    left: auto;
    width: 18px;
    font-size: 16px;
    color: #333333;
    top: -2px;
    margin-left: 0
}

.modal-dialog .modal-body .warning {
    margin-left: 20px;
    font-size:12px;
}

.modal-dialog .modal-body .warning i {
    position: absolute;
    left: 30px;
    font-size:18px;
    color:red;

}


.modal-dialog .modal-header h3 span.icon-questionmark {
    margin-left: 10px;
}

.modal-dialog .modal-header h3 {
    padding-left: 15px;
    padding-right: 5px;
    width:85%
}

.modal-dialog .modal-body p.subTitle {
    font-weight:600;
}
.modal-dialog .area-highlight {
    border: 1px solid #eeeaea;
    padding: 10px 20px 20px;
    margin-top: 15px;
    background: #f9f9f9;
}
.modal-dialog .area-highlight .emi-input-wrap input[type="radio"] {
    left:50px
}
.modal-dialog .area-highlight .emi-input-wrap label {
    margin-left:40px
}


#js-myDashboardTabs .modal-dialog .emi-btn > i.icon-plus,
#js-myDashboardTabs .modal-dialog .emi-btn > i.icon-map {
        font-size: 13px;
        top: 0;
        padding-right: 2px
    }
#js-myDashboardTabs .dashboardOwner {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: small;
}

.singleDashboard .shared-with,
#js-myDashboardTabs .my-dashboard-summary-footer .shared-with {
    margin-right: 7px;
}

#js-myDashboardTabs .emi-sortAndFilterOptions .ms-parent {
    width:220px;
}
.js-parameters-on-dashboard {
    width: 100%;
    position: absolute;
    right: 0;
}
.js-parameters-on-dashboard li {
    padding-left: 20px;
    padding-right: 20px;
    width:100%
}

.js-parameters-on-dashboard a.dropdown-toggle {
    font-size: 12px;
    position:absolute;
    right:18px;
    top:-16px
}

.js-parameters-on-dashboard ul {
    right: 0;
    left: auto;
}

.js-parameters-on-dashboard .emi-btn {
    border: 1px solid #cccccc;
    font-size:13px;
}
    .js-parameters-on-dashboard .modal-date {
        float: left;
        margin-top: 30px;
        margin-bottom: 10px;
    }
.js-parameters-on-dashboard .js-addToMyDashboardBtn,
.js-parameters-on-dashboard .js-editPramsButton {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .js-parameters-on-dashboard .summarisedParameters.subTitle {
        font-size: small;
        font-weight: 600;
        border-bottom: 1px solid #ccc;
        padding-bottom: 6px;
        display: inline-block;
        margin: 0;
    }


@media (min-width: 768px) and (max-width: 991px) {
    .contentCenterGallery .column-2, .contentCenterDashboards .column-2 {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1920px) { /* 1920px */
    .contentCenterGallery .column-2,
    .contentCenterDashboards .column-2 {
        width: 50%;
    }

        .contentCenterGallery .column-2:nth-child(odd),
        .contentCenterDashboards .column-2:nth-child(odd) {
            clear: both
        }
}

@media only screen and (min-width: 1921px) {
    .contentCenterGallery .column-2,
    .contentCenterDashboards .column-2 {
        width: 33.3333%;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1920px) {
    .contentCenterGallery .column-2:nth-child(even),
    .contentCenterDashboards .column-2:nth-child(even) {
        float: right;
    }
}

@media only screen and (min-width: 1921px) {
    .contentCenterGallery .column-2:nth-child(even),
    .contentCenterDashboards .column-2:nth-child(even) {
        float: left;
    }
}

@media only screen and (min-width: 1921px) {
    .contentCenterGallery .column-2:nth-child(3n+3),
    .contentCenterDashboards .column-2:nth-child(3n+3) {
        float: right;
    }
}



/*---Media queries---*/
@media (max-width:340px) {
    .actionRight .emi-btn {
        margin-top: 8px;
        /*width: 48%;*/
        margin-left: 1%;
        margin-right: 1%;
        text-align: center
    }
}

@media (max-width:400px) {
    .emi-right-col-header span {
        width: 178px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width:559px) {
    .hide-mobile {
        display: none !important;
    }
    .listTags-instances {
        padding-right: 90px;
    }
    .emi-expand-placement::before,
    .emi-expand-placement::after {
        content: none;
    }
    .emi-expand-placement {width:75px}

    .emi-filter-viewOptions .form-group {
        float: left !important;
    }

    .emi-right-col-header {
        border-bottom: 1px solid #e1e1e1
    }

    .actionRight {
        width: 100%
    }
    .emi-dock-to-parent {
        margin-bottom: 15px
    }

        .emi-dock-to-parent .centered {
            min-width: 100px
        }

            .emi-dock-to-parent .centered .emi-btn a {
                padding: 0;
                border: none
            }
}

@media (min-width:559px) {
    .hide-desktop {
        display: none !important;
    }

    .actionRight {
        margin: 0;
    }


}



@media screen and (min-width:768px) {
    header {
        padding-top: 5px
    }
    .multi-column .col-sm-12.second {
        padding-left: 0px;
    }
    .my-db-login {
        max-height: 455px;
        overflow: hidden;
        overflow-y: auto;
        min-height:82px
    }
    .js-parameters-on-dashboard {
        top: 40px
    }
    .emi-chart-footer p {text-align:right}

}

@media screen and (min-width: 1200px) {
    .emi-reportSummaryWrapper {
        float: left;
        width: 50%;
        padding-right: 5%;
    }
    .emi-reportSummaryWrapper .title h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 90%;
        white-space: nowrap;
    }
    .emi-reportSummaryWrapper p.summarisedParameters.subTitle {
        margin-bottom: 0;
        min-height: 39px
    }
    .emi-left-col {
        width: 75%;
        padding-right: 20px;
    }

    .emi-right-col {
        width: 25%;
        margin-top: 0;
    }

    
}

@media screen and (min-width: 1200px) and (max-width: 1650px) {
    .emi-right-col-header span {
        width: 193px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .emi-right-col-grey .emi-right-col-header span {
        width: 100%;
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit;
    }

    .emi-right-col-header i.icon-questionmark {
        float: right;
        margin-top: 3px
    }
}

@media (max-width:991px) {
    .logo {
        padding: 45px 0 16px;
    }

        .logo a {
            height: 43px;
        }
}
@media screen and (max-width:767px) {
    .contentCenterDashboards .js_eaReport > .contentCenter,
    .contentCenterGallery .js_eaReport > .contentCenter {
        padding: 12px
    }

    p {
        font-size: 1.4em
    }

        p.intro {
            font-size: 16px
        }

    h1, .title h1 {
        font-size: 25px;
        width: 100%
    }

    h2, .title h2 {
        font-size: 20px
    }

    .actionRight {
        float: left;
        margin-top: 8px;
        width: 100%
    }

    #report_title {
        width: 100%
    }

    .emi-chart-footer .right {
        float: left;
        margin-top: 5px;
        width: 100%;
        text-align: center;
    }

    .emi-chart-footer .col-sm-12 {
        width: 100%;
    }

    .emi-chart-footer .emi-viewstats i {
        float: none
    }

    .emi-chart-footer .emi-btn {
        margin-left: 0
    }

   .emi-chart-footer .emi-permalink-fix {
            float: none;
        }

    .emi-chart-footer .permalink i {
        float: none;
    }

    .emi-btn.permalink {
        width:120px;
    }

    .modal-dialog {
        text-align: left
    }

    .emi-main {
        padding-bottom: 10px
    }

    .emi-sectionHeaderTitle {
        padding: 20px 20px 30px 18px;
        height: 45px;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
    }

        .emi-sectionHeaderTitle h2 {
            font-size: 1.4em
        }

    .logo {
        width: 124px;
        overflow: hidden;
        padding: 20px 0 20px
    }

        .logo a {
            width: 250px;
            height: 38px
        }

    .emi-reportSummaryDetailedWrapper .inner.with-management-tools {
        margin-top: 6px;
    }

    .emi-reportSummaryDetailedWrapper .inner {
        padding-left: 0
    }

    #js-myDashboardTabs .owner-row,
    #js-myDashboardTabs .my-dashboard-summary-footer {
        display: block
    }

        #js-myDashboardTabs .owner-row .item.left {
            width: 100%
        }

        #js-myDashboardTabs .owner-row div.line {
            display: none
        }

    .multi-column-dropdown .menu-header {
        font-size: 14px;
        padding: 7px 15px
    }

    .multi-column-dropdown li a {
        font-size: 15px;
    }


    .singleDashboard .emi-btn {
        float: left
    }
    .toolsWrap {
        float:left;
        width:100%;
        margin:13px 0 10px
    }
    .emi-reports-views.singleDashboard {
        float:left
    }
    .js-parameters-on-dashboard {
        top:34px
    }
}

/*tags*/

@media only screen and (min-width:1501px) {
    .emi-tag-1-col,
    .emi-tag-3-col {
        display: none
    }
    .emi-tag-2-col {
        display: block
    }

}
@media only screen and (max-width:1500px) and (min-width:1201px) {
    .emi-tag-1-col,
    .emi-tag-3-col {
        display: none
    }
    .emi-tag-2-col {
        display: block
    }

}
@media screen and (max-width:1200px) and (min-width:992px) {
    .emi-tag-2-col,
    .emi-tag-3-col {
        display: none
    }
    .emi-tag-1-col {
        display: block
    }

}
@media screen and (max-width:991px) and (min-width:750px) {
    .emi-tag-1-col,
    .emi-tag-2-col {
        display: none
    }

    .emi-tag-3-col {
        display:block
    }
}
@media screen and (max-width:749px) and (min-width:641px) {
    .emi-tag-1-col,
    .emi-tag-3-col {
        display: none
    }
    .emi-tag-2-col {
        display: block
    }

}
@media screen and (max-width:640px) {
    .emi-tag-2-col,
    .emi-tag-3-col {
        display: none
    }
    .emi-tag-1-col {display:block}
}

/* Styling the radio buttons that are now bright blue in chrome.  */
/* Chrome, safari. Edge and IE will fallback to older styles (they don't hit this query). Firefox hits this query but can't render the ::after, so override (below) and fall back to older styles. */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    input[type='radio'] {
        visibility: hidden;
    }

    input[type='radio']::after {
        background-color: white;
        border-radius: 15px;
        width: 25px;
        height: 25px;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 4px white solid;
        box-shadow: 0 0 0px 1px rgb(204, 204, 204);
    }

    input[type='radio']:checked::after {
        background-color: #3397c8;
        border-radius: 15px;
        width: 25px;
        height: 25px;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 4px white solid;
        box-shadow: 0 0 0px 1px #3397c8;
    }
}


/* firefox - it is hit by the query above, but override it with this one */
@-moz-document url-prefix() {
    input[type='radio'] {
        visibility: visible;
    }

    input[type='radio']:after, input[type='radio']:checked::after { 
        visibility: hidden;
    }
}

