/*! jQuery UI - v1.11.2 - 2015-01-19
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

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

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


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


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

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	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-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-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-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: Trebuchet MS,Tahoma,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: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("../../includes/components/./JQuery/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("../../includes/components/./JQuery/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("../../includes/components/./JQuery/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	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 #fbcb09;
	background: #fdf5ce url("../../includes/components/./JQuery/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.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: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("../../includes/components/./JQuery/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("../../includes/components/./JQuery/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("../../includes/components/./JQuery/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../../includes/components/./JQuery/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../../includes/components/./JQuery/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("../../includes/components/./JQuery/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../../includes/components/./JQuery/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("../../includes/components/./JQuery/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("../../includes/components/./JQuery/images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../../includes/components/./JQuery/images/ui-icons_ffd27a_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: #666666 url("../../includes/components/./JQuery/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("../../includes/components/./JQuery/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}

/*!
 * jQuery UI CSS Framework 1.11.2
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* 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-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	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-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-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-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;
}

/*!
 * jQuery UI CSS Framework 1.11.2
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,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: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("../../includes/components/./JQuery/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("../../includes/components/./JQuery/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("../../includes/components/./JQuery/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	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 #fbcb09;
	background: #fdf5ce url("../../includes/components/./JQuery/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.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: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("../../includes/components/./JQuery/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("../../includes/components/./JQuery/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("../../includes/components/./JQuery/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../../includes/components/./JQuery/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../../includes/components/./JQuery/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("../../includes/components/./JQuery/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../../includes/components/./JQuery/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("../../includes/components/./JQuery/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("../../includes/components/./JQuery/images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../../includes/components/./JQuery/images/ui-icons_ffd27a_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: #666666 url("../../includes/components/./JQuery/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("../../includes/components/./JQuery/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}

/**
* @author zhixin wen <wenzhixin2010@gmail.com>
* version: 1.6.0
* https://github.com/wenzhixin/bootstrap-table/
*/
.bootstrap-table .table {
margin-bottom: 0 !important;
border-bottom: 1px solid #dddddd;
border-collapse: collapse !important;
border-radius: 1px;
}
.fixed-table-container {
position: relative;
clear: both;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.fixed-table-header {
overflow: hidden;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
}
.fixed-table-body {
overflow-x: auto;
overflow-y: auto;
height: 100%;
}
.fixed-table-container table {
width: 100%;
}
.fixed-table-container thead th {
height: 0;
padding: 0;
margin: 0;
border-left: 1px solid #dddddd;
}
.fixed-table-container thead th:first-child {
border-left: none;
border-top-left-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
}
.fixed-table-container thead th .th-inner {
padding: 8px;
line-height: 24px;
vertical-align: top;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.fixed-table-container thead th .sortable {
cursor: pointer;
}
.fixed-table-container tbody td {
border-left: 1px solid #dddddd;
}
.fixed-table-container tbody tr:first-child td {
border-top: none;
}
.fixed-table-container tbody td:first-child {
border-left: none;
}
/* the same color with .active */
.fixed-table-container tbody .selected td {
background-color: #f5f5f5;
}
.fixed-table-container .bs-checkbox {
text-align: center;
}
.fixed-table-container .bs-checkbox .th-inner {
padding: 8px 0;
}
.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
margin: 0 auto !important;
}
.fixed-table-container .no-records-found {
text-align: center;
}
.fixed-table-pagination .pagination,
.fixed-table-pagination .pagination-detail {
margin-top: 10px;
margin-bottom: 10px;
}
.fixed-table-pagination .pagination a {
padding: 6px 12px;
line-height: 1.428571429;
}
.fixed-table-pagination .pagination-info {
line-height: 34px;
margin-right: 5px;
}
.fixed-table-pagination .btn-group {
position: relative;
display: inline-block;
vertical-align: middle;
}
.fixed-table-pagination .dropup .dropdown-menu {
margin-bottom: 0;
}
.fixed-table-pagination .page-list {
display: inline-block;
}
.fixed-table-toolbar .columns-left {
margin-right: 5px;
}
.fixed-table-toolbar .columns-right {
margin-left: 5px;
}
.fixed-table-toolbar .columns label {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
}
.fixed-table-toolbar .bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
line-height: 34px;
}
.fixed-table-pagination li.disabled a {
pointer-events: none;
cursor: default;
}
.fixed-table-loading {
display: none;
position: absolute;
top: 42px;
right: 0;
bottom: 0;
left: 0;
z-index: 99;
background-color: #fff;
text-align: center;
}
.fixed-table-body .card-view .title {
font-weight: bold;
display: inline-block;
min-width: 30%;
text-align: left !important;
}
/* support bootstrap 2 */
.fixed-table-body thead th .th-inner {
box-sizing: border-box;
}
.table th, .table td {
vertical-align: middle;
box-sizing: border-box;
}
.fixed-table-toolbar .dropdown-menu {
text-align: left;
max-height: 300px;
overflow: auto;
}
.fixed-table-toolbar .btn-group > .btn-group {
display: inline-block;
margin-left: -1px !important;
}
.fixed-table-toolbar .btn-group > .btn-group > .btn {
border-radius: 0;
}
.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.bootstrap-table .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
/* support bootstrap 3 */
.bootstrap-table .table thead > tr > th {
padding: 0;
margin: 0;
}
.pull-right .dropdown-menu {
right: 0;
left: auto;
}
/* calculate scrollbar width */
p.fixed-table-scroll-inner {
width: 100%;
height: 200px;
}
div.fixed-table-scroll-outer {
top: 0;
left: 0;
visibility: hidden;
width: 200px;
height: 150px;
overflow: hidden;
}
.sommaireHeader a{
    font-size: 20px;
}

#productsDiv{
    display:none;
}

#productBySubstanceDiv{
    display:none;
}


#substancesDiv{
    display:none;
}

#companiesDiv{
    display:none;
}

#search_value{
    height:55px;
    width:70%;
    display:inline-block;
}

#indexImageLink{
/*    margin-left:120px;*/
    display:inline-block;
}

#searchForm{
    width:60%;
    display:inline-block;
}

#searchButton{
    width:25%;
    display:inline-block;
    height: 55px;
}

.interactionCartGlobal{
    width:20%;
    font-size:15px;
    display: inline-block;
}

.cartHeader{
    border-bottom: 4px solid;
}

.interactionCartGlobalUl{
    width: 500px;
    list-style:none;
    padding-left:0;
}


.cartMedicHeader{
    list-style:none;
    padding-left:0;
}

.cartMedic{
    border-bottom: 4px solid;
}

.cartMedicContent{
    list-style:none;
    padding-left:0;
}

.cartInteractionHeader{
    list-style:none;
    padding-left:0;
}

.cartInteractionContent{
    list-style:none;
    padding-left:0;
}

#importCartButton, #exportcartButton{
    display:inline-block;
}

.bean{

    position: relative;
}

ul
{
    list-style-type: none;
}

.facet_filter_block{
    padding: 5px;
    background: #ebd3d9;
    margin-top: 3px;
    color: #3a3939;
}

.face_filter_title{
    font-weight: bold;
}



.medic{
    padding: 7px 6px 5px 15px;
    margin-bottom: 5px;
    position: relative;
    border: 2px solid #c70036;
    height:110px;
    background: #fff;
}

.actus{
    padding: 7px 6px 5px 15px;
    margin-bottom: 5px;
    position: relative;
    border: 2px solid #c70036;
    height:110px;
    background: #fff;
}

.medic .detail{
    font-size: 1.05em;
    padding-top: 14px;
    height:90px;
    float: none;
    width: auto;
    margin-left: 85px;
    margin-right: 0;
    position: relative;
}

.actus .detail{
    font-size: 1.05em;
    padding-top: 14px;
    height:90px;
    float: none;
    width: auto;
    margin-left: 85px;
    margin-right: 0;
    position: relative;
}
/* Dependencies -warn- : JQuery is not available */
/* Dependencies -warn- : Request is not available */
.extended-autocomplete{position: relative;--icon-search:url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.7504 18.3691L14.0316 13.6254C16.3749 10.798 16.0825 6.62811 13.3675 4.15542C10.6526 1.68272 6.4736 1.78026 3.87693 4.37693C1.28026 6.9736 1.18272 11.1526 3.65542 13.8675C6.12811 16.5825 10.298 16.8749 13.1254 14.5316L17.8691 19.2504L18.7504 18.3691ZM3.12549 9.25C3.12549 6.1434 5.64389 3.625 8.75049 3.625C11.8571 3.625 14.3755 6.1434 14.3755 9.25C14.3755 12.3566 11.8571 14.875 8.75049 14.875C5.64389 14.875 3.12549 12.3566 3.12549 9.25Z' fill='white'/%3E%3C/svg%3E%0A");}
.extended-autocomplete .press-enter{position: absolute;right: 16rem;z-index: 2;top: 1rem;font-size: 0.9em;color: #9b9c9e;display: none;}
.extended-autocomplete.open .press-enter{display: block;}
.extended-autocomplete .clear-input{ position: absolute;top: 0em;cursor: pointer;color: #555;display: none;right: 14rem;font-size: 2.5rem;z-index: 2;transition: transform 0.5s ease 0s;}
.extended-autocomplete.open .clear-input{display: block;}
.extended-autocomplete.open .clear-input:hover {transform: rotate(90deg);}
.extended-autocomplete .suggestions-extended-autocomplete{max-height: 50vh;}
.extended-autocomplete .suggestions-extended-autocomplete, .extended-autocomplete .default-extended-autocomplete{ padding: 1rem;position: absolute;background: white;width: 100%;border: 1px solid #d4d4d9;opacity: 0;transition: opacity 0.5s ease;display: none;flex-direction: column;gap: 1rem;}
.extended-autocomplete .default-extended-autocomplete{color:#87898b;}
.extended-autocomplete.open .suggestions-extended-autocomplete, .extended-autocomplete.open-default .default-extended-autocomplete{opacity: 1;z-index:10; display: flex}
.extended-autocomplete .suggestions-extended-autocomplete .tabs{display: flex;gap: 1rem;}
.extended-autocomplete .suggestions-extended-autocomplete .tabs .tab{cursor:pointer;flex: 1;text-align: center; background: #f7f7f8;border: 1px solid #ceced4; border-radius: 0.5rem;transition: all 0.5s ease;}
.extended-autocomplete .suggestions-extended-autocomplete .tabs .tab.current,.extended-autocomplete .suggestions-extended-autocomplete .tabs .tab:hover{background: #f2bfcc;border-color: #cc0033;}
.extended-autocomplete .suggestions-extended-autocomplete .tabs .tab.current,.extended-autocomplete .suggestions-extended-autocomplete .tabs .tab.disabled{pointer-events: none;}
.extended-autocomplete .suggestions-extended-autocomplete .tabs .tab.disabled{background: #fbfbfb;border-color: #ececee;color: #ececee;}
.extended-autocomplete .suggestions-extended-autocomplete p {color:#87898b;margin:0;font-size: 0.9em;}
.extended-autocomplete .suggestions-extended-autocomplete p.no-results {color:#976607; }
.extended-autocomplete .suggestions-extended-autocomplete ul{padding: 0;overflow-y: auto;}
.extended-autocomplete .suggestions-extended-autocomplete ul li{border-bottom: 1px solid #ceced4;}
.extended-autocomplete .suggestions-extended-autocomplete ul li a{text-decoration: none; display: block;color:#333;font-size: 1em;display: flex;justify-content: space-between;padding: 0.5rem 0.5rem 0.5rem 2.5rem;}
.extended-autocomplete .suggestions-extended-autocomplete ul li:hover a,.extended-autocomplete .suggestions-extended-autocomplete ul li.current a{ background-color: #FAF2F5;color: #CC0033;position: relative;}
.extended-autocomplete .suggestions-extended-autocomplete ul li:hover a::before,.extended-autocomplete .suggestions-extended-autocomplete ul li.current a::before{  --webkit-mask-image: var(--icon-search);mask-image: var(--icon-search);--webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;--webkit-mask-size: contain;mask-size: contain;content: "";display: block;position: absolute;width: 1.25em;height: 1.25em;background-color: #CC0033;left: 0.5rem;top: 0.5rem;}
.extended-autocomplete .suggestions-extended-autocomplete ul li a .type{color: #87898b;}
.extended-autocomplete .loader{display: none;width: 5rem;margin: auto;}
.extended-autocomplete.loading .loader{display: block;}
.extended-autocomplete .no-results-hide.hidden {display: none;}
.clear{clear:both;}
.monographie .mono-name{font-size:18px;margin-top: 0;}
.home_container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;}

.availability-area>.availability{position:relative;color: #e77902;font-size:1em;text-transform: uppercase;font-weight:bold;display:flex;margin-left:0.5em;align-items: center; padding-bottom: 1.5rem;}
.availability-area>.availability>.icon-info{cursor:pointer;position:relative;display:block;margin-left:0.5em;width:19px;height:19px;background:url("../../includes/components/./common/imgs/icon-info-rond.png") no-repeat; background-size:cover;}
.availability-area>.availability>.icon-info:hover>.block{display:block;}
.availability-area>.availability>.icon-info>.block{position:absolute;left:100%;top:0;z-index:80;display:none;}
.block.availability{text-transform:initial;color:#000;width:400px;box-sizing: border-box;cursor: default;font-weight:normal; border: 1px solid #D0D1D4;background: #FFFFFF;padding: 1rem;}
.block.availability span.h4{pointer-events:none;color:#31363C;text-align: center;padding:0 0 10px;margin-bottom: 0.8em;border-bottom: solid 1px #CECED4;display: flex;align-items: center;font-weight: 600;font-size: 20px;}
.block.availability span.h4:before{pointer-events:none;display: block;content: '';width: 17px;height: 20px;background: url("../../includes/components/./common/imgs/icon-info-red.png") no-repeat; margin-right: 10px; padding-left: 3px;}
.block.availability>.detail{pointer-events:none;color:#000;line-height: 115%; font-size: 1.2em;}
.block.availability .infos{margin-top:1em;color:#000;}
.block.availability .infos a{padding:7px 0 7px 0;background-repeat: no-repeat;font-weight: 600;color: #037DC0; font-size: 1.2em;}
.block.availability .infos a:hover{text-decoration: underline;cursor: pointer;}
.block.availability .infos span{font-size:0.9em;width:100%;display:block;text-align: right;margin-top:0.7em;line-height: 1.5em;}

.box_vidal_value .content img.value.right {float: right;}
.box_vidal_value .content img.value {margin: 10px;}
.box_vidal_value.alert_vidal_value::after {line-height:0;content: "";clear: both;display: block;}

.base_form{width:400px;margin:0 auto;border:2px solid #037DC0;border-radius:14px;padding:15px;background:#fff;}

.base_form img{display:block;margin:0 auto;}
.base_form h3{font-size:17px;font-weight:bold;text-align:center;}
.base_form div.intro{text-align:center;}
.base_form .component{width:80%;margin:0 auto;padding:3px 0;}
.base_form .component .input{}
.base_form .component input{width:100%;}
.base_form .component input.loading{background:url('../../includes/components/./common/imgs/loading.gif') no-repeat right center;}
.actions{text-align:center;padding-top:10px;width:80%;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;}
.actions a{line-height:27px;}
.base_form .mandatory{width:80%;margin:0 auto;padding:3px 0;}

.base_form .error, .base_form .confirmation{width:100%;border:solid 1px #000;text-align:center;padding:3px;margin:3px;}
.base_form .error{background:#ffd0d0;border-color:#ff9090;}
.base_form .error a{font-size:14px;}
.base_form .error p{margin:0;}
.base_form .confirmation{background:#d0ffd0;border-color:#90ff90;}

.home_footer{position:fixed;bottom:10px;width:100%;z-index:100;}
.home_footer .container{background-color:#337ab7;border-radius:4px;list-style:outside none none;padding:6px 15px;display:flex;flex-direction:row;justify-content:space-between;}
.home_footer a, .home_footer span{color:#fff;line-height:20px;}
.home_footer a:hover{color:#fff;}

.license_alert{width:100%;margin:0 auto;text-align: center;background:#efeded;border-bottom:solid 1px #c5c5c5;color:#b70000;height:30px;line-height:30px;position:fixed;z-index:10;}
.license_alert span{font-weight:bold;}
.license_alert.home{position:inherit;}
.list-group-item.empty{padding:10px 0;text-align:center;}
.list-group-item.empty p{padding:0;margin:0;font-style:italic;color:#999;}

.modalLogin.myModal{background:none;border:none;}
.modalLogin.myModal .close{margin-top:10px;}

.btnMenuLi .btnMenu,.btnMenuLi .btnMenuActive{text-transform: none;}

.list-group-item.alertSynthese{
    background-color:#c70036;
    border:1px solid #c70036;
    border-top-left-radius:0 !important;
    border-top-right-radius:0 !important;
    color:white;
}

.list-group-item.suppr {background-color: #E6E6E6;}
.list-group-item.suppr img,.deleted-icon {width: 16px;}

.list-group-item.covid-facet {background-color: #c70036; text-transform: uppercase;}
.list-group-item.covid-facet .facetOvf ul {padding-left: 1em;}
.list-group-item.covid-facet a {color: white;text-decoration: none;}

.covid-banner {display: flex;flex-direction: row;border: 1px solid #cfcfcf;border-radius: 1rem;overflow: hidden; height: 6rem;margin-bottom: 1rem;}
.covid-banner > div {padding: 0.5rem;}
.covid-banner .covid-banner-title {background-color: #c70036;text-transform: uppercase;color: white;font-weight: bold;display: flex; width: 18%;}
.covid-banner .covid-banner-title > p {margin: auto;}
.covid-banner .covid-banner-news{display: flex;position: relative;flex: 1 1 auto;overflow: hidden;width: 100%;}
.covid-banner .covid-banner-news ul.viewer li{display: flex; flex-direction: row;    width: 100%;}
.covid-banner .covid-banner-news ul.viewer li a{display: flex; border: 1px solid #c3def4;margin: 0 1rem; border-radius: 1rem;overflow: hidden;width: 35rem;}
.covid-banner .covid-banner-news ul.viewer li a .news-img{display: flex;width: 30%;}
.covid-banner .covid-banner-news ul.viewer li a .news-img img{width: 100%;}
.covid-banner .covid-banner-news ul.viewer li a .news-title{display: flex; padding:0.5rem;width: 100%;}
.covid-banner .covid-banner-news ul.viewer li a .news-title p{margin: auto; height: 3rem;text-overflow:ellipsis;overflow: hidden;}
@supports (-webkit-line-clamp: 1) {  .covid-banner .covid-banner-news ul.viewer li a .news-title p {height: auto;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;}  }
.covid-banner .covid-banner-news ul.viewer{list-style: none;padding: 0;display: flex;flex-wrap: nowrap;overflow: hidden;height: 100%;}
.covid-banner .covid-banner-news .previous {left: 0;transform: rotate(180deg);}
.covid-banner .covid-banner-news .next {right: 0;}
.covid-banner .covid-banner-news .previous, .covid-banner .covid-banner-news .next {width: 10px;height: 10px;background: url(../../includes/components/common/imgs/right_arrow_black.png) no-repeat;position: absolute;top: 50%;}

.covid-banner-links{width: 30%;display: flex; flex-direction: column;}
.covid-banner-links>a{display: block;margin: auto 0;}

.list-group-item.suppr{
    background-color:#E6E6E6;
}
.list-group-item.suppr img,.deleted-icon{
    width:16px;
}
#resSearchDA ul{
    margin-left:0!important;
    padding-left: 1rem;
}

.borderBoxNP.vbox{margin-bottom:20px;}

ul.vidalbox{padding:5px;border:1px solid lightgrey;border-top:none;min-height:41px;}
ul.vidalbox li{padding-left:40px;min-height:40px;}
ul.vidalbox li p{margin:0;font-size:12px;line-height:20px;}

ul.vidalbox.pgr li{min-height:auto; padding: 5px 10px;border-bottom: 1px solid #f2f2f2;}
ul.vidalbox.pgr li:last-child{border: none}

.vidalbox_recos{padding:5px;border:1px solid lightgrey;border-top:none;max-height:300px;overflow:auto;}
.vidalbox_recos>ul{padding:0;}
.vidalbox_recos>ul>li{padding:5px;font-size:12px;color:#c70036;font-weight:bold;}
.vidalbox_recos>ul .vidalbox{border:none;}

#Dabox{max-width:1000px;padding:25px;width:80%;}
#Dabox .doc_list{}
#Dabox .doc_list table {border-collapse: collapse;}
#Dabox .doc_list table tr{}
#Dabox .doc_list table th{text-align:center;background:#e3e3e3;}
#Dabox .doc_list table td,#Dabox .doc_list table th{border:solid 1px #ddd;padding:5px;}

#Dabox .container_application{width:800px;}
#Dabox .container_application,#Dabox .container_application .content_application .urls_application{display:flex; flex-direction: row;}
#Dabox .container_application .picture_application{width:30%;  text-align: center;}
#Dabox .container_application .picture_application img{max-width: 100%;max-height: 300px;}
#Dabox .container_application .content_application{width:70%; padding:10px;}
#Dabox .container_application .content_application .description_application{text-align: justify;margin-bottom:15px;}
#Dabox .container_application .content_application .description_application ul{padding-left: 15px;list-style: none;}
#Dabox .container_application .content_application .dedicated_url_application{text-align: center;margin-bottom:15px;}
#Dabox .container_application .content_application .urls_application{width: 65%;  margin: auto;}
#Dabox .container_application .content_application .urls_application .url_apple_application a{background:url("../../includes/components/./common/imgs/badge_appstore.png") no-repeat center; height: 40px; width: 135px; display:block;}
#Dabox .container_application .content_application .urls_application .url_google_application a{background:url("../../includes/components/./common/imgs/badge_android.png") no-repeat center; height: 40px; width: 129px; display:block;}
#Dabox .container_application .content_application .urls_application .url_windows_application a{background:url("../../includes/components/./common/imgs/badge_windows.png") no-repeat center; height: 40px; width: 154px; display:block;}
#Dabox .container_application .content_application .urls_application .url_apple_application,#Dabox .container_application .content_application .urls_application .url_google_application,#Dabox .container_application .content_application .urls_application .url_windows_application{margin:auto;}
#Dabox .container_application h3.rub_application{    background: none repeat scroll 0 0 #808080; border-radius: 5px; margin: 0 auto 9px; color:white;padding: 5px 15px; font-weight: bold; font-size: 1.15em; }

#intReplaceContainer #nbRes1, #intReplaceContainer #nbRes2, #intReplaceContainer #nbRes3{
display:block;
}
#contentDetails{
padding-top:15px;
}
.dateDocMaj{
display:block;
}
.paraOnglets.col-sm-12{
padding-left:0;
}

.linkfooter{
border-right:solid 1px white;
color:white;
margin-left:10px;
padding-right:10px;
}

.linkfooter:last-child, .lastLinkFooter{
border-right:none;
}
.linkfooterParcours{
margin-top: 4px;
}
.linkfooterParcours a:hover{
text-decoration: underline!important;
}

.linkfooter a{
color:white;
}

.linkfooter a:hover{
color:white;
text-decoration:none;
}
.link.linkfooter{
color:white;
}
.link.linkfooter:hover{
text-decoration:none;
}

.external h2{
font-size:18px;
font-weight:bold;
}

.external .details h2 {
color: #c70036;
}

.external .packages{
 width:95%;
}

.external .packages img {
display:inline;
}

.external .packages th{
background:#808080 none repeat scroll 0 0;
border:1px solid #808080;
color:#ffffff;
padding:10px;
text-align:left;
white-space:nowrap;
width:10%;
}

.external .packages td{
background:#f2f2f2 none repeat scroll 0 0;
padding:8px 6px;

}

#monoDetails table{
margin-bottom:7px;
}
div#resSearchD ul {
    margin-left:0;
}
#monoDetails #contentDetails table.title{background:none;border:none;color: #c70036;font-size: 1.3em;font-weight: bold;margin-bottom: 5px;}
#monoDetails #contentDetails table.title tr:first-child td[title]:first-child {font-size: .9em;background-color: #cc3300;color: #ffffff;padding: 0 5px;border: none;}
#monoDetails #contentDetails table.title tr:first-child td {font-size: 1em;background: none;color: #c70036;padding: 0 5px;border: none;}

#monoDetails table[class]{
background: #efefef;
margin: 15px 0 5px 0;
border: #999 solid 1px;
border-collapse: collapse;
width:auto;
}

#monoDetails table[class] tr td{
padding: 5px;
border: #999 solid 1px;
}

#monoDetails table[class] tr:first-child td{
background: #dfdfdf;
font-weight: bold;
}

#monoDetails ul{
list-style: disc;
padding-left:25px;
}
#monoDetails ul[type="circle"]{
list-style:circle;
}

#monoDetails .cadre{
border:solid 1px #000000;
padding:5px;
margin:5px 0;
}
#monoDetails table tr:first-child td[title]:first-child {
background-color:#cc3300;
color:#ffffff;
font-size:14px;
font-weight:bold;
padding:0 5px;
}

#monoDetails table tr:first-child td b{
background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
color:#c70036;
font-size:16px;
padding:0 5px;
text-transform:uppercase;
}

#loadingBarreTDiv, #loadingBarreLDiv{
margin-left:calc(100% - 33px);
margin-left:-moz-calc(100% - 33px);
margin-left:-webkit-calc(100% - 33px);
}

#midContainer{
min-height:calc(100% - 291px);
min-height:-moz-calc(100% - 291px);
min-height:-webkit-calc(100% - 291px);
}


/*Menu de connexion vert haut droite  */
#connexion_member, #connexion_member_accueil {
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #2a7501 0%, #328f00 99%) repeat scroll 0 0;
    border-bottom:1px solid #fff;
    border-radius:0 0 5px 5px;
    box-shadow:0 1px 1px 0 #ccc;
    color:#ffffff;
    float:right;
    font-size:12px;
    padding:3px 12px 4px;
    position:relative;
    text-align:center;
    z-index:4;
}


#midContainerError {
    height:calc(100% - 104px);
}

#midContainerAccueil {
    min-height:calc(100% - 188px);
    min-height:-moz-calc(100% - 188px);
    min-height:-webkit-calc(100% - 188px);
}
#midContainerWithTitle{
    min-height:calc(100% - 261px);
    min-height:-moz-calc(100% - 261px);
    min-height:-webkit-calc(100% - 261px);
    height:calc(100% - 261px);
}
#midContainerListe{
    min-height:calc(100% - 262px);
    min-height:-moz-calc(100% - 262px);
    min-height:-webkit-calc(100% - 262px);
    height:calc(100% - 315px);
}
#midContainerDetails, #midContainerClass, #midContainerAutre{
    min-height:calc(100% - 260px);
    min-height:-moz-calc(100% - 260px);
    min-height:-webkit-calc(100% - 260px);
    height:calc(100% - 286px);
}


#midContainerConnexion{
    /*pour chrome*/
    min-height:calc(100% - 170px);
}
@-moz-document url-prefix() {
    /*pour mozilla*/
    #midContainerConnexion{
        min-height:-moz-calc(100% - 170px);
    }
}



#midContainerInfo{
    min-height:calc(100% - 261px);
    min-height:-moz-calc(100% - 261px);
    min-height:-webkit-calc(100% - 261px);
    height:calc(100% - 260px);
}





/* pour chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #midContainerWithTitle{
        min-height:calc(100% - 262px);
        min-height:-moz-calc(100% - 262px);
        min-height:-webkit-calc(100% - 262px);
        height:calc(100% - 236px);
    }
}

/* pour ie */
@media screen\0 {


}

#sortable1 .borderBoxBlueTop, #sortable1 .borderBoxBnfcTop, #sortable1 .borderBoxGreenTop, #sortable1 .borderBoxMedTop, #sortable1 .borderBoxParaTop, #sortable1 .borderBoxRecosTop, #sortable1 .borderBoxSubTop, #sortable1 .borderBoxTop {
    cursor:move;
}

#tableDrapeauContainer{
    overflow-y:auto;
    margin-top:22px;

}
#tableDrapeauContainer .table{
    display:inline-table;
    margin-top:0px;
}

@media screen and (max-width:1200px) {
    #resSearchD {
        width:483px;
    }
    #resSearchDA{
        width:612px;
    }
}

span.itemcom {
    padding:1px 0 0;
}

.rub_vidal_value {margin:0 0 15px 0;}
.box_vidal_value {margin-bottom:5px; border-radius:5px;}
.box_vidal_value h3 {padding:3px;color:white;padding-left:25px; border-radius:2px 2px 0 0;}
.box_vidal_value .content {margin-top:-10px;padding:3px;}
.box_vidal_value .content p{margin:5px;}
.alert_vidal_value, .info_vidal_value {border:#eb602b 1px solid;}
.alert_vidal_value h3, .info_vidal_value h3 {
    background:#eb602b url("../../includes/components/./common/imgs/vidal_focus.png") no-repeat 3px center;
    height:24px;
    background-size:24%;
    margin-top:0;
}
.alert_vidal_value ul, .info_vidal_value ul{
    list-style-type: disc;
}
.alert_vidal_value a, .info_vidal_value a{color:#eb602b;}
.alert_vidal_value a:visited, .info_vidal_value a:visited{color: #cb5626;}
.info_vidal_value h3 .btn_close{
    background:url(../../../themes/main/hoptimal/front/img/picto_close.png) no-repeat center center;
    cursor:pointer;
    float:right;
    height:10px;
    margin-top:2px;
    width:22px;
}

.roundLabel{
    background-color:#d9534f;
    border-radius:1.25em;
    color:#fff;
    display:inline;
    font-size:75%;
    font-weight:bold;
    line-height:1;
    padding:0.2em 0.6em 0.3em;
    text-align:center;
    vertical-align:baseline;
}
#helpContent img{
    max-width:100%;
}
#helpContent a{
    font-size:14px;
}
.numberedList{
    list-style-type:decimal;
}
.circledList{
    list-style-type:circle;
}

.list-group h4:first-of-type{margin-top:0;}

.list-group .subitem{
    padding-left:20px;
}

.flex-center {
    display: flex;justify-content: center;text-align: center;
}
.detailsHeader .dciLink{
    width: auto;
}

@media screen and (min-width:1201px) {
    #resSearchD {
        width:611px;
    }
    #resSearchDA{
        width:746px;
    }
}

.pictoGroup{
    padding-bottom:21px;
}

.mandatory{
    text-align:right;
    font-size:10px;
    margin-bottom:10px;
    padding-left:15px;
    padding-right:15px;
}

.inp_password_new_password, .inp_password_password_confirm, .inp_password_submit{
    padding-left:15px;
    padding-right:15px;
}

.inp_password_new_password     label, .inp_password_new_password     .input,
.inp_password_password_confirm label, .inp_password_password_confirm .input{
    display:inline-block;
    width:50%;
}
#inp_password_submit{
    margin-top:10px;
}

#connexion_member{
    margin-right:30px;
    margin-top:-10px;
}
#connexion_member_accueil{
    margin-right:30px;
}
#connexion_member a, #connexion_member_accueil a{
    color:white;
    text-decoration:underline;

}
#connexion_member a:hover        , #connexion_member a:focus,
#connexion_member_accueil a:hover, #connexion_member_accueil a:focus{
    color:white;
    text-decoration:underline;
}

.fixedthead{
    background-color:white;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-top:1px solid #ddd;
    z-index:2;
}

/* Standard balises css */
*{
    font-family:'Roboto', sans-serif;
    --remove-url:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0.7L7.3 0L4 3.3L0.7 0L0 0.7L3.3 4L0 7.3L0.7 8L4 4.7L7.3 8L8 7.3L4.7 4L8 0.7Z' fill='%2331363C'/%3E%3C/svg%3E");
    --icon-close:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M24 9.4L22.6 8L16 14.6L9.4 8L8 9.4L14.6 16L8 22.6L9.4 24L16 17.4L22.6 24L24 22.6L17.4 16L24 9.4Z" fill="%233073AD"/></svg>');
    --icon-arrow-right : url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.3 0.7L12.1 4.5H0V5.5H12.1L8.3 9.3L9 10L14 5L9 0L8.3 0.7Z' fill='%233073AD'/%3E %3C/svg%3E");
}
a{
    font-size:12px;
}
.lst .llst{
    color:black;
    font-weight:normal;
}
body{
    overflow-x:hidden;
    padding:0;
    position:relative;
    width:100%;
}
html, body{
    height:100%;
}
h2 .badge{
    font-size:18px;
}
h3{
    font-size:23px;
}
h4{
    color:#454545;
    font-weight:normal;
}
label{
    cursor:pointer;
    font-size:12px;
    margin-bottom:10px;
    padding-left:10px;
}
.classif li.has_noChild{background:none;padding-left:0;}
li.has_noChild{
    list-style-type:disc;
    margin-left:18px;
}
textarea {
    resize:none;
}
td{
    font-size:12px;
}
ul#menu_horizontal li {
    display :inline;
    padding :0 0.5em;
}
ul#menu_horizontal {
    list-style-type :none;
}


