/* Minification failed. Returning unminified contents.
(11673,10): run-time error CSS1033: Expected closing bracket, found 'IE'
(11673,12): run-time error CSS1031: Expected selector, found ']'
(11673,12): run-time error CSS1025: Expected comma or open brace, found ']'
(11678,1): run-time error CSS1019: Unexpected token, found '<'
(11678,2): run-time error CSS1019: Unexpected token, found '!'
(11678,11): run-time error CSS1031: Expected selector, found '-->'
(11678,11): run-time error CSS1025: Expected comma or open brace, found '-->'
(12517,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(12518,10): run-time error CSS1035: Expected colon, found '{'
(12875,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(12876,10): run-time error CSS1035: Expected colon, found '{'
(12885,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(12886,10): run-time error CSS1035: Expected colon, found '{'
(13002,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(13003,10): run-time error CSS1035: Expected colon, found '{'
(13012,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(13013,10): run-time error CSS1035: Expected colon, found '{'
 */
/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* 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); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-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: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-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-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-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-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-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 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-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("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); /* support: IE8 */
}
.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); /* support: IE8 */
	border-radius: 8px;
}

/*!
 * 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;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ''
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014'
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40
        }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #337ab7
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item, button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0)
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}
/*# sourceMappingURL=bootstrap.min.css.map */

.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/************************************ GENERIC THINGS *******************************************/
/****************Don't change unless it should effect the whole website*************************/


/* This is to ensure that things are alligned by default */
.row { margin-left: 0; margin-right: 0; }
[class*=col] { padding-left: 0; }
.body-outer { padding: 20px; min-height: 800px;}

.impersonating-new {
    background-color: #00A7E1;
    text-align: center;
}

.pushNav .navigationBar {
    top: 91px;
}

.body-inner {
    height: 100%;
    display: flex;
    min-height: 900px;
    flex-direction: column;
}

.flexStyle {
    flex-grow: 2;
    flex-direction: column;
    display: flex;
    margin: 0 65px;
}

.content-holder {
    max-width: 1200px;
}

.default-bootstrap .row{
    margin-left: -15px;
    margin-right: -15px;
}

.default-bootstrap [class*=col-] { 
    padding-left: 15px; 
}


.wrap {
    /*border-top: 8px solid #00A7E1;*/
    /* This is for the sticky footer */
    min-height: 100%;
    margin-bottom: -140px; /* has to be equal to the footers height*/
}

.force-full-height{
    height: 100% !important;
}

.push { height: 140px; } /* has to be equal to the wraps margin-bottom*/


.pointer{
    cursor:pointer;
} 

/* 02 Colours */
/* 02.1 Colour Overview */
.bg-black { background-color: #404040 !important;}
.bg-grey-dark { background-color: #6D6E70 !important;}
.bg-grey-light { background-color: #BBBDBF !important;}
.bg-frame { background-color: #F1F1F1 !important;}
.bg-blue { background-color: #00A7E1 !important;}
.bg-white { background-color: #FFFFFF !important;}
.bg-black { background-color: #404040 !important;}
.bg-red { background-color: #E60000 !important;}

/* 02.1 Typography Colours */
.txt-black { color: #404040 !important; }
.txt-grey { color: #BBBDBF !important; }
.txt-blue { color: #00A7E1 !important;}
.txt-red { color: #E60000 !important;}
.txt-green { color: #3b9e3b !important;}
.txt-white { color: #FFFFFF !important;}
.txt-disclaimer{ color:#BBBDBF; font-size: 11px; }
.txt-italic { font-style: italic; }
.txt-bold {
    font-family: Verdana !important;
    font-weight: bold !important;
    font-size: 12px;
}

.txt-bold-din { font-family: DINbold !important;font-size: 18px !important; }

.form-control:focus.border-danger,
.border-danger {
    border-color: #E60000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(230,0,0, .5);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(230,0,0, .5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(230,0,0, .5);
}

.border-success {
    border-color: #3b9e3b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(59,158,59, .6);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(59,158,59, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(59,158,59, .6);
}

/* 03 Buttons */
/* 03.1 Main Navigation */
.button-standard {
	background-color: #F1F1F1;
    font-size: 15px;
	color: #404040;
    padding: 13px 10px 0 10px;
    cursor: pointer;
    display: inherit;
}

.button-standard .glyphicon {
    float: right !important;
    padding-top: 3px;
}

.button-standard:hover {
    background-color: #E8E7E7;
    color: #404040;
    -ms-opacity: 1;
    opacity: 1;
    text-decoration:none; 
}

.button-standard-secondary {
	font-size: 16px;
	color: #404040;
    cursor: pointer;
}

.left {
    float: left;
    text-align: left;
}

.right {
    float: right;
    text-align:right;
}

/*
    Commented out by RW, was changing background on navigation links, if needed somewhere else do whatever is necessary
    .button-standard-secondary:hover {
	background-color: #E8E7E7;
}*/

/* 03.2 Main Call to Action */

.btn-primary {
    color: #fff;
    background-color: #00A7E1;
    border-color: #0284b1;
}

.btn-primary-outline {
	border-radius: 0;
	background-color: transparent;
	color: #0284b1;
	border-color: #0284b1;
}
.btn-danger-outline {
	border-radius: 0;
	background-color: transparent;
	color: #d43f3a;
	border-color: #d43f3a;
}

.button-action {
    min-height: 50px;
    padding: 0 25px 0 25px;
    font-family: DIN;
    FONT-SIZE: 18PX;
}

.button-action-main {
    background-color: #00A7E1;
    padding: 0 25px 0 25px;
    font-family: DIN;
    font-size: 18px;
    color: #FFFFFF;
    -ms-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

a.button-action-main{
    padding-top:12px;
}

.button-action-main:hover {
    -ms-opacity: 0.7;
    opacity: 0.7;
    color: #FFFFFF;
}

.form-group .button-action-main.form-control,
.form-group .form-checkboxgroup { margin-top: 23px; }



.simple-control { margin-top: 23px; height: 50px;}
.checkbox-control { margin-top: 8px; height: 50px;}

.validation-msg-next-to { margin-top: 38px; }

.button-action-no-style {
	padding: 5px 15px 5px 15px;
	font-family: Verdana;
	font-size: 13px;
	height: 30px;
}

/* 03.3 Secondary Call to Action */
.button-action-secondary {
	background-color: #00A7E1;
	padding: 5px 15px 5px 15px;
	height: 30px;
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	-ms-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.button-action-secondary:hover {
    -ms-opacity: 0.7;
    opacity: 0.7;
    color: #FFFFFF;
}

/* 03.4 Main Option Buttons */
.button-option-main-blue, .button-option-main-red, .button-option-main-black {
    font-family: Verdana;
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    /*height: 30px;*/
    border: solid;
    border-width: 1px;
    cursor: pointer
}

.button-option-main-black {
    color: #404040;
    border-color: #404040;
}

.button-option-main-black:hover{
	color: #FFFFFF;
    background-color: #404040;
}

.button-option-main-black:disabled{
	color: #FFFFFF;
}

    .button-option-main-blue:hover, .button-option-main-blue:focus {
        color: #FFFFFF;
        background-color: #00A7E1;
    }

.button-option-main-blue.error:disabled {
    color: #BB7D7F;
    border-color: #BB7D7F;
}

.button-option-main-red {
    color: #d43f3a;
    border-color: #d43f3a;
}

.button-option-main-red:hover {
    color: #FFFFFF;
    background-color: #C12E2A;
}

/* 03.5 Secondary Option Buttons */
.button-option-secondary-black, .button-option-secondary-blue {
    display: block;
    width: 24px; 
    height: 24px;
    cursor: pointer;
    padding-left: 5px;
}

.button-option-secondary-black { border: 2px solid #404040; }
.button-option-secondary-blue { border: 2px solid #00A7E1; }

.button-option-secondary-black:hover { background-color: #404040; }
.button-option-secondary-blue:hover { background-color: #00A7E1; }

/* 03.6 Hyperlink */
a {
	color: #00A7E1;
}
a:hover {
	color: #00A7E1;
	-ms-opacity: 0.7;
	opacity: 0.7;
}

.option-current {
	background-color: #00A7E1;
    color:white;
}


/* 03.7 Expandable Text Link */
/*  color: #00A7E1;      :hover { opacity: 0.7; }*/
.expandable {
    font-family: Verdana;
	font-size: 13px;
	color: #404040;
}

.expandable:hover {
    font-family: Verdana;
	font-size: 13px;
	color: #00A7E1;
}

/* 04 Forms */
/* 04.1 Main Text Field */
select, input[type="file"],
.button-action-main, .button-standard,
.layout input[type="text"],
.layout input[type="datetime"],
.layout input[type="email"],
.layout input[type="date"],
.text-main { min-height: 50px; }
.layout input[type="date"]::-webkit-inner-spin-button { margin-top:7px; }
.layout img[class*='inline-spinner'] { height: 50px; }
.modal-footer img[class='inline-spinner'] { height: 50px; }
.layout img[class*='inline-spinner-contact'] { height: 25px; }

.layout input[type="email"],
.layout input[type="text"] {
    color: #404040;
    background-color: #F1F1F1;
    font-size: 18px;
}

textarea.form-control {
    background-color: #F1F1F1;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #CCCCCC;
}

.layout input[type=text]:disabled,
.layout input[type=text]:read-only
 { background-color: #BBBDBF; }

.text-main {
    font-family: DIN;
	font-size: 18px;
	color: #404040;
	background-color: #F1F1F1; 
	padding: 0 15px 0 15px;
    -moz-min-width:500px;
    -ms-min-width:500px;
    -o-min-width:500px;
    -webkit-min-width:500px;
    min-width:500px;
    border:none;	
}

.text-main:disabled {
	color: #FFFFFF;
	background-color: #BBBDBF;
}

/* 04.2 Secondary Text Field */
.text-secondary {
    font-family: Verdana;
	font-size: 13px;
	color: #404040;
	background-color: #F1F1F1; 
	padding: 0 15px 0 15px;
	height: 40px;
     border:none;		
}

.text-secondary-min-width {
    min-width: 150px !important;
}

.text-secondary:disabled {
	color: #FFFFFF;
	background-color: #BBBDBF;
}

/* 04.3 Main Drop Down Menu */
select.form-control { line-height: 44px; }
.select {
	background-color: #404040;
    font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	padding: 0 15px 0 15px;
}

.select:hover {
	color: #00A7E1;
}

.min-height-for-select { 
    min-height: 40px !important;
}

/* 04.4 Secondary Drop Down Menu */
/* todo: needs some work with dropdown list */
.dropdown-secondary{
	background-color: #404040;
    font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	padding: 0 15px 0 15px;
	height: 40px;
}

.dropdown-secondary:hover {
	color: #00A7E1;
}

input.checkboxCustom {
	left:-9999px; /* allows the input to be selected via tab, which display:none prevents (improved accesibility) */
	position:absolute;
}

.checkboxCustom ~ label {
	cursor: pointer;
	height: 32px;
	position: relative;
	margin-top: 7px;
	padding-left:40px;
	padding-top:7px;
}

.checkboxCustom ~ label:after {
	content: "\2713";
	position: absolute;
	width: 32px;
	height: 32px;
	border: 1px solid black;
	cursor: pointer;
	background: white;
	border-radius: 2px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	vertical-align: middle;
	color: white;
	margin: 1px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff;
}

.k-checkbox.checkboxCustom ~ label {
    padding: 0;
}

.k-checkbox.checkboxCustom ~ label:after {
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 18px;
}

.checkboxCustom ~ label:hover::after {
	background-color: #bbbdbf;
}

input.checkboxCustom[type=checkbox][disabled=disabled] ~ label:after,
input.checkboxCustom[type=checkbox]:disabled ~ label:after {
    background-color: #e2e2e2;
    font-family: 'Glyphicons Halflings' !important;
    content: "\e083";
    cursor: not-allowed;
}

input.checkboxCustom[type=checkbox]:checked ~ label:after {
    content: "\2713";
    background-color: #00A7E1;
}

input.checkboxCustom[type=checkbox][disabled=disabled] ~ label,
input.checkboxCustom[type=checkbox]:disabled ~ label {
    color: gray;
    cursor: not-allowed;
}
input.checkboxCustom[type=checkbox]:focus ~ label:after {
	outline: blue auto 5px;
	outline: -webkit-focus-ring-color auto 5px;
}

/* 04.7 Main Radio Buttons */
/*Radio button  with Images and  the text to follow the radio button*/

label + input[type=radio] {
    display: none;
}

input[type=radio] + label{
    background-image:url('Image/Forms/Radio Button/Inactive/form_primary_radiobutton_ina.png');
    padding-left:30px;
    padding-right:30px;
    height:22px;
    display:inline-block;
    line-height:25px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:13px;
    vertical-align:top;
    cursor:pointer;
}
  
input[type=radio]:checked + label {
    background-image:url('Image/Forms/Radio Button/Default/form_primary_radiobutton_def.png');
}

input[type=radio][disabled] + label {
    -ms-opacity: 0.5;
    opacity: 0.5;
}

/* 04.8 Secondary Radio Buttons */
input[type=radio].image-radio-secondary {
    display:none;
}

input[type=radio].image-radio-secondary + label.image-label-secondary {
    background-image:url('Image/Forms/Radio Button/Inactive/form_secondary_radiobutton_ina.png');
    padding-left:30px;
    padding-right:30px;
    height:22px;
    display:inline-block;
    line-height:25px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:13px;
    vertical-align:auto;
    cursor:pointer;
}
  
input[type=radio].image-radio-secondary:checked + label.image-label-secondary {
    background-image:url('Image/Forms/Radio Button/Default/form_secondary_radiobutton_def.png');
}

label.image-label-secondary {
    background-image:url('Image/Forms/Radio Button/Inactive/form_secondary_radiobutton_ina.png');
}

.documentBtn, .documentBtn:hover, .documentBtn:focus {

    color: rgb(0, 167, 225 ); 
    font-size: 1.8em;
    vertical-align: middle;
    text-decoration: none;
}


/* 05 Extras */
/* 05.1 Alt Tag */
.altTag {
    font-family: Verdana;
    font-size: 13px;
    color: #404040;
    background-color: #404040;
}

/* 06 Table */
/* 06.1 Table Single */
table {
	font-family: Verdana;
	font-size: 11px;
	color: #404040;
    width: 100%;
    margin-top: 20px;
}
th { color: #00A7E1;padding-bottom: 10px; }
thead, tr.thead { border-bottom: 2px solid #404040;margin-bottom: 10px;}
thead tr { padding-bottom: 5px; }
tbody tr { height: 40px; border-bottom: 1px solid #BBBDBF; }
td:first-child {font-family: Verdana; font-weight: bold; }

/* Pagination */
.pagination-container { text-align: center; font-size: 13px; }
.pagination-container td { padding-top: 20px;}

.pagination-container td a,
.pagination-container td span { width:30px; display: inline-block; }

.pagination-container td a { color: #404040; }
.pagination-container td span { color: #00A7E1; }
.pagination-container td .navigation { margin-top: -2px; }

ul.pagination { font-family: Verdana !important; font-weight: bold !important; font-size: 13px; }
ul.pagination > li > a { border: none; color: #404040;float: none; }
ul.pagination > .active > a { border: none; background-color: transparent; color: #00A7E1; }

/*.pagination { font-size: 13px;display: inline-block; }
.pagination a { color: #404040; border: none !important; }
.pagination .active a { color: #00A7E1; background-color: #FFFFFF; }
.pagination .active a:hover { color: #00A7E1; background-color: #FFFFFF; }
.pagination > li > a:hover { color: #00A7E1; background-color: #FFFFFF; }*/
/*.pagination > li.disabled { display: none;}*/

/* Removing the default styling of the lists*/
ul { list-style-type: none; }
ul.disc { list-style-type: disc; }

/* This is an extension to button-image where the image has a different appearance when clicked*/
.button-click .def, .button-click .ove,
.button-click:hover .def, .button-click:hover .ove { display: none; }
.button-click .cli { display: inline-block; }

.disabled {
    background-color: #efefef;
    border: 0;
    margin: 1px;
    padding: 5px 10px 5px 10px;
    cursor:default!important;
}
.button-image.disabled:hover {
    background-color: #efefef;
    opacity:1;
}
.button-image.disabled .ove {
    display: inline-block;
}

/* This is for the favourite button*/
.favourite-on, .favourite .favourite-off {
    display: none
}
.favourite-off, .favourite .favourite-on { display: inline-block}

/* This is because bootstraps makes all labels bold*/
label { font-family: Verdana; font-weight:bold } 

/* Font defintions and locations*/
@font-face { font-family: DIN; src: url('../fonts/DIN/DINReg.eot'); src: url('../fonts/DIN/DINReg.ttf') format('truetype');  }
@font-face { font-family: DINbold; src: url('../fonts/DIN/DINBol.eot'); src: url('../fonts/DIN/DINBol.ttf') format('truetype'); }

/*section devider*/
.section-divider { border-top: 2px dotted #00A7E1; }
.section-divider-bottom { border-bottom: 2px dotted #00A7E1; margin-top: 30px !important; }


/* telerik */
.trv-nav {
    margin-bottom: 20px;
}

.trv-nav .k-link {
    color: #404040;
}

.k-popup.k-calendar-container {
    background: #fff;
}

.k-calendar .k-header .k-link {
    color: #fff;
}

.k-popup.k-calendar-container .k-content.k-month tbody td[role="gridcell"] a{
    color: #404040;
}

.k-calendar .k-header .k-link.k-state-hover {
    color: #404040;
    background: none;
}

.k-widget.k-datepicker .k-picker-wrap::before {
    display: none;
}

.k-popup.k-calendar-container .k-footer .k-link, .k-popup.k-calendar-container .k-content.k-month tbody td[role="gridcell"].k-state-selected, .k-popup.k-calendar-container .k-content.k-month tbody td[role="gridcell"].k-state-hover, .k-popup.k-calendar-container .k-footer .k-link:hover {
    background: #404040;
    border-radius: 0;
}

.k-popup.k-calendar-container .k-content.k-month tbody td[role="gridcell"].k-state-focused {
    background: #58889e;
    border-radius: 0;
}

.k-popup .k-calendar .k-today {
    background: #F1F1F1;
    border-radius: 0;
}

.k-popup.k-calendar-container .k-footer .k-link, .k-popup.k-calendar-container .k-content.k-month tbody td[role="gridcell"].k-state-hover a, .k-popup.k-calendar-container .k-content.k-month tbody td[role="gridcell"].k-state-focused a {
    color: #fff;
}

.k-detail-cell, .k-detail-cell .k-tabstrip-wrapper .k-content {
    padding: 0;
}

.k-detail-cell .k-tabstrip>.k-content {
    display: block;
}

.k-detail-row .k-hierarchy-cell {
    /*display: none;*/
}

.k-detail-cell .k-tabstrip>.k-content td:first-child {
    font-weight: normal;
}

.k-detail-cell .k-tabstrip-wrapper .k-content {
    overflow: hidden;
    border: 0;
}

.k-tooltip.k-chart-tooltip{
    margin-left:-20px;
}

.full-header .k-grid-header th.k-header {
    white-space: initial;
    vertical-align: middle;
    padding: .786em .6em;
    word-wrap: break-word;
}

.no-scrollbar .k-grid-header {
    padding: 0 !important;
}

.no-scrollbar .k-grid-content {
    overflow-y: visible;
}

#speedHistoryChart path[stroke-width="1"][stroke="#8e8e8e"]:nth-child(3n+2) {
    display: initial;
}

#speedHistoryChart path[stroke-width="1"][stroke="#8e8e8e"] {
    display: none;
}

#speedHistoryChart path[stroke-width="1"][stroke="#8e8e8e"]:nth-child(1) {
    display: initial;
}

#ConfirmationModal .modal-header{
    border:0;
    padding-bottom:0;
}
#ConfirmationModal .modal-body {
    padding-top: 0;
}

#ConfirmationModal .modal-footer {
    text-align:center;
}
/*Helper classes*/
th .popover {
    color: black;
}

.spacer-h1 {
    margin-top:53px;
}

.max-width-100 {
    max-width:100%;
}

.width-100 {
    width: 100% !important;
}

.levelButton {
    margin-top:23px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.padding-top-bottom{
    padding-top:10px;
    padding-bottom:10px;
}

.spacer{
    margin-top:10px;
    margin-bottom:10px;
}

.spacer-extra{
    margin-top:20px;
    margin-bottom:20px;
}

.spacer-extra-double{
    margin-top:40px;
    margin-bottom:40px;
}

.spacer-extra-triple{
    margin-top:60px;
    margin-bottom:60px;
}

.block{
	display:block;
}

.block-center-align{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.no-margin{
    margin:0;
}

/* todo: needs to be removed you should not define the family here*/
/* todo: you should really use the bootstrap for consistence of the website*/
.error-message {
    font-family: Verdana; 
    font-size: 11px;
    font-weight:lighter;
    color: red;
}
ul.error-message { list-style-type: disc; }
ul.error-message li { color: #00A7E1; }
ul.error-message li p { color: red; }
.col-xs-12.col-sm-12.col-md-12.col-lg-12 { margin-top: 10px; }

.fill { width: 100%; }

.modal-body {
    max-height: 75vh;
    overflow-y: auto;
}

.webgrid-col-50 {
    width:50px;
}

.webgrid-col-60 {
    width:60px;
}

.webgrid-col-80 {
    width:80px;
}

.webgrid-col-100 {
    width:100px;
}


.webgrid-col-150 {
    width:150px;
}

.webgrid-col-200 {
    width:200px;
}

.webgrid-col-300 {
    width:300px;
}

.col-smaller-divider + .col-smaller-divider{
    padding-left:0;
}

fieldset {
    border: 1px solid #404040;
    border-radius: 3px 3px 3px 3px;
    padding: 5px;
}

fieldset legend{
    margin-bottom: 0px;
    font-size: 14px;
    background-color: #404040;
    color: white;
    border-radius: 3px 3px 3px 3px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

fieldset.expand legend :hover {
    cursor:pointer;
}

fieldset.expand .content,
.visibilitycollapse {
    display:none;
}

fieldset.ticketpost legend b{
    color:#00A7E1;
}

fieldset.notification legend b{
    color:white;
}

fieldset.ticketpost div.postattachments{
    padding:5px 0px 10px 15px;
    border-bottom: 1px dashed #404040;
}

fieldset.ticketpost div.content{
    white-space: pre-line;
    padding:15px;
}

fieldset.notification div.content{
    padding:10px;
}

#ticket-reply-area, #modify-circuit-area {
    padding-top:20px;
    padding-bottom:20px;
}

#grid-tt-testresultgrid.rotate-header thead tr {
    height:30px;
}

#grid-tt-testresultgrid.rotate-header thead tr th {
    -ms-transform: rotate(-8deg); /* IE 9 */
    -webkit-transform: rotate(-8deg); /* Chrome, Safari, Opera */
    transform: rotate(-8deg);
}

#notification-area {
    padding-bottom:15px;
}

#disablingDiv
{
    /* Do not display it on entry */
    display: none; 
 
    /* Display it on the layer with index 1001.
       Make sure this is the highest z-index value
       used by layers on that page */
    z-index:1001;
     
    /* make it cover the whole screen */
    position:inherit; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
 
    /* make it white but fully transparent */
    background-color: white; 
    opacity:.00; 
    filter: alpha(opacity=00); 
}

.underline {
    text-decoration:underline;
}

/* The following alert style exist in bootstrap, but got overriden by the "col" class padding */
.alert {
    padding: 15px !important;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px !important;
}

.bootstrap-btn-clickable {
    cursor:pointer !important;
}

.status-clickable {
	color: #00A7E1;
    text-decoration: underline;
}
.status-clickable:hover {
    cursor:pointer;
}

.text-highlight {
    color: #9cb9c8;
}

input[type=checkbox] ~ label.no-hover:hover{
        background-image: url("Image/Forms/Check Box/Inactive/form_secondary_checkbox_ina.png");
    }

input[type=checkbox]:checked ~ label.no-hover:hover{
        background-image: url("Image/Forms/Check Box/Default/form_secondary_checkbox_def.png");
    }

.padded-box{
    padding: 20px;
    background-color: rgb(251, 251, 251);
    margin-bottom: 40px;
}
.padded-box h2{
    margin-top:0;
}

.register-container {
            min-height: 280px;
        }

        .dropdownlist {
            margin-bottom: 20px !important;
        }

        .edit-password {
            height: 50px !important;
        }


        .inner-body {
            margin-left: 70px !important;
            margin-bottom: 10px !important;
            margin-top: 10px !important;
            margin-right: 10px !important;
            overflow: auto;
        }

        .next-btn {
            margin-left: 0px !important;
            margin-bottom: 10px !important;
            margin-top: 10px !important;
            margin-right: 10px !important;
            width: 200px;
        }
      .next-btn:focus, .next-btn:focus:active, .next-btn.active:focus, .next-btn.focus, .next-btn.focus:active, .next-btn.active.focus {
    outline: none;
    outline-offset: 0px;
}


        #title {
            color: #00A7E1;
            font-size: 30px;
            font-family: DINBold;
            margin-left: 50px;
            margin-top: 40px;
        }

        .column1 {
            float: left;
            width: 10%;
        }

        .column2 {
            width: 90%;
            float: left;
        }

        .control {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            margin-top: 20px !important;
        }

        .short {
            font-weight: bold;
            color: #FF0000;
            font-size: larger;
            line-height: 3.3 !important;
        }

        .weak {
            font-weight: bold;
            color: orange;
            font-size: larger;
            line-height: 3.3 !important;
        }

        .good {
            font-weight: bold;
            color: #2D98F3;
            font-size: larger;
            line-height: 3.3 !important;
        }

        .strong {
            font-weight: bold;
            color: limegreen;
            font-size: larger;
            line-height: 3.3 !important;
        }

/* CSS animations */
@keyframes fadein {
    from { opacity:0; }
    to { opacity:1; }
}

.fadeIn {
    animation: fadein forwards 0.8s;
}

@keyframes bounceIn {
    0% { padding-top: 25px }
    20% { padding-top: 5px }
    40% { padding-top: 20px }
    80% { padding-top: 8px }
    100% { padding-top: 11px }
}

.bounceIn {
    animation: bounceIn forwards 1.5s ease-in-out;
}

#createUser label[title="See Mobile Inventory"] {
    animation: fadein forwards 0.8s;
}

.nga-test-grid{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.nga-test-grid h2{
    margin: 0;
    margin-top: 5px;
}

.nga-test-grid h3{
    font-size:14px;
    margin:0;
    margin-bottom:4px;
}

.nga-col{
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    word-wrap:break-word;
    text-align:center;
    padding:10px;
}

.nga-col-danger{
    background-color:#ff5c44;
    color:white;
}

.nga-col-danger h3{
    color:white;
}

/* datepicker */



.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

/* Bootstrap Overwrite */
.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.margin-left0 {
    margin-left: 0px !important;
}

.margin-left5 {
    margin-left: 5px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-left15 {
    margin-left: 15px;
}

.margin-left20 {
    margin-left: 20px;
}

.margin-right0 {
    margin-right: 0px !important;
}

.margin-right5 {
    margin-right: 5px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-right15 {
    margin-right: 15px;
}

.margin-right20 {
    margin-right: 20px;
}

.margin-top0 {
    margin-top: 0px!important;
}

.margin-top5 {
    margin-top: 5px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-bottom0 {
    margin-bottom: 0px;
}

.margin-bottom5 {
    margin-bottom: 5px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom15 {
    margin-bottom: 15px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding-right0 {
    padding-right: 0px;
}

.padding-left0 {
    padding-left: 0px;
}

.padding-top0 {
    padding-top: 0px;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-top15 {
    padding-top: 15px;
}

.padding-bottom0 {
    padding-bottom: 0px;
}

.padding-bottom15 {
    padding-bottom: 15px;
}

.w-100 {
    width: 100%!important;
    display: inline-block;
}

/* Template */
.templateValues th, .templateValues td, #template-management-table th, #template-management-table td, #template-table th, #template-table td {
    padding: 10px
}

.templateValues thead, #template-management-table thead, #template-table thead {
    background: #00a7e1;
}

.templateValues thead th, #template-management-table thead th, #template-table thead th {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: DINBold;
    font-weight: bold;
    border-right: 1px solid;
}

.alignLabel {
    height: 50px;
    padding: 12px 0;
    vertical-align: middle;
}

.portStatus {
    font-size: 12px;
}

.VCOREID {
    font-size: 18px;
}

/* Voice */
#loading-overlay, .loading-overlay {
    position: fixed;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1039;
    opacity: 0.8;
}

#loading-overlay .search-spinner, .loading-overlay .search-spinner {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1040;
    margin: auto;
    top: 30%;
}

#loading-overlay i, .loading-overlay i {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    margin: auto;
    height: 60px;
    width: 60px;
    font-size: 60px;
}

.stickyBottom {
    position: fixed;
    right: 0;
    bottom: 0;
}

.bulkListHolder {
    max-height: 350px;
    overflow: auto;
}

    .bulkListHolder .cliItem {
        margin: 5px 0;
        float: left;
    }

        .bulkListHolder .cliItem span {
        }

.button-action-main.btn-danger {
    background-color: #e62823;
    font-size: 18px;
    border: 0;
}

.ticket-button {
    padding: 5px 8px;
}

.ticket-button img {
    vertical-align: bottom;
}

.provider-quotes-holder {
    margin-top: 55px;
    float: left;
}

.provider-quotes-holder .telerik-div {
    margin-top: -23px;
}

.provider-quotes-holder .actionCol .glyphicon {
    color: #00A7E1;
}

.provider-quotes-holder .actionCol .glyphicon:hover {
    color: #404040;
}

#viewquotes-grid_wrapper {
    padding-top: 20px;
}

#viewquotes-grid_length {
    width: 200px;
    padding-top: 12px;
}

#viewquotes-grid_length select {
    min-height: 30px;
}

#viewquotes-grid_filter input {
    color: #404040;
    background-color: #F1F1F1;
    font-size: 16px;
    min-height: 30px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    font-weight: 600;
}

#viewquotes-grid {
    /*display: none;*/
}

 #viewquotes-grid.dataTable {
        display: table;
}

.ticketHolder {
    position: relative;
    float: right;
}

.quickTab {
    width: 275px;
    background: #fff;
    float: left;
    right: 0;
    padding: 10px 20px;
    border: 1px solid #00a7e0;
    position: absolute;
    display: none;
    top: 29px;
    z-index: 1;
}

    .quickTab .quickTabHeading {
        font-size: 13px;
        color: #00a7e0;
    }

    .quickTab .SIMinput {
        background: #f1f1f1;
        padding: 5px 10px;
        border-radius: 4px;
        margin: 10px 0;
    }

    .quickTab label[for=loststolen] {
        padding-top: 0;
    }

    .quickTab .SIMinput input[type=text].text-box {
        background: #fff;
        min-height: 30px;
        font-size: 13px;
        width: 98%;
        margin-bottom: 8px;
        padding: 0 1%;
    }

    .quickTab .lostStolenLabel {
        vertical-align: top;
    }

.k-list-container.k-popup.k-group.k-reset {
    background: #fff;
    padding: 2px;
    border: 1px solid #00a7e1;
}

#viewquotes-grid a.button-image {
    min-width: 65px;
    display: block;
}

#viewquotes-grid th[aria-label*="SelectAll"] {
    text-align: center;
}

.k-grid-header-wrap, .k-grid-footer-wrap {
    vertical-align: bottom;
    border-width: 0 0 0 0;
}

.k-button {
    background: #fff;
    border: 1px solid #00a7e1;
    padding: 5px 10px;
    text-transform: initial;
    font-size: 11px;
}

.k-popup .k-button {
    width: 47% !important;
    background: #00a7e1 !important;
    border: 0 !important;
    color: #fff !important;
    border-radius: 3px !important;
    text-transform: initial;
}

    .k-button:hover, .telerik-div td[role="gridcell"] .button-image:hover {
        background: #00A7E1;
        color: #fff;
    }

.k-popup.k-filter-menu .k-textbox {
    margin-bottom: 7px;
    border: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.k-popup.k-filter-menu .k-filter-help-text {
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    color: #00a7e0;
}

.k-popup.k-filter-menu span.k-widget {
    width: 100%;
}

.k-popup.k-filter-menu span.k-widget.k-numerictextbox > span {
    border: #cccccc 1px solid;
    border-radius: 3px;
    min-height: 29px;
}

.k-popup.k-filter-menu span.k-widget.k-numerictextbox span .k-select {
    background: #f1f1f1;
}

.k-popup.k-filter-menu span.k-widget.k-numerictextbox span .k-select .k-icon {
    color: #404040;
}

.k-filter-menu > div > div:last-child {
    border-top: 0;
    border-width: 0;
    margin: 0;
}

#viewquotes-grid_paginate span a.current {
    -webkit-appearance: none;
    border: 1px solid #00A7E1;
    background: #f1f1f1;
}

.k-popup .k-dropdown {
    width: 100%;
    margin: 5px 0;
}

.k-popup .k-dropdown-wrap {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.k-animation-container .k-popup {
    background: #fff;
    border-color: #00a7e0;
    padding: 10px;
    font-weight: normal !important;
    font-family: Verdana !important;
    font-size: 12px !important;
}

#mobile-search-form .button-option-main-blue.form-control, #mobile-rows .button-option-main-blue.form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 5px 10px;
    height: auto;
}

#viewquotes-grid {
    margin-bottom: 10px;
}

    #viewquotes-grid thead {
        padding-top: 20px;
    }

        #viewquotes-grid thead tr, .telerik-div #grid {
            border-bottom: 1px solid #111;
        }

            #viewquotes-grid thead tr th, #viewquotes-grid thead tr td {
                padding: 10px 5px;
            }

                #viewquotes-grid thead tr th a {
                    display: block;
                }

                #viewquotes-grid thead tr th input {
                    color: #404040;
                    background-color: #F1F1F1;
                    font-size: 16px;
                    min-height: 30px;
                    padding: 10px;
                    margin-bottom: 10px;
                    border: none;
                    border-radius: 4px;
                    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                    font-weight: 600;
                }

        #viewquotes-grid thead th input[type=checkbox] ~ label {
            margin-top: 9px;
            margin-left: 9px;
        }

    #viewquotes-grid tfoot {
        display: none;
    }

    #viewquotes-grid tbody tr {
        border-bottom: 1px solid #BBBDBF;
        height: 40px;
    }

        #viewquotes-grid tbody tr.even, .telerik-div table tr:nth-of-type(odd) {
            background-color: #F1F1F1;
        }

.k-link {
    border: 0px;
    color: #fff;
}

    .k-link:focus {
        color: #fff;
        text-decoration: none;
    }

#viewquotes-grid_info, #viewquotes-grid_paginate {
    font-family: Verdana;
    font-weight: bold;
}

#viewquotes-grid thead .sorting {
    /*background-position: left -5px top 10%;*/
    background-position: left -2px bottom 10px;
}

#viewquotes-grid thead .sorting_asc {
    /*background-position: left -5px top 17%;*/
    background-position: left -2px bottom 10px;
}

#viewquotes-grid thead .sorting_desc {
    /*background-position: left -5px top 7%;*/
    background-position: left -2px bottom 10px;
}

.edit-line-div hr, #BulkEdit hr {
    float: left;
    width: 100%;
}

.edit-line-div form {
    margin-bottom: 0;
}

.editable-panel {
    width: 100%;
    float: left;
    margin-top: 0;
}

    .editable-panel div[class*=col] {
        margin-top: 0;
    }

    .editable-panel input {
        height: 50px;
    }

.uneditable-panel {
    padding: 0;
    width: 100%;
}

    .uneditable-panel input {
        height: 50px;
    }

.table-bottom-border {
    width: 100%;
    height: 1px;
    background-color: 1px solid #111;
    margin-top: 10px;
}

.table-label {
    padding-left: 15px;
    position: relative;
}

.bulkAmount {
    font-size: 15px;
    /*background: #f1f1f1;*/
    padding: 1px 5px;
    border-radius: 2px;
    display: block;
    float: left;
    display: none;
    color: #fff;
}

.bulkValidation {
    margin-top: 10px;
    z-index: 1;
}

.sorting_disabled .table-label {
    padding-left: 0px;
}

.table-label .search {
    padding: 5px;
    cursor: pointer;
}

.buttons-excel {
    float: left;
    width: 120px;
    display: inline-block;
    text-align: center;
    border: 1px solid #00A7E1;
    background-color: #f1f1f1;
    padding: 5px;
    border-radius: 3px;
}

    .buttons-excel:hover {
        text-decoration: none;
    }

.buttons-pdf {
    float: left;
    width: 120px;
    display: inline-block;
    text-align: center;
    border: 1px solid #00A7E1;
    background-color: #f1f1f1;
    padding: 5px;
    border-radius: 3px;
    margin-left: 5px;
}

    .buttons-pdf:hover {
        text-decoration: none;
    }

.dt-buttons {
    overflow: auto;
    padding: 12px 0;
}

.fixMe {
    width: 150px;
    font-size: 11px !important;
}

/* SDN */
#ethernetContainer {
    border: 1px solid grey;
}