/* couleur forme et couleurs */
.beige{
    background-color:#cfab8a;
}
.blanc{
    color:#fff;
}
.bleu{
    background-color:#4063e6;
}
.gris{
    background-color:#aaa;
}
.jaune{
    background-color:#f1f221;
}
.marron{
    background-color:#785529;
}
.noir{
    background-color:black;
}
.orange{
    background-color:#f7be15;
}
.rose{
    background-color:#f57fa5;
}
.rouge{
    background-color:#eb2813;
}
.vert{
    background-color:#5cb85c;
}
.violet{
    background-color:#9043cf;
}

span.glyphicon-question-sign{
    margin-left:5px;
    margin-top: 13px;
    position: relative;
    color: white;
    margin-left: -320px;}

/*css feuilles de rcherche */
.Accessoire, .Diététique, .Divers, .Homéopathie, .Vétérinaire,
.Fiches_substances, .Médicaments, .Parapharmacie, .Recos{
    display:inline-block;
    height:12px;
    margin-right:3px;
    margin-top:-5px;
    vertical-align:middle;
    width:12px;
}
.Accessoire,.Accessoires{
    background-color:#4DD067 ;
}
.Diététique{
    background-color:#5F9292 ;

}
.Divers{
    background-color:#AEAEAE ;
}
.Homéopathie{
    background-color:#B65DFF ;
}
.Vétérinaire{
    background-color:#48E0B3 ;
}
.Fiches_substances{
    background-color:#fbe600 ;
}
.Médicaments{
    background-color:#c70036;
}
.Parapharmacie,.Produits_de_parapharmacie{
    background-color:#fd815a;
}
.Recos{
    background-color:#0066ac ;
}

/* Design des recos */
.floatingReco{
    width:100%;
}
.floatingReco li{
    list-style-type:disc;
    margin-left:-15px;
}
.notHidden, .floatingReco{
    background-color:white;
    border:1px solid grey;
    border-radius:8px;
    font-size:85%;
    padding:8px;
    position:absolute;
    z-index:12;
}
.notHidden{
    width:450px;
}
.recos, .recos{
    font-size:12.6px;
}

.recos .content-item.caspart > .vcmIcon, .recos .content-item.conseil > .vcmIcon, .recos .content-item.depisuiv > .vcmIcon, .recos .content-item.medcite > .vcmIcon, .recos .content-item.medncite > .vcmIcon, .recos .content-item.medrecent > .vcmIcon, .recos .content-item.traitnmc > .vcmIcon, .recos .content-item.surv > .vcmIcon, .recos .content-item.protocoles > .vcmIcon, .recos .content-item.traitlibre > .vcmIcon{
    margin-left:0;
    margin-top:27px;
}

.recos div.content-subitems div.lstmed {
    margin-left:5px;
}
.recos .poso-label {
    background:#006400 none repeat scroll 0 0;
    color:#fff;
    float:left;
    font-size:12px;
    min-height:16px;
    text-align:center;
    width:35px;
}
.recos div.source div.tsource {
    background:rgba(0, 0, 0, 0) url("../../includes/components/./common/imgs/marker.png") no-repeat scroll left top;
    margin:10px 0;
    padding-left:20px;
}

.recos div.source div.tsource a, .recos .abrsrc a{
    font-size:12px;
}
.recos div.content-subitems div.lstmed div.lstdci div.spe {
    color:#444444;
    font-size:11px;
}


#Dabox .block.gengroup{width:600px;padding:3em;}
#Dabox .block.gengroup .list ul{margin: 1em auto;}
#Dabox .block.gengroup .list ul li a {display:flex; justify-content: space-between;}
#Dabox .block.gengroup .list ul li .icons{display:flex;flex:0 0 auto;}
#Dabox .block.gengroup .list ul li .icons span{display:block;width:24px;height:25px;margin-left:3px;}
#Dabox .block.gengroup .list ul li .icons .referent{background:url("../../includes/components/./common/../common/imgs/icon-medic-referent.png") no-repeat;}
#Dabox .block.gengroup .list ul li .icons .generic{background:url("../../includes/components/./common/../common/imgs/icon-medic-generic.png") no-repeat;}
#Dabox .block.gengroup .list ul li .icons .deleted{background:url("../../includes/components/./common/../common/imgs/icon-medic-supprime.png") no-repeat;}
#Dabox .block.gengroup .list ul li.even, .block .list ul li.even{background:#eee;}
#Dabox .block.gengroup .list ul li a, .block .list ul li a{display: flex;justify-content: space-between;padding: 10px;align-items: center; color: #5F6164;}
#Dabox .block.gengroup .list ul li a:hover{color: var(--vidal-color)}
#Dabox .block.gengroup .list ul li a span.name::before {font-family: 'Glyphicons Halflings', serif;padding-right: 5px; color: var(--vidal-color);}
#Dabox .block.gengroup .list ul li a span.name:not(.glyphicon-book) {padding-left: 15px;}