.dateHolder .input-group {
    width: 100%;
}

.invoiceHolder tr[class*="invoice"] {
    background: #f1f1f1;
}

.invoiceHolder th, .invoiceHolder td {
    padding: 5px;
}

.rangeslider-wrap {
    padding-top: 70px;
    padding-bottom: 50px;
}

.rangeslider {
    position: relative;
    height: 12px;
    border-radius: 5px;
    width: 100%;
    background-color: #ededed;
}

.rangeslider__handle {
    transition: background-color .2s;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #00A7E1;
    touch-action: pan-y;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: -5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 0 2px white;
}

.rangeslider__handle__value {
    transition: background-color .2s, box-shadow .1s, transform .1s;
    box-sizing: border-box;
    width: 90px;
    text-align: center;
    padding: 10px;
    background-color: #00A7E1;
    border-radius: 5px;
    color: white;
    left: -31px;
    top: -55px;
    position: absolute;
    white-space: nowrap;
    box-shadow: 0 -4px 1px rgba(0, 0, 0, 0.07), 0 -5px 20px rgba(120, 155, 255, 0.3);
}

.rangeslider__handle__value:before {
    transition: border-top-color .2s;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    border-top-color: #00A7E1;
}

.rangeslider__fill {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background-color: #00A7E1;
    border-radius: 5px;
}

.rangeslider__labels {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.rangeslider__labels__label {
    font-size: 16px;
    position: relative;
    padding-top: 30px;
    color: #848484;
    font-family: din;
}

.rangeslider__labels__label:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 12px;
    border-radius: 1px;
    background-color: rgba(128, 128, 128, 0.5);
}

.rangeslider.rangeslider--active .rangeslider__handle, .rangeslider.rangeslider--active .rangeslider__handle * {
    background-color: #33adff;
}

.rangeslider.rangeslider--active .rangeslider__handle *:before {
    border-top-color: #33adff;
}

.rangeslider.rangeslider--active .rangeslider__handle__value {
    transform: translateY(-5px);
    box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.04), 0 -9px 25px rgba(0, 0, 0, 0.15);
}

.section-block {
    padding: 20px 10px;
    position: relative;
}

.monthlyArrow {
    font-size: 24px;
    padding-top: 22px;
}

.monthlyValue {
    background: none;
    border: none;
    text-align: center;
}

.k-grid-header th.k-header {
    background-color: #00A7E1;
	color:white;
}

.k-grid-header th.k-header a.k-link {
    color: white !important;
}

.k-grid-filter.k-state-active {
   /* background-color: #006fe1!important;*/
}

footer {
    background-color: #404040;
    color: white;
}

.form-offset {
    margin-top: -100px;
}

footer .flex-center{
	height:140px;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex-container {
    display: flex;
}

.external-layout footer {
    background: transparent;
    color: #404040;
}

.external-layout footer .txt-white {
    color: #404040!important;
}

.logo-footer-holder .logoFooterBlack  {
     display: none;
 }

.external-layout footer .logo-footer-holder .logoFooterBlack {
    display: inline-block;
    width: 112px;
}

.external-layout footer .logo-footer-holder .logoFooter {
    display: none;
}

.login-main {
    height: 388px;
    align-self: center;
}

.flex-container .flex-center {
    align-self: center;
    text-align: center;
}

.flex-center-holder {
    display: flex;
    flex-direction: column;
}

.flex-middle {
    display: flex;
    flex-grow: 1;
    align-self: center;
}

.flex-bottom {
    display: flex;
    align-self: center;
    width: 100%;
}

.flex-bottom .container-fluid {
    width: 100%;
}

.rangeslider_error {
    left: -95px;
    width: 220px;
    background-color: #d9534f;
}

    .rangeslider_error:before {
        border-top-color: #d9534f;
    }

.rangeslider_min {
    color: #ffb9b9;
}

    .rangeslider_min:before {
        background-color: rgb(255, 198, 219);
    }

.pseudo-input {
    min-height: 50px;
    line-height: 2;
    color: #404040;
    background-color: #F1F1F1;
    font-size: 18px;
}

.loading-conceal {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.6);
}

    .loading-conceal img {
        display: block;
        margin: 90px auto;
    }

#speedChangeContainer {
    position: relative;
}


/*Neon*/
.neon {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #ededed;
    -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
    -moz-animation: neon2 1.5s ease-in-out infinite alternate;
    animation: neon2 1.5s ease-in-out infinite alternate;
    background-color: #ffffff;
}

.neon-green {
    -webkit-animation: neonGreen 1.5s ease-in-out infinite alternate;
    -moz-animation: neonGreen 1.5s ease-in-out infinite alternate;
    animation: neonGreen 1.5s ease-in-out infinite alternate;
}
.neon-red {
    -webkit-animation: neonRed 1.5s ease-in-out infinite alternate;
    -moz-animation: neonRed 1.5s ease-in-out infinite alternate;
    animation: neonRed 1.5s ease-in-out infinite alternate;
}

/*glow for webkit*/

@-webkit-keyframes neon2 {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #0096ca, 0 0 70px #0096ca, 0 0 0px #0096ca, 0 0 0px #0096ca, 0 0 0px #0096ca;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #0096ca, 0 0 35px #0096ca, 0 0 0px #0096ca, 0 0 0px #0096ca, 0 0 0px #0096ca;
    }
}
@-moz-keyframes neon2 {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #0096ca, 0 0 70px #0096ca, 0 0 0px #0096ca, 0 0 0px #0096ca, 0 0 0px #0096ca;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #0096ca, 0 0 35px #0096ca, 0 0 0px #0096ca, 0 0 0px #0096ca, 0 0 0px #0096ca;
    }
}
@keyframes neon2 {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #0096ca, 0 0 70px #0096ca, 0 0 0px #0096ca, 0 0 0px #0096ca, 0 0 0px #0096ca;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #0096ca, 0 0 35px #0096ca, 0 0 0px #0096ca, 0 0 0px #0096ca, 0 0 0px #0096ca;
    }
}

@-webkit-keyframes neonRed {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ca0000, 0 0 70px #ca0000, 0 0 0px #ca0000, 0 0 0px #ca0000, 0 0 0px #ca0000;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ca0000, 0 0 35px #ca0000, 0 0 0px #ca0000, 0 0 0px #ca0000, 0 0 0px #ca0000;
    }
}

@-moz-keyframes neonRed {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ca0000, 0 0 70px #ca0000, 0 0 0px #ca0000, 0 0 0px #ca0000, 0 0 0px #ca0000;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ca0000, 0 0 35px #ca0000, 0 0 0px #ca0000, 0 0 0px #ca0000, 0 0 0px #ca0000;
    }
}

@keyframes neonRed {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ca0000, 0 0 70px #ca0000, 0 0 0px #ca0000, 0 0 0px #ca0000, 0 0 0px #ca0000;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ca0000, 0 0 35px #ca0000, 0 0 0px #ca0000, 0 0 0px #ca0000, 0 0 0px #ca0000;
    }
}

@-webkit-keyframes neonGreen {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #09ca00, 0 0 70px #09ca00, 0 0 0px #09ca00, 0 0 0px #09ca00, 0 0 0px #09ca00;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #09ca00, 0 0 35px #09ca00, 0 0 0px #09ca00, 0 0 0px #09ca00, 0 0 0px #09ca00;
    }
}

@-moz-keyframes neonGreen {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #09ca00, 0 0 70px #09ca00, 0 0 0px #09ca00, 0 0 0px #09ca00, 0 0 0px #09ca00;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #09ca00, 0 0 35px #09ca00, 0 0 0px #09ca00, 0 0 0px #09ca00, 0 0 0px #09ca00;
    }
}

@keyframes neonGreen {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #09ca00, 0 0 70px #09ca00, 0 0 0px #09ca00, 0 0 0px #09ca00, 0 0 0px #09ca00;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #09ca00, 0 0 35px #09ca00, 0 0 0px #09ca00, 0 0 0px #09ca00, 0 0 0px #09ca00;
    }
}



.ring-container {
    width: 300px;
    height: 300px;
    padding: 30px;
    margin: 0 auto;
}

.ring {
    width: 200px;
    height: 200px;
    color: #0096ca;
    border-radius: 50%;
    background-color: transparent;
    border: 2px white solid;
    text-align: center;
    font-size: 25px;
    font-family: dinbold, sans-serif;
    animation: neon2 0.5s ease-in-out infinite alternate, ani 4s ease infinite reverse, colorchange 4s ease infinite;
    display:table-cell;
    vertical-align:middle;

}

@-webkit-keyframes opacity-ani {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    99.9% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes ani {
    0% {
        -webkit-transform: scale(1);
        opacity: 0;
    }

    10% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    99.9% {
        -webkit-transform: scale(0.1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.1);
        opacity: 0
    }
}


@-webkit-keyframes colorchange {
    0% {
        color: white;
    }

    75% {
        color: white;
    }

    90% {
        color: #0096ca;
    }
}


.k-widget.k-calendar .k-header{
    background-color: #00a7e1 !important;
}

.layout input ~ .k-select {
    line-height: 3.4;
    height: 50px;
}

.k-picker-wrap.k-state-default{
    border:0;
}

span.k-widget.k-dropdown.k-header{
    min-height:32px;
}

span.k-dropdown-wrap{
    min-height:32px;
}

input.k-input{
    min-height:32px;
}

span.k-widget.k-datepicker.k-header > span.k-picker-wrap.k-state-default {
    border: 1px solid #ccc;
}


.btn-fo-primary {
    height: 50px;
    background: #00a7e1;
    color: white;
}
    .btn-fo-primary:hover, .btn-fo-primary:focus, .btn-fo-primary.focus {
        color: white;
        text-decoration: none;
        opacity:0.8;
    }

span.k-widget.k-datetimepicker.k-header {
    width: 100%;
    height: 100%;
}

.k-picker-wrap{
    border-radius:4px;
}

.cookieSection {
    position: fixed;
    padding: 10px 20%;
    background-color: #f9f9f9;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100000000 !important;
    border-bottom: 1px solid #cbd6e2;
    border-top: 1px solid #cbd6e2;
    box-shadow: 0 1px 5px #eaf0f6;
    color: #33475b;
    text-shadow: none !important;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 18px;
}

.black-overlay {
    position: fixed;
    background-color: #585858;
    background-color: #1f1f1fb5;
    width: 100%;
    height: 100%;
    z-index: 100;
}

/*admin*/

.emptyInput {
       
    display: block;
    margin-top: 10px;
    margin-bottom: 4px;
}



.alert:empty {

    display: none;
    
}

.border-highlight-blue {
	margin: 20px 20px;
	border: solid 1px #76dcff;
	border-right: 0;
	border-left: 0;
	padding: 20px 8px;
	text-align: center;
}

.border-highlight-grey {
    margin: 20px 20px;
    border: solid 1px #eee;
    border-right: 0;
    border-left: 0;
    padding: 8px;
}

.border-highlight-grey p {
    margin: 0;
}

.security-management{
	padding:0px 20px;
    position: relative;
}

.security-group-title {
    word-break: break-all;
}

.security-management .security-group-item .btn{
	margin:2px;
    width: 153px;
}

.security-group-item .border-highlight-blue {
	margin: 0;
	padding: 2px;
}
.security-group-item .border-highlight-blue p{
	margin: 0;
	padding: 2px;
}
.glyphicon-padded {
	background: black;
	color: white;
	border-radius: 100%;
	font-size: 12px;
	padding: 6px;
}
.glyphicon-green {
	background: #8bc441;
}
.glyphicon-red {
	background: #d43f3a;
}

.border-box {
    border-radius: 5px;
}

.box-shadow {
	padding: 20px;
	border: 1px solid #fdfdfd;
	margin: 20px 0px;
	box-shadow: 0 0 6px 0px #b5b5b5;
	width: 100%;
}


.hover-highlight:hover{
	opacity:0.7;
}

.menu-compensate{
	padding-left:15%;
}

.admin-panel img {
	max-width: 150px;
	width: 100%;
}

.admin-panel img.mini {
	width: 50px;
}

.no-label-header{
	margin-top:23px;
}

.input-attach-left{
	margin-left:-30px;
}

div.admin-panel-info {
	box-shadow: 0px -4px 5px #ececec;
	margin-top: 43px;
	margin-bottom: 30px;
}


.bottom-triangle::after {
    font-family: 'Glyphicons Halflings';
    content: "\e253";
    font-size: 70px;
    position: absolute;
    color: #f4f4f4;
    text-shadow: 0px -4px 5px #ececec;
    right: 43%; /* fallback */
    right: calc(50% - 35px);
    z-index: 1;
    bottom: -80px;
    width: 70px;
}

#totpRecoveryPasswords {
	list-style-type: decimal;
}
#totpRecoveryPasswords  li {
	width: 25%;
	float: left;
}

.margin-none{
	margin:0!important;
}


/*Authentcation/Register Options*/
.why-holder {
    display: inline-block;
}

.account-dropdown-label {
    font-family: DINbold;
}

#UserManagementModal {
    position: fixed;
    background: rgb(255, 255, 255);
    padding: 15px 17px;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0;
    max-width: 1200px;
    border-radius: 5px;
    box-shadow: 0px 0px 12px #393939;
    height: 720px;
    max-height: 100%;
    margin: auto;
}

.roleExpand {
    position: relative;
}

.allroles {
    position: absolute;
    top: 4px;
    border: 1px solid #f1f1f1;
    background: #fff;
    z-index: 1;
    display: none;
    box-shadow: 0px 3px 6px #cdcdcd;
    border-radius: 0 0 3px 3px;
}

.allroles:before {
    font-family: 'Glyphicons Halflings';
    content: "\e251";
    font-size: 25px;
    position: absolute;
    color: #ffffff;
    text-shadow: -4px 0px 3px #dfdfdf;
    left: -19px;
    z-index: -1;
    top: 4px;
}

.showAllRoles {
    float: right;
    font-size: 11px;
    color: #a5a5a5;
}

.roleSingle {
    float: left;
    border-bottom: 1px solid #404040;
    width: 90%;
    padding: 5px 5%;
}

.closeRoles {
    float: left;
    background: #eee;
    width: 90%;
    padding: 5px 5%;
    text-align: right;
}

select.small-control {
    width: 100%;
    border-radius: 3px;
    border: 0;
    color: #404040;
    min-height: 20px;
    font-size: 13px;
}

.security-group-item-holder {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

#TwoFactor h4, .UserSettings h4 {
    font-family: DINBold;
    font-size: 21px;
    margin-bottom: 30px;
    color: #404040;
}

#TwoFactor a:hover {
    text-decoration: none;
    opacity: 1;
}

.UserSettings .close, #TwoFactor .close {
    z-index: 1;
}

#TwoFactor h4 i, .UserSettings h4 i {
    margin-right: 5px;
}

.auth_button {
    margin-bottom: 15px;
}

.authDesc.active::after, .auth_button.active::after {
    display: block;
}

.header-options-holder {
    position: relative;
    margin-right: 25px;
}

#legacyLayout .header-options-holder {
    top: 25px;
}

#legacyLayoutFooter {
    margin-top: 150px;
    width : 100%;
    float : left;
    color : #fff;
}

.header-options-holder .control-dropdown {
    font-size: 25px;
    color: #404040;
    padding: 7px 6px 7px 8px;
    float: left;
    -webkit-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    border-radius: 3px;
}

.header-options-holder.active .control-dropdown {
	color: #fff;
	background: #404040;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	border-radius: 100%;
}

.header-options-holder .control-dropdown:hover {
    background: #00a7e1;
    color: #fff;
}

.header-options-holder .control-dropdown.active:hover {
    color: #fff;
    background: #404040;
}

.header-options {
    position: absolute;
    background: #fff;
    top: 63px;
    /*right: 50px;*/
    left: 33px;
    z-index: 1;
    border: #f1f1f1 1px solid;
    box-shadow: 1px 1px 3px #d1d1d1;
    border-radius: 0 0 4px 4px;
    width: 220px;
    font-weight: bold;
    font-family: DINbold;
    font-size: 15px;
}

#legacyLayout .header-options {
    right: 0px;
}

.header-options:before {
    font-family: 'Glyphicons Halflings';
    content: "\e253";
    font-size: 39px;
    position: absolute;
    color: #ffffff;
    text-shadow: 0px -2px 3px #dfdfdf;
    left: 0;
    z-index: -1;
    top: -34px;
}

.header-options ul {
     margin: 0;
     padding: 0;
}

.header-options ul li{
    border-bottom: 1px solid #eee;
    padding: 15px;
}

.header-options ul li span {
    margin: 5px;
    font-family: Verdana;
    font-size: 11px;
}

.header-options ul li:hover {
    background: #00a7e1;
    color: #fff;
    transition: all 0.5s;
}

.header-options ul li a {
    color: #404040;
}

.header-options ul li i {
    font-size: 22px;
    vertical-align: bottom;
    margin-right: 5px;
    color: #00a7e1;
    transition: all 0.5s;
}
.header-options-holder .header-options-user {
	font-size: 18px;
	font-family: DINbold;
	margin: 6px;
	float: left;
}

.header-options-holder .header-options-user:hover {
	cursor: pointer;
}

.header-options ul li:hover i, .header-options ul li:hover a {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.authInfo {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 7px;
    float: left;
    width: 96%;
    margin: 8px 2%;
}

.auth_button::after {
    font-family: 'Glyphicons Halflings';
    content: "\e253";
    font-size: 70px;
    position: absolute;
    color: #fff;
    text-shadow: 0px -4px 3px #dedede;
    right: 0;
    left: 0;
    bottom: -93px;
    z-index: 1;
    display: none;
}

.optionalOptions, .mandatroyOptions {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.TFAbuttonLink{
    display: block;
    position: relative;
}

.success-message .glyphicon-remove, .error-message .glyphicon-remove {
    font-size: 13px;
    top: 0;
    right: 0;
    float: right;
    color: inherit;
}

.setupOK {
    z-index: 1;
    background: #8bc441;
    width: 214px;
    height: 214px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 0px;
    color: #fff;
    padding: 60px;
    animation-name: pop;
    animation-duration: 0.7s;
    transform-origin: center;
    animation-fill-mode: forwards;
}

    .setupOK i {
        animation-name: poptext;
        animation-duration: 0.6s;
        animation-delay: 0.4s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
    }

@keyframes pop {
    from {
        transform: scale(0);
        padding: 0;
    }

    to {
        transform: scale(1);
        padding: 60px;
    }
}

@keyframes poptext {
    from {
        font-size: 0px;
    }

    to {
        font-size: 90px;
    }
}

.chevron-next {
    margin-top: 90px;
}

.optionalOptions input[type=checkbox] ~ label, .mandatroyOption input[type=checkbox] ~ label {
    background: none;
    padding-left: 0;
}

.optionalOptions label[for*="AuthObject_IsSetup"], .mandatroyOption label[for*="AuthObject_IsSetup"] {
    font-family: DINBold;
    font-size: 18px;
}

.authDesc {
    margin: 15px auto 0;
    padding: 15px;
    border: solid 1px #76dcff;
    border-right: 0;
    border-left: 0;
    max-width: 360px;
    position: relative;
}

    .authDesc::after {
        font-family: 'Glyphicons Halflings';
        content: "\e253";
        font-size: 70px;
        position: absolute;
        color: #f4f4f4;
        text-shadow: 0px -4px 5px #ececec;
        right: 0;
        left: 0;
        bottom: -80px;
        z-index: 1;
        display: none;
    }

.authMethod {
    padding: 30px;
    border-radius: 15px;
    margin: 25px 2% 0;
    width: 96%;
    float: left;
    position: relative;
    box-shadow: 0px -2px 7px #ccc;
    border-bottom: 1px solid #eee;
}

    .authMethod .heading {
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
    }

.optionalOptions input[type=radio] + label, .mandatroyOptions input[type=radio] + label {
    padding-right: 0;
}

.roleList > div {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

    .roleList > div:last-child {
        border-bottom: 0;
    }


.roleList input[type=checkbox] ~ label {
	margin-top: 0px;
}

.role-list-main .description {
	margin-top: 11px;
}

.settingTable thead {
    border-bottom: 1px solid #ccc;
}

.settingTable th {
    color: #404040;
    font-size: 13px;
}

#qrcode {
    margin-top: 15px;
}

#qrcode img {
    display: initial !important;
}

.wire-background {
    padding-top: 130px;
    background-image: url("Image/2factor/wires.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 600px;
}

.btn-circle {
    height: 214px;
    display: inline-block;
    width: 214px;
    background: #9cb9c8;
    border-radius: 100%;
    position: relative;
}

#verifyForm {
    margin-top: 24px;
}

.auth_button.active .btn-circle {
    background: #8bc441;
}

.btn-circle img {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    right: 0;
    margin: auto;
    bottom: 0;
    transition: all .2s ease-in;
}

a.nofade:hover {
    opacity: 1;
}

.btn-circle:hover img {
    transform: scale(1.2);
}

.btn-circle path {
    background-color: #fff;
    fill: #fff;
}

#user-authentication-modes .optionalOptions h4 {
    padding: 0;
    color: #404040!important;
}

.grow { transition: all .2s ease-in; }
.grow:hover { transform: scale(1.2); }

.shrink { transition: all .2s ease-in; }
.shrink:hover { transform: scale(0.9); }

.spin { animation: spin 3s infinite; }

@keyframes spin {
    from {
        transform: rotate(1deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.js-loading-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1150;
    background: #fff;
    opacity: 0.5;
    border-radius: inherit;
}

body > .js-loading-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1150;
    background: #fff;
    opacity: 0.5;
    border-radius: inherit;
}

.js-loading-overlay i {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1151;
    margin: auto;
    height: 60px;
    width: 60px;
    font-size: 60px;
}

.overlay-search-spinner {
    margin-top: 30px;
}

.center {
    text-align: center;
}


.expiredWarning {
    font-size: 13px;
    color: #a94442;
}

.timer {
    text-align: center;
    font-size: 60px;
    font-family: DINBold;
    border-radius: 100%;
}

.machine-container {
    text-align: center;
}

.machine {
    height: 600px;
    width: 1000px;
    fill: #99dcf3;
}

.machine #machine-text {
    font-size: 30px;
    fill: #00A7E1;
    font-family: dinbold;
}

.machine .small-shadow,
.machine .medium-shadow,
.machine .large-shadow {
    fill: rgba(0, 0, 0, 0.05);
}

.machine .small {
    fill: #025c7b;
}

.machine .large {
    fill: #00A7E1;
}

/* Telerik FireFox Fixes */
.account-dropdown .k-dropdown-wrap .k-input::before {
    display: block;
}

.no-padding {
    padding: 0px;
}
/* IE Specific */
<!-- [if IE] > @font-face {
    font-family: DIN;
    src: url('../fonts/DIN/DINReg.eot');
}
@font-face { font-family: DINbold; src: url('../fonts/DIN/DINBol.eot'); }
<![endif] -->
/* newCss */
.alert-dismissable {
    margin-right: 15px;
    margin-left: 15px;
}

.layout .body-inner .CQTOrderQuote .inputList .form-group > div {
    display: block;
}

.inner-border-box {
    border: 1px solid #e6e6e6;
    padding: 0px;
    border-radius: 5px;
    margin-top: 22px;
}

    .inner-border-box table {
        padding-top: 0px;
        margin: 0px;
    }

        .inner-border-box table tr {
            border: 0px;
        }

        .inner-border-box table thead {
            border-bottom: 0px;
        }

        .inner-border-box table th {
            padding: 15px;
            font-size: 13px;
        }

        .inner-border-box table td {
            padding: 15px;
        }

        .inner-border-box table tbody {
            background: #eee;
        }

.singleQuoteHolder {
    position: relative;
}

    .singleQuoteHolder > h3 .glyphicon {
        font-size: 14px;
    }

.singleQuoteStatus {
    margin-top: -8px;
    font-size: 30px;
}

.quote-issue-cell {
    color: white;
    font-size: 16px;
    font-family: Din, Verdana, sans-serif;
}

    .quote-issue-cell > span, .quote-issue-cell a {
        padding: 0px 10px 0px 45px;
        border-radius: 9px;
        display: block;
        font-size: 12px;
        font-weight: bold;
        position: relative;
    }

    .quote-issue-cell .glyphicon {
        color: #00a7e1;
        font-size: 20px;
        background: #fff;
        padding: 5px;
        border-radius: 100%;
        position: absolute;
        top: -6px;
        left: 4px;
    }

.quote-unavailable-cell span {
    background: #b7b7b7;
}

.quote-unavailable-cell .glyphicon {
    border: 3px solid #b7b7b7;
}

.telerik-div .k-hierarchy-cell .k-icon.k-plus, .telerik-div .k-hierarchy-cell .k-icon.k-minus {
    width: 16px;
    margin-left: -3px;
    height: 19px;
    color: #00a7e1;
}

.telerik-div .k-plus::before, .telerik-div .k-minus::before {
    content: "\e086";
    font-family: 'Glyphicons Halflings' !important;
}

.quote-failed-cell a {
    background: #e60000;
}

.quoteBought {
    font-size: 16px;
    margin-left: 5px;
    color: #8bc441;
}

.quote-failed-cell .glyphicon {
    border: 3px solid #e60000;
}

.controlPanel div * {
    box-sizing: border-box;
}

.controlPanel {
    position: relative;
    margin-top: 35px;
}

.telerik-div .k-column-resizer:hover {
    background: #61d6ff;
}

.telerik-div .k-column-resizer {
    font-size: 10px;
    width: 5px !important;
    transition: all 0.5s;
    padding: 0;
}

.loading-overlay.react-loader {
    position: absolute;
    overflow: hidden;
    min-height: 95px;
    min-width: 60px;
}

.loading-overlay.react-loader span {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        max-width: 400px;
        text-align: center;
        top: 0;
        color: #2da7e1;
        z-index: 100;
        font-weight: bold;
        font-size: 10px;
        height: 18px;
        background: rgba(255,255,255,0.8);
        border: 1px solid #2da7e1;
}

.layout .body-inner .inputList h2 .fromTabToolTip.glyphicon {
    float: none;
    margin-left: 10px;
    font-size: 19px;
}

.controlPanel #control-view {
    width: 100%;
    min-height: 700px;
    width: 100%;
    padding: 0 25px;
    position: relative;
    background: #fff;
    background-color: #fff;
}

#control-view .addQuoteNotification {
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-transform: uppercase;
    font-weight: bold;
    font-family: DINBold;
    width: 230px;
    height: 200px;
    padding: 15px;
    border-radius: 5%;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

    #control-view .addQuoteNotification i {
        font-size: 50px;
        display: block;
        margin-top: 15px;
    }

.controlPanel a {
    text-decoration: none;
}

.controlPanel .sidebar {
    margin-right: 15px;
}

.controlPanel .sideBarControl:hover {
    color: #fff;
    background: #00a7e1;
}