.recos div.content-subitems .lstmed{margin-top: 1.5em;}
.recos div.content-subitems .lstmed-title{color: #9A9A9A;font-size:0.9em;}
.recos div.content-subitems .lstmed .lstdci:first-of-type {margin-top: 8px;}
.recos div.content-subitems .lstmed .lstdci .dci {color: #5F6164; background-color: #ECECEE;padding: 4px 0 4px 8px; font-weight: 600;}
.recos div.content-subitems .lstmed .lstdci .lstspe .spe a{display:flex;border: 1px solid #E9EAED; border-top: none; padding: 4px 30px 4px 10px;position: relative;color: #5F6164;font-weight: 400;font-size: 14px;}
.recos div.content-subitems .lstmed .lstdci .lstspe .spe a>span:first-child{width: 20px; display: inline-block; color: var(--vidal-color);}
.recos div.content-subitems .lstmed .lstdci .lstspe .spe a>span.text{width: fit-content;}
.recos div.content-subitems .lstmed .lstdci .lstspe .spe a img{width: 16px; height: 11px; align-self: center;}
.recos div.content-subitems .lstmed .lstdci .lstspe .spe a::after {position: absolute; content: ''; background: url("../../includes/components/./common/../common/imgs/icon-arrow-right-red.png") no-repeat;right:12px;top:5px;width: 14px;height: 10px;}
.recos div.content-subitems .lstmed .lstdci .lstspe .spe a:hover {cursor: pointer;background-color: #F7F7F8;}
.recos div.content-subitems .lstmed .lstdci .lstspe .spe a:hover::after {background: url("../../includes/components/./common/../common/imgs/icon-arrow-right-red-hover.png");}
.recos div.content-subitems .lstmed .lstdci .lstspe .spe a:hover {color: var(--vidal-color);}
.recos div.content-subitems .lstmed .lstdci .lstspe .spe img {margin-left: 10px;}
.recos .poso-text {
    border-left:2px solid #006400;
    margin-left:35px;
    min-height:16px;
    padding-left:5px;
}
.recos div.content-item .title, .recos div.content-item .titlibre, .recos h2, .recos table.title {
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:5px;
    padding-left:0px
}
.recos .puce {
    background:rgba(0, 0, 0, 0) url("../../includes/components/./common/imgs/blue_puce.png") no-repeat scroll left 6px;
    margin:10px 0;
    padding-left:10px;
}
.recos .sideeffect, .recos .packages, .recos .equivalent_products, div.table table.table {
    background:#f2f2f2 none repeat scroll 0 0;
    border:1px solid #dbdbdb;
    border-collapse:collapse;
    box-shadow:0 0 1px rgba(0, 0, 0, 0.4);
    margin:10px 0;
    width:100%;
}
.recos div.content-subitems .title > .nommed::before {
    content:"> ";
}
.recos .titlibre {
    color:#337ab7;
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:5px;
    margin-top:10px;
}
.recos .vcmIcon .vcmImg {
    cursor:pointer;
    margin-bottom:10px;
}
.recos div.content-item .titbloc {
    font-weight:bold;
}
.recos div.content-item {
    margin:10px 0 5px;
}
.recos div.content-item .bloc {
    margin-top:10px;
}
.recos .vcmIcon {
    display:none;
}
.recos div.content-subitems div.lstmed div.lstdci div.dci {
    font-weight:bold;
    margin:10px 0 5px;
}
.recos div.content-subitems .title {
    font-size:14px;
    font-weight:bold;
}
.recos div.content-subitems div.content-subitems .title {
    font-size:13.5px;
}
.recos-zoom{
    background-color:transparent;
    margin-left:-13px;
    margin-top:-9px;
    position:absolute;
}
.suggestion{
    margin-bottom:20px;
}
div.defcat {
    clear:left;
    padding:5px 0 10px 20px;
}
div.cat {
    color:#60a0ff;
    float:left;
    font-weight:bold;
    margin-left:3px;
}
.grade a {
    background:#c70036 none repeat scroll 0 0;
    color:#fff;
    cursor:default;
    font-size:0.92em;
    padding:0 2px;
    text-decoration:none;
}
.grade a:hover {
    color:white;
    text-decoration:none;
    cursor:help;
}
.groupButtonLivret{
    border-bottom:1px solid #337ab7;
    text-align:center;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
span.itemcom {
    background:#60a0ff none repeat scroll 0 0;
    border-radius:8px;
    color:#ffffff;
    display:block;
    float:left;
    font-size:11px;
    font-weight:bold;
    height:15px;
    text-align:center;
    width:16px;
}
div.table {
    overflow:auto;
}
div.table table.table .a-left {
    text-align:left;
}
div.table table.table td {
    border:1px solid #dbdbdb;
    padding:2px;
}
div.titarbre {
    font-size:13px;
    font-weight:bold;
    margin:auto auto auto -20px;
    text-align:center;
}

/* classe */

.accueilMarginTop{
    padding-top:20%;
}
.active a{
    font-size:12px;
}
.actuPic{
    margin-top:15px;
    max-width:100%;
}
.actusT{
    color:black;
    text-decoration:underline;
}
.actusTitle{
    font-size:15px;
}
.news-types{color:var(--vidal-color);}
.alpha{
    margin-bottom:15px;
    margin-left:-40px;
}
.arianne{
    background-color:#eae6e6;
    padding-left:12px;
    padding-top:3px;
    margin-top:-28px;
    position:absolute;
}
.arianne a, .arianne span{
    color:#6e6e6e;
    font-size:12px;
    margin-left:5px;
}
.arianne a {
    text-decoration:underline;
}
.articleResume a, #article_body a, .ressources a, .sources a{
    font-size:14px;
}
.background{
    background-color:#843D93;
    color:white;
    padding:4px;
}
.backgroundLite{
    background-color:#843D93;
    color:white;
    padding:4px;
}
.backgroundLite .badge{
    background-color:#fff;
    border-radius:10px;
    color:#777;
}
.badgeMono{
    background:#843D93  none repeat scroll 0 0;
    border-radius:5px;
    color:white;
    font-size:16px;
    font-weight:bold;
    margin:0 auto;
    padding:4px 0px;
    text-align:center;
    width:100%;
}
.badgeMono a{
    text-decoration:none;
}
.badgeMonoNum{
    background-color:#fff;
    color:#843D93;
    border-radius:10px;
    display:inline-block;
    font-size:12px;
    font-weight:bold;
    line-height:1;
    min-width:10px;
    padding:1px 6px;
    text-align:center;
    white-space:nowrap;
}
.badgeMenu:hover{
    background-color:#A46EAE;
    color:white;
}
.bigFont{
    font-size:14px;
}
.blueLine{
    background-color:lightgrey;
    cursor:pointer;
    font-size:14px;
}
.blueLink{
    border-bottom:1px solid #666;
    border-radius:5px;
    border-right:1px solid #666;
    border-top:1px solid #666;
    color:#A46EAE;
    display:inline-block;
    font-size:12px;
    line-height: 12px;
    height:26px;
    padding:0 8px 0 0;
}
.download{
    border:1px solid #666;
    border-radius:5px;
    color:#666;
    display:inline-block;
    font-size:12px;
    height:26px;
    padding:5px;
    margin-left:10px;
}
.blueLink:hover {
    text-decoration:none;
}
.blueLink a:hover,
.download a:hover {
    color:#843D93;
    text-decoration:none;
}
.blueTitle{
    border-bottom:1px solid #843D93;
}
.blueTitle img, #legende img, .tableColor img{
    vertical-align:baseline;
}
.blueTitleOnly, .blueTitle{
    color:#843D93;
    font-weight:bold;
}
.blueTitleH{
    color:#337ab7;!important;
    text-align: center; }

.bold, .boldC, .boldAlt, .boldind, .boldvidal, .boldatc{
    font-weight:bold;
}
.borderBotGrey{
    border-bottom:1px solid lightgrey;
}
.borderBox{
    padding-bottom:10px;
}
.borderBoxUcd{
    padding: 8px;
}
.borderBoxParcours {
    padding:15px;
}
.borderBoxMed, .borderBoxOnglet{
    border-top:1px solid #843D93;
}
.borderBoxMed{
    margin-top:-4px;
}
.borderBoxPad{
    float:left;
    min-height:1px;
    padding:0;
    position:relative;
    width:100%;
}
.borderBoxP{
    padding-bottom:30px;
    padding-top:15px;
}
.borderBox, .borderBoxPad, .borderBoxNP, .borderBoxClas, .borderBoxP, .borderBoxOnglet, .borderBoxUcd {
    background-color:white;
    border-bottom:1px solid lightgrey;
    border-right:1px solid lightgrey;
    box-shadow:0 1px 1px 0 #a4a1a1;
}
.borderBoxClas{
    /*border-top:1px solid #337ab7;*/
    margin-top:-3px;
    padding-bottom:30px;
}
.borderBoxInd{
    border:2px solid #843D93;
    border-radius:14px 14px 14px 14px;
    -moz-border-radius:14px 14px 14px 14px;
    -webkit-border-radius:14px 14px 14px 14px;
}
.borderBoxStraight{
    border:1px solid #843D93;
    margin-top:-26px;
    padding-bottom:50px;
    z-index:1;
}
.borderPres{
    border-top:2px solid #843D93;
}
.borderRight{
    border-right:1px solid black;
    margin-right:10px;
    padding-right:10px;
}
.borderTop{
    border-top:1px solid black;
}
.borderTopGrey{
    border-top:1px solid lightgrey;
}
.borderTopNone{
    border-top:none;
}
@media (max-width:992px) {
    .btnMenu {
        height:60px;
    }
}
.breadcrumbBlue{
    background-color:#843D93;
    border-radius:4px;
    list-style:outside none none;
    padding:6px 15px;
    width:100%;
}

.breadcrumbBlue > li {
    display:inline-block;
}
.btnMenu, .btnMenuActive{
    border:2px solid white;
    border-bottom-color:transparent;
    border-radius:8px 8px 0 0;
    font-size:12px;
    cursor:pointer;
    margin-bottom:-4px;
    padding:10px 15px;
    position:relative;
    display:inline-block;
    text-align:center;
    flex: 1;
}

.classification .btnMenu, .classification .btnMenuActive{
    line-height:11px;
}
.para .btnMenu, .para .btnMenuActive{
    text-transform:uppercase;
}
.btnMenu:focus, .btnMenuActiveR:focus{
    outline:none;
}
.btnMenu{
    background-color:#c993d3;
    color:white;
}
.btnMenuIp{
    border-bottom:3px solid #c993d3;
}
.btnMenuIpA{
    border-bottom:3px solid #843D93;
}
.btnMenuIpA:hover, .btnMenuActive:hover{
    color:white;
    text-decoration:none;
}
.btnMenu:hover{
    background-color:#A46EAE;
    color:white;
    cursor:pointer;
    text-decoration:none;
}
.btnMenuActive{
    background-color:#843D93 ;
    color:white;
}
.btnMenuActive:hover{
    color:white;
    text-decoration:none;
}
.btnMenuActiveR{
    background-color:#843D93 ;
    border:2px solid #eee;
    border-bottom-color:#843D93;
    border-radius:8px 8px 0 0;
    color:white;
    cursor:default;
    font-size:12px;
    padding:10px 15px;
    position:relative;
}
.btnMenuGroup{
    padding-left:5px;
    padding-right:5px;
}
.btnMenuGroup .badge{
    background-color:white;
    color:#777;
}
.btnPagi{
    background-color:#fff;
    border:1px solid lightgrey;
    color:#843D93;
    float:left;
    line-height:1.42857;
    margin-left:-1px;
    padding:3px 9px;
    position:relative;
    text-decoration:none;
}
.btn-search {
    border: solid 1px #ddd;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 7px 10px 5px;
    background: #fefefe;
    color: #888;
}
.btn-white {
    padding: 10px;
    border: 1px solid #337AB7;
    border-radius: 8px;
    color: #337AB7;
    font-size: 0.9em;
    font-weight: bold;
    background-color: #fefefe;
}
.btn-white:hover {
    border: 1px solid #fefefe;
    color: #fefefe;
    text-decoration: none;
    background: #337AB7;
}
.classResume{
    background:url("../../includes/components/./common/../../../themes/main/evidal/front/img/icon-less.png") no-repeat scroll -1px -1px rgba(0, 0, 0, 0);
    padding-left:18px;
}
.closeBtnModal{
    padding-right:0px;
}
.col-20{
    float:left;
    padding-left:15px;
    padding-right:15px;
    position:relative;
    width:20%;
}
.color{
    border:1px solid #000;
    display:inline-block;
    height:12px;
    margin-right:3px;
    margin-top:-6px;
    vertical-align:middle;
    width:12px;
}
.cursorNormal{
    cursor:default;
}
.demo{
    background:white url("../../includes/components/./common/../../../themes/main/evidal/front/img/importDemo.png") no-repeat center;
    height:300px;
}
.demoDoc{
    background:white url("../../includes/components/./common/../../../themes/main/evidal/front/img/importDemoDoc.png") no-repeat center;
    background-size:100% auto;
    height:100px;
}
@media screen and (max-width:1200px) {
    .demoImg img{
        width:100%;
    }
}
.demoLivret{
    background:white url("../../includes/components/./common/../../../themes/main/evidal/front/img/importDemoLivret.png") no-repeat center;
    background-size:100% auto;
    height:220px;
}
.discList{
    list-style-type:disc;
}

.detailsHeader{
    margin-left:0px;
    margin-right:0px;
}

.nav-tabs .dropdownMenuTrois {
    border-top-left-radius:0;
    border-top-right-radius:0;
    margin-top:-1px;
    padding:10px;
}
.dropdownMenuTrois > li > a:hover,
.dropdownMenuTrois > li > a:focus{
    background-color:#e8e8e8;
    background-image:linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat:repeat-x;
    color:#262626;
    text-decoration:none;
}
.dropdownMenuTrois .divider {
    background-color:#e5e5e5;
    height:1px;
    margin:9px 0;
    overflow:hidden;
}
.dropdownMenuTrois{
    margin-left:-100px;
    background-clip:padding-box;
    background-color:#fff;
    border:1px solid rgba(0, 0, 0, 0.15);
    border-radius:4px;
    box-shadow:0 6px 12px rgba(0, 0, 0, 0.176);
    float:left;
    font-size:14px;
    left:0;
    list-style:outside none none;
    min-width:220px;
    padding:5px 0;
    position:absolute;
    text-align:left;
    top:100%;
    z-index:100;
}
.dropdownMenuTrois > li > a {
    clear:both;
    color:#333;
    display:block;
    font-weight:normal;
    line-height:1.42857;
    padding:3px 20px;
    white-space:nowrap;
}
.dropdownMenuTrois li:first-child{
    color:#333;
    font-style:normal;
}
.dropdownSlide{
    cursor:pointer;
}
.equivalence{
    max-height:450px;
    overflow-y:auto;
}
.error404{
    overflow:hidden;
}
.errorPic{
    height:473px;
}
.errorSession{
    background:url("../../includes/components/./common/../../../themes/main/evidal/front/img/mrDNA2.png") no-repeat;
    height:473px;
    padding-top:25px;
}
.external{
    padding:15px;
}
.external h2, .external h3, .external h4{
    color:#843D93;
}
.external img{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.external .spe img, .external .vcmIcon img{
    display:inline;
}
.external ul{
    list-style-type:circle;
}
.external .noCircle{
    list-style-type:none;
}
.external table[width="95%"], .para table {
    background:#efefef none repeat scroll 0 0;
    border:1px solid #999;
    border-collapse:collapse;
    margin:15px 0 5px;
}
.external table[width="95%"] tr:first-child td, .para table thead tr td {
    background:#dfdfdf none repeat scroll 0 0;
    font-weight:bold;
}
.external table[width="95%"] tr td, .para table tr td {
    border:1px solid #999;
    padding:5px;
}
.external .substances {
    width:95%;
}
.external .substances td {
    background:#efeded none repeat scroll 0 0;
    padding:10px;
    text-align:center;
}
.headerDetailsFixed{
    z-index:2;
}
.labelError{
    border-radius:0.25em;
    color:#fff;
    display:inline-block;
    font-size:75%;
    font-weight:bold;
    line-height:1;
    padding:0.2em 0.6em 0.3em;
    text-align:center;
    vertical-align:baseline;
}
.labelRecherche{
    border-radius:0.25em;
    color:#fff;
    font-size:75%;
    font-weight:bold;
    line-height:1;
    padding:0.2em 0.6em 0.3em;
    text-align:center;
    vertical-align:baseline;
}
.labInfo img{
    display:block;
}
.list-group-item > .facetOvf > ul:last-child{
    max-height:245px;
    overflow-y:auto;
    padding-left: 1rem;
}
.list-group-item > .facetOvf > ul:last-child li span{
    color: #337ab7;
}
.list-group-straight{
    padding-left:0;
}
.list-group-straight .list-group-item:first-child {
    /*  border-top:1px solid #337ab7;*/
    border-radius:0;
}
.list-group-straight .list-group-item:last-child {
    border-bottom:1px solid lightgrey;
    border-radius:0;
}

.list-group-item-mono{
    background-color:#fff;
    border:1px solid #843D93;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    display:block;
    font-size:12px;
    margin-bottom:-1px;
    padding:5px 10px;
    position:relative;
}

.list-group-item-mono ul {
    padding-left: 9px;
}

.list-group-item-mono a {
    font-size: 12px;
    display: inline-block;
}

.list-group-item-ref{
    background-color:#fff;
    border:1px solid lightgrey;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    display:block;
    font-size:12px;
    margin-bottom:-1px;
    padding:5px 10px;
    position:relative;
}
.textAlign{
    padding:7px;
    margin-left:2px;
    text-align:center;
}

.textAlignActivation{
    padding:50px;
    margin-left:2px;
    text-align:center;
}

.explanation p, .explanation small{
    padding:7px;
    margin-left:30px;
    text-align:center;
}
.filter{
    display:inline;
    font-weight:normal;
}
.fixed{
    background-color:white;
    margin-left:-15px;
    padding-top:10px;
    width:inherit;
}
.fontTwelve{
    font-size:12px;
}

.footerIndex{
    bottom:6px;
    position:absolute;
}
.france td{
    font-size:14px;
}
.france, .france:hover{
    background-image:linear-gradient(to bottom, #C5A3CB 0%, #A46EAE 100%);
    background-repeat:repeat-x;
    border-color:#C5A3CB;
    cursor:pointer;
}

.greenText{
    color:#5cb85c;
}
.greyTable td{
    border:1px solid lightgray;
    padding:5px;
}
.greyTable th{
    border:1px solid lightgray;
    padding:5px;
    text-align:center;
}
.greyBack , .greyBack-88, .greyBack-91, .greyBack-100{
    background-color:#eae6e6;
    padding-bottom:30px;
    padding-top:30px;
}
.greyBackSpace {
    margin-top: 15px;
}
.greyBackNoTop{
    background-color:#eae6e6;
    padding-bottom:30px;
}
.has_child{
    cursor:pointer;
}
.haschildren>ul{
    height:0;overflow:hidden;
}
.header{
    margin-top:25px;
}
#tree a.found{font-weight: bold;}
#tree a.found span {background-color: #fcf8e3;}
#headerErrorPicture img{
    width:135px;
}
.headerIe{
    border-top-left-radius:0;
    border-top-right-radius:0;
    margin-top:-1px;
    padding:10px;
    background-clip:padding-box;
    background-color:#fff;
    border:1px solid grey;
    box-shadow:0 6px 12px rgba(0, 0, 0, 0.176);
    float:left;
    font-size:14px;
    left:0;
    list-style:outside none none;
    min-width:160px;
    position:absolute;
    text-align:left;
    top:100%;
    z-index:1000;
}
.headerIe li a{
    color:black;
    font-size:12px;
    list-style:outside none none;
    text-align:left;
}
.headerIe .divider {
    background-color:#e5e5e5;
    height:1px;
    margin:9px 0;
    overflow:hidden;
}
.headerTextIe{
    background-color:transparent;
    border:1px solid transparent;
    border-radius:4px 4px 0 0;
    color:#843D93;
    cursor:pointer;
    display:block;
    font-size:12px;
    line-height:1.42857;
    margin-right:2px;
    padding:15px 9px;
    position:relative;
    text-decoration:none;
}

.header.embedded .nav{height:50px;background:#fff;display:flex;align-items: center; padding-bottom: 50px;width: 100%; }
.header.embedded .nav .close {display:block;border: 1px solid var(--vidal-color);transition:all .5s; border-radius: 2px; cursor: pointer; opacity: 1; margin-right: 30px;padding: .2em;}
.header.embedded .nav .close .icon-close{width: 1em; height:1em; padding: 11px;transition:transform .4s;display:block; mask-image:var(--icon-close);background-color: var(--vidal-color);mask-size:20px;background-size:20px; mask-position: center;}
.header.embedded .nav .close:hover .icon-close{transform:rotate(90deg);}
.header.embedded .nav .site-container {display: flex; width: 100%;align-items: center;justify-content: space-between;margin: 0 auto; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; margin-bottom: 2px; font-size: 14px;border-bottom: 2px solid var(--vidal-color);}
.header.embedded .nav .site-container .arrow {margin-left: 10px;-webkit-mask-image: var(--icon-arrow-right);mask-image: var(--icon-arrow-right);background-color: var(--vidal-color);display: inline-block;width: 14px; height: 10px;}
.header.embedded .nav .site-container .button-new-window:hover .arrow {background-color: var(--vidal-color);}
.header .nav, .header .nav .site-container {height: 50px; }

.heightcent{
    height:100%;
}
.hiddenDiv{
    display:none;
}
.showModal {
    opacity: 1;
    transition: bottom 3s, opacity 3s;
}
.showModal.hideModal{
    bottom: -130px;
    opacity: 0;
}
.hoverActu li{
    margin-left:-25px;
}
.hoverLite ul{
    margin-left:-15px;
}
.hover:hover, .hoverLite:hover, .hoverActu:hover{
    background-color:#E6E6E6;
    color:#a46eae;
}

.img-zoom {
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    z-index:2;
}
.img-zoom2 {
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    z-index:2;
}
.connexionContent{
    padding: 65px 0 30px 4px;
    width: 96%;
    margin-left: 10px;
}
.connexionContent .list-group-item{
    padding: 5px 12px;
    margin: 8px 48px 8px 25px;
    height: 34px;
    width: 33%;
    border-radius: 4px;
    display: inline-block;
}
.adressLink{
    font-size: inherit;
}
.alert-error{
    border: 1px solid #d9534f !important;
}
.astuces-top{
    margin-top: 15px!important;
    display: flex;
    justify-content: space-between;
}
.btn-import-parcours{
    width: 200px;
}
.btn-confirmation-parcours{
    margin: 0 240px;
}
.button-space {
    margin: 20px auto;
    text-align: center;
}
.containerParcours{
    height: 100%;
}
.connexion-error{
    text-align: center;
    width: 312px;
}
.domaine-label{
    padding-top: 7px;
    margin-right: 14px;
    text-align: right;
}
.domaine-label-input{
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}
.emailContent{
    padding:10px;
    background-color:#f0f0f0;
    border:solid 1px #eee;
}
.footerParcours{
    width:100%;
}
.importInputClass{
    border:none;
    background-color:transparent;
    padding: 12px 5px 0 0;
}
.importInputClass:hover{
    text-decoration: underline;
}
.img-astuce{
    height: 480px!important;
}
.inputDomain{
    width: 95%!important;
}
#lastStepContent{
    width: 100%;
    padding: 60px 20px;
}
.step-ariane-content {
    padding: 20px 0px 40px;
    height: 50px;
}
.steps-undo li  {
    color: grey;
}
.step-ariane {
    counter-reset: step;
}
.step-ariane li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 1.9rem;
    position: relative;
    text-align: center;
    color: #7d7d7d;
}
.step-ariane a {
    font-size: 1.9rem;
    color: grey;
}
.step-ariane li:before {
    width: 20px;
    height: 20px;
    content: "";
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 6px auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.step-ariane li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.step-ariane li:first-child:after {
    content: none;
}
.step-ariane li.active>* {
    color: #337ab7;
}
.step-ariane li.active:before {
    border-color: #337ab7;
    color: #337ab7;
}
.th-email {width: 31%}
.th-droit {width: 31%}
.th-statut {width: 31%}
.th-suppression {width: 7%}
.btn-primary-activation{
    height: 34px;
}
#vidalMobileContent{
    float: left;
    padding-right: 20px
}
#vidalMobileImg{
    height:290px;
    margin: 20px 0;
}
.transition {
    -webkit-transform:scale(4);
    -moz-transform:scale(4);
    -o-transform:scale(4);
    transform:scale(4);
    transform-origin:bottom;
    z-index:2;
}
.transition2 {
    -webkit-transform:scale(2);
    -moz-transform:scale(2);
    -o-transform:scale(2);
    transform:scale(2);
    transform-origin:bottom;
    z-index:2;
}
.transition3 {
    background:white none repeat scroll 0 0;
    border:1px solid black;
    padding:5px;
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -o-transform:scale(1.4);
    transform:scale(1.4);
    z-index:2;
}
.important{
    color:#843D93;
    font-weight:bold;
}
.indexContainer{
    margin-top:10%;
}
.infoPratique table td, .infoPratique table th{
    vertical-align:top;
}
.infoPratique table table td{
    border:1px solid rgb(199, 199, 199);
    padding:4px;
}
.infoPratique h1{
    font-size:30px;
}
.infoPratique h2{
    font-size:24px;
}
.infoPratique h1, .infoPratique h2{
    color:#843D93;
}
.interaction_level_1{
    color:#FFDF41;
}
.interaction_level_2{
    color:orange;
}
.interaction_level_3{
    color:orangered;
}
.interaction_level_4{
    color:#9E100E;
}
.overflowy{
    overflow-y:auto;
}
.para h2{
    color:#843D93;
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:5px;
}
.para p{
    margin:10px 0;
}
.para ul {
    margin:5px 0;
    padding-left:25px;
}

.paraDetail{
    font-size:12.6px;
    margin-top:-13px;
    padding-top:5px;
}
.paraDetail li{
    list-style-type:disc;
}
.paraDetail .name, .paraDetail .s-name{
    color:#454545;
    font-size:19px;
}
.paraDetail h3{
    font-size:18px;
}
.flagPreview{
    cursor:pointer;
    padding:8px;
}
.print, .display, .glyphicon-flag, .glyphicon-remove, .glyphicon-trash, .sortable th, a, .addInt, .medLink{
    cursor:pointer;
}
.sortable .sorttable_nosort{
    cursor:default;
}
.submitDefault{
    -moz-user-select:none;
    background-color:#fff;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    background-image:linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    background-repeat:repeat-x;
    border:1px solid transparent;
    border-color:#ccc;
    border-radius:4px;
    border-bottom-left-radius:0;
    border-top-left-radius:0;
    color:#333;
    cursor:pointer;
    display:inline-block;
    font-size:14px;
    font-weight:normal;
    line-height:1.42857;
    margin-bottom:0;
    padding:6px 8px;
    text-align:center;
    text-shadow:0 1px 0 #fff;
    vertical-align:middle;
    white-space:nowrap;
}
.submitDefault:hover,
.submitDefault:focus,
.submitDefault.focus,
.submitDefault:active,
.submitDefault.active,
.open > .dropdown-toggle.submitDefault {
    background-color:#e6e6e6;
    border-color:#adadad;
    color:#333;
}
.submitRec{
    background:#843D93 none repeat scroll 0 0;
    border:medium none;
    border-radius:0 5px 5px 0;
    color:#ffffff;
    display:inline-block;
    font-size:15px;
    font-weight:bold;
    height:34px;
}
.insidePadding td, .insidePadding th{
    padding:5px;
}
.legend{
    text-align:center;
}
.LEVEL_1, .LEVEL_2, .LEVEL_3, .LEVEL_4, .INFO{
    border-top:1px solid lightgrey;
    padding:15px;
}
.LEVEL_1{
    border-left:15px solid yellow;
}
.LEVEL_1 span, .LEVEL_2 span, .LEVEL_3 span, .LEVEL_4 span, .INFO span{
    font-weight:bold;
}
.LEVEL_2{
    border-left:15px solid orange;
}
.LEVEL_3{
    border-left:15px solid orangered;
}
.LEVEL_4{
    border-left:15px solid #9E100E;
}
.line2{
    height:230px;
}
.line3, .line4{
    height:345px;
}
.INFO{
    border-left:15px solid white;
}
.link{
    background:none!important;
    border:none;
    color:#843D93;
    cursor:pointer;
    font:inherit;
    font-size:12px;
    padding:0!important;
}
.link:hover{
    text-decoration:underline;
}
.linkfooter, .list-group-item p{
    font-size:12px;
}
.mentionLegale:hover{
    background:none!important;
    color:white;
}
.nav-tabs .linkH{
    border-bottom:none;
}
#menuContainerAccueil .nav-tabs .linkH{
    padding-top: 4px;
}
.listCircle{
    list-style:outside none disc;
}
.listMed{
    max-height:580px;
    overflow:auto;
}
.list-group-item-selected:hover{
    text-decoration:none;
}
.list-group-item-selected-synthese{
    background-color:white;
    border-bottom:1px solid #843D93;
    border-left:1px solid #843D93;
    border-radius:4px;
    color:#843D93;
    display:block;
    font-size:12px;
    padding:4px 10px;
    position:relative;
}
.list-group-item-selected-synthese span{
    color:white;
}
.list-group-item-selected-synthese span{
    color:#843D93;
}
.list-group-item-selected:hover{
    text-decoration:none;
}
.list-group-item-selected {
    border-left:1px solid #843D93;
    border-top:1px solid lightgrey ;
    display:block;
    font-size:12px;
    font-weight:bold;
    padding:3px 10px;
    position:relative;
}
.list-group-item-selected a, .list-group-item-selected-synthese a{
    padding-right:10px;
}
.list-group-item-selected span{
    color:#843D93;
}
.list-group-item-selected:hover{
    background-color:transparent;
}
.list-group-item-sub{
    border-left:1px solid #843D93;
    border-right:1px solid #843D93;
    border-top:1px solid white;
    color:black;
    display:block;
    font-size:12px;
    margin-bottom:-1px;
    padding:0 10px 0 25px;
    position:relative;
}
.list-group-item-sub:hover{
    background-color:#a46eae;
    text-decoration:none;
}
.listSquare{
    list-style:outside none square;
}
.llst{
    color:#2b669a;
    font-weight:bold;
}
.manufacturer_email{
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    -ms-word-break:break-all;
    -webkit-hyphens:auto;
    hyphens:auto;
    word-break:break-all;
}
.marketStatusNC{
    background-color:#f0ad4e;
    color:white;
    font-size:12px;
    width:100%;
}
#supFlag, .searchInput, #explanation, .modelExport, .paraCode{
    margin-bottom:40px;
}
#midContainerClass #explanation, #midContainerClass #explanation p{margin-bottom:0px;}
.tableFlag, .tableDoc, .tableSave, .tableClasRes, .tableForeignerMed, .tableInteraction, .tableLab, .tablePres, .tableIndex, .tableSub{
    margin-bottom:20px;
}
#addMed{
    margin-left:-30px;
}
#addMed, .notCommercialised{
    margin-bottom:11px;
}
.AmmCorpsTexteTable{
    width:100%;
}
.AmmCorpsTexteTable, .AmmCorpsTexteTable td{
    border:1px solid grey;
    text-align:center;
}
@media (min-width:1201px) {
    .AmmCorpsTexteTable, .AmmCorpsTexteTable td {
        font-size:10px;
    }
}
@media (max-width:1200px){
    .AmmCorpsTexteTable, .AmmCorpsTexteTable td {
        font-size:9px;
    }
}
.imgLoader, .buttonList, .infoDmi{
    margin-left:15px;
}
.imgLoaderParcours {
    width:34px;
    margin: auto;
}
.headerAccueil{
    margin-left:2px;
}
.pictoRight{
    margin-left:5px;
}

.small-picto{
    width: 24px;
    height: 25px;
}

#sommaireRecos{
    margin-top:-5px;
}
.vidalC{
    margin-right:15px;
}


/*
TODO

*/