.controlPanel .sideBarControl {
    position: absolute;
    left: 0;
    color: #00a7e1;
    border: 1px solid;
    padding: 0px 3px 0 2px;
    transition: all 0.4s;
    top: -24px;
}

.controlPanel .viewButton {
    color: #00a7e1;
    border: 1px solid;
    padding: 8px;
    border-radius: 2px;
    border-color: #00a7e1;
    font-weight: bold;
    font-size: 18px;
    font-family: DINBold;
    margin-bottom: 5px;
    display: block;
}

    .controlPanel .viewButton:hover {
        background: #00a7e1;
        color: #fff;
    }

.telerik-small .k-widget {
    border: #e6e6e6;
}

.telerik-div {
    border-top: 1px solid #f1f1f1;
    float: left;
    width: 100%;
}

    .telerik-div .k-grid-table tr.expired td {
        border-bottom: 1px solid #770707;
        background: #ff5b5b;
        color: #fff;
    }

    .telerik-div .k-grid {
        border: 0px;
    }

.projectTree {
    color: #333;
}

.addToFolderTree .projectTree > .k-treeview > ul > li > .k-mid {
    display: none;
}

.provider-quotes-holder .telerik-div {
    margin-top: -23px;
}

.sidebar .k-widget.k-treeview {
    overflow: hidden
}

.k-widget > .k-treeview-lines {
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 12px;
    color: #333;
}

.k-widget .k-treeview-lines > .k-treeview-item {
    padding: 0;
    margin-bottom: 5px;
}

.basketItem i, .folderItem i {
    font-size: 12px;
    margin-right: 7px;
    vertical-align: baseline;
}

.folderItem .overlayChildren {
    width: 100%;
}

.treeControls .removeFolder {
    float: right;
    margin-right: 0px;
    font-size: 13px;
    margin-top: 3px;
}

.treeControls > div {
    float: left;
}

h2 .overlayChildren {
    display: inline;
}

.treeControls .sent.editFolder {
    color: #8bc441;
}

.treeControls .editFolder {
    float: right;
    font-size: 13px;
    margin: 2px 9px;
}

.treeControls .treeControlsInner {
    position: absolute;
    right: 0;
    margin-top: -1px;
    background: #ffffffa6;
}

body .k-treeview .k-in.k-state-selected {
    background-color: #e4f8ff;
    color: #333;
    font-weight: bold;
}

body .k-treeview .k-in:hover, body .k-treeview .k-in.k-state-hover {
    background: #f1f1f1;
    font-weight: bold;
}

body .k-treeview .k-in.k-state-focused {
    box-shadow: none;
}

body .k-treeview span.k-in {
    display: block;
    width: 100%;
}

body .k-treeview .k-content {
    color: #333;
}

.k-widget.k-splitter {
    border: 0;
    font-size: 12px;
}

.quote-progress {
    width: 95%;
    height: 80px;
    margin: 0 auto;
}

.showUnavailable {
    text-align: right;
    margin-bottom: -30px;
    margin-right: 15px;
}

.telerik-div .resultTable .k-header.k-grid-toolbar {
    margin: 0;
    padding: 0;
}

.telerik-div .resultTable .k-button[title="Export Excel"] {
    position: absolute;
    top: -45px;
    right: 13px;
    font-size: 11px;
    padding: 5px 10px;
    text-transform: none;
}

.telerik-div .k-filter-row th {
    padding: 5px;
    border: 0px;
}

.telerik-div .k-filtercell .k-dropdown-operator.k-header {
    right: 0px;
    border: 0;
    float: left;
    width: auto;
}

.telerik-div .k-grid .k-icon {
    opacity: 1
}

.telerik-div .k-picker-wrap.k-state-default > .k-select {
    background-image: none;
}

.k-filtercell-operator {
    width: 112px;
}

.nav-tabs a[role="tab"] {
    background: #ddd;
    font-weight: bold;
    color: #333;
    border: 0;
}

    .nav-tabs a[role="tab"][aria-selected="true"], .nav-tabs a[role="tab"][aria-selected="true"]:focus {
        background: #00a7e1;
        color: #fff;
        border: 0;
    }

.telerik-div .k-filtercell .k-button-icon[title="Clear"], .telerik-small .k-filtercell .k-button-icon[title="Clear"] {
    background: #333;
    background-color: #333 !important;
    margin: 0px;
    min-height: 32px;
    margin: 0 3px;
    color: #fff;
}

.telerik-div .k-picker-wrap.k-state-default > .k-select[title="Toggle calendar"] {
    background: #00A7E1 !important;
}

.telerik-div .k-filtercell .k-filtercell-operator {
    margin-left: 0;
}

.telerik-div .k-dropdown .k-select {
    background: #333;
    min-height: 32px;
    color: #fff;
    position: unset;
}

.telerik-div span.k-dropdown-wrap {
    min-height: auto;
}

.telerik-div .k-filtercell span.k-widget.k-dropdown.k-header {
    border: 0;
    position: unset;
}



.telerik-div .k-filtercell .k-dropdown-wrap .k-input {
    min-height: 32px;
    color: #333;
}

.telerik-div .k-dateinput .k-dateinput-wrap input {
    min-height: 30px;
    font-size: 13px;
    padding: 0px;
}

.telerik-div .k-filtercell .k-filtercell-operator .k-dropdown-wrap {
    background: transparent;
    margin-top: 0 !important;
    border: 0px;
}

.telerik-div .k-filtercell .k-dropdown-wrap {
    margin-top: 0;
}

.telerik-dev .k-panelbar > .k-item > .k-link.k-state-selected, .telerik-dev .k-panelbar > .k-item > .k-link.k-state-selected:hover {
    background: #00a7e1;
}

.telerik-div .k-pager-wrap .k-pager-numbers .k-state-selected {
    margin-top: 0;
    padding: 0;
}

.telerik-div .actionButton {
    font-size: 11px;
    padding: 2px;
    color: #00a7e1;
    background: #fff;
}

    .telerik-div .actionButton:hover, .telerik-div .k-panelbar > .k-item > .k-link:hover, .telerik-div .k-panelbar > .k-item > .k-link.k-state-selected:hover {
        background: #00a7e1;
        color: #fff;
    }

.telerik-div .k-panelbar .k-link.k-header, .telerik-div .k-panelbar > .k-item > .k-link.k-state-selected {
    line-height: normal;
    background: #fff;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

.telerik-div .k-panelbar .k-animation-container .actionButton {
    padding: 6px;
}

.telerik-div .k-panelbar .k-animation-container .k-link {
    line-height: 18px;
    border-bottom: 1px solid #eee;
}

.telerik-div .k-panelbar .k-animation-container {
    display: block;
    background: #fff;
    font-size: 12px;
    border: 1px solid #eee;
}

.k-animation-container .k-popup .k-list-scroller ul li {
    line-height: 15px;
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.k-animation-container .k-popup .k-list-optionlabel {
    color: #656565;
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.telerik-div .k-filtercell .k-dropdown-wrap .k-state-focused {
    background: transparent;
}

/*.telerik-div .k-filtercell .k-dropdown-wrap:hover, .telerik-div .k-filtercell .k-dropdown-wrap.k-state-focused .telerik-small .k-filtercell .k-dropdown-wrap:hover, .telerik-small .k-filtercell .k-dropdown-wrap.k-state-focused {
        background: #333;
    }*/

.telerik-div.telerikSDN thead th, .telerik-small.telerikSDN thead th {
    padding: 2px 10px;
}

.telerik-div .telerik-small th, .telerik-small .telerik-small th {
    padding: 2px 10px;
    font-size: 14px;
}

.telerik-div .k-grid tr td, .telerik-small .k-grid tr td {
    border-width: 0;
    padding: 0 15px;
}

.telerik-div .k-grid .k-detail-cell table td, .telerik-small .k-grid .k-detail-cell table td {
    padding: 5px 10px;
}

.telerik-div .panel-heading > *, .telerik-small .panel-heading > * {
    margin-top: 10px;
}

.telerik-div .panel-body input[value="Update"] {
    margin-top: 23px;
}

.telerik-div td[role="gridcell"] input[type=checkbox] ~ label {
    padding-bottom: 0;
}

.telerik-div .k-detail-cell {
    padding: 0 0 15px 0;
}

    .telerik-div .k-detail-cell table th {
        padding: 4px 10px;
        background: #6d6e70;
    }

    .telerik-div .k-detail-cell table tr {
        height: initial;
    }

    .telerik-div .k-detail-cell table[role="rowgroup"] .k-grid-header {
        border-bottom: 0;
    }

.telerik-div .bulkEditHolder {
    z-index: 1;
    margin-top: 6px;
    padding-left: 0;
}

.telerik-div label[for="SelectAll"] {
    margin: 0;
    padding: 0 0 0 25px;
    float: left;
}

.telerik-div td[role="gridcell"] .button-image.button-active {
    background: #00A7E1;
    color: #FFFFFF;
}

.telerik-div .k-grid-header .k-grid-filter {
    right: -1px;
    background: #00A7E1;
    padding: 12px;
    margin-right: -10px;
    margin-top: -13px;
}

    .telerik-div .k-grid-header .k-grid-filter:hover {
        background: #404040;
        color: #FFFFFF;
        opacity: 1;
    }

    .telerik-div .k-grid-header .k-grid-filter:focus {
        outline: 0;
    }

.telerik-div table th {
    border-width: 0px 1px;
    border-color: #FFFFFF;
    background: #00A7E1;
    padding: 10px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 15px;
    font-family: DINBold;
}

    .telerik-div table th.checkboxCol {
        padding: 0 15px;
    }

#quote-panels .checkboxCustom ~ label {
    vertical-align: middle;
}

    #quote-panels .checkboxCustom ~ label img {
        margin-top: -7px;
    }

.telerik-div table th .checkboxCustom ~ label:after {
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 18px;
}

.telerik-div table th .k-grid-filter .k-i-filter:before {
    content: "\e13e";
}

.telerik-div table th .k-grid-filter.k-state-active .k-i-filter:before {
    content: "\e006";
}

.telerik-div table th .k-grid-filter.k-state-active,
.telerik-div table th .k-grid-filter.k-state-border-down {
    background: #58889e;
    color: #FFFFFF;
}

.telerik-div table th.k-sorted {
    background: #58889e;
    position: relative;
}

    .telerik-div table th.k-sorted .k-grid-filter:hover {
        background: #00A7E1;
    }

.telerik-div table .no-filter {
    background: #00A7E1;
}

.telerik-div table td[role="gridcell"] .quickTab .button-action-main {
    background: #00A7E1;
    border: 0;
    color: #FFFFFF;
    border-radius: 3px;
    text-transform: initial;
    padding: 4px 10px;
    font-size: 14px;
    min-height: auto;
}

.telerik-div table tr.k-state-selected,
.telerik-div table tr.k-state-selected:hover td {
    background: #e6e6e6;
    color: #404040;
}

.telerik-div .k-loading-pdf-mask {
    background: #FFFFFF;
    width: 100%;
}

.telerik-div .k-filtercell .k-filtercell-wrapper > .k-textbox {
    min-height: 32px;
}

.telerik-dev .k-grid-header th.k-header.k-hierarchy-cell {
    background-color: #00A7E1 !important;
}

.telerik-div .k-grid-header th.k-header .k-icon {
    opacity: 1;
    color: #FFFFFF;
    position: relative;
}

.telerik-div .k-pager-wrap > .k-link > .k-icon {
    color: #404040;
    opacity: 1;
    font-size: 20px;
}

.telerik-div .k-pager-info {
    font-weight: bold;
}

.telerik-div tr td.actionCol {
    overflow: visible;
}

.telerik-div td[role="gridcell"] .button-image {
    background: #FFFFFF;
    display: -webkit-inline-box;
    padding: 3px 10px;
    margin: 3px 0;
}

.telerik-div .k-header.k-grid-toolbar {
    border: 0;
    text-align: right;
    margin-bottom: 15px;
    background: none;
}

    .telerik-div .k-header.k-grid-toolbar .k-button {
        margin-left: 15px;
        background: #FFFFFF;
        color: #00A7E1;
        border-color: #00A7E1;
        border-radius: 0px;
    }

        .telerik-div .k-header.k-grid-toolbar .k-button:hover {
            color: #FFFFFF;
            background-color: #00A7E1;
            border: 0px;
        }

.telerik-div #grid {
    border: 0px;
    text-align: left;
    width: 100%;
    background: transparent;
}

.telerik-div .k-loading-pdf-mask #grid {
    opacity: 0.3;
}

.telerik-div #grid table[role='grid'] {
    border-collapse: collapse;
}

    .telerik-div #grid table[role='grid'] .k-grid-header {
        border-bottom: 2px solid #00A7E1;
    }

.telerik-div #grid tr {
    border-width: 0 0 0 0;
}

.telerik-div .k-pager-wrap .k-link,
.telerik-div .k-pager-wrap .k-link:hover {
    border: 0px;
    color: #404040;
    font-weight: bold;
}

.telerik-div .k-pager-wrap .k-widget.k-dropdown.k-header {
    width: 85px;
}

.telerik-div .k-pager-wrap .k-pager-sizes, .telerik-div .k-pager-wrap .k-pager-info {
    font-weight: bold;
    margin: 5px;
    font-size: 12px;
}

.telerik-div .k-filtercell > span {
    padding-right: 0;
}

.telerik-div .k-pager-wrap .k-pager-sizes select {
    min-height: 25px;
    width: auto;
    font-size: 12px;
}

.telerik-div .k-pager-numbers .k-state-selected {
    border: 0px;
    color: #00A7E1;
    font-weight: bold;
    background: transparent;
}

.telerik-div a.k-link:hover {
    color: #FFFFFF;
    opacity: 1;
}

.telerik-div .tabHolder {
    margin-bottom: -40px;
}

.k-picker-wrap.k-state-default > .k-select {
    background-color: #00A7E1;
    color: #FFFFFF;
}

@keyframes slideIn {
    from {
        position: relative;
        right: 50px;
    }

    to {
        position: relative;
        right: 0px;
    }
}

.slideIn {
    animation: slideIn forwards 0.8s;
}

.input-group .input-group-btn .btn-primary {
    min-height: 50px;
    border: 0;
    font-family: DIN;
}

    .input-group .input-group-btn .btn-primary:hover {
        opacity: 0.7;
        background: #00A7E1;
        background-color: #00A7E1;
    }

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 6.3px 0;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        box-shadow: 2.6px 2.6px 10.7px #d8d7d9, 0px 0px 2.6px #e5e4e5;
        background: #dfe0e0;
        border-radius: 25px;
        border: 0.8px solid #3882c5;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1.2px solid #000000;
        height: 21px;
        width: 6px;
        border-radius: 15px;
        background: #ffffff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7.1px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #efefef;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        box-shadow: 2.6px 2.6px 10.7px #d8d7d9, 0px 0px 2.6px #e5e4e5;
        background: #dfe0e0;
        border-radius: 25px;
        border: 0.8px solid #3882c5;
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1.2px solid #000000;
        height: 21px;
        width: 6px;
        border-radius: 15px;
        background: #ffffff;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #cfd1d1;
        border: 0.8px solid #3882c5;
        border-radius: 50px;
        box-shadow: 2.6px 2.6px 10.7px #d8d7d9, 0px 0px 2.6px #e5e4e5;
    }

    input[type=range]::-ms-fill-upper {
        background: #dfe0e0;
        border: 0.8px solid #3882c5;
        border-radius: 50px;
        box-shadow: 2.6px 2.6px 10.7px #d8d7d9, 0px 0px 2.6px #e5e4e5;
    }

    input[type=range]::-ms-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1.2px solid #000000;
        height: 21px;
        width: 6px;
        border-radius: 15px;
        background: #ffffff;
        cursor: pointer;
        height: 8.4px;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #dfe0e0;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #efefef;
    }

.slider-icon {
    background-color: #52a7e1;
    border-radius: 39px;
    padding: 2px;
    color: white;
    font-weight: bold;
    font-family: DIN;
    WIDTH: 25PX;
    HEIGHT: 25PX;
    TEXT-ALIGN: CENTER;
    FONT-SIZE: 15PX;
    bottom: 5px;
}

.border-tabs .tab-content {
    border: 2px solid #eaeaea;
    padding: 20px;
    border-radius: 6px;
}

.chip {
    margin: 4px;
    padding: 10px;
    background-color: #ececec;
    border-radius: 7px;
    box-shadow: 0px 0 3px 1px #238100;
    user-select: none;
    float: left;
    font-weight: bold;
    word-break: break-all;
    max-width: 50%;
}

    .chip .valid {
        color: green;
    }

    .chip .invalid {
        color: red;
    }

.invalid-chip {
    background-color: #f2dede;
    color: black;
    box-shadow: 0px 0 3px 1px #af3636;
}

.chip .glyphicon {
    padding: 4px;
    background: #720000;
    border-radius: 50%;
    color: white;
    font-size: 11px;
    cursor: pointer;
    OPACITY: 0.4;
    float: right;
    margin-left: 4px;
    margin-top: -2px;
}

    .chip .glyphicon:hover {
        opacity: 1;
    }
/* 
  .slider-range{
      margin-bottom: 45px!important;
  } */

.controlPanel .k-splitbar {
    background: #f1f1f1;
    border: 0;
    width: 5px;
}

    .controlPanel .k-splitbar .k-icon {
        width: 13px;
        font-size: 28px;
        color: #00a7e1;
        margin-left: -4px;
    }

        .controlPanel .k-splitbar .k-icon:hover {
            color: #333;
        }

.controlPanel .k-icon.k-collapse-next {
    margin-left: -3px;
    margin-top: 18px;
}

.controlPanel .k-icon.k-collapse-prev {
    margin-top: 0px;
    top: 0px;
}

    .controlPanel .k-icon.k-collapse-prev.k-i-arrow-60-right:before {
        content: "\e080";
        font-family: 'Glyphicons Halflings' !important;
        font-size: 13px;
    }

    .controlPanel .k-icon.k-collapse-prev.k-i-arrow-60-left:before {
        content: "\e079";
        font-family: 'Glyphicons Halflings' !important;
        font-size: 13px;
    }

table td.speedItemParent {
    padding: 0;
}

.telerik-item.k-autocomplete, .telerik-item.k-autocomplete.k-state-focused {
    background: #00A7E1;
    border: 0;
}

    .telerik-item.k-autocomplete .k-clear-value {
        top: 25px;
        opacity: 1;
        color: #fff;
    }

.speedItemParent .speedItem {
    display: inline-table;
}

.viewQuoteControls .actionLink {
    margin-bottom: 5px;
    display: block;
}

    .viewQuoteControls .actionLink:last-child {
        margin-bottom: 0px;
    }

.viewQuoteControlsBtn {
    font-size: 15px;
}

.viewQuoteControls .actionButton {
    margin-bottom: 5px;
    display: block;
}

    .viewQuoteControls .actionButton:last-child {
        margin-bottom: 0px;
    }

.quoteResultSupplier img {
    max-width: 85px;
    max-height: 50px;
}

.btn-circle.disabled {
    background-color: #dedede;
}

    .btn-circle.disabled:hover img {
        transform: scale(1);
    }


.k-grid td.k-state-selected, .k-grid tr.k-state-selected > td {
    color: #fff !important;
    background-color: rgb(0, 167, 225) !important;
    background-color: rgba(0, 167, 225,0.25) !important;
}

.k-grid tr.k-state-selected *::selection {
    color: #8b8b8b !important;
    background: white !important;
}

.header-vertical-middle th {
    vertical-align: middle !important;
}

.flipped-img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.btn-circle.disabled:hover img.flipped-img {
    transform: scaleX(-1);
}

.btn-circle:hover img.flipped-img {
    transform: scale(-1.2, 1.2);
}

.circle-percentage .btn-circle img {
    height: auto;
    height: initial;
    width: 75%;
}

.circle-percentage .setupOK {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
    height: initial;
    font-size: 10px;
    padding: auto;
    padding: initial;
    animation-name: pop-percentage;
}

    .circle-percentage .setupOK i {
        height: auto;
        height: initial;
        display: block;
        width: 100%;
        padding-bottom: 100%;
        animation-name: poptext-percentage; /* !related!  */
        font-size: 0px; /* !related!  */
    }

        .circle-percentage .setupOK i:before {
            position: absolute;
            /* font-size: 0px; fallback */
            top: calc(50% - 14px); /* fallback */
            left: calc(50% - 14px); /* fallback */
            /* font-size: 0px;  */
            top: calc(50% - 2.1vw);
            left: calc(50% - 1.9vw);
        }


@keyframes pop-percentage {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@keyframes poptext-percentage {
    from {
        font-size: 0px;
    }

    to {
        font-size: 28px;
        font-size: 4vw;
    }
}


.circle-percentage .btn-circle {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
    height: initial;
}

.account-dropdown .k-list-optionlabel.k-state-hover.k-state-selected,
.account-dropdown .k-list-optionlabel:hover.k-state-selected,
.account-dropdown .k-list .k-item.k-state-hover.k-state-selected,
.account-dropdown .k-list .k-item:hover.k-state-selected {
    background-color: #cecece !important;
}

.account-dropdown .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-selected,
.account-dropdown .k-list-container .k-button.k-state-active,
.account-dropdown .k-list-container .k-button:active,
.account-dropdown .k-list-optionlabel.k-state-selected,
.account-dropdown .k-list .k-item.k-state-selected,
.account-dropdown .k-menu-group .k-item.k-state-selected,
.account-dropdown .k-menu.k-context-menu .k-item.k-state-selected,
.account-dropdown .k-spreadsheet-popup .k-button.k-state-active,
.account-dropdown .k-spreadsheet-popup .k-button.k-state-selected,
.account-dropdown .k-spreadsheet-popup .k-button:active {
    background-color: initial !important;
}



.account-dropdown .editorToolbarWindow.k-header.k-window-content a.k-tool,
.account-dropdown .k-button,
.account-dropdown .k-button-group.k-state-disabled .k-button:not(.k-state-active),
.account-dropdown .k-button-group .k-state-disabled:not(.k-state-active),
.account-dropdown .k-colorpicker .k-picker-wrap, .k-combobox .k-select,
.account-dropdown .k-ct-popup .k-editor-toolbar a.k-tool,
.account-dropdown .k-dateinput .k-select,
.account-dropdown .k-datepicker .k-select,
.account-dropdown .k-datetimepicker .k-select,
.account-dropdown .k-dropdown .k-dropdown-wrap,
.account-dropdown .k-dropdowntree .k-dropdown-wrap,
.account-dropdown .k-editor .k-editor-toolbar-wrap a.k-tool,
.account-dropdown .k-fieldselector .k-list li.k-item,
.account-dropdown .k-gantt-views li,
.account-dropdown .k-handle,
.account-dropdown .k-list-container .k-nodata .k-button,
.account-dropdown .k-map .k-navigator,
.account-dropdown .k-numerictextbox .k-select,
.account-dropdown .k-pivot-toolbar .k-button,
.account-dropdown .k-scheduler-footer li,
.account-dropdown .k-scheduler-navigation .k-nav-next,
.account-dropdown .k-scheduler-navigation .k-nav-prev,
.account-dropdown .k-scheduler-navigation .k-nav-today,
.account-dropdown .k-scheduler-views li,
.account-dropdown .k-spreadsheet-filter,
.account-dropdown .k-timepicker .k-select,
.account-dropdown .k-toolbar .k-split-button .k-button {
    border-color: initial !important;
    color: initial !important;
    background-color: white !important;
    background-image: initial !important;
}

.k-list .k-item.k-state-selected, .k-item.k-state-focused, .k-item.k-state-hover {
    background-color: #ebebeb !important;
}

.circle-percentage .btn-circle img {
    height: auto;
    height: initial;
    width: 75%;
}

.circle-percentage .setupOK {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
    height: initial;
    font-size: 10px;
    padding: 0;
    padding: initial;
    animation-name: pop-percentage;
}

    .circle-percentage .setupOK i {
        height: auto;
        height: initial;
        display: block;
        width: 100%;
        padding-bottom: 100%;
        animation-name: poptext-percentage; /* !related!  */
        font-size: 28px; /* !related!  */
        font-size: 4vw;
    }

        .circle-percentage .setupOK i:before {
            position: absolute;
            /* font-size: 0px; fallback */
            top: calc(50% - 14px) !important; /* fallback */
            left: calc(50% - 14px) !important; /* fallback */
            /* font-size: 0px;  */
            top: calc(50% - 2.1vw) !important;
            left: calc(50% - 1.9vw) !important;
        }


@keyframes pop-percentage {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@keyframes poptext-percentage {
    from {
        font-size: 0px !important;
    }

    to {
        font-size: 28px !important;
        font-size: 4vw !important;
    }
}


.circle-percentage .btn-circle {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
    height: initial;
}

.body-inner .k-block ::selection, .body-inner .k-panel ::selection, .body-inner .k-widget ::selection {
    background-color: #00a7e1;
}

.removeZindex .k-animation-container {
    z-index: auto !important;
    z-index: initial !important;
}

.layout .body-inner .inputList .tier-override h2, .layout .body-inner .inputList .tier-override h3 {
    margin: 0;
}

.tier-override input[type="number"] {
    min-height: auto !important;
    min-height: initial !important;
}


.default-pointer {
    cursor: default !important;
}

    .default-pointer * {
        cursor: default !important;
    }
.button-option-main-blue.btn-filling {
    color: white;
    text-decoration: none;
}

.layout .body-inner .content-navigation .videoIcon, .layout .body-inner .content-navigation .tutorialIcon {
    height: 25px;
}

.tutorialIcon {
    background: #00a7e1;
    color: #fff;
    border-radius: 100%;
    padding: 6px;
    top: 4px;
}

#basket-summary {
    position: sticky;
    bottom: 5px;
    height: 190px;
    background-color: rgb(250,255,255);
    border: 2px solid #00A7E1;
    border-radius: 5px;
    box-shadow: 0 0 5px #00A7E1;
}

#basket-summary-prices {
    column-count: 2;
    column-fill: auto;
    height: 95%;
}

#basket-summary > div {
    margin: 10px -10px -10px 10px;
}

.label-title {
    font-size:20px;
}

.greySection {
    padding: 10px;
    background-color: #fdfdfd;
    border-radius: 10px;
}

.reactPartial{

}

.reactPartial h1 {
    display : none;
}

.reactPartial h2 {
    display: inline-block;
}

.inlineDropDown {
    min-width: 33%;
    padding-right: 10px;
    display: inline-block;
    margin: 15px;
}
  
.siteDetails {
    display: flex;
    flex-direction: column;
    padding-right: 100px;
    padding-bottom: 25px;
}

.siteDetailsContainer {
    display: flex;
    flex-direction: row;
}

div.sliderGrid div.k-pager-wrap.k-grid-pager.k-widget * {
    z-index: auto;
}

.additionalDetailsBtnContainer {
    display: inline-flex;
}


.sourceOrder {
    display: inline-block;
    width: 65%;
}

.additionalDetailsBtn {
    margin-left: auto;
}

.newsItemSpacer {
    margin-bottom: 25px;
}

.flowRoot {
    display: flow-root;
}




table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("images/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}

/**************************THINGS ADDED BY US (PAGE SPECIFIC)***********************************/
/***********************************************************************************************/

/* Layout Page */
@page {
    size: A4;
}

.home .news { margin-bottom: 10px; }
.home .news .news-item > h2 { margin-bottom: 0; }
.home .news .news-item > div { margin-bottom: 20px;}
.home .news .no-border > div { border: none;}
.home .news .news-item .news-item-body { margin-top: 10px; }
.home .news .news-item .news-item-body p { display: inline-block; }

.home .tips-item { margin-left: 15px; position: relative }
.home .tips-item a.button-option-secondary-black { margin-top: 20px; margin-bottom: 10px; }

.home .weathermap {
    -ms-background-size: cover;
    background-size: cover;
    height: 600px;
    text-align: center;
    line-height: 600px;
}
.home .weathermap .btn { padding: 25px; }
/* Layout Page */
#legacyLayout.layout .header {
    padding: 0px !important;
    border-bottom: 0px;
}