.marginTop{
    margin-top:44px;
}
.flagMono{
    margin-top:2px;
}
.connexionFooter{
    margin-top:135px;
}
.medRes{
    margin-top:175px;
}
.searchContainer{
    margin-top:25px;
}
@media screen and (min-height:611px) {
    .menuTop {
        margin-top:50px;
    }
}
.monoTop{
    margin-top:13px;
}
.filtres{
    margin-top:15px;
}
.formAndColorSearch .bold  {
    font-size: 14px;
}
.formAndColor{
    margin-top:95px;
}
.marginTopSmall{
    margin-top:10px;
}
.recoHeader{
    border-bottom:1px solid grey;
    margin-bottom:22px;
    padding-bottom:15px;
}
.marginTopSpec,
.modalCont,
.alertModal,
#tableDrapeau,
.classRes,
#mydiv,
#mydiv2,
#tree,
.shiftTable,
.searchInput,
.classPharma,
.actuBorderBox,
.shiftGreyBack,
.btnMenuLi,
.shiftInfo,
.shiftBorderBox,
.recoTree,
.createFlag,
.delFlag,
.searchFlag,
#addMed,
#medicAT{
    margin-top:22px;
}
.livret_mobile .action {
    margin-bottom: 20px;
}
.enable-livret{
    background-color: #e4e4e4;
    margin-left: 20px;
    margin-right: -9px;
    margin-bottom: 25px;
    padding-left: 5px;
    padding-top: 11px;
    height: 47px;
    font-weight: bold;
}
.label-enable-livret{
    font-size:15px;
}
.block-mobile{
    display:block;
    margin-left: 20px;
    margin-bottom:20px;
}
.screenshot-mobile{
    width: 100%;
    height: 500px;
    margin-left: 7%;
    background:url("../../includes/components/./common/../../../themes/main/hoptimal/front/img/screen_mobile2.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    background-size:90%;
}
.screenshot-mobile2{
    width: 100%;
    height: 500px;
    margin-left: 7%;
    background:url("../../includes/components/./common/../../../themes/main/hoptimal/front/img/screen_mobile.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    background-size:90%;
}
.mobile-livret-title{
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 20px;
}
.icon-livret{
    margin-top:-10px;
}
.rollback{
    width: 25px;
    margin-top: -6px;
}
div.enable-livret input.check-enable{
    margin-right: 5px;
    margin-left:5px;
    cursor:pointer;
}
.vidalRecoSommaire{
    margin-top:100px;
}

.refDmi{
    margin-top:38px;
}
.match{
    font-weight:bold;
}

.menu_index li a {
    color:#333333;
    display:block;
    font-size:16px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    width:30px;
}
.modalBody{
    height:250px;
    overflow-y:auto;
}
.modalDial{
    margin-top:90px;
}
.modalLogin{
    border-radius:8px;
    float:left;
    margin-left:33.3333%;
    min-height:1px;
    padding-left:15px;
    padding-right:15px;
}
.monographie {
    font-size:12.6px;
    margin-top:10px;
}
.monographie div dl {
    margin:10px 0;
}
.monographie p {
    margin:10px 0;
}
.monographie p>span{
    word-break: break-word;
}
.monographie caption{
    color:black;
    text-align:center;
}
.monographie div dl dt i {
    color:#666;
    font-weight:bold;
}
.monographie .title{ /*******/
    color:#337ab7;
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:5px;
}
.monographie table[width="95%"]{/*******/
    background:#efefef none repeat scroll 0 0;
    border:1px solid #999;
    border-collapse:collapse;
    margin:15px 0 5px;
}/*******/
.monographie table[width="95%"] tr:first-child td {
    background:#dfdfdf none repeat scroll 0 0;
    font-weight:bold;
}
.monographie table[width="95%"] tr td {
    border:1px solid #999;
    padding:5px;
}
.monoAncre  a{
    width:55px;
}
.myModal{
    background-color:white;
    border:black 1px solid;
    margin-top:3%;
    padding:20px;
}
.myModalRec{
    background-color:white;
    border:1px solid black;
    margin-top:3px;
    max-height:85%;
    overflow-y:auto;
    padding:20px;
}
.last_slide {font-weight: bold;display:block;text-align: center;display:none;margin-top:10px;}
.previous{cursor:pointer;width: 44px;height: 55px;background:url("../../includes/components/./common/../../../themes/main/hoptimal/front/img/icon-previous.png") no-repeat;left:0;position: absolute;top: 55%;margin-top: -24px;z-index: 3;}
.next{cursor:pointer;right:0;width: 44px;height: 55px;background:url("../../includes/components/./common/../../../themes/main/hoptimal/front/img/icon-next.png") no-repeat;position: absolute;top: 55%;margin-top: -24px;z-index: 3;}
.dot {
    height: 10px;
    width: 10px;
    background-color: #EFEDED;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}
li.dot_blue{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    background-color: #327BB9;
}
.carousel_text{
    text-align:center;
    margin-left: 20px;
    margin-top: 20px;
    width: 95%;
}
.carousel_text_bold{
    font-weight: bold;
}
.viewer{display:flex;overflow: hidden;max-height: 350px;max-width:700px;}
.carousel ul li{min-width: 700px;}
td.risk{text-align:center;}
.carousel ul li:nth-child(2) p.carousel_text {width:95%;}
a.contact_carousel{font-weight: bold;text-decoration: underline;color:black;}

.carousel ul li.first_diapo{margin-left: 0px;}
.carousel_diapo1{background:url("../../includes/components/./common/../../../themes/main/hoptimal/front/img/carousel_diapo1.PNG") no-repeat; width:625px;height: 240px;}
.carousel_diapo2{background:url("../../includes/components/./common/../../../themes/main/hoptimal/front/img/carousel_diapo2.PNG") no-repeat;width: 610px;height: 240px;}
.carousel_diapo3{background:url("../../includes/components/./common/../../../themes/main/hoptimal/front/img/carousel_diapo3.PNG") no-repeat;min-width: 625px;margin-left: 3%;width: 257px;height: 240px;}
.carousel_grid{display: grid; grid-template-columns: repeat(12, 1fr);}
.carousel_grid > div{grid-column: span 4; display: grid; grid-template-columns: repeat(12, 1fr);margin: 2rem 0}
.carousel_grid > .grid_text_container{grid-column: span 12}
.carousel_grid > .grid_text_container > p{text-align: center}
.carousel_grid > div > *{grid-column: span 12;padding: 0 6%}
.carousel_grid > div > .grid_picto_container{display: flex; justify-content: center;}
.carousel_grid .carousel_text{text-align: left; margin-left: 5%; margin-right: 5%; width: 90%}
.carousel_diapo5{background:url("../../includes/components/./common/../../../themes/main/hoptimal/front/img/carousel_diapo5.PNG") no-repeat;width: 257px;height: 240px;margin-left: 30%;}

.dot_carousel{text-align: center;margin-left: -35px;margin-top: 13px;}
.not_display{text-align:right;margin-top: -25px;margin-right: 38px;display: block;color: #434444;text-decoration: underline;font-size: 11px;margin-right: 45px;cursor:pointer;}


.carousel{
    background-color:#F0F0F0;
    width: 700px;
    height: 350px;
    margin-left: 35px;
}
.myModalBody{
    border-radius:8px;
    float:left;
    margin-left:33.3333%;
    min-height:1px;
    padding-left:15px;
    padding-right:15px;
}
.livret_intro{
    font-size:20px;
}
.livret_subtitle{
    font-size:16px;
}
.livret_title{
    font-size:26px;
    font-weight:bold;
}
#midContainerWithTitle.dci div div.arianne {
    max-width: 1040px;
    width: 100%;
    margin-left: -10px;
}
div.pagination div.next,div.pagination div.previous{display:none;}

@media (min-width:1201px) {
    .myModalBody{
        margin-left:25%;
        width:50%;
    }
}
.tableSynthese td.noBorder{
    border-left:none;
    border-right:none;
}
.nullSearch{
    padding:30px;
}
@media (max-width:1200px) {
    .myModalBody{
        margin-left:16.6667%;
        width:66.6667%;
    }
}
.VMP .atc-hierarchy{margin-left:0;}

.noDeco:hover{
    text-decoration:none;
}
.auteur, .maj, .dmiRes, .tableForeignerMed, .virtualPrescription, .internationaleRes, .vidalRecoSommaire, .dmiSearch, .commName, .intSearch, .loginBorder, .padding{
    padding:15px;
}
.loginInfo{
    padding:5px;
}
.shiftTitle, .paraInfo{
    padding-left:10px;
}
.actuCell, .toxinContent{
    padding-left:15px;
}
.auteurBio, .actuDetails, .legendeReco, .equiName, #byInd, #byCT, #byATC, .offMarket{
    padding-top:10px;
}
#main_search_form .input-group {
    padding-top:1px;
}
.pdf img{
    margin-right:10px;
    width:25px;
}
.photoReco, .photoActu{
    width:45px;
}
@media (max-width:1105px) {
    .photoReco, .photoActu {
        display:none;
    }
}
.pictos{
    display:inline-flex;
}
.pictos img{
    margin-left:5px;
    width:16px
}
.pictos_produit{
    margin-top:40px;
}
.overflowY{
    overflow-y:auto;
}
.recoOng{
    display:inherit;
}
.recoOng2{
    display:none;
}
@media screen and (max-width:1200px) {

    .recoOng{
        display:none;
    }
    .recoOng2{
        display:inherit;
    }
}
.redLink{
    border-bottom:1px solid #c70036;
    border-radius:5px;
    border-right:1px solid #c70036;
    border-top:1px solid #c70036;
    color:#c70036;
    display:inline-block;
    height:26px;
    padding:0 8px 0 0;
}
.redLink:hover{
    color:#c70036;
    text-decoration:none;
}
.scrollable{
    max-height:160px;
    overflow-x:hidden;
    overflow-y:auto;
}
.scrollable .list-group-item:first-child{
    border-top:1px solid lightgrey;
}
.scrollable .list-group-item:last-child{
    border-top:1px solid lightgrey;
}
.selected, .selected a{
    background-color:#843D93;
    color:white;
}
.selected2{
    color:#843D93;
}
.sessionIcon{
    font-size:40px;
    padding-top:25px;
}
.tableActu tr td:last-child {
    padding-left:10px;
}
.tableActu a{
    color:#555;
}
.tableActus{
    border-collapse:collapse;
    border-spacing:0;
    max-width:100%;
    vertical-align:top;
    width:100%;
}
.tableActus img{
    padding-top:22px;
}
.tableActus .list-group-item{
    margin-bottom:5px;
}
.tableActus > thead > tr > th, .tableActus > tbody > tr > th, .tableActus > tfoot > tr > th, .tableActus > thead > tr > td, .tableActus > tbody > tr > td, .tableActus > tfoot > tr > td {
    line-height:1.42857;
    vertical-align:top;
}
.table th, .table td {
    box-sizing:border-box;
    vertical-align:middle;
}
.tableIndex .indexRes td:nth-child(1), .tableIndex .indexRes td:nth-child(2), .tableIndex .indexRes td:nth-child(3),
.tableIndex .indexRes td:nth-child(4), .tableIndex .indexRes td:nth-child(5), .tableIndex .indexRes td:nth-child(6),
.tableIndex .indexRes td:nth-child(7), .tableIndex .indexRes td:nth-child(8), .tableIndex .indexRes td:nth-child(9), .tableIndex .indexRes tr{
    border-left:1px solid lightgrey;
    border-right:1px solid lightgrey;
}
.tableSynthese td, .tableSynthese th{
    border:1px solid lightgrey;
}
.triangle {
    border-color:#c70036  transparent transparent;
    border-style:solid;
    border-width:7px 7px 0;
    bottom:-7px;
    height:0;
    left:46%;
    position:absolute;
    width:0;
    z-index:1;
}

.sommaireMono .list-group-item, .sommaireRecherche .list-group-item{
    background-color:#f2f2f2;
    border-left:1px solid #843D93;
    border-right:1px solid #843D93;
    color:#333333;
}
.sommaireMono .list-group-item:first-child, .sommaireRecherche .list-group-item:first-child{
    letter-spacing:1px;
    padding:8px;
}
.sommaireMono .list-group-item:last-child, .sommaireRecherche .list-group-item:last-child {
    border-bottom:1px solid #843D93;
}
.sommaireMono .list-group-item:hover, .sommaireRecherche .list-group-item:hover{
    background-color:white;
    color:#A46EAE;
}
.sommaireMono .list-group-item.active, .sommaireRecherche .list-group-item.active {
    font-size:13px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
}
.sommaireMono .list-group-item.anchor_active {
    color: #c70036;
}
.stars{
    margin-top:-8px
}
.stripes{
    text-decoration:line-through;
}
.stripes:hover, .stripes:focus{
    text-decoration:line-through;
}
.substance{
    font-size:12.6px;
}
.substance li{
    list-style:circle;
}
.subListReco{
    margin-left:-15px;
}
.subListReco li {
    display:block;
}
.suppr{
    background-color:#E6E6E6;
    border-bottom:2px solid white;
}
.imgPictos{
    width:15px;
}
.imgPictosListe{
    width:17px;
}
.imgMedIco{
    width:20px;
}
.imgLoaderBo{
    width:30px;
}
.imgFlagEqui, .imgLoader{
    width:40px;
}
.imgSearchPictos{
    width:16px;
}
.imgFlagEqui{
    width:40px;
}
#loadingPrescription .imgLoader{
    width:45px;
}
.imgActus{
    width:55px;
}
.imgActusRecherche, #loadActus .imgLoader, #loadFlag .imgLoader,#tableLivretError .imgLoader, #loadLivretB .imgLoader,
#loadCla .imgLoader, #loadEqui .imgLoader, #substitution .imgLoader, #monoLoad .imgLoader, #loadLab .imgLoader, #loadMed .imgLoader,
#loadSuba .imgLoader, #loadproduits .imgLoader, #loadactus .imgLoader, #loadSub .imgLoader {
    width:70px;
}
.imgAuteurActus{
    width:80px;
}
.imgAuteur{
    width:120px;
}
.tdPrix, .tdHl, .tdHS, .tdOrdN, .tdDA, .tdDS, .tdInput, .tdPictos{
    width:5%;
}
.tdUCD, .tdDelInt{
    width:10%;
}
.tdIAMLeft{
    width:16%;
}
.tdFlagColor, .tdFlagName, .tdDocName, .tdMedName, .tdDocUrl, .tdReplace, .tdLab{
    width:20%;
}
.tdMenuLien, .tdFlags, .tdFlagSelect{
    width:25%;
}
.tdSaveDate, .tdLab-30{
    width:30%;
}
.tdMedNameSub{
    width:35%;
}
.tdSaveInput, .tdMedNameInt{
    width:40%;
}
.tdIAMRight, .tdPackAcl, .tdPackEAN, .tdPackLab, .tdPackPrix{
    width:50%;
}
.tdFlagDesc{
    width:60%;
}
.tdMenuUrl{
    width:75%;
}
.tdDMIName{
    width:80%;
}
.tdMedProche{
    width:95%;
}
.tdEquiFlag{
    width:44px;
}
.tdEquiLab{
    width:163px;
}
.tdEquiName{
    width:296px;
}

.table-center tr td, .table-center tr th{
    text-align:center;
}
.tableColor{
    border-collapse:separate;
    border-spacing:10px 10px;
    margin-bottom: 2rem;
}
.tableColor label {
    padding-left: 6px;
}
.selectForm {
    margin: 1.5rem 0 2rem;
    width: 100%;
    height: 40px;
    padding-left: 0.5em;
    border: solid 1px #BBB;
}
.tableReco, .tableActu{
    border-collapse:separate;
    display:table-cell;
}
.tableReco .last, .tableActu .last{

    padding-left:12px;
}

.table-striped2 > tbody > tr:nth-child(10n+1) {
    background-color:#f2f2f2;
}
.table-striped2 > tbody > tr:nth-child(5n+1) {
    /* border-top:2px solid lightgrey;*/
}
.textBlack{
    color:#454545;
    display:table;
    font-size:14px;
    font-style:italic;
}
.titleBlue{
    color:#843D93;
    font-size:18px;
}
.textBlackB{
    color:#454545;
    font-size:21px;
}
.textBlue, .textMiddle h2{
    color:#A46EAE;
}
.textGrey{
    color:#666666;
}
.textPurple{
    color:#9b1f5d;
}
.textMiddle{
    font-size:12.6px;
}
.textMiddle h2{
    font-size:20px;
    font-weight:bold;
}
.textMiddle h3{
    font-size:18px;
}
.textMiddle .puce{
    margin-top:5px;
}
.textMiddle .title,.textMiddle .title tr:first-child td, .textMiddle .title tr, .textMiddle .title td{
    background-color:transparent;
    border:1px solid transparent;
    color:#A46EAE;
    font-size:23px;
    font-weight:bold;
}
.textMiddle tr:first-child td, .textMiddle tr, .textMiddle td {
    background:#efefef none repeat scroll 0 0;
    border:1px solid #666666;
}
.textMiddle tr:first-child td{
    background:#dfdfdf none repeat scroll 0 0;
    font-weight:bold;
    /*text-align:center;*/
}
.textMiddle .equivalent_products, .textMiddle .equivalent_products thead,  .textMiddle .equivalent_products tr, .textMiddle .equivalent_products td, .textMiddle .equivalent_products tr:first-child td{
    background-color:transparent;
    border:none;
    font-weight:normal;
    text-align:left;
}
.textMiddle table, .textMiddle tr, .textMiddle td {
    padding:3px;
}
.textMiddle .title{
    margin-top:-4px;
}

.textRed{
    color:#c70036;
}
.tdActus{
    width:10.5%;
}
.title{
    color:#843D93;
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:10px;
    padding-left:5px;
}
.title tr:first-child td[title]:first-child {
    background-color:#843D93;
    color:#ffffff;
    font-size:0.9em;
    padding:0 5px;
}
.monographie .equivalent_products{
    background-color:transparent;
    border-collapse:collapse;
    border-spacing:0;
    max-width:100%;
    width:100%;
}
.monographie .equivalent_products th{
    vertical-align:bottom;
    padding:6px;
}
.monographie .equivalent_products td{
    border-top:1px solid #ddd;
    line-height:1.42857;
    padding:6px;
    vertical-align:top;
}

.tableSpaceContent {
    margin-top: 70px;
}

.title b, .monographie h2{
    color:#843D93;
    font-size:16.3833px;
    padding-left:5px;
}
.titreinfosutiles{
    font-weight:bold;
    color:#843D93;
}
.toxin blockquote{
    border:none;
}
.toxin code{
    all:unset;
}

.toxin th {
    border:1px solid #ddd;
    padding:10px;
}
.toxin h1{
    color:#843D93;
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:5px;
}
.toxin a {
    font-size:14px;
}
.toxin h2, .toxin h3{
    color:black;
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:5px;
}
.toxin h3 a{
    color:#843D93;
    font-weight:bold;
    margin-bottom:5px;
    text-decoration:underline;
}
.toxin ul{
    list-style-type:circle;
}
.toxin table {
    border:solid 1px #ddd;
    padding:0;
    width:100%;
    height:100%;
    spacing:0;
}
.toxin table th {
    background-color:#f7f7f7;
}
.toxin th {
    border:1px solid #ddd;
    padding:10px;
}
.toxin td {
    padding:10px;
    text-align:center;
}
.toxin td.left {
    width:50%;
    border-left:1px solid black;
    text-align:left;
    padding-top:0;
    padding-bottom:0;
}
.toxin td.right {
    width:50%;
    border-right:1px solid black;
    text-align:right;
    padding-top:0;
    padding-bottom:0;
}

.toxin .tableToxin th, .toxin .tableToxin2 th{
    text-align:center;
}
.toxin .tableToxin td:nth-child(1), .toxin .tableToxin2 td:nth-child(1){
    text-align:left;
}

.toxin .tableToxin th:nth-child(1), .toxin .tableToxin td:nth-child(1){
    width:36%;
}
.toxin .tableToxin th:nth-child(2), .toxin .tableToxin td:nth-child(2){
    width:30%;
}
.toxin .tableToxin th:nth-child(3), .toxin .tableToxin td:nth-child(3){
    width:19%;
}
.toxin .tableToxin th:nth-child(4), .toxin .tableToxin td:nth-child(4){
    width:15%;
}

.toxin .tableToxin2 th:nth-child(1), .toxin .tableToxin2 td:nth-child(1){
    width:33%;
}
.toxin .tableToxin2 th:nth-child(2), .toxin .tableToxin2 td:nth-child(2){
    width:33%;
}
.toxin .tableToxin2 th:nth-child(3), .toxin .tableToxin2 td:nth-child(3){
    width:33%;
}

.classRes .update-date {text-align: right;}

.tree li.has_child{
    background:url("../../includes/components/./common/../../../themes/main/hoptimal/front/img/icon-more.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    margin-left:-17px;
}
.tree li.has_child a{
    display:block;
    line-height:1.7;
    margin-left:28px;
}
.tree li.has_child_inte{
    background:url("../../includes/components/./common/../../../themes/main/hoptimal/front/img/icon-more.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    cursor:pointer;
}
.tree li.has_childOpen_inte{
    background:url("../../includes/components/./common/../../../themes/main/hoptimal/front/img/icon-less.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    cursor:pointer;
}
.tree li.has_child_inte span, .tree li.has_childOpen_inte span{
    margin-left:20px;
}
.tree li.has_noChild {
    list-style-type:circle;
    margin-left:1px;
}
.tree li.has_noChild a{
    display:block;
    margin-left:10px;
}
.tree li.has_childOpen{
    background:url('../../includes/components/./common/../../../themes/main/hoptimal/front/img/icon-less.png') no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    margin-left:-17px;
}
.classif li,
.classAtcMono {
    background:url('../../includes/components/./common/../../../themes/main/hoptimal/front/img/icon-less.png') no-repeat 0 0;
    padding-left:25px;
}

/*pour mozilla */
@-moz-document url-prefix() {
    .tree li.has_noChild{
        margin-left:1px;
    }
    .tree li.has_noChild a{
        margin-left:10px;
    }
    .tree li.has_childOpen{
        margin-left:-17px;
    }
}
/*pour chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .tree li.has_noChild{
        margin-left:4px;
    }
    .tree li.has_noChild a{
        margin-left:7px;
    }

}
.ui-sortable-placeholder{
    background:white url("../../includes/components/./common/../../../themes/main/evidal/front/img/drop_here.png") no-repeat center;
    border:2px dashed lightgray;
    border-radius:5px;
}
.underline{
    color:black;
    text-decoration:underline;
}
.underlineGrey{
    color:#666666;
    text-decoration:underline;
}
.unzoom{
    margin-left:65px;
    margin-top:-75px;
    z-Index:3;
}
.vidalRed{
    color:#c70036;
}
.whiteSquare{
    margin-left:71px;
    padding-top:79px;
}
.whiteSquareText{
    background:white none repeat scroll 0 0;
    border:2px solid #4e5562;
    border-radius:14px;
    box-shadow:10px 10px 0 0 #4e5562;
    font-family:Arial;
    font-style:italic;
    padding:25px;
    width:550px;
}
.whiteSquareText a{
    color:#843D93;
}
.ZindexSept{
    z-index:0;
}


/******** ID *******/
#anchorBot {
    bottom:15px;
    cursor:pointer;
    left:0;
    position:fixed;
    z-index:15;
}
#anchorBot img{
    width:50px;
    filter: brightness(95%);
}
#article_body a{
    font-size:14px;
}
#btnClose{
    margin-bottom:5px;
}
#DMIBody{
    height:300px;
    overflow-y:auto;
    position:relative;
}
#docLivret{
    background:#33a3b7 none repeat scroll 0 0;
}
#docPCT a{
    vertical-align:middle;
}
#DT .hover {
    padding-left:25px;
}
#DT .textBlue:last-child{
    border-bottom:1px solid #337ab7;
}
#header{
    height:120px;
    position:relative;
    z-index: 71;
}
#header.headerAccueil{
    pointer-events: none;
}
#header.headerAccueil>div{
    pointer-events: all;
}
#header.no_user_logged{height:135px;}
.hasLicenseExpiring{padding-top:30px;}

#headerSearchBar{
    padding-right:0px;
}

#headerSearchBar .navbar{
    margin-bottom: 1rem;
}

#help h3, #help h4{
    color:#843D93;
}
#help h4{
    font-size:20px;
}
#inTheLivret{
    font-size:23px;
}
.editSpeciality{
    font-size: 25px;
    color: #337ab7;
}
.returnSpeciality{
    font-size: 25px;
    float: right;
    color: #337ab7;
}
.tableUcd {width: 100%;}
.textUcd {font-weight: bold;}
.subtitle_rub {color: #919392;  font-size: 0.7em;}
#intReplace, #docMono{
    background-color:rgba(164, 164, 164, 0.7);
    margin-top:-180px;
    height:152%;
    position:fixed;
    width:100%;
    z-index:100;
}
#intReplaceContainer{
    margin-top:50px;
    position:fixed;
}
@media (max-width:1200px) {
    #listInteracMenu {
        margin-left:20px;
    }
}
#loadingBarreI, #loadingBarreT, #loadingBarreL, #loadingBarreDoc{
    margin-top:-33px;
    position:absolute;
    width:32px;
    z-index:4;
}
#loadingBarreI{
    margin-left:283px;
}
#loadingMenu{
    margin-left:-34px;
    margin-top:1px;
    position:absolute;
    width:32px;
    z-index:4;
}