.layout .header { background: #F1F1F1; }
.layout .header.header-mini {
    background: #F1F1F1;
    min-height: 80px;
}
@media print {
    .layout .header { background: transparent; height: 100px}
    .layout .header > * { display: none; }
}

.layout .header .logo { padding-left: 50px; margin: 25px 0 33px 0; min-width:250px; }
.layout .header.header-mini .logo {
    padding-left: 50px;
    margin: 20px 0;
    min-width: 250px;
}
@media print { .layout .header .logo { display: block; padding-left: 25px; margin: 31px 0 0 0; width: 100%; } }

.layout .header .logo:hover {
    cursor:pointer;
}

.layout .header .account-dropdown {
    padding-top: 25px;
    padding-right: 25px;
}

/* Begin System User Information*/
.layout .header .userInformation {
    min-height: inherit;
    padding-top: 32px;
    border-bottom: 4px solid black;
    word-break: break-word;
    padding-right: 5%;
}

    .layout .header .userInformation > div {
        max-width: 370px;
        float: left;
        padding-right:30px;
    }


.layout .header .account-dropdown-label {
    color: #00A7E1;
    font-size: 22px;
    padding-right: 10px;
    padding-top: 3px;
}


.header span.k-widget.k-dropdown.k-header {
    min-height: 38px;
}

.header span.k-dropdown-wrap {
    min-height: 36px;
}

.header input.k-input {
    min-height: 38px;
}


.layout .body { min-height: 100% }
.layout .body .content-impersonating a { min-height: 40px; width: 100%; }
.layout .body .content-impersonating img { margin-top: 12px; }
.content-impersonating { padding-bottom : 15px; }
.layout .body .content-navigation { font-size: 14px; text-transform: uppercase } 
.layout .body .content-navigation img { height: 5px; } 

.layout .menu { background: #F1F1F1; min-height: 680px; }/*todo should probably be done in a better way*/

/* styles for glyphicons used in navigation menu*/
   
.layout .current .button-standard { background-color: #404040; color: #FFFFFF; }

.layout .current .button-standard .glyphicon { color: #00A7E1; }

.layout .current .button-standard .glyphicon.triangle { color: #00A7E1; float: none !important; font-size: .5em; transform: rotate(90deg); }

.layout .button-standard .glyphicon.triangle { color: #404040; float: none !important; font-size: .5em; position: inherit;}


@media print { .layout .body-outer { width: 100%; } }

.layoutFooter { padding-left: 20px; color: #FFFFFF; background: #404040; }
@media print { 
    .layoutFooter { color: black; background: transparent; } 
    .layoutFooter .layoutSupport .txt-white { color: black !important; }
}
.layoutFooter .layoutSupport { padding: 72px 40px 0 0; }
.layoutFooter .layoutSupport a { display: block; }
.layoutFooter .logoFooter { margin-top: 72px; }
.layoutFooter .symbolFooter { margin-top: 33px; margin-bottom: 28px; }

/* Redefine the legal mentions footer to be wider when printed */
@media print { .layoutFooter .legal-mentions { width: 75%; } 
               .layoutFooter .layoutSupport { width: 25%; } 
}

/* Header Edit and Logout buttons */
.layout .headerEdit .ove, .headerLogout .ove { display: none;}
.layout .headerEdit:hover .ove, .headerLogout:hover .ove { display: inline-block}
.layout .headerEdit:hover .def, .headerLogout:hover .def { display: none}
.layout .headerEdit img, .headerLogout img { padding: 0 0 2px 2px; }
.layout .headerEdit { margin-right: 10px;}
.layout .headerEdit:hover, .headerLogout:hover { text-decoration: none;}

/* Begin Main Menu*/
/* This css is there to handle the main navigation hide and display */

/* Initially hide all the sub levels and assume nothing is currently displayed*/
.layout ul .ove { display: none; }
.layout .mainNavigation { font-family: DIN;}
.layout .mainNavigation .level1.current > * > .def,
.layout .mainNavigation .level1.current > * > span > .def,
.layout .mainNavigation .level2.current > * > .def,
.layout .mainNavigation .level2.current > * > span > .def,
.layout .mainNavigation .level3.current > * > .def { display: none; }

.layout .mainNavigation .level1.current > * > .ove,
.layout .mainNavigation .level1.current > * > span > .ove,
.layout .mainNavigation .level2.current > * > .ove,
.layout .mainNavigation .level2.current > * > span > .ove,
.layout .mainNavigation .level3.current > * > .ove { display: inline-block; }

/* Display the sub level ul if it's parent is being displayed */
.layout .current > .subNavigation { display: block; }

/* if current page is below level1 just make it bold */
.layout .level2.current > span, .level3.current > span { font-family: DINBold; font-size: 14px; }

/* Making the Menu look good */
.layout .menu { padding: 0 10px 0 0; }
.layout .mainNavigation { padding-left: 10px; }
.layout .subNavigation { padding-left: 20px; margin-top: 10px; }
.layout .subNavigation li { margin-bottom: 10px; }

/* The next two lines is a very common css trick to keep two divs maintain the same height */
/*.layout .body { overflow: hidden;}
.layout .body .menu { padding-bottom: 10000px; margin-bottom: -10000px; }*/
/* End Layout Page*/

/*Admin Page -- subaccountuser*/
.expandable-main-row { background-color: #F1F1F1; }
.expandable-main-row .expand-button { cursor: pointer; }

.expandable-main-row .expand-button .default { display: inline-block; }
.expandable-main-row .expand-button .expanded { display: none; }

.expandable-main-row .expand-button.expanded .default { display: none; }
.expandable-main-row .expand-button.expanded .expanded { display: inline-block; }

.expandable-default-row td:first-child { padding-left: 20px; }
.admin .popover-click img { width: 12px; }
/* CDR*/
.cdr .bluesubheader{ color: #00A7E1 }
.cdr .committeddata{ padding : 18px 0 20px 0 }
.cdr .paddingleftzero{ padding : 0 0 0 0 }

.partial-cdr .paddingtop {padding : 28px 0 0 0 }
.partial-cdr .paddingzero {padding : 10px 0 0 0 }
/*end of CDR*/

/* Billing Page */
.billing .billing-counter { font-size: 26px; padding: 8px 5px; margin: -2px;}
.billing .billing-cable { margin-top: 25px; padding-left: 0}
@media (max-width: 1200px) { .billing .billing-counter { font-size: 20px;} }
@media (max-width: 1150px) { .billing .billing-counter { font-size: 18px;} }
@media (max-width: 1100px) { .billing .billing-counter { font-size: 16px;} }
@media (max-width: 1150px) { .billing .billing-counter { font-size: 14px;} }

.billing-details .summary { margin-top: 20px;}
@media print { .billing-details .summary { margin-top: 0; } }


.standard-textbox-height
{
    font-family: Verdana;
    font-size : 13px;
    height: 30px;
    -ms-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.current-usage-search-button-padding
{
    display : inline-block;
    padding : 0 0 0 20px;
}

.current-usage-cross-button-padding
{
    display : inline-block;
    padding : 0 0 0 5px;
}


.current-usage-button-links
{
    width: 300px;
}

.text-textarea {
    font-family: Verdana;
    font-size: 18px;
    color: #404040;
    background-color: #F1F1F1;
    padding: 0 15px 0 15px;
    height: 40px;
    border:none;
}

/* Availability Page */

/* Listing of instructions*/
.availability ul.FluidataListing { list-style-type: disc; }
.availability ul.FluidataListing li { color: #00A7E1; }
.availability ul.FluidataListing li p { color: #404040; }

.availability .check-button-padding {
    padding-left: 22px;
}

.availability table {
    width: initial;
}

.availability tr {
    border: none;
}
.availability td  {
    vertical-align: top
}
.availability  .button-align {
    vertical-align: bottom;
    horiz-align: left;
    padding-left: 22px;
}

.availability .txt-disclaimer {
    max-width: 800px;
    -moz-min-width: 500px;
    -ms-min-width: 500px;
    -o-min-width: 500px;
    -webkit-min-width: 500px;
    min-width: 500px;
}

.singleavailability .provider-details-table {
    width: initial;
}

.singleavailability .provider-details-row {
    border: none;
}

/*news*/
.createbutton
{
    display : inline-block;
    padding :15px 0 30px 0;
}

/* Provisioning Page */
.orderstatus .orderprogress .progress-item {
    display: inline-block;
    height: 200px;
    border: 2px solid;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #F1F1F1;
    width: 30%;
    padding: 0 20px;
    cursor: pointer;
    margin: 10px 1%;
    overflow-y: hidden;
}
.orderstatus .orderprogress .progress-item > div { height: 100%; }
.orderstatus .orderprogress .progress-item .progress-item-main { border-right: 2px dotted;width: 100%;}
.orderstatus .orderprogress .progress-item .progress-item-main,
.orderstatus .orderprogress .progress-item .progress-item-extended { display: inline-block; }
.orderstatus .orderprogress .progress-item .progress-item-extended { width: 0%; }
.orderstatus tr.history { background-color: #F1F1F1; }

.orderstatus tr.history td:first-child {
    padding-left:15px;
}

.orderstatus tr.header-row td:first-child {
    padding-right:15px;
}

.orderstatus .popover {
    -moz-min-width: 600px;
    -ms-min-width: 600px;
    -o-min-width: 600px;
    -webkit-min-width: 600px;
    min-width: 600px;
}

.orderstatus .ordersearch-table tr[data-status="Accepted"], 
.orderstatus .ordersearch-table tr[data-status="Processing"] {
    background-color: rgba(250, 189, 5, 0.3);
}

.orderstatus .ordersearch-table tr[data-status="Rejected"],
.orderstatus .ordersearch-table tr[data-status="Failed"],
.orderstatus .ordersearch-table tr[data-status="Cancelled"],
.orderstatus .ordersearch-table tr[data-status="Ceased"] {
    background-color: rgba(230, 0, 0, 0.3);
}

.orderstatus .ordersearch-table tr[data-otype="Cancel"] {
    background-color: rgba(230, 80, 0, 0.3);
}


.orderstatus .ordersearch-table tr[data-status="Committed"] {
    background-color: rgba(99, 197, 99, 0.3);
}

.orderstatus .ordersearch-table tr[data-expedited="Expedite"] {
    background-color: rgba(0, 167, 225, 0.3);
}

.orderstatus #ordertable th  { cursor: pointer;}
.orderstatus .orderprogress #contentPager  { display: none;}

.active-circle-indicating-step-in-process {
    width:70px;
    height:70px;
    -ms-border-radius:50%;
    border-radius:50%;
    border-color:#00A7E1;
    font-size:30px;
    color:#fff;
    line-height:70px;
    text-align:center;
    background:#00A7E1;
    margin :0 0 0 15px;
    cursor: pointer;
}

.inactive-circle-indicating-step-in-process {
    width:70px;
    height:70px;
    -ms-border-radius:50%;
    border-radius:50%;
    border-color:#00A7E1;
    border-style: dashed;
    font-size:30px;
    color:#00A7E1;
    line-height:65px;
    text-align:center;
    background:#FFFFFF;
    margin :0 0 0 15px;
    cursor: pointer;
}

.hovernotallowed {
    cursor: not-allowed !important;
}

.text-danger-padded-to-align
{
    color:#a94442;
    padding: 0 0 0 15px;
}

.cease-order-empty-row-padding
{
    display : inline-block;
    padding :50px 0 10px 0;
}

.cease-order-small-empty-row-padding
{
    display : inline-block;
    padding :30px 0 20px 0;
}

.cease-order-tiny-empty-row-padding
{
    display : inline-block;
    padding :7px 0 7px 0;
}

.cease-order-centered-label
{
    padding :10px 0 0 0;
}

.modify-connection-details .line-header {
    border-bottom: 2px solid #BBBDBF;
    padding-bottom: 10px; 
}

/* Support Page */
.view-tickets .button-action-secondary { margin: 15px; }
.view-tickets .tickets { margin-bottom: 20px;}
.view-tickets .tickets div { display: inline-block; }



.partial-site .button-action-secondary {
     margin-top: 20px;
     margin-bottom: 10px;
 }

.btn-filling {
    background-color: #00A7E1;
    color: white;
}
.dns-requests .no-ips { margin-top: 50px;}

/*Order Ethernet*/
/*.layout .body input::-webkit-input-placeholder, .layout .body textarea::-webkit-textarea-placeholder {

}*/

.layout .body .OrderQuote input[type="number"] {
    min-height: 50px;
    font-size: 18px;
}

#ethernetOrderSummary-Body h3 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #00a7e1;
}

.body-inner .OrderComplete span, #ethernetOrderSummary-Body span {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.select-contacts .contacts{
    color: #00a7e1;
}

.split {
    margin: 30px auto;
    border-top: 1px solid #eee;
    width: 90%;
    display: -webkit-box;
}

.body-inner .OrderQuote .align-bottom {
    margin-bottom: 37px;
}

.body-inner .OrderComplete span input, #ethernetOrderSummary-Body span input, #ethernetOrderSummary-Body span textarea {
    background: none;
    background-color: none;
    -webkit-appearance: none;
    border: 0;
    font-size: 13px;
    min-height: auto;
}

#ethernetOrderSummary-Body span textarea {
    width: 100%;
    resize: none;
}

.layout .body .order-error {
    padding: 15px 0;
}

.layout .body .inputList div[id*="_select-address"], .layout .body .inputList div[id*="_address-area"], .layout .body .inputList .select-address,
.layout .body .inputList div[id*="_address-area"], .additional-postcode-holder .select-address, .layout .body .inputList div[class*="_address-area"] {
    margin-top: 30px;
}

.layout .body .CPE-address .radio-holder {
    margin-bottom: 38px;
}

.layout .body .inputList div[class*="_manual-address-link"] {
    margin-top: 10px;
}

.layout .body .CPE-address .conditional-area {
    margin-top: 15px;
}

.layout .body .CPE-address .Point.B.conditional-area {
    display: block;
}

.layout .body .inputList {
    float:left;
    margin-top: 20px;
    width:100%;
}

.layout .body .inputList textarea {
    min-width: 100px;
    min-height: 50px;
    padding: 10px;
}

.layout .body .inputList .form-group{
    float:left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.layout .body .inputList .form-group .text-danger {
    position:absolute;
}

.layout .body .inputList .form-group .text-danger.block {
    position:inherit;
    display:block;
}

.layout .body .inputList .form-group #layer3-ordering {
    margin: 0;
}

.layout .body .inputList .form-group .radio-holder{
    padding: 10px;
}

.layout .body .inputList h2 {
    cursor: pointer;
    margin-bottom: 20px;
}

.layout .form-group .manual-address-area-holder > div div[id*="manual-address-form"] > div, .layout > div div[class*="manual-address-form"] > div, .layout .form-group > div .manual-address-form > div {
    margin-bottom: 30px;
}

.layout .body .inputList .form-group > div[style="display: none"] input[type="text"] {
    display:none;
}

.select-contacts input[type="text"].contact {
    background: none;
    border: 0;
    min-height: 40px;
    font-size: 13px;
    font-weight: bold;
}
/*
.layout .body .inputList .hazards-area {
    min-height: 156px;
}*/

.layout .body .inputList .form-group .install-address {
    margin-bottom: 30px;
}

.layout .body .inputList h2 .glyphicon {
    float: right;
    margin-right: 10px;
}

.layout .body .inputList .conditional-area {
    display:none;
}

.form-link-button {
    width: 100%;
    display: block;
    text-align: center;
}

.layout .body .inputList .form-group.first > div {
    display:block;
}

.layout .body .OrderQuote .inputList .form-group > div {
    /*margin-bottom: 30px;
    margin-top: 15px;*/
    display: none;
}

.layout .body .inputList .form-group .billing-detail {
    margin-bottom: 15px;
}

.layout .body .inputList .form-group .billing-detail strong {
    color: #00A7E1;
}

/*Live Connections*/
.liveconnection #liveconnection-grid {
    margin-top: 20px;
}

.telerik-div #liveconnection-grid th a {
    color : #fff;
}

.liveconnection #grouped-scrollable-table {
    max-height: 900px;
    overflow: auto;
}

#grouped-scrollable-table .telerik-div > .k-grid {
    border: 0;
}

.telerik-div #liveconnection-grid .pagination-container {
    background: #fff;
}

.telerik-div #liveconnection-grid td, #grouped-scrollable-table table td {
    padding: 5px 10px;
}

#grouped-scrollable-table .telerik-div table .expandable-default-row {
    background: #fff;
}

/* table for the line tests they have no border and alignment is a bit different*/
.connectioninformation .table-linetests td{
    vertical-align:top;
    border-bottom:solid;
    border-bottom-width:1px;
    border-bottom-color:#404040;
    padding-right:3px;
    border-right:solid;
    border-right-color:#FFFFFF;
    border-right-width:10px;
    padding-bottom:10px;
}
.connectioninformation .table-linetests .alternate-row{
    vertical-align:top;
    border-bottom:solid;
    border-bottom-width:1px;
    border-bottom-color:#FFFFFF;
    padding-right:3px;
    border-right:solid;
    border-right-color:#FFFFFF;
    border-right-width:10px;
    padding-bottom:10px;
}

/*button background is set to white*/

.connectioninformation .div button{
  vertical-align: bottom;
}
.connectioninformation .div-button .button-option-main-blue  {
    	background-color: #FFFFFF;
 
}
.connectioninformation .div-button .button-option-main-blue:hover{
	color: #FFFFFF;
}

.connectioninformation .div-button .button-option-main-blue:disabled{
	color: #FFFFFF;
}

.connectioninformation .div-button .button-option-main-blue {
	color: #00A7E1;
    border-color: #00A7E1;
}

.connectioninformation .div-button .button-option-main-blue:hover{
	background-color: #00A7E1;
}

.connectioninformation .div-button .button-option-main-blue:disabled{
	color: #BBBDBF;
    border-color: #BBBDBF;
}

.connectioninformation tr#customerRef-edit {
    height: 80px;
}

.dlmprofile .txt-bold { font-size: 11px;}
.dlmprofile .dropdown { padding-top: 77px;}
.dlmprofile .dropdown span {
    cursor: pointer;border: 1px solid black;
    -ms-border-radius: 5px;
    border-radius: 20px;
    padding: 0 5px;
}

.connectioninformation .connection-bt .connection-linetest .test { min-height: 250px; }
/*.connectioninformation .connection-bt .connection-linetest .test .test-text { min-height: 150px; }*/

.connectioninformation .connection-tt .connection-linetest .test { min-height: 120px; }
.connectioninformation .connection-tt .connection-linetest .test .test-text { height: 40px; }

/* Order New Connection*/
.orderconnection #orderconnection-availability,
.orderconnection .orderconnection-bulk,
.orderconnection .orderconnection-products { clear: both; }

.orderconnection #orderconnection-availability .orderconnection-info,
.orderconnection #orderconnection-availability .orderconnection-controls { margin-top: 20px; }

.orderconnection .orderconnection-header .indicator div { display: inline-block; margin-top: 20px; }
.orderconnection .orderconnection-products { padding-top: 40px;padding-left: 15px; }
.orderconnection .orderconnection-products .orderconnection-product { margin: 10px 0; min-height: 50px; }
.orderconnection .orderconnection-products .orderconnection-unavailable {margin-top: 20px; }
.orderconnection .orderconnection-products .orderconnection-unavailable div { margin-top: 5px; border-bottom: 1px solid #BBBDBF}
.orderconnection .orderconnection-products .orderconnection-unavailable p { margin-top: 25px;}

.orderconnection .unit { margin-top: 20px;margin-bottom: 20px;}
.orderconnection .modal-backdrop { height: 1162px !important;}
.orderconnection .submit-final { margin-top: 20px;margin-bottom: 20px;}
.orderconnection #appointment-step3 .btn { margin-top: 23px;}
/* Network Page */

/* API Page */

/* Quotes Page */
/*.quote h2 {  }*/
.quote .quote-info {
    padding: 20px 0 0;
    border-bottom: 1px solid #404040;
    margin-bottom: 20px;
}

.quote .access-warning {
    border-top: 1px solid #404040;
    padding: 10px;
    color: #00A7E1;
    font-weight: bold;
    text-align: center;
}

.quote .quote-sort { margin: 20px 0; padding-left: 20px; }
.quote .quote-sort div { display: inline-block; cursor: pointer; }
.quote .quote-details { border-top: 1px solid #404040; }
.quote .quote-detail {
     border-bottom: 1px solid #404040;
     padding-bottom: 20px;
}
.quote .quote-detail-title {
    padding-left: 20px;
    margin: 10px 0;
    padding-bottom: 5px;
    cursor: pointer;
}
.quote .quote-detail-info {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left:20px;
}
.quote #quote-detail-body { display: none; }
.quote .quote-detail-footer {
    margin-top: 15px;
}

.quotes .quotes-find { padding-left: 20px; }
.quotes .quotes-find-reportingPage {padding-left: 0px !important; margin-right: -30px !important;}
.quotes .quotes-find > form > div { padding-left: 0px; }
.quotes .quotes-none { padding-left: 5px;margin-top: 20px; }
.quotes .table-button { max-width: 40px; }
.loading { margin-top: 40px; }
.loading #loading-bar { margin-top: 200px; }
.loading img { height: 50px; }
/* Login Page */
.login, .default-background {
    -ms-background-size: cover;
    background-size: cover;
    -moz-min-width: 1000px;
    -ms-min-width: 1000px;
    -o-min-width: 1000px;
    -webkit-min-width: 1000px;
    min-width: 1000px;
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 67%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 67%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffffff 67%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    position: relative;
}

.loginBody input[type=submit] {
    width: 150px;
}


.default-background .loginHeader img, .login .loginHeader img { width: 70px }
.login .loginMessage { color: #00a7e0; }
.loginBody { width: 350px; margin: 0 auto;}
.login Footer { color: #FFFFFF; position: absolute; bottom: 0; right: 0; left: 0; text-align:center } 
@media (max-width: 992px) { .login .layoutFooter p { margin-bottom: 0; } }

/* IP MONITOR*/
.ip-monitoring .ip-monitoring-search,
.ip-monitoring .ip-monitoring-table,
.ip-monitoring-contacts .search-contacts { margin-bottom: 20px; }

/* NETWORK */
/* WeatherMap */
/* Interconnect */
.interconnect .graph {
    min-width:700px; 
    float:left; 
    margin-right:20px;
}


/* Ordering step 2 */
    #ordernewconnection-step2-grid > tbody > tr > th {
        font-size:16px;
    }
    
    #ordernewconnection-step2 .order-table thead > tr > th {
        background-color: #F1F1F1;
        padding-bottom: 0px;
    }
    
        
    #ordernewconnection-step2 .order-table :hover {
        cursor: pointer;
    }

    #ordernewconnection-step2 .provider-not-allowed{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #ordernewconnection-step2 .order-table {
        margin-top:0px !important;
        margin-bottom: -1px;
    }

    #ordernewconnection-step2 .selected-product {
        background-color:#00A7E1;
        color:white;
    }
    
    #ordernewconnection-step2 #button-wrapper{
        padding-left: 20px;
        padding-top: 60px;
    }
    
    #ordernewconnection-step2 .txt-disclaimer{
        margin:0px;
    }