#menuVerticalIndex{
    margin-left:10px;
    margin-top:-152px;
    position:absolute;
    z-index:2;
}
#midContainer, #midContainerClass, #midContainerDetails, #midContainerAutre{
    position:relative;
    z-index:0;
}
#modalLivret, #myModal, #modalUTD, #modalDmI, #modalLivretExport, #modalDocExport, #modalRecExport, #modalRecoImg, #modalClasExport, #modalRCP, #modalALD, #modalSAT, #modalLogin, #modalCreateOrEditFlag, #modalLivretBo,#modalLivretBoPrescri, #modalContact{
    background:rgba(80, 80, 80, 0.5) none repeat scroll 0 0;
    height:100%;
    position:fixed;
    width:100%;
    z-index:99;
}
#modalCreateOrEditFlag{ top:0;}
#modalCreateOrEditFlag .closeBtnModal{ display: flex;gap: 0.5em;}
#myModal .actions a{line-height:19px;}
#modalRecExport, #modalClasExport, #modalContact{
    padding-top:35px;
}
#modalRecoImgC{
    height:91%;
}
#modalRecoImg{
    background-color:white;
    border:1px solid black;
    height:81%;
    margin-top:10px;
}
#modalRecoImgBody img, #modalRecoImg img{
    width:100%;
}
#monoDetails{
    padding-top:10px;
}
#monoDetails a:not([href]){
    cursor:default;
}
#monoDetails a:not([href]):hover{
    color:#843d93;
    text-decoration:none;
}

.block.crat .h4{padding:0;}
.content .extra .block.crat .h4{margin-bottom:0.5em;}
.content .extra .block.crat ul li a, .block.crat ul li a{padding-left:0;align-items:center;gap:3px;}
.block.crat ul li a::before{content:'';width:4px;height:4px;background:#015A9E;border-radius: 50%; margin: 8px 8px 2px 8px;display: inline-block;}
.block.crat ul li a::after{display:inline-block;content:'';background:url("../../includes/components/./common/imgs/icon-lunch.png") no-repeat bottom;width:13px;height:14px;margin-left: 8px;}
.block.crat ul li a:hover{text-decoration: underline;}

#monoDetails .block.crat{border:solid 1px #015A9E;border-left-width: 28px;padding:.55em 1.2em;border-radius:2px;position:relative; margin: 1.5em auto;}
#monoDetails .block.crat::before{background:url("../../includes/components/./common/imgs/icon-wikis.png") no-repeat;content:'';position:absolute;display:block;width:20px;height:21px;left:-24px;top:.6em;}
#monoDetails .block.crat .h4{color:#444c62;font-weight:bold;font-size:1.1em;}
.block.crat span.more{color: #5F6164; font-size: 0.9em; font-weight: 600; display: flex; align-items: center; margin: 8px auto;}
.block.crat span.more .info {margin: 0 3px;mask-size: 14px;mask-repeat: no-repeat;mask-position: center;-webkit-mask-image: url("../../includes/components/./common/imgs/icon-info-grey.png");mask-image: url("../../includes/components/./common/imgs/icon-info-grey.png");background-color: #5F6164; display: inline-block; width: 16px; height: 16px;}
.block.crat span.more .info:hover {background-color: #9E102A; cursor: pointer;}

#monoDetails .block.crat ul{margin:0;padding:0;display:flex;flex-direction:column;gap:0.3em;list-style: none;}
#monoDetails .block.crat ul li a{font-size:0.9em;}
#monoDetails .block.crat a {color: #015A9E;}

#modalCookie {display: flex;}
#modalCookie .modalCookieContent {width: 80%;left: 0;right: 0;margin: 25px auto; z-index:10; bottom:0;position: fixed; background-color: #fefefe;display: flex;padding: 20px 10px;justify-content: center;align-items: center;box-shadow: 0px 3px 6px #00000029;border-radius: 4px;}
#modalCookie .modalCookieText span a{text-decoration: underline;color: black;font-weight: bold;}
#modalCookie .modalcookiebutton a {padding: 10px 20px;font-size: 18px; }
@media screen and (min-width:768px) and (max-width:1200px) {
    #monoReco {
        margin-left:-43px;
    }
    .marginLeftAccueil{
        margin-left:74px;
    }
}

.modal-open #vidal_consent .modal {
    top: 35%;
    transform: translate(-50%,-35%);
}

#recoDisplay #monoReco .arbredec img{display: block; margin: 0 auto}
#recoDisplay #monoReco span.gr{font-weight:bold;}
#recoDisplay #monoReco .lst-items{margin-left:16px;}
#recoDisplay #monoReco .lst-items .item{padding-left:0.75em;}
#recoDisplay #monoReco .lst-items .item.lst-puce{background:url(http://apirest.vidal.fr/rest/data/reco/vidal/com/vidal/data/reco/lst-puce.png) no-repeat 1px 0.5em;}
#recoDisplay #monoReco .lst-items .item.lst-tiret{position: relative;}
#recoDisplay #monoReco .lst-items .item.lst-tiret::before{position:absolute;display:block;content:'';width:4px;height:4px;background:#444C62;left:0;top:0.6em;border-radius: 50%}
@media screen and (max-width:1200px) {
    #intReplaceContainer {
        width:890px;
    }
    #newMenu{
        font-size:65px;
    }
    .borderBoxBlueTop,   .borderBoxTop, #newMenu {
        height:97px;
    }
    .borderBoxBlueTop  span, .borderBoxTop      span{
        display:none;
    }
    .borderBoxBlueTop img, .borderBoxTop      img {
        height:50px;
        width:86px;
    }
    .marginLeftLAccueil{
        margin-left:20px;
    }
    .marginLeftFooter{
        margin-left:8px;
    }
    .tableIndex thead tr, .tablePres thead tr{
        width:849px;
    }
    /* liste médicament --> small screen pour thead fixe */
    .tableIndex thead th:nth-child(1), .tableIndex .indexRes td:nth-child(1) {
        width:298px;
    }

    .tableIndex thead th:nth-child(2), .tableIndex .indexRes td:nth-child(2) {
        width:159px;
    }

    .tableIndex thead th:nth-child(3), .tableIndex .indexRes td:nth-child(3) {
        width:88px;
    }

    .tableIndex thead th:nth-child(4), .tableIndex .indexRes td:nth-child(4) {
        width:68px;
    }

    .tableIndex thead th:nth-child(5), .tableIndex .indexRes td:nth-child(5) {
        width:80px;
    }

    .tableIndex thead th:nth-child(6), .tableIndex .indexRes td:nth-child(6) {
        width:74px;
    }


    /* vue présentation pour nomcommercial --> small screen pour thead fixe */
    .tablePres thead th:nth-child(1), .tablePres .indexPres td:nth-child(1){
        width:285px;
    }
    .tablePres thead th:nth-child(2), .tablePres .indexPres td:nth-child(2){
        width:113px;
    }
    .tablePres thead th:nth-child(3), .tablePres .indexPres td:nth-child(3){
        width:54px;
    }
    .tablePres thead th:nth-child(4), .tablePres .indexPres td:nth-child(4){
        width:83px;
    }
    .tablePres thead th:nth-child(5), .tablePres .indexPres td:nth-child(5){
        width:52px;
    }
    .tablePres thead th:nth-child(6), .tablePres .indexPres td:nth-child(6){
        width:72px;
    }
    .tablePres thead th:nth-child(7), .tablePres .indexPres td:nth-child(7){
        width:76px;
    }
    .tablePres thead th:nth-child(8), .tablePres .indexPres td:nth-child(8){
        width:76px;
    }
}

@media screen and (min-width:1201px) {

    #intReplaceContainer {
        width:1050px;
    }
    #newMenu{
        font-size:75px;
        height:115px;
    }
    #monoReco {
        margin-left:-5px;
    }
    .marginLeftAccueil{
        margin-left:80px;
    }
    .marginLeftLAccueil{
        margin-left:28px;
    }
    .tableIndex thead tr, .tablePres thead tr{
        width:1005px;
        margin-left:-4px;
    }
    /* liste médicament --> big screen pour thead fixe */
    .tableIndex thead th:nth-child(1), .tableIndex .indexRes td:nth-child(1) {
        width:312px;
    }

    .tableIndex thead th:nth-child(2), .tableIndex .indexRes td:nth-child(2) {
        width:136px;
    }

    .tableIndex thead th:nth-child(3), .tableIndex .indexRes td:nth-child(3) {
        width:97px;
    }

    .tableIndex thead th:nth-child(4), .tableIndex .indexRes td:nth-child(4) {
        width:68px;
    }

    .tableIndex thead th:nth-child(5), .tableIndex .indexRes td:nth-child(5) {
        width:66px;
    }

    .tableIndex thead th:nth-child(6), .tableIndex .indexRes td:nth-child(6) {
        width:74px;
    }

    /* vue présentation pour nomcommercial --> big screen pour thead fixe */
    .tablePres thead th:nth-child(1), .tablePres .indexPres td:nth-child(1){
        width:336px;
    }
    .tablePres thead th:nth-child(2), .tablePres .indexPres td:nth-child(2){
        width:192px;
    }
    .tablePres thead th:nth-child(3), .tablePres .indexPres td:nth-child(3){
        width:51px;
    }
    .tablePres thead th:nth-child(4), .tablePres .indexPres td:nth-child(4){
        width:94px;
    }
    .tablePres thead th:nth-child(5), .tablePres .indexPres td:nth-child(5){
        width:53px;
    }
    .tablePres thead th:nth-child(6), .tablePres .indexPres td:nth-child(6){
        width:74px;
    }
    .tablePres thead th:nth-child(7), .tablePres .indexPres td:nth-child(7){
        width:80px;
    }
    .tablePres thead th:nth-child(8), .tablePres .indexPres td:nth-child(8){
        width:65px;
    }
}

#mydiv{
    overflow-y:auto;
    position:static;
}
#newMenu{
    background-color:white;
    border:2px dashed lightgray;
    color:lightgray;
    height:115px;
    cursor:pointer;
    margin-left:10px;
    margin-top:10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    text-align:center;
    font-size:75px;
}
#newMenu:hover{
    border-color:grey;
}
#pagiMed, #fpagiPara, #fpagiMed, #pagiPara{
    margin-top:-30px;
}
#parameters span{
    font-size:17px;
}
#parameters b{
    margin-top:-6px;
}
#resSearchD, #resSearchDA{
    margin-left:18px;
    margin-top:-1px;
    position:fixed;
}
#resSearchL, #resSearchT, #resSearchDoc{
    position:absolute;
    width:90%;
}
#resSearchT{
    position:absolute;
}
#resSearchD{
    background-color:white;
    border:1px solid lightgrey;
    font-size:12px;
    overflow-y:auto;
    padding:7px;
    z-index:10;
}
#resSearchDA, #resSearchL, #resSearchT, #resSearchDoc{
    background-color:white;
    border:1px solid lightgrey;
    font-size:12px;
    max-height:150px;
    overflow-y:auto;
    padding:7px;
    z-index:10;
}
#resSearchD li a, #resSearchL li a, #resSearchDoc li a, #resSearchDA li a{
    line-height:18px;
    padding-bottom:1px;
    padding-top:1px;
    display:block;
    margin-bottom: 3px;
    white-space: pre-line;
    display: flex;
    width: 100%;
}
#resSearchD li:hover a, #resSearchDA li:hover a, #resSearchL li:hover span, #resSearchT li:hover span, #resSearchDoc li:hover span{
    color:white;
    background-color:#A46EAE;
    text-decoration:none;
}
#resSearchD li:hover span, #resSearchDA li:hover span
{
    color:white;
    border-color: white;
}
#main_search_form{
    margin-left:15px;
    margin-top:5px;
}
span.type-searchbar {
    flex: 0 0 auto;
    margin-right: 5px;
    border-radius: 10px;
    border: 1px solid #999999;
    color: #999999;
    font-size: 10px;
    width: 140px;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
}
span.name-searchbar{
    flex: 1 1 auto;
}
.sommaireRecosHeader{
    background-color:#c70036;
    background-image:linear-gradient(to bottom, #c70036 0%, #c70036 100%);
    background-repeat:repeat-x;
    border-left:1px solid #c70036;
    border-right:1px solid #c70036;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    color:white;
    display:block;
    font-size:13px;
    font-weight:bold;
    letter-spacing:1px;
    margin-bottom:-1px;
    margin-top:0;
    padding:8px;
    position:relative;
    text-align:center;
    text-shadow:0 -1px 0 #A46EAE;
    text-transform:uppercase;
    z-index:1;
}
#sommaireMono{
    overflow: scroll;
    scrollbar-width: none;
    max-height: calc(100vh - 235px);
}
#sommaireMono::-webkit-scrollbar {
    display: none;
}
#sommaireMono .active{
    background-color:#c70036;
    background-image:none;
    border-color:#c70036;
}
#sommaireMono .triangle{
    border-color:#c70036 transparent transparent
}
#sommaireMono .list-group-item{
    border-left:1px solid #c70036;
    border-right:1px solid #c70036;
}
#sommaireMono .list-group-item-selected{
    border-left:1px solid #c70036;
}
#sommaireMono a:last-of-type{
    border-bottom:1px solid #c70036;
}

#sommaireRecos .list-group-item,
#sommaireRecos .list-group-item-sub{
    background-color:#f2f2f2;
    border-left:1px solid #c70036;
    border-right:1px solid #c70036;
    color:#333333;
}
#sommaireRecos .list-group-item-sub small{
    font-size:90%;
}
#sommaireRecos .list-group-item:last-child{
    border-bottom:1px solid #c70036 ;
}
#sommaireRecos .list-group-item-selected:last-child{
    border-bottom:1px solid #c70036 ;
}
@media (min-width:768px) and (max-width:1200px) {
    #sommaireRecos {
        margin-left:-28px;
        padding-right:30px;
    }
}
#sommaireRecos .list-group-item:hover,
#sommaireRecos .list-group-item-sub:hover, #sommaireMono .current{
    background-color:white;
    color:#A46EAE;
}
#sub_Rinterac{
    margin-left:550px;
    width:400px;
}
#substitution{
    height:50%;
}
#tableactu{
    margin-top:41px;
}
#top{
    height:66px;
    margin-top:-6px;
    position:relative;
    z-index:1;
}
#utdLogo {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
#vidal{
    background-color:#c70036;
}

.header .row {display: flex;align-items: center;}
#headerPicture {display: flex;align-items: center;justify-content: flex-start;padding: 0;}

/************************** MEDIA QUERY PHONE SIZE ********/
@media (min-width:768px) {
    #main_menu .small, #main_menu2 .small {
        display: block;
        width:3.531%;
    }
    #main_menu2 > li {
        width:17.5%;
    }
    #main_menu > li {
        width:23%;
    }
    #monoReco{
        margin-top:-17px;
    }
    .btnMenuActive, .btnMenu {
        height:41px;
    }
    .external {
        width:95%;
    }
    .fixed {
        position:fixed;
    }
    .moreWidth {
        width:106%;
    }
    .moreWidthInf{
        width:107%;
    }
    #resSearchT{
        width:90%;
    }
}

/************************** MENU III **********************/
#main_menu::before{position:absolute;content:'';left:0;top:0;width:100%;height:55px;background:#fff;}
#main_menu, #main_menu2{
    position:relative;
    width:100%;
    z-index:2;
    padding:0;
    display: flex;
}

#main_menu > li, #main_menu2 > li {
    background:#843D93 none repeat scroll 0 0;
    border-radius:5px 5px 0 0;
    color:#ffffff;
    line-height:15px;
    margin-right:0.5rem;
    position:relative;
}
#main_menu > li:last-of-type, #main_menu2 > li:last-of-type{
    margin-right:0;
}


#main_menu > li:hover, #main_menu2 > li:hover {
    background:#6D3179   none repeat scroll 0 0;
}

#main_menu > li a .glyphicon.glyphicon-new-window, #main_menu2 > li a .glyphicon.glyphicon-new-window{
    color:#333333;
    cursor:pointer;
    display:block;
    font-weight:normal;
    height:100%;
    text-decoration:none;
}
.dci .dci-content #dci-container-title{display: none;}
#main_menu > li .glyphicon, #main_menu2 > li .glyphicon{
    color:#ffffff;
    cursor:pointer;
    display:block;
    font-weight:bold;
    height:100%;
    text-decoration:none;
}

#main_menu2 > .redBack {
    background:#c70036 none repeat scroll 0 0;
}
#main_menu2 > .redBack:hover{
    background:#a10010 none repeat scroll 0 0;
}
#main_menu .active .level-2, #main_menu2 .active .level-2 {
    display:block;

    z-index:1;
}

#menu_container{
    margin-bottom:-15px;
    height:75px;
    width:100%;
    z-index:2;
}

#menu_container .level-2, #main_menu .level-2, #main_menu2 .level-2 {
    background:#F7F7F8 none repeat scroll 0 0;
    border:1px solid #cfcfcf;
    border-radius:0 0 5px 5px;
    height:220px;
    line-height:14px;
    padding: 12px 12px 4px 12px;
    position:absolute;
    width:100%;
    z-index:70;
}
#menu_container .level-3{
    padding-left: 1em;
}
#menu0{
    color:#ffffff;
    cursor:pointer;
    display:block;
    font-weight:bold;
    height:100%;
    padding:12px 10px 12px 10px;
    text-decoration:none;
}
#menu1, #menu5{
    color:#ffffff;
    cursor:default;
    display:block;
    font-weight:bold;
    height:100%;
    padding:12px 10px 12px 10px;
    text-decoration:none;
}
#menu2, #menu3, #menu4{
    color:#ffffff;
    cursor:default;
    display:block;
    font-weight:bold;
    height:100%;
    padding:12px 10px 12px 10px;
    text-decoration:none;
}
#menu_container{height: unset}
#menu_container .active .level-2, #main_menu .active .level-2{display: flex; flex-direction: column;}
#menu_container .active .level-2 .top-links{padding:0; flex-grow: 1;}
#menu_container .active .level-2 .bottom-links{padding:0;}

#menuContainerAccueil #main_menu .level-2 li.sub, #main_menu .level-2 li.sub, #main_menu2 .level-2 li.sub {position: initial;margin-top: auto;}
#main_menu > li { position: relative;border-radius: 4px;}
#main_menu > li > a { font-size: 14px; line-height: 15px; font-weight: 700; display: flex; align-items: center; height: 100%; border-radius: 4px 4px 0 0}
#menu_container:not(.openMenu) li > a, #menu_container a#menu0 { border-radius: 4px}
#main_menu > li > div {position: absolute; height: 290px}
#main_menu > li.small {display: flex;align-items: center;justify-content: center;height: unset;}
#main_menu > li.small> span {padding: 0;height: unset;}
#main_menu .icon-home{background-image: url("../../includes/components/./common/imgs/icon-home.png");width: 18px; height: 16px; background-repeat: no-repeat; display: block}
#main_menu .icon-arrow3::before {background-color: white;}
#headerCogWheel .icon-arrow3:before {background-color: #337ab7;}
#headerCogWheel .icon-arrow3, #parameters .icon-setting{position: relative; width: 20px; height: 20px}
#main_menu .icon-arrow3::before, #headerCogWheel .icon-arrow3:before, #parameters .icon-setting:before,
.navbar .nav-search #main_search_form .input-group-btn::before, .icon-lunch:before {content: "";display: block;position: absolute;mask-repeat: no-repeat;--webkit-mask-repeat: no-repeat;mask-position: center;--webkit-mask-positon: center;}
#main_menu .icon-arrow3::before, #headerCogWheel .icon-arrow3:before{width: 6px;height: 10px;transition: all .3s;--webkit-mask-image:url("../../includes/components/./common/imgs/icon-arrow3.png");mask-image:url("../../includes/components/./common/imgs/icon-arrow3.png");top: 0;right: 0;bottom: 0;left: 0;margin: auto;transform: rotate(0);}

#menu_container.openMenu #main_menu  .icon-arrow3::before, #headerCogWheel>div:hover .icon-arrow3::before {transform: rotate(90deg);}
#headerCogWheel{padding-right: 0;display: flex;justify-content: flex-end;}
#headerCogWheel #parameters{display: flex;gap: 4px;padding-left: 10px; align-items: center;}
#parameters .icon-setting:before{width: 20px;height: 20px;--webkit-mask-image:url("../../includes/components/./common/imgs/icon-setting.png");mask-image:url("../../includes/components/./common/imgs/icon-setting.png");background-color: #337ab7;transition: all .4s;}
.icon-lunch:before {width: 13px;display: inline-block;height: 13px;margin-left: 10px;background-color: #337ab7;--webkit-mask-image:url("../../includes/components/./common/imgs/icon-lunch.png");mask-image:url("../../includes/components/./common/imgs/icon-lunch.png");}
#headerCogWheel>div:hover .icon-setting:before{transform: rotate(180deg);}

.navbar.navbar-evolve {border: unset}
.navbar .nav-search {border: 1px solid #CECED4;padding: 4px;border-radius: 2px;}
.navbar .nav-search:focus-within {outline: #52B1E7 solid 1px;}
.navbar .nav-search:focus-within:hover {outline: #52B1E7 solid 2px;}
.navbar .nav-search #main_search_form{margin: 0;}
.navbar .nav-search #main_search_form input{border: unset; padding-top: 15px;}
.navbar .nav-search #main_search_form .submitRec{border-radius: 2px; padding: 10px 20px 10px 45px; font-size: 14px; font-weight: 600; height: unset; text-align: right}
.navbar .nav-search #main_search_form .input-group-btn::before{width: 20px;height: 20px;background-color: white;--webkit-mask-image:url("../../includes/components/./common/imgs/icon-search-red.png");mask-image:url("../../includes/components/./common/imgs/icon-search-red.png");--webkit-mask-size: 17px;mask-size: 17px;left: 20px;top: 50%;transform: translateY(-50%);}

#main_menu > li a .glyphicon, #main_menu2 > li a .glyphicon{
    color:#ffffff;
    cursor:pointer;
    display:block;
    font-weight:bold;
    height:100%;
    padding:0px;
    text-decoration:none;
}

.headMenu{
    margin-bottom:72px;
}
/*Essentiels*/
#main_menu #essential-links li .essentiel-box a.btn-essentiel{
    color: white;
    background: #337ab7;
    border-radius: 5px;
    opacity: 1;
    padding: 0.5rem 1rem;
    width: 85%;
    margin: auto;
}
#main_menu #essential-links li .essentiel-box a.btn-essentiel:hover{
    text-decoration: underline;
}
#main_menu #essential-links li .head-essentiel-box{
    border-radius: 5px 5px 0 0;
    width:85%;
    margin: auto;
    opacity: 1;
    background: #E4E4E4;
    font-size: 11px;
    padding: 0.5rem 1rem;
    color: black;
    border: 1px solid #9EA1A4;
    text-align: center;
}
#main_menu #essential-links li .essentiel-box {
    padding-bottom: 1rem;
}
#main_menu #essential-links li .essentiel-box a{
    background: none;
    padding: 0;
    display: block;
}
#main_menu #essential-links li .body-essentiel-box{
    border-radius: 0 0 5px 5px;
    width:85%;
    background-color:white;
    border:  1px solid #9EA1A4;
    justify-content: space-between;
    margin: auto;
    padding: 1rem;
    text-align: center;
}
#main_menu #essential-links li .image-essentiel.full_picture{
    background-size: 174px 119px;
    height: 120px;
}
#main_menu #essential-links li .image-essentiel{
    background-size: cover;
    background-repeat: no-repeat;
    height: 8rem;
}
#main_menu #essential-links li .head-essentiel-box.image-essentiel{
    border-radius: 5px 5px 0 0;
}
#main_menu #essential-links li .body-essentiel-box.image-essentiel-title{
    border-radius:0 0 5px 5px;
    color: black;
    font-size: 12px;
}
.container-home{margin-bottom: 50px;}