.interconnect .graph-controls a { cursor: pointer; }
.interconnect .graph-image .expanded { width: 100%; }
/*********************************  CUSTOM UTIL CSS  *******************************************/
/***********************************************************************************************/
.ui-selectmenu-button, .ui-menu, .ui-selectmenu-menu { border: none; color: #FFFFFF; background: #404040; }
.ui-selectmenu-button:hover, .ui-menu-item:hover { color: #00A7E1; }
.ui-menu { padding-top: 5px; padding-bottom: 5px; }
.ui-menu .ui-menu-item, .ui-menu-item { 
    padding: 5px;
    margin-right: 15px;
    margin-left: 15px;
    border-bottom: 1px solid #BBBDBF !important;
    border-top: 1px solid #BBBDBF !important;
}

.modal-lg {
    width: 90%;
}

.ui-autocomplete a {
    color: white !important;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
    color:#00A7E1 !important;
}

li.ui-menu-item.ui-state-focus {
    background: #404040;
    color: #00A7E1;
    border-left: none !important;
    border-right: none !important;
    border-color: #BBBDBF !important;
    border-bottom: 2px solid #BBBDBF !important;
    border-top: 2px solid #BBBDBF !important;
}

li.ui-menu-item.ui-state-focus a {
    color: #00A7E1 !important;
}

  .ui-autocomplete {
    max-height: 520px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 520px;
  }

.ui-selectmenu-menu { max-height: 400px; overflow: hidden; }

.dropdown-space { height: 10px; background: #FFFFFF;}
.dropdown-up, .dropdown-down, .dropdown-space { cursor: pointer; border: none !important; list-style: none; }
.dropdown-up { border-bottom: 1px solid #BBBDBF !important;}
.dropdown-down { border-top: 1px solid #BBBDBF !important;}
.ui-selectmenu-menu .ui-menu { 
    -ms-overflow-style: none;
    overflow-y: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

.ui-selectmenu-menu .ui-menu li:first-child { border-top: 0px !important;}
.ui-selectmenu-menu .ui-menu li:last-child { border-bottom: 0px !important;}
.dropdown-img { padding-left: 15px; margin-top: -18px; height: 20px; }

.ui-state-default .ui-icon { background-image: url('../Content/Image/JQuery/ui-icons_888888_256x240.png'); }
/*********************************  CUSTOM UTIL CSS  *******************************************/
/***********************************************************************************************/
/* import files in rough order of speficity */
/* infrastructure */
/* general */
.modalNew {
  padding: 15px 17px;
  border-radius: 5px;
  height: 720px;
  max-height: 100%;
  overflow: auto;
  max-width: 1200px;
  box-shadow: 0px 0px 12px #393939;
  background: #FFFFFF;
  position: fixed;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.security-panel-holder,
.quote-panel-holder,
.provider-quotes-holder,
.tab-panel-holder {
  margin-top: 60px;
}
.security-panel-holder .tabHolder,
.quote-panel-holder .tabHolder,
.provider-quotes-holder .tabHolder,
.tab-panel-holder .tabHolder {
  margin-bottom: -35px;
  position: relative;
  top: -45px;
}
.security-panel-holder .tabHolder .tab,
.quote-panel-holder .tabHolder .tab,
.provider-quotes-holder .tabHolder .tab,
.tab-panel-holder .tabHolder .tab {
  background: #ddd;
  padding: 11px 15px;
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  box-shadow: 0px -1px 8px #e8e8e8;
  margin: 0 8px;
}
.security-panel-holder .tabHolder .tab.active,
.quote-panel-holder .tabHolder .tab.active,
.provider-quotes-holder .tabHolder .tab.active,
.tab-panel-holder .tabHolder .tab.active {
  color: #fff;
  background: #00A7E1;
}
.security-panel-holder .tabHolder .tab:hover,
.quote-panel-holder .tabHolder .tab:hover,
.provider-quotes-holder .tabHolder .tab:hover,
.tab-panel-holder .tabHolder .tab:hover {
  background-color: #404040;
  color: #FFFFFF;
  transition: color 0.5s;
  transition: background 0.5s;
}
.border-box {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.border-box table {
  padding-top: 0px;
  margin: 0px;
}
.border-box table tr {
  border: 0px;
}
.border-box table thead {
  border-bottom: 0px;
}
.border-box table th {
  padding: 15px;
  font-size: 13px;
}
.border-box table td {
  padding: 15px;
}
.border-box table tbody {
  background: #eee;
}
html,
body {
  height: 100%;
  -moz-min-width: 1000px;
  -ms-min-width: 1000px;
  -o-min-width: 1000px;
  -webkit-min-width: 1000px;
  min-width: 1000px;
}
html {
  font-size: 13px;
}
body {
  font-family: Verdana;
  font-size: 1rem;
  color: #404040;
}
[disabled="warn"] {
  cursor: not-allowed !important;
  pointer-events: all !important;
}
input[type=radio] {
  display: none;
}
/* 01 Typography*/
h1 {
  font-family: DINBold;
  font-size: 2rem;
}
h2 {
  font-family: DINBold;
  font-size: 1.6rem;
  color: #00A7E1;
}
h3 {
  font-family: DINBold;
  font-size: 1.385rem;
}
.button-image {
  cursor: pointer;
  text-decoration: none;
}
.button-image .img {
  vertical-align: bottom;
}
.button-image .ove,
.button-image .cli {
  display: none;
}
.button-image:hover {
  text-decoration: none;
}
.button-image:hover .def {
  display: none;
}
.button-image:hover .ove {
  display: inline-block;
}
.button-image:focus {
  text-decoration: none !important;
}
td .button-image {
  display: inline-block;
  text-align: center;
}
td .button-image:hover {
  text-decoration: none;
}
.button-option-main-blue {
  color: #00A7E1;
  border-color: #00A7E1;
}
.button-option-main-blue[disabled] {
  color: #BBBDBF;
  border-color: #BBBDBF;
}
.button-option-main-blue:hover {
  opacity: 0.7;
}
.button-option-main-blue.error {
  color: #C12E2A;
  border-color: #C12E2A;
}
.button-option-main-blue.error[disabled] {
  color: #BBBDBF;
  border-color: #BBBDBF;
}
.button-option-main-blue.error:hover {
  opacity: 0.7;
}
#reportHolder .sheet {
  overflow: hidden !important;
  height: 1035px !important;
}
#reportHolder .trv-report-page {
  height: inherit !important;
}
.telerik-small .k-widget {
  border: #e6e6e6;
}
.telerik-div {
  border-top: 1px solid #f1f1f1;
  float: left;
  width: 100%;
}
.telerik-div.telerikSDN thead th {
  padding: 2px 10px;
}
.telerik-div .telerik-small th {
  padding: 2px 10px;
  font-size: 14px;
}
.telerik-div .k-filtercell .k-textbox {
  z-index: 1;
  color: #333;
  border-radius: 2px;
  border: 0;
  float: left;
}
.telerik-div .k-filtercell .k-filtercell-operator {
  float: left;
  /*background: #333;*/
  border-radius: 2px;
}
.telerik-div .k-grid {
  border: 0px;
}
.telerik-div .k-grid tr td {
  border-width: 0;
  padding: 0 15px;
}
.telerik-div .k-grid .k-detail-cell table td {
  padding: 5px 10px;
}
.telerik-div .panel-heading > * {
  margin-top: 10px;
}
.telerik-div .panel-body input[value="Update"] {
  margin-top: 23px;
}
.telerik-div td[role="gridcell"] input[type=checkbox] ~ label {
  padding-bottom: 0;
}
.telerik-div .k-detail-cell {
  padding: 0 0 15px 0;
}
.telerik-div .k-detail-cell table th {
  padding: 4px 10px;
  background: #6d6e70;
}
.telerik-div .k-detail-cell table tr {
  height: initial;
}
.telerik-div .k-detail-cell table[role="rowgroup"] .k-grid-header {
  border-bottom: 0;
}
.telerik-div .bulkEditHolder {
  z-index: 1;
  margin-top: 6px;
  padding-left: 0;
}
.telerik-div label[for="SelectAll"] {
  margin: 0;
  padding: 0 0 0 25px;
  float: left;
}
.telerik-div td[role="gridcell"] .button-image.button-active {
  background: #00A7E1;
  color: #FFFFFF;
}
.telerik-div .k-grid-header .k-grid-filter {
  right: -1px;
  background: #00A7E1;
  padding: 12px;
  margin-right: -10px;
  margin-top: -13px;
}
.telerik-div .k-grid-header .k-grid-filter:hover {
  background: #404040;
  color: #FFFFFF;
  opacity: 1;
}
.telerik-div .k-grid-header .k-grid-filter:focus {
  outline: 0;
}
.telerik-div table th {
  border-width: 0px 1px;
  border-color: #FFFFFF;
  background: #00A7E1;
  padding: 10px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 15px;
  font-family: DINBold;
  position: relative;
}
.telerik-div table th.checkboxCol {
  padding: 0 15px;
}
.telerik-div table th .checkboxCustom ~ label:after {
  height: 20px;
  width: 20px;
  font-size: 12px;
  line-height: 18px;
}
.telerik-div table th .k-grid-filter .k-i-filter:before {
  content: "\e13e";
}
.telerik-div table th .k-grid-filter.k-state-active .k-i-filter:before {
  content: "\e006";
}
.telerik-div table th .k-grid-filter.k-state-active,
.telerik-div table th .k-grid-filter.k-state-border-down {
  background: #58889e;
  color: #FFFFFF;
}
.telerik-div table th.k-sorted {
  background: #58889e;
  position: relative;
}
.telerik-div table th.k-sorted .k-grid-filter:hover {
  background: #00A7E1;
}
.telerik-div table .no-filter {
  background: #00A7E1;
}
.telerik-div table td[role="gridcell"] .quickTab .button-action-main {
  background: #00A7E1;
  border: 0;
  color: #FFFFFF;
  border-radius: 3px;
  text-transform: initial;
  padding: 4px 10px;
  font-size: 14px;
  min-height: auto;
}
.telerik-div table tr.k-state-selected,
.telerik-div table tr.k-state-selected:hover td {
  background: #e6e6e6;
  color: #404040;
}
.telerik-div .k-loading-pdf-mask {
  background: #FFFFFF;
  width: 100%;
}
.telerik-div .k-grid-header .k-icon {
  opacity: 1;
  color: #FFFFFF;
  position: relative;
}
.telerik-div .k-pager-wrap > .k-link > .k-icon {
  color: #404040;
  opacity: 1;
  font-size: 20px;
}
.telerik-div .k-pager-info {
  font-weight: bold;
}
.telerik-div tr td.actionCol {
  overflow: visible;
}
.telerik-chart [data-role='chart'] {
  margin: 6px;
}
.telerik-date-control {
  min-height: 90px;
  background: #fff;
}
.telerik-date-control .k-datepicker {
  width: 100%;
  height: 100%;
}
.telerik-div td[role="gridcell"] .button-image {
  background: #FFFFFF;
  display: -webkit-inline-box;
  padding: 3px 10px;
  margin: 3px 0;
}
.telerik-div .k-header.k-grid-toolbar {
  border: 0;
  text-align: right;
  margin-bottom: 15px;
  background: none;
}
.telerik-div .k-header.k-grid-toolbar .k-button {
  margin-left: 15px;
  background: #FFFFFF;
  color: #00A7E1;
  border-color: #00A7E1;
  border-radius: 0px;
}
.telerik-div .k-header.k-grid-toolbar .k-button:hover {
  color: #FFFFFF;
  background-color: #00A7E1;
  border: 0px;
}
.telerik-div #grid {
  border: 0px;
  text-align: left;
  width: 100%;
  background: transparent;
}
.telerik-div .k-loading-pdf-mask #grid {
  opacity: 0.3;
}
.telerik-div #grid table[role='grid'] {
  border-collapse: collapse;
}
.telerik-div #grid table[role='grid'] .k-grid-header {
  border-bottom: 2px solid #00A7E1;
}
.telerik-div #grid tr {
  border-width: 0 0 0 0;
}
.telerik-div .k-pager-wrap .k-link,
.telerik-div .k-pager-wrap .k-link:hover {
  border: 0px;
  color: #404040;
  font-weight: bold;
}
.telerik-div .k-pager-wrap .k-widget.k-dropdown.k-header {
  width: 85px;
}
.telerik-div .k-pager-wrap .k-pager-sizes {
  font-weight: bold;
  margin: 4px 20px;
}
.telerik-div .k-pager-numbers .k-state-selected {
  border: 0px;
  color: #00A7E1;
  font-weight: bold;
}
.telerik-div a.k-link:hover {
  color: #FFFFFF;
  opacity: 1;
}
.telerik-div .tabHolder {
  margin-bottom: -40px;
}
.k-picker-wrap.k-state-default > .k-select {
  background-color: #00A7E1;
  color: #FFFFFF;
}
/* structure */
/* content */
/* bespoke sections */