@media screen and (max-width:1200px) {
    #main_menu > li > a {height: 100%;}
    #main_menu .level-2 li a, #main_menu2 .level-2 li a {
        color:#333333;
        display:block;
        font-weight:normal;
        line-height:17px;
        padding:2px 10px 1px 12px;
    }

    #main_menu .level-2 li.sub a, #main_menu2 .level-2 li.sub a {
        border-top: 1px solid #E9EAED;
        background-position:9px 4px;
        color:#666666;
        line-height:7px;
        padding:12px;
    }

    #menu_container .active .level-2, #main_menu .active .level-2, #main_menu2 .active .level-2 {
        height:380px;
    }
    .level-2 a{
        font-size:11px;
    }
    #main_menu > li .glyphicon, #main_menu2 > li .glyphicon {
        padding:20px 0 20px 9px;
    }
    #menu0{
        padding:20px 0 20px 9px;
    }
    #menu0, #menu1, #menu2, #menu3, #menu4, #menu5{
        font-size:13px;
    }
    #midContainerClass .btnMenu, #midContainerClass .btnMenuActive{
        height:55px;
    }

}

@media screen and (min-width:1201px){
    #main_menu .level-2 li a, #main_menu2 .level-2 li a {
        color:#333333;
        display:block;
        font-weight:normal;
        line-height:17px;
        font-size: 14px;
        padding:2px 10px 1px 12px;
    }

    #main_menu .level-2 li.sub a, #main_menu2 .level-2 li.sub a {
        border-top: 1px solid #E9EAED;
        background-position:9px 4px;
        color:#666666;
        line-height:7px;
        padding:12px;
    }

    #menu_container .active .level-2, #main_menu .active .level-2, #main_menu2 .active .level-2 {
        height:380px;
    }
    #main_menu > li .glyphicon, #main_menu2 > li .glyphicon {
        padding:20px 0 20px 10px;
    }
    #menu0, #menu1, #menu2, #menu3, #menu4, #menu5{
        font-size:14px;
    }
}
@media  (max-width:767px) {

    .viewer{
        margin-left:-15%;
    }
    .carousel_diapo1{
        margin-left:7%;
        width:600px;
    }

    .carousel_diapo2{
        margin-left:7%;
        width: 550px;
    }
    img.carousel_diapo3{
        min-width:525px;
        margin-left:13%;
    }
    .carousel ul li:nth-child(2) p.carousel_text {
        width: 96%;
    }
    #headerPicture img{
        position:absolute;
        padding-top:15px;
    }

    #midContainerClass .btnMenu, #midContainerClass .btnMenuActive{
        float:left;
        width:16.6667%;
    }
}

.table_infos{display:flex;flex-direction: row;justify-content: space-between;padding:5px 0 10px;}
.table_infos span{font-weight:bold;}
.table_infos form{text-align: right;}
.table_infos form:focus{border-color: #5ca2f1;}
.table_infos form .hidden{display:none;}
.table_infos form input[type="text"]{width:280px;border:solid 1px #dddddd;border-right:none;vertical-align: top;padding:5px 5px 4px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;outline:none;}
.table_infos form input[type="text"]:focus{border-color: #5ca2f1;}
.table_infos form label{border:solid 1px #ddd;border-left:none;border-top-left-radius: 0;  border-bottom-left-radius: 0;padding:7px 6px 5px;background:#eee;color:#888;}
.table_infos form label:hover{color:#888;}
.table_infos>a.btn-primary{height:27px;margin-top:3px;}

.listing table{border-collapse: collapse;border:solid 1px #ccc;width:100%;}
.listing table th,
.listing table td{border:solid 1px #ccc;padding:5px;border-right:none;border-left:none;}
.listing table tr.even td{background:#f2f2f2;}
.listing table tr.odd td{background:#fff;}
.listing table th{cursor:pointer;padding: 10px 20px;background: #E4E4E4;border-bottom: 1px solid;width: 50%;font-size: 1.1em}

table .empty{color:#aaa;}
table td.empty{text-align: center;font-style:italic;}
.listing td.empty{padding:30px;}
.listing table th.name{width:20%;}
.listing table th.firstname{width:20%;}
.listing table tr.tr-arrow td {padding:20px;font-weight: bold;}
.listing table .expiration_date{width:125px;text-align: center;}
.listing table .permissions{width:20%;text-align: right;}
.listing.book .table_infos div.tabs a{display:inline-block;padding:0 10px;height: 40px;vertical-align: middle;line-height: 40px;}
.listing.book .table_infos div.tabs a.current{background: #9bf4b7;text-decoration: none;pointer-events: none;border-radius: 3px;}
.hide {display: none;}
.listing .table_infos div.tabs a.btnMenu {color: #000000;font-weight: bold;}

.listing table .out_book,
.listing table .out_stock,
.listing table .reserved{width:55px;text-align: center;}
.listing table .nominative{text-align: center;width:90px}
.listing table .input{width:40px;}

.listing .total{padding-top:10px;}

.listing.book .pull-right, .listing.documents .pull-right{text-align:right;}
.listing.book .pull-right p{margin:0 0 4px;}
.listing.book .pull-right {margin-bottom:10px;}
.listing.book .pull-right a{margin:0 0 0 5px;}
.listing.book .pull-right form.archive{display:inline;margin-left:3px;}

.pagination.smarty .disabled, #Dabox .disabled{pointer-events: none;text-decoration: none;}
.pagination.smarty{display:flex;flex-direction: row;justify-content: space-between;}
.pagination.smarty .previous, .pagination .next{flex-shrink: 0;flex-grow: 0;}
.pagination.smarty .pages{flex-grow: 1;flex-shrink: 1;text-align: center;}

.import_container{width:960px;overflow-x: hidden;overflow-y: auto;max-height:50%;}
.import_container .step_container{width:99999px;overflow:hidden;height:160px;}
.import_container .step_container_parcours{height: 130px!important;}
.import_container.documents .step_container{height:360px;}
.import_container .step_container .step{float:left;width:960px;}
.import_container .step_container .step.loading{background:url('../../includes/components/./common/imgs/loading.gif') no-repeat center center;height:300px;}
.import_container .step_container .step.file{height:210px;}
.import_container.documents .step_container .step.file{height:190px;}
.import_container .step_container .step.file .actions{display:block;}
.import_container .step_container .step div.input.upload{text-align: center;}
.import_container .step_container .step div.input.upload div.status_bar{margin:0 auto;}
.import_container .step_container .step.preview{}
.import_container .step_container .step.preview .actions{width:100%;}
.import_container .step_container .step .actions a{line-height: normal;}
.import_container .step_container .step.results{}
.import_container .step_container .step h3{text-align: center;}
.import_container .step_container .step p.intro{text-align: center;font-size:12px;}
.import_container .step_container .step form{width:250px;margin:0 auto;}

#Dabox .listing.versions{width:600px;}
#Dabox .listing.versions h3{text-align: center;}
#Dabox .listing.versions .table_container{max-height:500px;overflow:auto;}
#Dabox .listing.versions table{}
#Dabox .listing.versions table .current td{font-weight:bold;color:#000;height:38px;background: #d5ffe3;}
#Dabox .listing.versions table .date{}
#Dabox .listing.versions table .count_products{text-align: center;width:230px;}
#Dabox .listing.versions table .inputs{text-align: right;width:130px;}
#Dabox .listing.versions table .inputs form{display:inline-block;}

i a{font-size:14px;}

.listing table td.loading{padding:150px;background:url('../../includes/components/./common/imgs/loading.gif') no-repeat center;text-align: center;}
.list-group.filters{padding-right:10px;}

.step.results ul.message{width:550px;margin:0 auto;}
.step.results .api_failed{max-height:350px;overflow:auto;}
.step.results .api_failed ul{list-style: disc;}
.step.results .actions{justify-content:center;}

.message.empty{padding:15px;clear:both;}
.message.empty ul li{list-style: disc;}


.cms_content ul li{list-style:disc;margin:5px 0;}
.cms_content ul.tiret li{list-style:none;background:url('../../includes/components/./common/imgs/tiret.png') no-repeat left 10px;padding-left:15px;}
.registration_form.content_form{max-width:600px;margin:0 auto;}
.registration_form.content_form label{color:#333;}
.registration_form.content_form .label{display:block;text-align: left;margin:6px 0;padding:0;}
.registration_form.content_form input[type="radio"], .registration_form.content_form input[type="checkbox"]{margin:0;}
.registration_form.content_form input[type="text"], .registration_form.content_form input[type="password"]{line-height: normal;}
.registration_form.content_form{font-size:12px;}
.registration_form.content_form textarea{width:100%;min-height:150px;}
.footer .copyright{float:right;line-height: 20px;}
.register h1{display:none;}


div.uploader{font-size:12px;display: flex;}
div.uploader .button_clicker{ width:100px;height:25px; float:left; margin:1px 0 0 3px;}
div.uploader .progress{ width:206px; height: 100%; border:1px solid black; float:left; margin-bottom:5px;}
div.uploader .progress .bar span{display:block;width: 150px;text-align:center;cursor:default;}
div.uploader .progress .bar{ width:0;height:21px;background-color:#3d6fff;padding-top:4px;}
div.uploader .progress .success{ background-color:#00ff12; text-align:center; }
div.uploader .progress .fail{ background-color:#ff0000; }
div.uploader .button_clicker .text_button{z-index: 1;padding:3px 10px;background-color: #7e7e7e; text-align:center; color:#FFF;border-radius:6px;box-shadow:0 1px 2px rgba(0, 0, 0, .6);border: #ddddff solid 1px;}
div.uploader .button_clicker .text_button.disable{background-color:#e3e3e3; color:#868686;}
div.uploader .button_clicker .flash{z-index:2; width:100px;height:25px;position:absolute;}
div.clean{ clear:both; }
div.uploader .bitrate{font-size:11px;color:#444;}
div.uploader .delete_file, div.uploader .see_file{ display:none; }

/***************/
/* Toggle Tree */
/***************/
/* Init */
.toggle-tree {
    margin: 10px 0;
}
.toggle-tree ul {
    padding-left: 15px;
}
.toggle-tree li.has_noChild {
    margin-left: 25px;
    list-style-type: circle;
}
.toggle-tree a {
    margin-left: 0;
    line-height: 20px;
}

/* Active/inactive item state */
.toggle-tree .is-open > ul > li:first-child {
    display: block;
}
.toggle-tree .is-close {
    display: none;
}
.toggle-tree .is-open > ul > li.has_noChild {
    display: list-item;
}

/* Item with trigger (except item without sublevels) */
.toggle-tree li:not(.has_noChild):first-child {
    position: relative;
    padding-left: 25px;
}

/* Trigger */
.toggle-tree-btn {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    padding: 0;
    background:
            url("../../includes/components/./common/../../../themes/main/hoptimal/front/img/icon-more.png")
            top left
            no-repeat
            transparent;
    border: 0;
}
.toggle-tree-btn:focus {
    outline: 0;
}
.weight-title{
    font-weight: 800;
}
.text-padding{
    padding: 2em;
}
.decoration-text{
    text-decoration: underline;
}
/* Active trigger state */
.toggle-tree-btn.is-open {
    background-image: url("../../includes/components/./common/../../../themes/main/hoptimal/front/img/icon-less.png");
}

.block .loading{min-height:100px;background:url('../../includes/components/./common/imgs/loading.gif') no-repeat center center;}

/**************/
/* DMI Search */
/**************/
.dmiSearch .label-danger {
    display: block;
    max-width: 522px;
}

@media screen and (min-width: 768px) {
    .dmiSearch .label-danger {
        max-width: 197px;
    }
}

@media screen and (min-width: 1201px) {
    .dmiSearch .label-danger {
        max-width: 255px;
    }
}

@media screen and (min-width: 1600px) {
    #midContainerDetails .borderBox {
        padding-left: 28px;
        padding-right: 28px;
    }
    #monoClass {
        padding-left: 28px;
    }
}

/* Collapsible */
.collapsible{position: relative; cursor: pointer;}
.collapsible:after{cursor:pointer;border: solid black;border-width: 0 2px 2px 0;display: inline-block;margin-left: 8px;padding: 3px; content: '';position: absolute;top: 0.9rem; right: 0.3rem; transform: rotate(45deg);-webkit-transform: rotate(45deg);transition: transform 1s;}
.collapsible.no-collapsible-icon:after{display: none;}
.collapsible.collapsed:after{transform: rotate(-135deg);-webkit-transform: rotate(-135deg);top: 0.9rem;}

/* Equivalences étrangères */
.arianne.equivalences {margin: 0; width: calc(100% - 30px); padding-bottom: 3px}
.foreignEquivalences {display: block; color: #5A5A5A; margin-top: 50px; padding: 20px; border: 1px solid #D0D1D4;border-radius: 10px;}
.foreignEquivalences .equivalences-results-container{display:flex;justify-items: stretch;height: 50vh;}
.foreignEquivalences .equivalences-results-container > div{flex: 1 1 auto; width: 49%;padding: 0.5rem;}
.foreignEquivalences .equivalences-results-container .equivalences-results-from-container{overflow-y: auto; margin-right: 5px}
.foreignEquivalences .equivalences-results-container .equivalences-details{display: grid;}
.foreignEquivalences .equivalences-results-container .equivalences-details .list-products-container{overflow-y: auto;height: calc(50vh - 96px);padding-top: 0.5rem;}
.foreignEquivalences .product-info{margin: 0.5em 0 1em 0;color: #337ab7;font-weight: 500;font-size: 0.9em;}
.foreignEquivalences .intro-message{font-size: 0.9em;}
.foreignEquivalences .table-products{margin-bottom: 1rem;}
.foreignEquivalences .equivalences-results .table-products a {cursor: unset;}
.foreignEquivalences .equivalences-results .table-products #equi-products-France a {cursor: pointer;}
.foreignEquivalences .list-products{padding: 0; margin: 0.5rem 0;}
.foreignEquivalences .list-products > li a{padding: 0.6rem 0;display: grid; color:#5A5A5A;}
.foreignEquivalences .list-products > li:hover a{color: #CC0033;text-decoration: none;}
.foreignEquivalences .list-products > li:nth-child(even) a:not(.product-selected){background: #F4F6FC66;}
.foreignEquivalences .list-products .product-name{font-weight: bold; font-size: 15px; padding: 2px 0;}
.foreignEquivalences .list-products .product-description {display: flex;font-size: 14px;justify-content: space-between;padding: 2px 0;}
.foreignEquivalences h4{padding: 0;color: #337ab7;text-transform: uppercase;font-weight: bold;font-size: 17px;}
.foreignEquivalences h4 .count{position: absolute;color: #fff;display: flex;justify-content: center;align-items: center;font-weight: normal;width: 28px;height: 28px;border-radius: 100%;top: -4px;right: 30px;background: #337ab7;font-size: 14px;}
.foreignEquivalences h4:hover{color: #CC0033;}
.foreignEquivalences h4:hover .count{background: #CC0033;}
.foreignEquivalences .equivalences-search {margin-bottom: 20px;}
.foreignEquivalences .equivalences-search .countries_select_container {display: flex;flex-direction: row;margin-bottom: 2rem;gap: 1rem;flex-wrap: wrap;}
.foreignEquivalences .equivalences-search .search_input_container {display: flex;flex-direction: column;flex: 1 1 auto;gap: 0.5rem;}
.foreignEquivalences .equivalences-search .search_input_container .input_search {display: flex;}
.foreignEquivalences .equivalences-search .search_input_container .input_search input[type="text"], .equivalences-search .search_input_container .input_search input[type="search"]{color:#5A5A5A;width:450px;padding-left:0.5em;box-sizing:border-box;vertical-align:top;background: white;height: 40px;border:solid 1px #BBB;flex:1 1 auto;}
.foreignEquivalences .equivalences-search .search_input_container .input_search input[type="submit"]{height:40px;background: #fff url("../../includes/components/./common/imgs/icon-search-red.png") center center no-repeat;width:40px;cursor:pointer;border: 1px solid #337ab7;border-radius: 0 0.5rem 0.5rem 0;border-left: 0;}
.foreignEquivalences .equivalences-search .countries_select select {padding: 0.5rem;border-radius: 0.5rem;border-color: #337ab7;color:#5A5A5A;text-transform: uppercase;}
.foreignEquivalences .equivalences-search .image_tool_container{align-items: flex-end;display: flex; height: 20px;margin-top: 30px;cursor: pointer;}
.foreignEquivalences .equivalences-search .image_tool_container img:first-of-type{transform: rotate(180deg);margin-right: -5px;}
.foreignEquivalences .equivalences-search .image_tool_container img:last-of-type{margin-left: -5px;}
.foreignEquivalences .equivalences-search #inp_search_foreign_equi_ee{padding: 0.5rem;border-radius: 0.5rem 0 0 0.5rem;border-color: #337ab7;border-right: none;width: calc(100% - 45px);}
.foreignEquivalences .equivalences-search .country_flag {background-repeat: no-repeat; background-position:  right 5px center; background-size: 20px;}
.foreignEquivalences .equivalences-search .s-hidden {display: none;}
.foreignEquivalences .equivalences-search .select {cursor:pointer;display:inline-block;position:relative;border-radius: 0.5rem;outline: 1px solid #337ab7;color: #5A5A5A;text-transform: uppercase;}
.foreignEquivalences .equivalences-search .styledSelect {top:0;right:0;bottom:0;left:0;background-color:white;padding: 0.5em;}
.foreignEquivalences .equivalences-search .styledSelect:after {content:"";width:0;height:0;border:5px solid transparent;border-color:black transparent transparent transparent;position:absolute;top:15px;right:6px;}
.foreignEquivalences .equivalences-search .styledSelect:active {background-color:#eee;}
.foreignEquivalences .equivalences-search .styledSelect span{display: block;width: 100%;background-position: right 29px center;}
.foreignEquivalences .equivalences-search .options {display:none;width: 100%;height: 50vh;overflow-y: scroll;position: absolute;z-index:999;margin:0 0;padding: 0 1em;list-style:none;border:1px solid #ccc;background-color:white;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);}
.foreignEquivalences .equivalences-search .options li {margin:0.5em 0;padding:5px;}
.foreignEquivalences .equivalences-search .options li:hover {background-color: rgba(204, 221, 237, 0.96);color:white;}

.foreignEquivalences #form_ee_filter{display:flex; flex-direction: column;}
.foreignEquivalences #form_ee_filter p{margin:0;}
.foreignEquivalences #form_ee_filter p.product-info{margin:0.5em 0;}
.foreignEquivalences #equivalences-radio{display: inline-flex;justify-content: space-between;}
.foreignEquivalences #equivalences-radio>p{display:flex;align-items: center;}
.foreignEquivalences #equivalences-radio>p input[type="radio"]{margin:0 5px 0 0;}
.foreignEquivalences #equivalences-radio>p label{cursor:pointer;}
.foreignEquivalences .loading{min-height:100px;background:url("../../includes/components/./common/imgs/loader.gif") no-repeat center center;}
.foreignEquivalences .equivalences-results-from-container p {text-align: center;}
/* Formes et couleurs */
/*.inp_search_form_color_classe {margin-top: 2rem;}*/
.inp_search_form_color_classe label {font-size: 14px;}
.inp_search_form_color_classe label:first-child {font-weight: bold}
.inp_search_form_color_classe .input {margin-top: 1rem;}

#main_menu2 .level-2 li,#main_menu .level-2 li{position:relative;}
#main_menu2 .level-2 li a,#main_menu .level-2 li a{padding-top: 4px; padding-bottom: 4px; width: 100%}
#main_menu2 .level-2 li a:hover,#main_menu .level-2 li a:hover{background-color: #e8e8e8; text-decoration: none}
#main_menu2 .level-2 li a:hover,#main_menu .level-2 li a:hover{text-decoration: none}

#main_menu .level-2 li.no-access a{color:#666666;}
.new-feature{cursor: default;position: absolute;right: 4px;top: 1.1em;transform: translateY(-50%);text-align: center;color: #C0273E;border-radius: 3px;text-transform: uppercase;font-size: 10px;display: inline-block;padding-left: 0.5em;}

/*Indicateurs*/
.no-title-dialog .ui-dialog-titlebar {display:none}
.no-border-dialog {border:none;padding: 0;}
.confirmation-message.ui-dialog-content{ background-color: #417650;color: white; min-height: auto;text-align: center;}

/*GPR*/
.gpr-box {margin-top:1.5em;}
.gpr-box .gpr-box-top{display: flex;flex-direction: row; align-items: center; padding: 0 4px}
.gpr-box .gpr-box-top .atc-name{font-size: 1.1em;text-transform: lowercase;}
.gpr-box .gpr-box-top .no-access{color: var(--text-blue, #444C62);font-size: 1.1em;font-weight: 400;line-height: 1.1em;opacity: 0.7;flex: 1 1 auto;}
.gpr-box .gpr-box-top .gpr-box-img, .banner .gpr-box-img{background-position: right;background-size: contain;background-repeat: no-repeat;width:100%;height: 3em;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOwAAADsCAYAAAB300oUAAAATmVYSWZNTQAqAAAACAAEARoABQAAAAEAAAA+ARsABQAAAAEAAABGASgAAwAAAAEAAgAAAhMAAwAAAAEAAQAAAAAAAAAAASwAAAABAAABLAAAAAGbYnAsAAAf50lEQVR4nO2deZgUxfnHPz0L7DR4YLxiNB6JifcMoIJ38DZeMVFjNIknxgYRAYlniPetiKDQKhLFxyvGIx5R44WKoqDijBoVb/2peKAoau89vz9qSNbZnt6dmeqqrtn6PM88sNUzVd/Z7W93ddVbbzmFQgGLxWIGKd0CLBZLz7GGtVgMwhrWYjEIa1iLxSCsYS0Wg7CGtVgMwhrWYjEIa1iLxSCsYS0Wg7CGtVgMwhrWYjEIa1iLxSCsYS0Wg7CGtVgMwhrWYjGIPjIqcRxHRjWWCArzOAToF/GW/zhDmbfsBzfj/RDYo5tqHwjy/iIZ+izdI2PtuRTDWpQwDVgx4vjl8D/DAhsCf+umzh0B6YZ1s170FbzsBd4BJ+x9ncod578/F3DEz86y90S9UuA4FFLiX1IpUZYq/j+VglSDOF78P6kUNDRQSDVAQwoa+tD6tyO0ZnywhrXEwZHADN0i4qDvUbOgoWFxoU/Df2jo8yQNfe5tm7zfXFXt22dYi3SCnH8tMF23jhhZGdgeOBV4umHCPa81nPTA4Q2nPdwQd8PWsJa4GAs8q1uEIjZAPH7Mazh99qA4G7KGtcRCkPNbgIOBr3RrUcgQ4JnU2XMOi6sBa1hLbAQ5/x3gaN06FNMIXJc6/9mxcVRuDWuJlSDn3wbcqFuHBi5zLnnh97IrtYa1qGA08JFuERq42pn80kYyK7SGtcROkPOXAJ5uHRroD/jOla9JiyyyhrUoIcj59wC36dahgR2AfWVVZg1rUcnxwK3AC8DXmrWo5ARZFdlIJ4sygpz/MfC7ZT+7g0auDwwvvvYBVtAiLH625+q31gPeqbUia1iLNoIXp78JvAnMcAeNTCNM+0dgb74fVVwP7ApcXWsltktsSQTBi9Obghen3RYsmLYvsBEicqhVsyyZDJVRiTWsJXEEC6a9HiyYdiTwc+AO3XoksYGMSmyXuArcQaNWgMJqwEBgAOBQKLQA3wFfAh8GOb9No8TE4G4xxsFxUgXHKTTNm9xRyWeDF658F9jfHTJ6V+BK4GdxaFTESjIqsYbtAe6Q0ctBYW8K7AGF4RRYp5uPBG7Wuws4J8j5/1EgMRG4g0elwNkeh91xnG3B2RBYbdnx9LBx4Difk0q9hOPMJ5Wai5O6v+mJ85uj6g1euOIhd/PRQ4DJwFHxfovYkDKgZg1bBnfLMSkKhV0oMIJC4VdEZ3vo8nFE4PtBbtabDkwIcn5TLEITgDtoZF/gGMT0xbrdvH0VxML5HYs/f53+xSn3FhoariPV8HDzw2eGLhAPnr/iG2CEu8VxDwLXIYISeh32GbaE9LBx/dJDxx4NvAY8CBxIZWbtTAo4FnjEzXpR2SKMxR00chiQB6bSvVnDWAHHOQT4N/By425n/q5xj7PLnpfBc1NvQ6xF7Y2hjtawy0hvMyGV3mr84cBbiOF3mc9L2wAPuFkvLbFO7bhZbxQwB5GORgYbAzcD8xr3PG9YuTcFz015AdgSeFlSu8ZgDQuktztxS+B5xFTCWjE1sxVwQUx1K8fNehMRA0FxPFZtDsxt3PuC6f1+dXFo1zeYP+UjYCd6mWl7tWHTw09tTO9w8iTgGWCQgibHuFlvawXtxIqb9UYAZ8XcjINYMDC/368nbRL2hqb5l39GLzNtrzVs404TN0BkGRyHut+DA5ynqK1YcLPehsAUhU1uDMzrd8Dl+4UdbJo3+TNgN+ADhZq00SsN27jLGXsjzJrR0PxwN+sN1tCuLKYiRsFV0h+4vd9BV4wMO9j07OSPgT3pBQsKep1hG3c/+zjgn+gNND9GY9tV42a9PYBdNDWfAqb1O2T6yWEHm5697GXEwgKteYPjplcZtnHP885EdOd0f+99u022nUzG6RYAnN/3j9eE32mfmXQ/hj9ydIfuE1cZjfte9Ffgr7p1FFkDPd3xqnGz3nqIFSdJYFrfw2f+rsyx04EnVIpRSa8wbL9fTxoHnKlbRwk76BZQIfuRrCVvM/uOmLVFaWHT3EvbgUOo0/SqdW/YfgdO+Q1wiW4dIRh1hwV21i2gBBe4q88xN61WeqDp6Us+BP6sXlL81LVh+x08fVPgBpL5PTfWLaBCsroFhLAmcF2fY/8eduefATyqWE/sJPFElkLfQ2csj1hLmdQgcWOWihVDKuOKAKuVXwJjSgubnrq4gBiNr6dF8PVrWMR8YZJN8QPdAirgR7oFdMOFfY6/Y/3SwqY5F72J2IazbqhLw/Y96vr9gNj2N5FEg5v1VAcgVEvSk6M1Alf1GX93WNf4HOAzxXpiQ+t62L5HXtef5uY1nJbm5WhtSTmtrdDWCm1tOO1t0N4uXh0d0NGBU+iAjgIUClAoLAkWXNklC12fkTevQEvLNB3fpwoGAIFuEXXCTogEbrM6FzY9eeFX6R1OPgOxUMF4tBi2z/i7d6QpOJWmYGeqnyr4NeFpI89GzHNaeh/nN5z4r9vbL9rz25LyGcDJwI81aJKK0i5x6ty5/RpOe/gaxOjdLlRv1hcR4YXfo8+YOzZALBi3yMWUbBk/ImQ6p+mJC1qA89XLkY8ywzqTX+oL3AmMkFDdWcGCK8NiRi8AYt8FWyKmxL1+oVtABUxoOO2hVULKrwMWKdYiHZV32HMRKypq5U1C7q4Nf753MCIaxySMeH4Ncv6niIyQJjAAmFBa2PT4eQFwqXo5clFj2Bnvboy8/UWmBi9cEZYuMylxwj2lgCGGLbJQt4AKGN1w+uywabOZmPU774KqO+wJktpaikjj8j0aTnt4feBXEupXyRdBzjelSwxgUrrWAYg9ab9H0+xzv0DkjDKW+A07830HeV3V24Pnpy4NKT+eZAWm94RPdQuokBd1C6iQY1NnPxWW7fIK5UokouIO24i8qJ7rSwtSZ8/pj5h/M413dQuokPm6BVTIasD+pYXNj569ALHdpZGoMGy1OX1LeY/wdY4HAibm/H1bt4AKmYd5cbldusVFblKqQiIqDCurjTuD+VPCBpv+IKl+1byhW0AlBDn/O8y7M22TumDeRiHlN2POlNr3MCmW+O7SgtRFz62GCEkzERNTcz6uW0AVHFJa0PzIWR9h5ncxxrBLgCdDyvfDnO9Qyou6BVRB2N8g6XQxbJHblaqQhCkn+yNN8yaHbd+4j3Ilcng/yPmLdYuogjlARVtGJoCfOJcuCNv241/KlUjAFMN26b44U1/pR/LSlvSUuboFVEOQ85cAC3TrqIIuF/bmh854G7OCQQBzDBvWFRuC+oTWspitW0ANzNYtoArKhcTer1SFBEww7NeI7QxLMS3rYGdm6xZQA4/pFlAFg53LX/5hSPlDypXUiAmGfabpmUlhz03bK1cih8VBzn9Nt4gaeBzznmMBdg8pe0a5ihoxwbBd767XvOMA26qXIoWndQuohSDnf4OZU1Jdzpfmf/91MYY9x5pg2JdCytYBVlItRBJGDjiV8KxuAVWwTZlyo/4eJhg27PnVtJy+nTH6DlvERMNu7ExfGJZMzqjvknTDFoBXQ8o3VC1EIs/rFiAB4579EKu5tgwpf0W1kFpIumE/bnr6kuaQ8k2VK5HDB8VnQNN5FWjRLaIKwnZyN2mdb+INW25X7Z8rVSEPk0eH/0uQ8zsQqXpMo8ujVPMDEz8HPtegpSqSbtj3ypSvqVSFPIy6mndDXRi2iDF/F62JxHtAuTts2CS4CdQyhdDd9omluYraevCZsPjsnmKiYcv1zP5PqYoaSLphu3ZVZr6/PO3taQ1aZFD1ieEMZZ1K3h/k/TnAwGrb6wHGnOSdWJ0Z7/RlxHqlC/GN+S5J7xKH3SFMzur/iW4BEjF1v5qwjb0+VK6iSkw07KrKVcjjI90CJGLi8kAIN+zHylVUiYmG7atchTzq6Q5rzMhqCauHlBnzXZL+DFu6qREkX3M5vg1yfguAm/GmUT4TQrVMD/L+Kct+cDPedsC9ktv4Ksj7y56lTUvItoywaCdj5sZNPPmX0y2gSjqPyPZHfqbH0rXBfWJoozMmBk6ASDJeStiNIZEkvUtcTxhzFe8hpuy1U0rYBd+Yv401rDpqmfO0yCPsDhu2m0QiMbFLbOqJ397p/zOQn3WiNFrnNeAIyW107gb3l1y3ToxJRJ90w4adFMZ0X0r47761xaCGOXE2FuT9RYg9UeNC1o4OqjH12RtIfpd4+ZAyUw1rasK4cph6hzX12RtIvmHDBgialKuQQ6NuAZIJu5iaQFg+qoaQskSS9C5x2JzZF8pVyKGmO6yb8UYSbfoFQd5/vNP71wIOqKXNEJqDvD+9+P+VJdetii9DyoxJN5R0w4ZFpXyCGMAx5qpYpJ+b9ZarYQH7+UQPjlzO9xOurw9cVmVb5fgKMN2wS0LKBirWUDVJ7xJ3Xfd65NrtmBviFxbHaiqr6RZQJUbfYZNu2HIrc4xZDlVCWI/BVEy9+CwKKZO14XjsJL1LvFaZcmOWQ5Wg8iRvonzGjmr5utP/15ZctyreDykz5rsk3bBrp7eZkGp6+pLSkb23tKipnXIXIOkEef8ZYN0YmzDmJO/Ex4xYL2wetqLkADpJepfYJfyXGZZc3ATCsvYZh5v1HAw6yTvxbpnydRVqqImkGxYgbMt7E7eKANhAtwBJ/Bgz55XLZa00prdggmHDkoa/ipkbMpm8Y0FnfqZbQJV02UWicY+zV0RcgIzABMN2TRp+9HoBZj7HDnSznpKcVB3zGN4xj0I3r+FVVm/qzgu5kLKMchU1YIJhw7a7BzO3i4Dy38ckTDVs2D5NmylXUQMmGHaj9Fbjw+JWn1KuRA7ldlEzCaNO8iKvF0b+PCxxXFa5khowwbAOMDSkPNblaTFSD4Y16iQv8mSZ8q2UqqgREwwL4b/UVzEz1eYWbtYzdS0pbtZbC4NibzvxeGlB425n/QDDegumGHaX0oLCcZt0AA9o0FIrjcAQ3SJqwFTtYXfYbRA9OGMwxbDbpoeODcvFc79yJXLYQbeAGthCt4AqyBeO3zQsTHO4aiG1Yoph+xL+y30AM+djjXpuKiFsPCHp3FOmfFelKiRgimEBdist6Dhxi8XIT2amgkG6BdTA5roFVMHdpQWNu56xLobNwYJZhj3Q3XJMmN5blCupnfXcrGdMpr5luFnvJ8AqunVUyAfA/JDyfVQLkYFJhl0D2Dak/HbM3DbCxF3kTby7ziqcMLgQUr6vciUSMMmwAL8tLeiYuN0XwH0atNSKiYY18fl1VmlB485/XR0DB5zAPMPu725+XFgup+khZUlnXd0CqsC0O+zcjpOHhu16fwjJXwseimmGXQPYM6T8IcxbDNA1X1WCKa6BNc2w08qUH6ZUhURMMyzAn0oL2s/dpUD5P05SMW1j6p8SnnY2qXwE/L20sHGniVnMDK0EzDTsnu6Q0WHrF6/GrFBF0wxr2lreaR0Ttw1LBzNSuRKJmGjYFHBMaWH7xXt/A1yhXk7VpHULqBBzltR1dHwL+KXF6eGnrQwcql6QPEw0LMBod/CxYd2zyYhk1yZgmmHDUvUkEufbb2a2nzk8rLflYfgeR6YadkVgVGlh25TfLAEuVK6md6As42ONfOV89+25pYXpX5zaDzhWgx6pmGpYgLHu4FFhV8vLkJ+P12JK4vD2tnNbZxwatjPEkZRPTG8MJht2dUKumG3TD24CTlIvp2KadQuokOQPknV0LEwt/XpqaXF6h5NdYKIGRdIx2bAAf3EHjewS29p67WG3Av/WoKcSPtctoEKSb9hUymu9+g9h25Eeiyk9hG4w3bArAqeXOXY0sFShlkr5SLeAnuJmvb66NXSH09R0Q9ukfR8rLU9vf9Lq1MndFcw3LIDnDhrZZQSzddaI94EJGvT0lLBNmZJK0rf2fLuQTpcbUDoXswI+IqkHw/YBrnUHjezyXVpuHnk18A/1knrEK7oF9JQg5yd51/s255ulI9ou/02X3lR6uxOHA0eplxQfKgyrIiPE1sCYMseOBN5QoKFSTNsf6AvdAsowofX6o7p2hbf9c3/gGg16YkWFYcPCw+Lg3OIC6+83ftuYpcBv+P5WibpZCryuW0SFJO6Z22kKbm276pDLyxy+ELELfV0Rv2GPXLsJNc9r/YFb3KzXZZOmljvHv4wwbVIWuj8e5Pw23SIq5D+6BZTwWCHthoYZpreZsC8wWrEeJah6hu2yaiImtgQmhR1ovvvERxBxpElI2naXbgFVEJZmRQ8dHTmnpfmA1hmHdum9pbc+YR1gpgZVSlBl2EmoCxQY5Wa9g8MONP/r1FvQb9pm4E6N7VfLQ7oFAFAovEIqtWvLTSO7PFOntxrfH/G7XVm9MDWoMeyIdd+j/HxpHFzrZr2tww40PzjxRvSa9pYg5yd1AKcsQc7PIXZb0EhhntPcvFPrDUd/VnokPWycg7izDlavSx0qp3UuAq5T1JYL3O1mvdB9TJsfPuNG4NfAd4r0LKMdOEdxmzKZoq3l9vb7wdmx+Y5xn5Z5x6XAQSol6UCZYQtjNysgpljOAFQMuKwCPOZmvdCRwuZHz74b2B61AQzTgpz/psL2ZDMTPal4znNamvdtuXV06AU2PWzsycA4xZq0oDRwouO0rQvt5+5yJiKB8yzg25ibXBN4xM16oXGwTbPPewGRp6jczmYyeQv4i4J2YiPI+S3AEah7nPjcaWk+sOXO8ac133dK6EU+PXTsycD5ivRoR0ukU9ukfV9tm3bQYYiQsZUQgdlxvbYCgnJamp644CNgR8Qzdlwn4tfA/kHOT9JccFUEOf9JVEyZtLf/Hdi4+f6/lI1US295/ER6kVlBc6rH1pmHdwBLii9tNM25qB04K73V+AcQydxkZgf8GtinOGhTFwQ5f7qb9TqAK5EdZ1woPAec0PzgxCfKvcXdYkwDDlcWQlIF1Tv1EEssjaZnJs1DJMv+E3KebRcCWwc5v+zJZypBzr8KMQYga+T4cWAfHGdo8wNRZj1uFcSuhb3OrGBoMuU4aXr2sg7gGnfLMTcChwNjgdDR5qhqgMuBs4Kcr3okWhlBzp/rDhqZQUSRHQPsVGEVryCCSG5ofvScbkM13c1HDwNuA8KyZvYKrGHLEMyf8h0wzd38OB+xLeEBxX/XifjYK8BNwDVBzu8yV1iPBC9Ob0NEsv3dHTxqJcT+sRshxg9WQXSZHcRF7AvgfQqFd3Cc55uevLBHi/jdIaMbcTgVOJVefs726i/fE4Lnp3YADxZfuINH9Qd+AAxA7FvbhpjP/SzI+WUHt3oDwYJpXyIioqRFRblDjt0WuArYRFadJmMNWyHBgmnfoT7gotfhDh61AY5zPiLApR6QcjG3hrUkCnfwqK0R4wb7k/xMF5XwjYxKrGEt2nEHjVwbOBCc3yGegeuRt2VUYg1rkYab9YYDHwNvBDk/NAjFzXr9cJyfAJsB2wG/wODNqSogL6MSa1iLFNystxdwb/HHNjfrfcj/gmLSiEG6lRDJvHvj/P/jMiqxhrXUjJv11gSu71TUBzH9FTUF1ptYBDwlo6LeeKWzSMTNeg2Iuee6XTQuAZ8//bRdRkXWsJZauQjYQbeIBLMYEfUmBWtYS9W4We8gYLxuHQnnxMKxGy6RVZk1rKUq3KyXpY6TnUni1sLYzaT+jqxhLRXjZr01gHsQqWUt4TyNyLAiFWtYS0W4Wa8/Yvqm166Y6QGPAnsWJgyRHsJqDWvpMcUR4VuAIbq1JJQCcAmwR8cpw76KowE7D2vpEW7Wc4AZwD66tSSUOcCE9jOHPxtnI9awlp4yCbGg3/I/PkE8Hvyt/cI9pARGdIc1rDmsg1gIXo7SnRXmIEIBo+jRChI36/VBZLmc1ZP31znL1j9/0Tb1gC9VN+4UCoXaK3GiziOLxQIgw2t20MliMQhrWIvFIKxhLRaDsIa1WAzCGtZiMQhrWIvFIKxhLRaDsIa1WAzCGtZiMQhrWIvFIKxhLRaDsIa1WAwiMat13IznAo2q2w3y/hLVbVos1aJ0tY6b8RwgA+wIDELsI/pjYFX0Xjw6EGsb3wXeA94E5gNzgrz/RRwNuhlvODA8jrpjYinQjkjb+TGwMMj779daqZvxBgH71VqPIjqAr4GvgM+B94G3g7y/tCcfluI1FYZ1M96PgJHAEcCaNTeojg5ExvYbgJuDvC9lBzIAN+OdAZwuqz5NfAL8G7g+yPuPVFOBm/EOB/4mU5QG3gLmAvcB95UzcOIN62a8fsBEYAJifxWTWQxcAEwO8n5brZXViWE7Mxc4Osj7r1TyoToxbGeWAlcD55Q+biV6Payb8dZC/BH/gvlmBbEVxcXAfDfjradbTALZGvG72Vm3EM0sD5wAvOZmvO1kVx6LYYtd4NnUZ3a9QcCzbsbbTLeQBOICd7kZbwPdQhLA6sAjbsbbXmal0gd63IzXF/gH8NMKPrYYWIh4mG8q/iuD5Qj/jisikmD3R1wRVwJWqKDeVYH73Yy3RZD3F9Wssr5YDpgO7KRbSALoB/zDzXgbBnlfSv6nOEZmxyG6R1G0A3cANwNPBnn/8xh0VERxWuknwMbANsBewM8iPrIm4BPPCOdVxbp1swLiHFkFWBfRY9odGNjN53Z0M97WQd6fW2P7TyEeqXSTLr5WA36ISIg3FNiE6MR4FD9zKvBnGUKkGtbNeCvR/S94NvCnIO+/IbPtWgnyfgC8Unzd5ma88cBuwBTg52U+9is3420V5P1nJMtZFOT9FyXXKYViD+owxPP8wIi3HoYYw6iFz4O8P7vGOmKjeL4fApxC9OzHCDfjnQa01Nqm7GfYIxFdzHJcD+ySNLOGEeT9QpD3H0RcSZ+LeOs4RZISQZD3W4O8PwOxxWTUo8svFUnSRpD3vwzy/pXApogbUTkGAr+Q0aZsw/4x4thTwFFB3peysa0qgrz/FXAwohsfxl5uxlMeoaWbIO+/hOjqlWNtN+OtpkqPTorTNwcgxmLK0d1jYo+QZlg3460DZCPecpxpZl1GkPffBO4qc3gAsIU6NYniWsS8Yzk2ViVEN0HeX4zYyqQcm8hoR+YdNmrO6dEg7y+Q2JYO7o84tqkyFQkiyPvNQNTz+49UaUkIsyOOrSOjAZmGHRpx7A6J7egiH3FsDWUqkkdUPPGqylQkgw8ijknZS1emYaOmQGodLUwC/xdxbKAqEQkk6rnNVaYiGSyJOFbJPH9ZZBo2KlDiTYnt6CKW/T7rgCDiWD2EpFbCtxHHpPwuZBp2lTLlrUHe/1piO1oI8v53CNOGvaJOWosFJBlWZuDED8qUS982XhdB3h+oW4Nh2F6JZKTcYd2MN1BGPZa6o/b1ZJbvYXM6WWqlIeJYhzIVySD2ABprWEutrBxxTPkO5ZopN44D5SPlKsIa1lIrUUHvUVM+9UhUYgMpz/PWsJaqKa7cGR7xlqhAgnokasHDhzIasIa11MKBlA8I6KA+5t97RDGW/vCIt7woox1rWEtVuBlvXeCyiLe8UlxjXPe4GW9V4Haiww/vk9FWYhKJW8zBzXh7IzIDRi2fe1CRHG0Ul1X+HjiH6HjyhYh0sDVjDZtM0gma23YReZo2BDYH9qdnq5NmSWi7f/FOrpt+iLvnAGBtRBjuMETequ6C+jsAL8j7HSLVVW3UhWHdjHedbg3AlCDvvyCprpOKL1P5Z3GBe63sCrwjoR5dtAJHBHn/MVkV1oVhEfmDdHMXIMuwJvMpcJxuEQngIeBE2bm56sWwlmSwCNgzyPu9bTqnBdETeB14ErgnyPuvx9GQHSW2yOImYHAdZBaphgB4A2HWu+IyK9g7rKU2XgL+BcwM8v5C3WI0siKwd/F1sZvxHgROiePiZQ2bTF4HXtMtosiybSa/RWwz+SlC28txbcXZiQ+AR2NuoxJcxFTW2oik8+XYHdjFzXgnBXn/UpkC6sWwqjanuhoxchk3twR5/wwF7SSdF4K8f7huEWEUgyV+idj4KhPylgbgEjfjdQR5PyrApCLqwrBB3n9XRTtuxqubxfiW2gjy/mfALDfj3YiI+Co3Mn6Rm/HuD/K+lB6THXSSh/FpcCyVU8y1fTxwb5m39AHGyGpPlmHtnaf3Lda2FAnyfoHoza4OlNWWFMMGeb+F8onI6qLb3QOiMuZZ6pxil/f5ModXcTPej2W0I7NLXG7LyAHFdZP1wICIY3GPmFqSz5MRx9aW0YBMw74XcUzK1SUBRBn2E2UqLEklai56ORkNyDTs2xHHNpfYjk7K7Y+yOMj73yhVYkkin0Yck7ILgkzDRkV17CaxHS24GW9Nym/u1JujfCz/I/bdGWUaNmoXs98maH1ntUSN9EVt+GyxSEOmYedTfuBpBaI3/000bsZLE71kbI4qLZbejTTDFieQ74x4ywluxttLVnuKmUT52NFWekE6FEsykB3pdEU3bd3pZrwRktuMDTfjNboZbyowMuJt9wR53+4hY1GCVMMGeT9P9ObNfYFr3Iz3uJvx9nIzXiKDKopG/QOQA0Z383Zpgd0WS3fEYZgTgJ0RawTLsUPxtcTNeE8jlmstRCzl0hHmOABYHpFobBNgG3q2Y/adQd63z68WZUg3bJD333Uz3mGIO213d/CBwJ7Fl2ksAkbpFmHpXcSyWifI+/8EDgXa4qg/AXwO7BPk/UW6hVh6F7Etrwvy/o3AdsBbcbWhiRywfZD37dyrRTmxrocN8v6zwMbAWODdONtSwMfAOGCYrMXIFkulxD5KW1x6d3lxemQ4IlHVcET2+CSv4ikgBsJmA/cADwZ5X2YXfwnlF0wskdhO0vmG8r+HqNjcJPId5b+LlMFUp1CofVd7x3Eq/kxxSmd9YC1EYqsBRK+GiZtWRNaIzxB304W9ZTMnixqkeE1GJRaLRQ02p5PFYhDWsBaLQVjDWiwGYQ1rsRiENazFYhDWsBaLQVjDWiwGYQ1rsRiENazFYhDWsBaLQVjDWiwGYQ1rsRiENazFYhDWsBaLQVjDWiwG8f8om4GH8Gfl/AAAAABJRU5ErkJggg==');}
.gpr-box .gpr-links{padding:0;}
.gpr-box .gpr-links li a {color: #CC0033;}

/*GPR Banner*/
.banner{display: flex;flex-direction:row;gap:0.5rem; width:66rem; font-size: 1.25rem; margin:1rem auto 2rem auto;padding: 0.5rem 2.25rem;align-items: center;gap: 0.75rem;border-radius: 0.5rem;background: rgba(254, 205, 68, 0.25);}
.banner .tag-banner{display: flex;padding: 0.25rem 0.75rem;justify-content: center;align-items: center;gap: 0.5rem;border-radius: 4px;background: #A4280B;color: var(--background-main, #FFF);font-weight: 700;text-transform: uppercase;}
.banner .content-banner{color: #000;font-weight: 400;flex-grow: 1;flex-shrink: 0;}
.banner .content-banner a{color: #337AB7;font-weight: 700;text-decoration-line: underline;font-size: 1.25rem;}

.button-primary.disable{pointer-events: none;opacity:0.8;user-select: none;}
.button-tertiary {border: 1px solid var(--vidal-color); border-radius: 2px; background-color: #FFF; color: var(--vidal-color);font-weight: 600;font-size: 14px;cursor: pointer;padding: .6em;}

/*Switch*/
.switch-container{ display: flex;gap: 0.5rem;align-items: self-end;}
.switch-label:hover {color: #3073AD;font-weight: 600;cursor: pointer;}
.switch-label .switch-count{    padding: 0 0 0 0.5rem;}
.switch {position: relative;display: inline-block;width: 2.75rem;height: 1.25rem;min-width: 2.75rem;}
.switch.reverse{transform: rotate(181deg);}
.switch input {display: none;}
.switch input[type="checkbox"]:not(:checked) + .slider .ui:before,.switch input[type="checkbox"]:checked + .slider .ui:after {position: absolute;border-radius: 1em;line-height: 1.5em;font-size: 0.8em;font-weight: bold;transition: all .2s;}
.switch input[type="checkbox"]:not(:checked) + .slider .ui:before {content: "";top: 0.6em;left: 2.6em;}
.switch input[type="checkbox"]:checked + .slider .ui:after {content: "";color: white;left: 0.6em;top: 0.6em;}
.slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;color: white;-webkit-transition: .4s;transition: .4s;font-size: 1em;border-radius: 1em;text-align: right;background: #CECED4 no-repeat padding-box;opacity: 1;}
.slider .ui {font-size: 1em;}
.slider:before {position: absolute;content: "";border: 1px solid #337ab7;height: 1rem;width: 1rem;top: 0.075em;left: 0.075em;border-radius: 0.75em;background-color: white;-webkit-transition: .4s;transition: .4s;}
input:checked + .slider {text-align: left;background: #337ab7 no-repeat padding-box;opacity: 1;}
input:focus + .slider {box-shadow: 0 0 1px #337ab7;border-radius: 1em;}
input:checked + .slider:before {-webkit-transform: translateX(1.5rem);-ms-transform: translateX(1.5rem);transform: translateX(1.5rem);}
.slider.round {border-radius: 34px;}
.slider.round:before {border-radius: 50%;}
.slider .on, .slider .off {line-height: 32px;text-transform: uppercase;font-size: 0.9em;font-weight: bold;}
.slider .on {display: none;padding-left: 6px;}
input:checked + .slider .on {color: #fff;display: inherit;}
.slider .off {padding-right: 5px}
input:checked + .slider .off {display: none;}

/*GPR standalone*/
.limited-access{color: #5F6164;font-weight: 400;;margin: 1rem auto;padding: 1em;}
.limited-access a{color: #C03;font-weight: 700;}
.limited-access .center{text-align: center;}
.limited-access a.btn{color:white;}
#Dabox .limited-access-container.container{width: auto;}

/*Accueil*/
@media (max-height:710px){
    #menuContainerAccueil{
        padding-top: 60px;
        height:                 100%;
    }
}
@media (max-height:610px){
    .marginTopMenu{
        margin-top: 0px;
    }
}

/*header */
@media  (max-width: 767px){
    #anchorBot{
        margin-left: 91.6667%;
    }
    #headerCogWheel{
        padding-right: 0;
    }
    #headerPicture{
        padding-left: 0px;
        margin-top: 11px;
        width: 16.6667%;
    }
    #main_menu > li,  #main_menu2 > li {
        width: 19%;
    }
    #menuContainer #headerSearchBar{
        margin-left: 124px;
        width: 80%;
    }
    #menuContainerAccueil #headerSearchBar{
        float: left;
        width: 86%;

    }
    #menuContainerAccueil #main_search_form{
        padding-right: 15px;
        width: 100%;
    }
    #monoReco{
        margin-left: 0px;
        margin-top: 0px;
    }
    #recoDisplay{
        z-index: 1;
    }
    #resSearchD{
        width:      468px
    }
    #resSearchT{
        width:      608px
    }
    #main_search_form .input-group {
        padding-right: 10px;
    }
    #sommaiReco{
        z-index: 2;
    }
    #sommaireRecos {
        margin-right: -18px;
    }
    #vidalCommunity{
        display:none;
    }

    .borderBox, .borderBoxPad, .borderBoxNP, .borderBoxClas, .borderBoxP, .borderBoxUcd {
        padding-top: 1px;
    }
    .btnMenu, .btnMenuActive, .btnMenuActiveR{
        height:55px;
    }

    .col-tt-12, .col-np-12, .col-sm-12, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-tt-3, .col-sm-3{
        float:left;
        width:100%;
    }
    .col-tt-12, .col-npr-12, .col-tt-11, .col-tt-9, .col-npr-9, .col-npr-4, .col-tt-3, .col-npr-3, .col-npr-2{
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .container {

        width:  730px;
    }
    .container-fluid{
        float:none;
    }
    .displaySmallScreen {
        display:none;
    }
    .displayMidScreen{
        display:none;
    }
    .equPr{
         width:25%;
    }

    .hiddenSmallScreen{
        visibility: hidden;
    }
    .marginLeftAccueil{
        margin-left: 0px;
    }
    .moreWidth, .infoPratique{
        width: 100%;
    }
    .notHidden{
        margin-left:0px;
    }
}

@media (max-width: 1200px) {
    .hideMidScreen{
        display:none;
    }
}
@media (max-width: 1200px) AND (min-width: 768px) {
    .displayMidScreen {
        display: block;
    }
}

@media (min-width: 1201px) {
    .displayMidScreen{
        display:none;
    }
}

@media (max-height:555px){
    #midContainerAccueil{
        min-height: 460px;
    }
}
@media (max-height:693px){
    #midContainerAccueil{
        min-height: 615px;
    }
}

.flag-tag{color: white;padding: 0.25em 0.5em;text-transform: uppercase;font-weight: 500;display:inline-block;margin-right:0.25em;}
.flag-tag.pink{background-color:#FFB6C1;color: #A90550;}
.flag-tag.red{background-color: #F8E2E5; color:#8B0000;}
.flag-tag.orange{background-color:#FFA500;color:#404A5F;}
.flag-tag.yellow{background-color:#FFFFAE;color:#5F6164;}
.flag-tag.green{background-color:#E7F5EA;color:#006400;}
.flag-tag.blue{background-color:#2D6C94;color:#EAF3F8;}
.flag-tag.darkblue{background-color:#2e3548;color: white;}
.flag-tag.purple{background-color:#FFDBFF;color:#800080;}
.flag-tag.brown{background-color:#F5F5DC;color:#A52A2A;}
.flag-tag.grey{background-color:#ECECEE;color:#5F6164;}
.flag-tag.black{background-color:#272A2E;color:#D2D8DA;}

body *{
    --vidal-color: #3073AD;
}
.background,
.backgroundLite,
.badgeMenu:hover,
.title tr:first-child td[title]:first-child,
.btnMenuActive{
    background-color:#337ab7;
}
.badgeMono{
    background:#337ab7  none repeat scroll 0 0;
}
.badgeMonoNum,
.blueLink,
.blueLink a:hover,
.blueTitleOnly,
.blueTitle,
.btnPagi,
.external h2,
.external h3,
.external h4,
.headerTextIe,
#help h3,
#help h4,
.hover:hover,
.hoverLite:hover,
.hoverActu:hover,
.important,
.infoPratique h1,
.infoPratique h2,
.link,
.list-group-item-selected-synthese span,
.list-group-item-selected span,
.para h2,
sommaireMono .current,
.sommaireMono .list-group-item:hover,
.sommaireRecherche .list-group-item:hover,
.textBlue,
.textMiddle h2,
.textMiddle .title,
.textMiddle .title tr:first-child td,
.textMiddle .title tr,
.textMiddle .title td,
.title,
.title b,
.titleBlue,
.selected2,
.monographie h2,
.titreinfosutiles,
.toxin h1,
.toxin h3 a,
.whiteSquareText a,.btnMenuGroup .btnMenu .badge{
    color:#337ab7;
}
.blueLink{
    border:1px solid #557cbd;
    border-left:none;
}
.blueTitle{
    border-bottom:1px solid #337ab7;
}
.button-primary {
    border: none;
    border-radius: 2px;
    background-color: #337ab7;
    color: #FFF;
    font-size: 14px;
    padding: 1em 2em;
    cursor: pointer;
    font-weight: 600;
}
.button-primary:hover {
    background-color: #337ab7;
    color: #FFF;
}

.button-tertiary:hover {background-color: #D9E3ED;color: var(--vidal-color);}
.borderBoxMed, .borderBoxOnglet{
    border-top:1px solid #337ab7;
}
.borderBoxInd{
    border:2px solid #037DC0;
}
.borderBoxStraight{
    border:1px solid #337ab7;
}
.borderPres{
    border-top:2px solid #337ab7;
}
.breadcrumbBlue{
    background-color:#337ab7;
}
.btnMenuGroup{
    border-bottom:2px solid #337ab7;
}
.btnMenu{
    background-color:#B9DBFB;
    color:#2B3380;
}
.btnMenuIp{
    border-bottom:3px solid #B9DBFB;
}
.btnMenuIpA{
    border-bottom:3px solid #337ab7;
}
.btnMenu:hover{
    background-color:#98CAF8;
    color:#2B3380;
}
.btnMenuActiveR,.btnMenuGroup .btnMenu.current{
    background-color:#337ab7 ;
}
.classResume{
    background:url("../../includes/components/./hoptimal/../../../themes/main/default/front/img/icon-less.png") no-repeat scroll -1px -1px rgba(0, 0, 0, 0);
}
.demo{
    background:white url("../../includes/components/./hoptimal/../../../themes/main/default/front/img/importDemo.png") no-repeat center;
}
.demoDoc{
    background:white url("../../includes/components/./hoptimal/../../../themes/main/default/front/img/importDemoDoc.png") no-repeat center;
}
.demoLivret{
    background:white url("../../includes/components/./hoptimal/../../../themes/main/default/front/img/importDemoLivret.png") no-repeat center;
}
.list-group-item-mono{
    border:1px solid grey;
}
.france, .france:hover{
    background-image:linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    border-color:#9acfea;
}
.submitRec{
    background:#337ab7 none repeat scroll 0 0;
}
.list-group-item-selected-synthese{
    border-bottom:1px solid #337ab7;
    border-left:1px solid #337ab7;
    color:#337ab7;
}
.list-group-item-selected {
    border-left:1px solid #337ab7;
}
.list-group-item-sub{
    border-left:1px solid #337ab7;
    border-right:1px solid #337ab7;
}
.list-group-item-sub:hover{
    background-color:#f5f5f5;
}
.selected, .selected a{
    background-color:#2b669a;
    color:white;
}
.sommaireMono .list-group-item, .sommaireRecherche .list-group-item{
    border-left:1px solid #337ab7;
    border-right:1px solid #337ab7;
}
.sommaireMono .list-group-item:last-child, .sommaireRecherche .list-group-item:last-child {
    border-bottom:1px solid #337ab7;
}
.ui-sortable-placeholder{
    background:white url("../../includes/components/./hoptimal/../../../themes/main/default/front/img/drop_here.png") no-repeat center;
}
#monoDetails a:not([href]):hover{
    color:#337ab7;
    text-decoration:none;
}
#resSearchD, #resSearchDA{position: absolute;}
#resSearchD li:hover a,
#resSearchDA li:hover a,
#resSearchL li:hover span,
#resSearchT li:hover span,
#resSearchDoc li:hover span{
    background-color:#2b669a;
}
.sommaireRecosHeader{
    text-shadow:0 -1px 0 #286090;
}
#sommaireRecos .list-group-item:hover,
#sommaireRecos .list-group-item-sub:hover{
    color:#2b669a;
}
#main_menu > li, #main_menu2 > li {
    background:#337ab7 none repeat scroll 0 0;
}
#main_menu > li:hover, #main_menu2 > li:hover {
    background:#2b669a none repeat scroll 0 0;
}
#menu_container .active .level-2, #main_menu .active .level-2{display: flex; flex-direction: column;}
#menu_container .active .level-2 .top-links{padding:0; flex-grow: 1;}
#menu_container .active .level-2 .bottom-links{padding:0;}
#main_menu .level-2 li.sub{position: initial;margin-top: auto;}
#main_menu > li{ height: auto;background: none;}
#main_menu > li.small{background:#337ab7 none repeat scroll 0 0}
#main_menu > li > a{background: #337ab7 none repeat scroll 0 0;}
#main_menu > li:hover > a {background: #2b669a none repeat scroll 0 0;}
#headerCogWheel>div:hover .icon-arrow3::before, #headerCogWheel>div:hover .icon-setting::before,
.submitRec:hover, #main_menu >li:hover, a:hover .icon-lunch:before {background-color: #2B669A; text-decoration: none}
#menu0, #menu1, #menu2, #menu3, #menu4, #menu5{}
#main_menu .small{height:55px;}
#midContainerAccueil {min-height: 68vh; max-width: 1580px}

#modalFavorite{display:flex;flex-direction:column;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(80,80,80,0.5) none repeat scroll 0 0;z-index:999}
#modalFavorite>div{position:relative;margin-top:50px;width:auto;max-width:400px;padding:15px 20px;background-color:#fff;border-radius:8px;text-align:center}
#modalFavorite .modalClose{text-decoration:none;position:absolute;top:0;right:5px;font-size:20px;font-weight:700;color:#0176b9}
#modalFavorite p{font-size:14px}
#modalFavorite p:first-of-type{margin:0 0 0 5px;font-size:16px;text-transform:uppercase;padding-bottom:2px;color:#b01a37;font-weight:700}
#modalFavorite p:last-of-type{margin:15px 0 0 0}
#modalFavorite p:last-of-type a{cursor:pointer;color:#fff;background-color:#0176b9;padding:5px 10px;border-radius:5px}
#modalFavorite p:last-of-type a:hover{text-decoration:none;}

@media screen and (max-width:1200px) {
    .tableIndex thead tr, .tablePres thead tr{
        width:948px;
    }
    /* liste médicament --> small screen pour thead fixe */
    .tableIndex thead th:nth-child(1), .tableIndex .indexRes td:nth-child(1) {
        width:152px;
    }

    .tableIndex thead th:nth-child(2), .tableIndex .indexRes td:nth-child(2) {
        width:115px;
    }

    .tableIndex thead th:nth-child(3), .tableIndex .indexRes td:nth-child(3) {
        width:74px;
    }

    .tableIndex thead th:nth-child(4), .tableIndex .indexRes td:nth-child(4) {
        width:68px;
    }

    .tableIndex thead th:nth-child(5), .tableIndex .indexRes td:nth-child(5) {
        width:71px;
    }

    .tableIndex thead th:nth-child(6), .tableIndex .indexRes td:nth-child(6) {
        width:74px;
    }

    .tableIndex thead th:nth-child(7), .tableIndex .indexRes td:nth-child(7) {
        width:78px;
    }

    .tableIndex thead th:nth-child(8), .tableIndex .indexRes td:nth-child(8) {
        width:69px;
    }

    .tableIndex thead th:nth-child(9), .tableIndex .indexRes td:nth-child(9) {
        width:62px;
    }
    .tableLivret thead th:nth-child(1){
        width:190px;
    }
    .tableLivret thead th:nth-child(2){
        width:98px;
    }
    .tableLivret thead th:nth-child(3){
        width:100px;
    }
    .tableLivret thead th:nth-child(4){
        width:96px;
    }
    .tableLivret thead th:nth-child(5){
        width:102px;
    }
    .tableLivret thead th:nth-child(6){
        width:177px;
    }
    .tableLivret thead th:nth-child(7){
        width:94px;
    }
}

@media screen and (min-width:1201px) {
    /* liste médicament --> big screen pour thead fixe */
    .tableIndex thead th:nth-child(1), .tableIndex .indexRes td:nth-child(1) {
        width:202px;
    }
    .tableIndex thead th:nth-child(6), .tableIndex .indexRes td:nth-child(6) {
        width:80px;
    }

    /* vue présentation pour nomcommercial --> big screen pour thead fixe */
    .tablePres thead th:nth-child(1), .tablePres .indexPres td:nth-child(1){
        width:330px;
    }
    .tablePres thead th:nth-child(2), .tablePres .indexPres td:nth-child(2){
        width:205px;
    }
    .tablePres thead th:nth-child(3), .tablePres .indexPres td:nth-child(3){
        width:65px;
    }
    .tablePres thead th:nth-child(4), .tablePres .indexPres td:nth-child(4){
        width:65px;
    }
    .tablePres thead th:nth-child(5), .tablePres .indexPres td:nth-child(5){
        width:65px;
    }
    .tablePres thead th:nth-child(6), .tablePres .indexPres td:nth-child(6){
        width:65px;
    }
    .tablePres thead th:nth-child(7), .tablePres .indexPres td:nth-child(7){
        width:78px;
    }
    .tableLivret thead th:nth-child(1){
        width:243px;
    }
    .tableLivret thead th:nth-child(2){
        width:110px;
    }
    .tableLivret thead th:nth-child(3){
        width:100px;
    }
    .tableLivret thead th:nth-child(4){
        width:118px;
    }
    .tableLivret thead th:nth-child(5){
        width:114px;
    }
    .tableLivret thead th:nth-child(6){
        width:177px;
    }
    .tableLivret thead th:nth-child(7){
        width:137px;
    }
}
@media screen and (max-width: 550px) {
    #modalFavorite>div{width:300px;margin:20px 0 0}
}

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: bold;
}
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 #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../includes/components/./bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../../includes/components/./bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../includes/components/./bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../includes/components/./bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../includes/components/./bootstrap/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: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur: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;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > 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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
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 screen and (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

mark,
.mark {
  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:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  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;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media screen and (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[title],
abbr[data-original-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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small: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 footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: bold;
  -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 screen and (min-width: 768px) and (max-width: 1200px){
  .container {
    width:  920px;
  }
  .col-npr-1{
    padding-left: 11px;
  }
  .col-tt-12, .col-tt-9, .col-tt-3{
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  .container{
    width: 1380px;
  }
}

@media screen and (min-width: 1800px) {
  .container{
    width: 1580px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px){
  .container{
    width:  1080px;

  }
  .col-npr-1{
    padding-left: 15px;
  }
  .col-tt-12, .col-tt-9, .col-tt-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col-npr-12, .col-npr-9, .col-npr-8, .col-npr-6, .col-npr-4, .col-npr-3, .col-npr-2{
  padding-left: 15px;
}
.col-npl-8{
  padding-right: 15px;
}


/*@media screen and (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 911px;
  }
  .modal-lg {
    width: 900px;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    width: 1170px;
  }
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}*/
.container-fluid {
  padding-top: 1px;
  padding-left: 7px;
  padding-right:22px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.col-tt-12, .col-np-12, .col-tt-11, .col-np-9, .col-tt-9, .col-npr-9, .col-npl-8, .col-npr-8, .col-np-8, .col-np-7, .col-np-6, .col-npr-6, .col-np-5, .col-tt-3 {
  position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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 (max-width: 768px){
  .col-npr-1 .col-npr-2, .col-npr-3, .col-np-5, .col-npr-4, .col-np-6, .col-npr-6, .col-np-7, .col-npl-8, .col-npr-8, .col-np-8, .col-np-9, .col-tt-12, .col-np-12, .col-npr-12, .col-tt-11, .col-tt-9, .col-npr-9, .col-tt-3{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width:100%;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: left;
    width:100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .col-sm-1, .col-npr-1, .col-sm-2, .col-npr-2, .col-sm-3, .col-npr-3, .col-sm-4, .col-np-5, .col-npr-4, .col-sm-5, .col-sm-6, .col-np-6, .col-npr-6, .col-sm-7, .col-np-7, .col-npl-8, .col-npr-8, .col-np-8, .col-sm-8, .col-sm-9, .col-np-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-tt-12, .col-np-12, .col-npr-12, .col-tt-11, .col-tt-9, .col-npr-9, .col-tt-3 {
    float: left;
  }
  .col-sm-12,.col-tt-12, .col-np-12, .col-npr-12 {
    width: 100%;
  }
  .col-sm-11, .col-tt-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 77.33333333%;
  }
  .col-sm-9, .col-tt-9, .col-npr-9, .col-np-9{
    width: 73%;
  }
  .col-sm-8, .col-npl-8, .col-npr-8 {
    width: 66.66666667%;
  }
  .col-sm-7, .col-np-7 {
    width: 58.33333333%;
  }
  .col-sm-6, .col-np-6, .col-npr-6 {
    width: 50%;
  }
  .col-sm-5, .col-np-5 {
    width: 41.66666667%;
  }
  .col-sm-4, .col-npr-4 {
    width: 33.33333333%;
  }
  .col-lg-3{
    width:25%;
    float: left;
  }
  .col-sm-3, .col-tt-3, .col-npr-3{
    width: 27%;
  }
  .col-sm-2, .col-npr-2 {
    width: 16.66666667%;
  }
  .col-sm-1, .col-npr-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: 73%;
  }
  .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: 27%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    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 screen and (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    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%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.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 > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  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 > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  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;
  padding-left: 3px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control-noWidth {
  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-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;
  width: 80%;
}
.form-controlLivret{
  display: block;
  width: 100%;
  height: 27px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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 {
  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-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;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  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[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;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .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 screen and (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (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 screen and (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media screen and (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  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:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  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 {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  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:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
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 solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  /*margin-left: -75px;*/
  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: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  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 solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media screen and (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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  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-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-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-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-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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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-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.33;
  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;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
  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="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  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 {
  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-top: 10px;
}
.nav > li > a:hover{
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {

}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.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 {
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  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 screen and (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media screen and (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:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    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:hover,
.nav-pills > li.active > a:focus {
  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 screen and (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media screen and (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:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media screen and (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 screen and (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;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .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-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
  .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;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }



}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media screen and (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
.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;
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
.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 screen and (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
.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 {
  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;
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-blue {
  background-color: #f8f8f8;
  border-color: #66afe9;
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-blue .navbar-blue:hover,
.navbar-blue .navbar-blue:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-red {
  background-color: #f8f8f8;
  border-color: #d9534f;
  box-shadow: 0 1px 1px rgba(0, 0, 10, 0.075) inset, 0 0 8px rgba(250, 88, 88, 0.6);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-red .navbar-red:hover,
.navbar-red .navbar-red:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  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:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  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:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #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:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  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:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media screen and (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #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:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 6px 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;
  margin-bottom: 2px;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4.5px 9px;
  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:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
  pointer-events: none;
}
.pagination > .ellipsis > span,
.pagination > .ellipsis > span:hover,
.pagination > .ellipsis > span:focus,
.pagination > .ellipsis > a,
.pagination > .ellipsis > a:hover,
.pagination > .ellipsis > a:focus{
  cursor: default;
  pointer-events: none;
  border-bottom: none;
  border-top: none;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.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;
}
.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:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  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]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 1px 6px;
  font-size: 12px;
  font-weight: bold;
  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-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  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: 30px 15px;
  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 {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
.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 > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  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: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  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-striped .progress-bar,
.progress-bar-striped {
  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.active .progress-bar,
.progress-bar.active {
  -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-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  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;
}
.list-group-item, .list-group-item-title {
  position: relative;
  display: block;

  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid lightgrey;
  /*border-left: 1px solid #337ab7 ;
  border-right: 1px solid #337ab7;*/
  font-size:12px;
}
.list-group-item-title a{
  color: white;
}
.list-group-item-title{
  padding: 4px;
}
.list-group-item {
  padding: 3px 10px;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /*border-top: 1px solid #337ab7;*/
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
 /* border-bottom: 1px solid #337ab7;*/
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  color: #fff;
  background-color: #337ab7;
}
.sommaireMono .list-group-item.active {
  border-color: #337ab7;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  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 > 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-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.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: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  margin-bottom: 10px;
  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;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.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;
  text-decoration: none;
  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-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  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);
}
.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 > img,
.carousel-inner > .item > a > 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: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    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);
  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:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  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;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  /* content: " ";*/
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.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;
  }
}

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  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);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */

