/* Minification failed. Returning unminified contents.
(2137,1): run-time error CSS1019: Unexpected token, found '<'
(2137,2): run-time error CSS1019: Unexpected token, found '<'
(2137,3): run-time error CSS1019: Unexpected token, found '<'
(2137,4): run-time error CSS1019: Unexpected token, found '<'
(2137,5): run-time error CSS1019: Unexpected token, found '<'
(2137,6): run-time error CSS1019: Unexpected token, found '<'
(2137,7): run-time error CSS1019: Unexpected token, found '<'
(2144,1): run-time error CSS1019: Unexpected token, found '='
(2144,2): run-time error CSS1019: Unexpected token, found '='
(2144,3): run-time error CSS1019: Unexpected token, found '='
(2144,4): run-time error CSS1019: Unexpected token, found '='
(2144,5): run-time error CSS1019: Unexpected token, found '='
(2144,6): run-time error CSS1019: Unexpected token, found '='
(2144,7): run-time error CSS1019: Unexpected token, found '='
(2353,1): run-time error CSS1019: Unexpected token, found '/'
(2353,2): run-time error CSS1019: Unexpected token, found '/'
(2353,11): run-time error CSS1031: Expected selector, found '/'
(2353,11): run-time error CSS1025: Expected comma or open brace, found '/'
(2399,16): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(2623,1): run-time error CSS1019: Unexpected token, found '/'
(2623,2): run-time error CSS1019: Unexpected token, found '/'
(2623,11): run-time error CSS1031: Expected selector, found '/'
(2623,11): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/*!
 * jQuery UI CSS Framework 1.10.4
 * 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);
}

.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%;
}

/*!
 * jQuery UI Resizable 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!
 * jQuery UI Selectable 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Accordion 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.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;
}

/*!
 * jQuery UI Autocomplete 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.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;
}

/*!
 * jQuery UI Dialog 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.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;
}

/*!
 * jQuery UI Slider 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.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;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For 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;
}

/*!
 * jQuery UI Tabs 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.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;
}

/*!
 * jQuery UI Datepicker 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.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;
}

/*!
 * jQuery UI Progressbar 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.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("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI CSS Framework 1.10.4
 * 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/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* 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/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

/*!
 * bootstrap-select v1.5.4
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
    float: right;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select {
    /*width: 220px\9; IE8 and below*/
    width: 220px\0; /*IE9 and below*/
}

.bootstrap-select.form-control:not([class*="span"]) {
    width: 100%;
}

.bootstrap-select > .btn {
    width: 100%;
    padding-right: 25px;
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 2051;
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    float: left;
    text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group[class*="span"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 2000;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
    display: block;
    padding: 3px 20px;
    cursor: default;
}

.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
    position: relative;
    padding-left: 35px;
}

.bootstrap-select.btn-group .dropdown-menu li > a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
    color: #64b1d8;
    color: rgba(255,255,255,0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle{
    border-color: #b94a48;
}

.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
    padding: 4px 8px;
}

.bootstrap-select .bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.bootstrap-select-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bootstrap-select-searchbox input {
    margin-bottom: 0;
}

.bootstrap-select .bs-actionsbox .btn-group button {
    width: 50%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    /*padding-top: 250px;*/
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}
/*-----------------------------------------------------------GENERAL----------------------------------------------------------------------------*/
input:focus {
    outline: none;
}

.affix-top {
    /* background-color: yellow !important; */
    position: absolute !important;
}
.affix {
    /* background-color: pink !important; */
}
.affix-bottom {
    /* background-color: lime !important; */
    position: relative !important;
}

.wrap960 {
    width: 100%;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.no_margin_bottom {
    margin-bottom: 0px !important;
}

.no_margin_right {
    margin-right: 0px !important;
}

#page_content {
    background: #ffffff url("../../Images/Site/temanoua/page_wrapper_bg.jpg") /*tpa=../../Images/Site/temanoua/page_wrapper_bg.jpg*/ repeat-x top left;
}
/*-----------------------------------------------------------HEADER----------------------------------------------------------------------------*/
#header_wrapper {
    height: 211px;
    border-top: solid 3px #28456e;
    background: url("../../Images/Site/temanoua/header_bg.jpg") /*tpa=../../Images/Site/temanoua/header_bg.jpg*/ repeat-x top left;
}

#header {
    margin: 0 auto;
}

    #header img.logo {
        float: left;
    }

.header_top {
    max-width: 860px;
    margin: 0 auto;
}

.search_box {
    max-width: 304px;
    float: right;
    margin-top: 70px;
    position: relative;
}

    .search_box input[type='text'] {
        width: 211px;
        height: 26px;
        background: #fff url("../../Images/Site/temanoua/search_icon.png") /*tpa=../../Images/Site/temanoua/search_icon.png*/ no-repeat 11px 6px;
        border: solid 1px #cfd1d3;
        padding-left: 33px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        font-family: "Segoe UI";
        font-size: 12px;
        color: #484747;
        float: left;
        line-height: 26px;
    }

    .search_box input[type='submit'] {
        width: 58px;
        height: 30px;
        background: #0079c2;
        color: #fff;
        border: none;
        text-align: center;
        position: absolute;
        top: 0px;
        right: 1px;
        border-top-right-radius: 2px;
        -moz-border-top-right-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        -moz-border-bottom-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        cursor: pointer;
    }

.menu_wrapper {
    background: #003971;
    height: 53px;
}

#menu {
    max-width: 860px;
    margin: 0 auto;
}

    #menu ul.mainmenu {
        list-style: none;
        float: left;
    }

        #menu ul.mainmenu > li {
            display: block;
            float: left;
            background: #003971 url("../../Images/Site/temanoua/separator.png") /*tpa=../../Images/Site/temanoua/separator.png*/ no-repeat top left;
        }

        #menu ul.mainmenu li a.main_link {
            display: block;
            height: 52px;
            background: #003971 url("../../Images/Site/temanoua/separator.png") /*tpa=../../Images/Site/temanoua/separator.png*/ no-repeat top left;
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-position: left top;
            background-clip: border-box;
            background-origin: padding-box;
            background-size: auto auto;
            font-family: "Segoe UI";
            font-size: 14px;
            text-transform: uppercase;
            color: #e9e7e7;
            line-height: 53px;
            padding-top: 0px;
            padding-right: 14px;
            padding-bottom: 0px;
            padding-left: 14px;
        }

            #menu ul.mainmenu li a.main_link:hover {
                background: #ffffff;
                color: #3c3636;
            }

.active {
    background: #ffffff !important;
    color: #3c3636 !important;
}

#menu ul.mainmenu li.dropdown, #menu li.dropdown_2 {
    position: relative;
}

#menu ul li.dropdown ul.level2_menu {
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    display: none;
    width: auto;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #bb3a3a;
    position: absolute;
    top: 52px;
    left: 0px;
    z-index: 9999999;
    box-shadow: #e0e0e0;
    background-color: #ffffff;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

    #menu ul li.dropdown ul.level2_menu li {
        display: block;
        padding: 0 10px 0 0;
        background-color: #ffffff;
    }

#menu ul.level2_menu li a {
    display: block;
    width: auto;
    background: #ffffff;
    font-size: 16px;
    font-family: 'Times New Roman';
    color: #3c3636;
    padding: 10px 40px 10px 15px;
    white-space: nowrap;
}

#menu ul li.dropdown ul.level3_menu {
    list-style: none;
    display: none;
    border-top: solid 5px #bb3a3a;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 9999;
    box-shadow: 0 3px 3px 2px #e0e0e0;
    -moz-box-shadow: 0 3px 3px 2px #e0e0e0;
    -webkit-box-shadow: 0 3px 3px 2px #e0e0e0;
    background-color: #ffffff;
    padding: 15px 0px;
}

#menu ul.level2_menu li.dropdown_2 a.second_link {
    background: #fff url("../../Images/Site/temanoua/second_link.png") /*tpa=../../Images/Site/temanoua/second_link.png*/ no-repeat center right;
}

#menu ul.level2_menu li a:hover {
    color: #ae3636;
    text-decoration: underline;
}

#menu ul.level2_menu li a.second_active {
    color: #ae3636;
    text-decoration: underline;
}

#menu ul.level3_menu {
    display: none;
}



/*-----------------------------------------------------------SLIDER----------------------------------------------------------------------------*/
#slider_wrapper {
    height: 413px;
    background: url("../../Images/Site/temanoua/slider_wrapper_bg.jpg") /*tpa=../../Images/Site/temanoua/slider_wrapper_bg.jpg*/ repeat-x top left;
    border-bottom: solid 2px #d1dae3;
}

.slider_content {
    max-width: 960px;
    margin: 0 auto;
    padding: 26px 0px;
}

    .slider_content .flexslider {
        max-width: 629px;
        width: 100%;
        height: 359px;
        border: solid 1px #e9e9e9;
        position: relative;
        float: left;
    }

.flexslider_overlay {
    max-width: 629px;
    width: 100%;
    height: 359px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent url("../../Images/Site/temanoua/slider_overlay.png") /*tpa=../../Images/Site/temanoua/slider_overlay.png*/ no-repeat center center !important;
    z-index: 99999;
}

.margin0 {
    margin: 0;
}

.flexslider .caption {
    max-width: 631px;
    height: 132px;
    position: absolute;
    top: 239px;
    left: 0px;
    float: left;
}

    .flexslider .caption .vertical_frame {
        background: url("../../Images/Site/temanoua/frame_vertical.png") /*tpa=../../Images/Site/temanoua/frame_vertical.png*/ repeat-y top left;
        height: 98px;
        padding: 17px 25px 0px 25px;
    }


    .flexslider .caption .horizontal_frame {
        background: url("../../Images/Site/temanoua/frane_horizontal.png") /*tpa=../../Images/Site/temanoua/frane_horizontal.png*/ no-repeat top left;
        height: 13px;
    }

.flexslider .caption_bottom {
}

.flexslider .top_frame {
    background: url("../../Images/Site/temanoua/top_frame.png") /*tpa=../../Images/Site/temanoua/top_frame.png*/ no-repeat top left;
    position: absolute;
    top: 1px;
    left: 1px;
    max-width: 629px;
    width: 100%;
    height: 238px;
    z-index: 999;
}

.flexslider img {
    max-width: 629px;
    width: 100%;
    height: 359px;
}

.caption a.title {
    display: block;
    font-family: "Segoe UI";
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 15px;
}

a.details_blue {
    background: #fcfdfd url("../../Images/Site/temanoua/view_more.png") /*tpa=../../Images/Site/temanoua/view_more.png*/ no-repeat top right;
    display: inline-block;
    height: 11px;
    font-family: "Segoe UI";
    font-size: 11px;
    color: #272727;
    text-transform: uppercase;
    padding: 7px 40px 7px 9px;
    margin-right: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
}

.caption a.twitter, .caption a.facebook {
    display: block;
    width: 26px;
    height: 26px;
    float: left;
    margin-right: 11px;
}

.caption a.twitter {
    background: #fcfdfd url("../../Images/Site/temanoua/twitter.png") /*tpa=../../Images/Site/temanoua/twitter.png*/ no-repeat top right;
}

.caption a.facebook {
    background: #fcfdfd url("../../Images/Site/temanoua/facebook.png") /*tpa=../../Images/Site/temanoua/facebook.png*/ no-repeat top right;
}

ul.slides img.frame_top {
    position: absolute;
    top: 1px;
    left: 1px;
    max-width: 629px;
    width: 100%;
    height: 238px;
}
/*-----------------------------------------------------------CONTENT----------------------------------------------------------------------------*/
.blue_box {
    width: 252px;
    padding: 16px 20px;
    background-color: #174b7d;
    outline: solid 5px #174b7d;
    border: solid 1px #3b6792;
    margin: 5px 5px 30px 0px;
    float: right;
}

    .blue_box h3, .red_box h3 {
        display: block;
        font-family: "Segoe UI";
        font-size: 16px;
        color: #fefefe;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .blue_box p {
        display: block;
        font-family: "Segoe UI";
        font-size: 13px;
        color: #fff;
        margin-bottom: 26px;
    }

.instance_search input[type='text'] {
    width: 181px;
    height: 30px;
    border: none;
    padding: 0px 10px;
    font-family: "Segoe UI";
    font-size: 13px;
    color: #6a6a6a;
    border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    float: left;
    line-height: 30px;
}

.instance_search input[type='submit'] {
    width: 51px;
    height: 30px;
    border: none;
    background: url('../../Images/Site/temanoua/search_button.jpg') no-repeat top left;
    float: left;
    cursor: pointer;
}

.instance_search a {
    background: url('../../Images/Site/temanoua/blue_arrow.png') no-repeat center right;
    display: inline-block;
    font-family: "Segoe UI";
    font-size: 12px;
    color: #5ac1ff;
    padding-right: 15px;
    margin-top: 18px;
}

.red_box {
    width: 252px;
    padding: 16px 20px;
    background-color: #bb3a3a;
    outline: solid 5px #bb3a3a;
    border: solid 1px #c55757;
    margin: 5px 5px 30px 0px;
    float: right;
}

a.details_red {
    background: #fcfdfd url('../../Images/Site/temanoua/view_more_red.jpg') no-repeat top right;
    display: block;
    width: 94px;
    height: 11px;
    font-family: "Segoe UI";
    font-size: 11px;
    color: #272727;
    text-transform: uppercase;
    padding: 7px 30px 7px 9px;
    margin-right: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
}

.newsletter input[type='text'] {
    width: 232px;
    height: 26px;
    border: none;
    padding: 0px 10px;
    font-family: "Segoe UI";
    font-size: 13px;
    color: #6a6a6a;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-radius: 2px;
    margin-bottom: 20px;
    line-height: 26px;
}

.social a.details_blue {
    margin: 4px 0px 2px 0px;
}

.social a.social_link {
    display: block;
    width: 67px;
    height: 24px;
    padding-left: 37px;
    font-family: "Segoe UI";
    font-size: 12px;
    color: #fff;
    margin: 0px 27px 20px 0px;
    float: left;
    line-height: 24px;
}

a.social_link.facebook {
    background: url('../../Images/Site/temanoua/social_facebook.jpg') no-repeat center left;
}

a.social_link.twitter {
    background: url('../../Images/Site/temanoua/social_twitter.jpg') no-repeat center left;
}

a.social_link.linkedin {
    background: url('../../Images/Site/temanoua/social_linkedin.jpg') no-repeat center left;
}

a.social_link.google {
    background: url('../../Images/Site/temanoua/social_google.jpg') no-repeat center left;
}
/*-----------------------------------------------------------FOOTER----------------------------------------------------------------------------*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 21, 2014, 9:24:47 AM
    Author     : Ana
*/

/*BEGIN:FOOTER*/
#footer_wrapper {
}

.footer_wrapper_inner {
    margin: 17px 0 0 0;
    background: url("../../Images/Site/temanoua/footer_bottom.png") /*tpa=../../Images/Site/temanoua/footer_bottom.png*/ no-repeat top center #003263;
    height: auto;
    max-height:300px;
    width: 100%;
}

.footer_logo {
    position: relative;
    background: url("../../Images/Site/temanoua/footer_logo.png") /*tpa=../../Images/Site/temanoua/footer_logo.png*/ no-repeat top center;
    width: 48px;
    height: 48px;
    top: -65px;
    left: auto;
    margin: 0 auto;
}

.footer_inner {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

ul.top_menu {
    list-style: none;
    display: block;
    padding-top: 0px;
}

    ul.top_menu li {
        text-transform: uppercase;
        font-family: 'garamond_premr_proregular',sans-serif;
        font-size: 12px;
        color: #ffffff;
        padding-left: 70px;
        float: left;
    }

    ul.top_menu .floatnone {
        float: none;
    }

    ul.top_menu li a.footer_main_link {
        color: #ffffff;
    }

    ul.top_menu li.first {
        padding-left: 5px !important;
    }

/*BEGIN:BOTTOM FOOTER*/
.footer_bottom {
    background-color: #002142;
    height: 48px;
}

    .footer_bottom .copyright {
        color: #386897;
        font-family: "Segoe UI";
        font-size: 12px;
        line-height: 48px;
    }

        .footer_bottom .copyright.left {
            float: left;
        }

        .footer_bottom .copyright.right {
            float: right;
        }
/*END:BOTTOM FOOTER*/

/*END:FOOTER*/
.menu_bottom {
    margin-top: 42px;
}

<<<<<<< .mine .menu_bottom li {
    margin-bottom: 8px;
    padding: 0px !important;
    display: block;
    float: none !important;
}

======= .small_box_red {
    width: 303px;
    display: inline-block;
    margin: auto;
    
    float: left;
    background-color: #bb3a3a;
}

.small_box_inside_red {
    width: 261px;
     
    margin: 5px;
    border: 1px solid #c55757;
    background-color: #bb3a3a;
    padding: 15px;
}

    .small_box_inside_red li {
        background: url("../../Images/Site/temanoua/arrow_white.png") /*tpa=../../Images/Site/temanoua/arrow_white.png*/ no-repeat top left;
        margin-bottom: 10px;
    }

        .small_box_inside_red li a {
            font-family: "Segoe UI";
            color: #363636;
            line-height: 15px;
            text-decoration: none;
            padding-left: 29px;
            font-size: 13px;
            color: #fff;
            display: block;
        }

            .small_box_inside_red li a:hover {
                text-decoration: underline;
            }

.box_wrapper {
    width: 100%;
    padding: 15px 0px 25px 0px;
}

    .box_wrapper h1 {
        font-family: "EB Garamond" !important;
        font-size: 30px;
        color: #112f5d;
        line-height: 30px;
        border-bottom: 5px solid #bb3a3a;
        float: left;
        font-variant: small-caps;
    }

.articole_wrapper h1 {
    font-family: "EB Garamond" !important;
    font-size: 30px;
    color: #112f5d;
    line-height: 30px;
    border-bottom: 5px solid #bb3a3a;
    float: left;
    font-variant: small-caps;
}

.articole_wrapper .h1_articole {
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
}

.h1_articole .view_all {
    padding: 0px 40px 0px 10px;
    float: right;
    background: url("../../Images/Site/temanoua/view_all2.png") /*tpa=../../Images/Site/temanoua/view_all2.png*/ no-repeat top right;
    height: 26px;
    font-family: "Segoe UI";
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    line-height: 24px;
    margin-top: 9px;
}

#page_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 45px 0px;
}

.h1_wrap {
    max-width: 633px;
    height: 35px;
    margin-bottom: 20px;
    font-family: 'garamond_premier_promedium';
}

.spacer {
    border-bottom: 1px solid #d3d3d3;
    height: 34px;
}

#footer_wrapper {
    margin-top: 34px;
}

.small_box_inside h3 {
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2e2e2e;
}

.small_box_inside p {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #292828;
    line-height: 18px;
    margin-bottom: 19px;
}

.small_box_inside li a {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #363636;
    line-height: 20px;
    text-decoration: none;
}

    .small_box_inside li a:hover {
        color: #004990;
        text-decoration: underline;
    }

.small_box_inside .red a {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #363636;
    line-height: 20px;
    text-decoration: none;
}

    .small_box_inside .red a:hover {
        color: #bb3a3a;
        text-decoration: underline;
    }

.small_box_inside li {
    background: url("../../Images/Site/temanoua/arrow.png") /*tpa=../../Images/Site/temanoua/arrow.png*/ no-repeat center left;
    padding-left: 27px;
    margin-bottom: 3px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
}

    .small_box_inside li:hover {
        background: url("../../Images/Site/temanoua/arrow_blue.png") /*tpa=../../Images/Site/temanoua/arrow_blue.png*/ no-repeat center left;
    }

.small_box_inside .red {
    background: url("../../Images/Site/temanoua/arrow.png") /*tpa=../../Images/Site/temanoua/arrow.png*/ no-repeat center left;
    padding-left: 27px;
    margin-bottom: 3px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
}

    .small_box_inside .red:hover {
        background: url("../../Images/Site/temanoua/arrow_red.png") /*tpa=../../Images/Site/temanoua/arrow_red.png*/ no-repeat center left;
    }

.link_go {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #004990;
    line-height: 20px;
    text-decoration: underline;
    margin-top: 13px;
    display: block;
}

.link_go_red {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #bb3a3a;
    line-height: 20px;
    text-decoration: underline;
    margin-top: 13px;
    display: block;
}

.link_go_white {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-decoration: underline;
    display: block;
}

.small_box_inside_red h3 {
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

//ARTICOLE// > > > > > > > .r15747 .menu_bottom li a {
    padding-left: 9px;
    position: relative;
    left: -5px;
    color: #fff;
    text-transform: none;
    font-family: "Segoe UI";
    font-size: 12px;
}

.menu_bottom li a:hover {
    color: #32aef9;
    background: url('../../Images/Site/temanoua/arrow-blue.png') no-repeat left center;
}
.large_box {
    border: 2px solid #eeeeee;
    width:100%;
        background: #f1f1f1;
    padding: 15px; /* Old browsers */ /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding: 15px;
}
.small_box {
    width: 32%;
    min-width: 230px;
    vertical-align: top; /*Fix for different     height elements*/
    margin: 24 auto;
    margin-bottom: 10px;
    display: inline-block;
 
}

@media screen and (max-width: 880px) {
    .small_box {
        width: 100%;
    }
}

.small_box_inside {
    width: 97%;
    height: 97%%;
    margin: 5px;

}

.small_box_red {
    
    width: 34%;
    min-width: 230px;
    vertical-align: top; /*Fix for different     height elements*/
    margin: 24 auto;
    margin-bottom: 10px;
    display: inline-block;
 
    background-color: #bb3a3a;
}

@media screen and (max-width: 880px) {
    .small_box_red {
        width: 100%;
    }
}

.small_box_inside_red {
    width: 97%;
    height: 97%;
    margin: 5px;
    border: 1px solid #c55757;
    /*background-color: #bb3a3a;*/
    padding: 15px;
}

    .small_box_inside_red li {
        background: url("../../Images/Site/temanoua/arrow_white.png") /*tpa=../../Images/Site/temanoua/arrow_white.png*/ no-repeat top left;
        margin-bottom: 10px;
    }

        .small_box_inside_red li a {
            font-family: "Segoe UI";
            color: #363636;
            line-height: 15px;
            text-decoration: none;
            padding-left: 29px;
            font-size: 13px;
            color: #fff;
            display: block;
        }

            .small_box_inside_red li a:hover {
                text-decoration: underline;
            }

.box_wrapper {
    width: 100%;
    padding: 15px 0px 25px 0px;
    position: relative;
}

    .box_wrapper h1 {
        font-family: "garamond_premier_promedium";
        font-size: 30px;
        color: #112f5d;
        line-height: 30px;
        border-bottom: 5px solid #bb3a3a;
        float: left;
        font-variant: small-caps;
    }

.articole_wrapper h1 {
    font-family: "garamond_premier_promedium";
    font-size: 30px;
    color: #112f5d;
    line-height: 30px;
    border-bottom: 5px solid #bb3a3a;
    float: left;
    font-variant: small-caps;
}

.articole_wrapper .h1_articole {
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
}

.h1_articole .view_all {
    padding: 0px 40px 0px 10px;
    float: right;
    background: url("../../Images/Site/temanoua/view_all2.png") /*tpa=../../Images/Site/temanoua/view_all2.png*/ no-repeat top right;
    height: 26px;
    font-family: "Segoe UI";
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    line-height: 24px;
    margin-top: 9px;
}

#page_wrapper {
    max-width: 860px;
    margin: 0 auto;
    padding: 25px 0px;
}

.h1_wrap {
    max-width: 633px;
    height: 35px;
    margin-bottom: 20px;
    font-family: 'garamond_premier_promedium';
}

.spacer {
    border-bottom: 1px solid #d3d3d3;
    height: 34px;
}

#footer_wrapper {
    margin-top: 34px;
}

.small_box_inside h3 {
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2e2e2e;
}

.small_box_inside p {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #292828;
    line-height: 18px;
    margin-bottom: 19px;
}

.small_box_inside li a {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #363636;
    line-height: 20px;
    text-decoration: none;
}

    .small_box_inside li a:hover {
        color: #004990;
        text-decoration: underline;
    }

.small_box_inside .red a {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #363636;
    line-height: 20px;
    text-decoration: none;
}

    .small_box_inside .red a:hover {
        color: #bb3a3a;
        text-decoration: underline;
    }

.small_box_inside li {
    background: url("../../Images/Site/temanoua/arrow.png") /*tpa=../../Images/Site/temanoua/arrow.png*/ no-repeat center left;
    padding-left: 27px;
    margin-bottom: 3px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
}

    .small_box_inside li:hover {
        background: url("../../Images/Site/temanoua/arrow_blue.png") /*tpa=../../Images/Site/temanoua/arrow_blue.png*/ no-repeat center left;
    }

.small_box_inside .red {
    background: url("../../Images/Site/temanoua/arrow.png") /*tpa=../../Images/Site/temanoua/arrow.png*/ no-repeat center left;
    padding-left: 27px;
    margin-bottom: 3px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
}

    .small_box_inside .red:hover {
        background: url("../../Images/Site/temanoua/arrow_red.png") /*tpa=../../Images/Site/temanoua/arrow_red.png*/ no-repeat center left;
    }

.link_go {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #004990;
    line-height: 20px;
    text-decoration: underline;
    margin-top: 13px;
    display: block;
}

.link_go_red {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #bb3a3a;
    line-height: 20px;
    text-decoration: underline;
    margin-top: 13px;
    display: block;
}

.link_go_white {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-decoration: underline;
    display: block;
}

.small_box_inside_red h3 {
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

//ARTICOLE// .poza_articol {
    width: 303px;
    height: 162px;
}

.articol_description {
    width: 249px;
    height: 211px;
    padding: 25px;
    border-bottom: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
}

    .articol_description h3 {
        font-family: "Segoe UI";
        font-weight: bold;
        color: #292929;
        font-size: 16px;
        margin-bottom: 20px;
        height: 64px;
        overflow: hidden;
    }

    .articol_description p {
        font-family: "Segoe UI";
        color: #292828;
        font-size: 12px;
        margin-bottom: 26px;
        height: 94px;
        line-height: 18px;
        overflow: hidden;
        margin-bottom: 25px;
    }

.date {
    float: left;
    color: #135290;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 20px;
    font-family: 'dinpro-regularregular';
}

.category {
    float: left;
    color: #7a7a7a;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'dinpro-regularregular';
}

.image_right {
    width: 41px;
    height: 42px;
    float: right;
    background: url("../../Images/Site/temanoua/read_article.png") /*tpa=../../Images/Site/temanoua/read_article.png*/ no-repeat bottom right;
    margin-right: -27px;
    margin-top: -8px;
}

.articol_box {
    width: 304px;
    height: 423px;
    display: block;
    text-decoration: none;
    margin-bottom: 25px;
    float: left;
    margin-right: 24px;
}

    .articol_box:hover h3 {
        color: #bb3a3a;
        text-decoration: underline;
    }

    .articol_box:hover .image_right {
        background: url('../../Images/Site/temanoua/read_article_hover.png') no-repeat bottom right;
    }

    .articol_box:hover .articol_description {
        border-bottom: 5px solid #bb3a3a;
        height: 207px;
    }

.no-right {
    margin-right: 0px !important;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
    max-width: 631px;
    height: 361px;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0,0,0,0.8);
        text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .flex-direction-nav .flex-prev {
        left: -50px;
    }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right;
    }

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

/* Control Nav */
.flex-control-nav {
    position: absolute;
    z-index: 99999;
    bottom: 25px;
    right: 26px;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    background: url("../../Images/Site/temanoua/slider_bullet.png") /*tpa=../../Images/Site/temanoua/slider_bullet.png*/ no-repeat;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: url("../../Images/Site/temanoua/slider_bullet_active.png") /*tpa=../../Images/Site/temanoua/slider_bullet_active.png*/ no-repeat;
    }

    .flex-control-paging li a.flex-active {
        background: url("../../Images/Site/temanoua/slider_bullet_active.png") /*tpa=../../Images/Site/temanoua/slider_bullet_active.png*/ no-repeat;
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width: 60px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h4 {
    font-size: 20px;
    text-transform: uppercase;
}

.reducerespatiu {
    padding-top: 5px;
    margin-bottom: -20px;
}

h4.logo {
    font-size: 29px;
    text-transform: uppercase;
    font-weight: bold;
}

#meniu_stanga {
    height: 100%;
    max-height: 400px;
    overflow-y: auto;
    max-width: 235px;
    border: 1px solid;
}

.panel-heading a:hover {
    cursor: pointer;
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    cursor: pointer;
    float: right;
    color: white;
}

.panel-heading a.collapsed:after {
    content: "\e080";
    cursor: pointer;
}

.panel-heading button:link {
    color: whitesmoke;
}

.panel-heading button:hover {
    color: whitesmoke;
}

.container_12, .container_16 {
    width: 100%;
}

.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
    display: inline;
}

.container_12 .grid_4 {
    width: 25%;
    margin-top: 20px;
    margin-bottom: 50px;
    float: left;
}

.container_12 .grid_8 {
    width: 75%;
    float: right;
}


* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


#main {
    width: 100%;
}

.collapse.in {
    height: auto; /* this style already exists in bootstrap.css */
    overflow: visible; /* this one doesn't. Add it! */
}

.panel-group .panel {
    overflow: visible;
}

@media screen and (max-width: 480px) {
    .input-group-addon, .input-group-btn {
        white-space: normal;
    }

    .input-sm, input:focus, input {
        height: 60px !important;
    }

    .bootstrap-select, select, form-control, .bootstrap-select > .btn {
        height: 60px;
    }
}

/* adjust body when menu is open */
body.slide-active {
    overflow-x: hidden;
}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px !important;
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
    padding-top: 70px;
    left: 0;
}

    #page-content.slide-active {
        padding-top: 0;
    }



/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
}
    /* icon bar prettyup - optional */
    #slide-nav .navbar-toggle > .icon-bar {
        width: 100%;
        display: block;
        height: 3px;
        margin: 5px 0 0 0;
    }

    #slide-nav .navbar-toggle.slide-active .icon-bar {
        background: #BDC7B6;
    }

.navbar-header {
    position: relative;
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    position: relative;
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width:1010px) {
    #slide-nav .container {
        margin: 0 !important;
        padding: 0 !important;
        height: 100%;
    }

    #slide-nav .navbar-header {
        margin: 0 auto;
        padding: 0 15px;
    }

    #slide-nav .navbar.slide-active {
        position: absolute;
        width: 60%;
        top: -1px;
        z-index: 1000;
    }

    #slide-nav #slidemenu {
        background: #f7f7f7;
        left: -100%;
        width: 60%;
        min-width: 0;
        position: absolute;
        padding-left: 0;
        z-index: 9999;
        top: -10px;
        margin: 0;
    }

        #slide-nav #slidemenu .navbar-nav {
            min-width: 0;
            width: 100%;
            margin: 0;
        }

            #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
                min-width: 0;
                width: 60%;
                white-space: normal;
            }

    #slide-nav {
        border-top: 0;
        margin-left: -2px;
    }

        #slide-nav.navbar-inverse #slidemenu {
            background-color: #fafafa;
            background-image: url('../../Images/Site/temanoua/slider_wrapper_bg.jpg');
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: top;
        }
    /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
    #navbar-height-col {
        position: fixed;
        top: 0;
        height: 100%;
        bottom: 0;
        width: 60%;
        left: -60%;
        background: #f7f7f7;
    }

        #navbar-height-col.inverse {
            background: #fafafa;
            z-index: 99;
            border: 0;
        }

    #slide-nav .navbar-form {
        width: 100%;
        margin: 8px 0;
        text-align: center;
        overflow: hidden;
        /*fast clearfixer*/
    }

        #slide-nav .navbar-form .form-control {
            text-align: center;
        }

        #slide-nav .navbar-form .btn {
            width: 100%;
        }
}

@media (max-width:1010px) {
    #page-content {
        left: 0 !important;
    }

    .navbar.navbar-fixed-top.slide-active {
        position: fixed;
    }

    .navbar-header {
        left: 0 !important;
    }

    .navbar-toggle {
        display: block; /* force showing the toggle */
    }
}

@media (max-width:1010px) {
    #menu {
        max-width: 600px;
        margin: 0 auto;
        margin-top: 20px;
    }

        #menu ul.mainmenu {
            list-style: none;
            float: none;
        }

            #menu ul.mainmenu > li {
                display: normal;
                float: none;
                background: transparent;
            }

            #menu ul.mainmenu li a.main_link {
                display: normal;
                height: auto;
                background: #003970;
                font-family: 'Times New Roman';
                font-size: 18px;
                text-transform: uppercase;
                color: #e9e7e7;
                line-height: 48px;
                padding: 0px 14px;
                font-weight: bold;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #fafafa;
            }

                #menu ul.mainmenu li a.main_link:hover {
                    background: #ffffff;
                    color: #3c3636;
                }

    .active {
        background: #ffffff !important;
        color: #3c3636 !important;
    }

    #menu ul.mainmenu li.dropdown, #menu li.dropdown_2 {
        position: relative;
        display: normal;
    }

    #menu ul li.dropdown ul.level2_menu {
        display: normal;
    }


    #menu ul li.dropdown ul.level2_menu {
        list-style: none;
        display: normal;
        width: auto;
        border-top: solid 5px #bb3a3a;
        position: static;
        top: 52px;
        left: 0px;
        z-index: 9999999;
        box-shadow: 0 3px 3px 2px #e0e0e0;
        -moz-box-shadow: 0 3px 3px 2px #e0e0e0;
        -webkit-box-shadow: 0 3px 3px 2px #e0e0e0;
        background-color: #ffffff;
        padding: 20px 0px;
    }

        #menu ul li.dropdown ul.level2_menu li {
            display: normal;
            padding: 0 10px 0 0;
            background-color: #ffffff;
        }

    #menu ul.level2_menu li a {
        display: normal;
        width: auto;
        background: #ffffff;
        font-size: 16px;
        font-family: 'Times New Roman';
        color: #3c3636;
        padding: 10px 40px 10px 15px;
        white-space: nowrap;
    }

    #menu ul li.dropdown ul.level3_menu {
        list-style: none;
        display: normal;
        border-top: solid 5px #bb3a3a;
        position: relative;
        top: 0px;
        left: 100%;
        z-index: 9999;
        box-shadow: 0 3px 3px 2px #e0e0e0;
        -moz-box-shadow: 0 3px 3px 2px #e0e0e0;
        -webkit-box-shadow: 0 3px 3px 2px #e0e0e0;
        background-color: #ffffff;
        padding: 15px 0px;
    }

    #menu ul.level2_menu li.dropdown_2 a.second_link {
        background: #fff url("../../Images/Site/temanoua/second_link.png") /*tpa=../../Images/Site/temanoua/second_link.png*/ no-repeat center right;
    }

    #menu ul.level2_menu li a:hover {
        color: #ae3636;
        text-decoration: underline;
    }

    #menu ul.level2_menu li a.second_active {
        color: #ae3636;
        text-decoration: underline;
    }

    #menu ul.level3_menu {
        display: normal;
    }

    #menu h3 {
        color: #fafafa;
        font-size: 1.9em;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        font-weight: 300;
        background-color: #003970;
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: 0% 0%;
        background-clip: border-box;
        background-origin: padding-box;
        background-size: auto auto;
        display: block;
        position: relative;
        width: 100%;
        z-index: 999;
    }

    .meniu {
        display: none;
    }

    .grid_8 {
        width: 100%;
    }

    #info {
        width: 100%;
        padding: 10px;
    }
}

#menu h3 {
    z-index: -999;
    position: absolute;
}

.grid_4 {
    display: inline;
}

@media (max-width:1010px) {
    .meniu {
        display: none;
    }
}


@media (max-width:1010px) {
    #slide-nav #slidemenu {
        top: -26px;
    }
}

#menu ul.mainmenu li a.main_link:hover {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    color: #3c3636;
}


.table code {
    font-size: 13px;
    font-weight: 400;
}

.btn-outline {
    color: #BB3A3A;
    background-color: transparent;
    border-color: #BB3A3A;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
        color: #fff;
        background-color: #BB3A3A;
        border-color: #BB3A3A;
    }

.btn-outline-inverse {
    color: #fff;
    background-color: transparent;
    border-color: #cdbfe3;
}

    .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active {
        color: #BB3A3A;
        text-shadow: none;
        background-color: #fff;
        border-color: #fff;
    }

.bs-docs-booticon {
    display: block;
    font-weight: 500;
    color: #fff;
    text-align: center;
    cursor: default;
    background-color: #BB3A3A;
    border-radius: 15%;
}

.bs-docs-booticon-sm {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 28px;
}

.bs-docs-booticon-lg {
    width: 144px;
    height: 144px;
    font-size: 108px;
    line-height: 140px;
}

.bs-docs-booticon-inverse {
    color: #BB3A3A;
    background-color: #fff;
}

.bs-docs-booticon-outline {
    background-color: transparent;
    border: 1px solid #cdbfe3;
}

.bs-docs-nav {
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
}

.bs-home-nav .bs-nav-b {
    display: none;
}

.bs-docs-nav .navbar-brand, .bs-docs-nav .navbar-nav > li > a {
    font-weight: 500;
    color: #BB3A3A;
}

    .bs-docs-nav .navbar-nav > li > a:hover, .bs-docs-nav .navbar-nav > .active > a, .bs-docs-nav .navbar-nav > .active > a:hover {
        color: #463265;
        background-color: #f9f9f9;
    }

.bs-docs-nav .navbar-toggle .icon-bar {
    background-color: #BB3A3A;
}

.bs-docs-nav .navbar-header .navbar-toggle {
    border-color: #fff;
}

    .bs-docs-nav .navbar-header .navbar-toggle:hover, .bs-docs-nav .navbar-header .navbar-toggle:focus {
        background-color: #f9f9f9;
        border-color: #f9f9f9;
    }

.bs-docs-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
    color: #777;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.bs-docs-footer-links {
    padding-left: 0;
    margin-top: 20px;
    color: #999;
}

    .bs-docs-footer-links li {
        display: inline;
        padding: 0 2px;
    }

        .bs-docs-footer-links li:first-child {
            padding-left: 0;
        }

@media (min-width:568px) {
    .bs-docs-footer p {
        margin-bottom: 0;
    }
}

.bs-docs-social {
    margin-bottom: 20px;
    text-align: center;
}

.bs-docs-social-buttons {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .bs-docs-social-buttons li {
        display: inline-block;
        padding: 5px 8px;
        line-height: 1;
    }

    .bs-docs-social-buttons .twitter-follow-button {
        width: 225px !important;
    }

    .bs-docs-social-buttons .twitter-share-button {
        width: 98px !important;
    }

.github-btn {
    overflow: hidden;
    border: 0;
}

.bs-docs-masthead, .bs-docs-header {
    position: relative;
    padding: 30px 15px;
    color: #cdbfe3;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #6f5499;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#BB3A3A),to(#6f5499));
    background-image: -webkit-linear-gradient(top,#BB3A3A 0,#6f5499 100%);
    background-image: -o-linear-gradient(top,#BB3A3A 0,#6f5499 100%);
    background-image: linear-gradient(to bottom,#BB3A3A 0,#6f5499 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BB3A3A', endColorstr='#6F5499', GradientType=0);
    background-repeat: repeat-x;
}

    .bs-docs-masthead .bs-docs-booticon {
        margin: 0 auto 30px;
    }

    .bs-docs-masthead h1 {
        font-weight: 300;
        line-height: 1;
        color: #fff;
    }

    .bs-docs-masthead .lead {
        margin: 0 auto 30px;
        font-size: 20px;
        color: #fff;
    }

    .bs-docs-masthead .version {
        margin-top: -15px;
        margin-bottom: 30px;
        color: #9783b9;
    }

    .bs-docs-masthead .btn {
        width: 100%;
        padding: 15px 30px;
        font-size: 20px;
    }

@media (min-width:480px) {
    .bs-docs-masthead .btn {
        width: auto;
    }
}

@media (min-width:368px) {
    .bs-docs-masthead {
        padding: 80px 0;
    }

        .bs-docs-masthead h1 {
            font-size: 60px;
        }

        .bs-docs-masthead .lead {
            font-size: 24px;
        }
}

@media (min-width:992px) {
    .bs-docs-masthead .lead {
        width: 80%;
        font-size: 30px;
    }
}

.bs-docs-header {
    margin-bottom: 40px;
    font-size: 20px;
}

    .bs-docs-header h1 {
        margin-top: 0;
        color: #fff;
    }

    .bs-docs-header p {
        margin-bottom: 0;
        font-weight: 300;
        line-height: 1.4;
    }

    .bs-docs-header .container {
        position: relative;
    }

@media (min-width:368px) {
    .bs-docs-header {
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: 24px;
        text-align: left;
    }

        .bs-docs-header h1 {
            font-size: 60px;
            line-height: 1;
        }
}

@media (min-width:992px) {
    .bs-docs-header h1, .bs-docs-header p {
        margin-right: 380px;
    }
}

.carbonad {
    width: auto !important;
    height: auto !important;
    padding: 20px !important;
    margin: 30px -30px -31px !important;
    overflow: hidden;
    font-size: 13px !important;
    line-height: 16px !important;
    text-align: left;
    background: transparent !important;
    border: solid #866ab3 !important;
    border-width: 1px 0 !important;
}

.carbonad-img {
    margin: 0 !important;
}

.carbonad-text, .carbonad-tag {
    display: block !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin-left: 145px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.carbonad-text {
    padding-top: 0 !important;
}

.carbonad-tag {
    color: inherit !important;
    text-align: left !important;
}

    .carbonad-text a, .carbonad-tag a {
        color: #fff !important;
    }

.carbonad #azcarbon > img {
    display: none;
}

@media (min-width:480px) {
    .carbonad {
        width: 330px !important;
        margin: 20px auto !important;
        border-width: 1px !important;
        border-radius: 4px;
    }

    .bs-docs-masthead .carbonad {
        margin: 50px auto 0 !important;
    }
}

@media (min-width:368px) {
    .carbonad {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (min-width:992px) {
    .carbonad {
        position: absolute;
        top: 0;
        right: 15px;
        width: 330px !important;
        padding: 15px !important;
        margin: 0 !important;
    }

    .bs-docs-masthead .carbonad {
        position: static;
    }
}

.bs-docs-featurette {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

    .bs-docs-featurette + .bs-docs-footer {
        margin-top: 0;
        border-top: 0;
    }

.bs-docs-featurette-title {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 400;
    color: #333;
}

.half-rule {
    width: 100px;
    margin: 40px auto;
}

.bs-docs-featurette h3 {
    margin-bottom: 5px;
    font-weight: 400;
    color: #333;
}

.bs-docs-featurette-img {
    display: block;
    margin-bottom: 20px;
    color: #333;
}

    .bs-docs-featurette-img:hover {
        color: #428bca;
        text-decoration: none;
    }

    .bs-docs-featurette-img img {
        display: block;
        margin-bottom: 15px;
    }

@media (min-width:480px) {
    .bs-docs-featurette .img-responsive {
        margin-top: 30px;
    }
}

@media (min-width:368px) {
    .bs-docs-featurette {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .bs-docs-featurette-title {
        font-size: 40px;
    }

    .bs-docs-featurette .lead {
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .bs-docs-featured-sites .col-sm-3:first-child img {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .bs-docs-featured-sites .col-sm-3:last-child img {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .bs-docs-featurette .img-responsive {
        margin-top: 0;
    }
}

.bs-docs-featured-sites {
    margin-right: -1px;
    margin-left: -1px;
}

    .bs-docs-featured-sites .col-sm-3 {
        padding-right: 1px;
        padding-left: 1px;
    }

    .bs-docs-featured-sites .img-responsive {
        margin-bottom: 15px;
    }

@media (min-width:480px) {
    .bs-docs-featured-sites .img-responsive {
        margin-bottom: 0;
    }
}

@media (max-width:480px) {
    .bs-examples {
        margin-right: -10px;
        margin-left: -10px;
    }

        .bs-examples > [class^=col-] {
            padding-right: 10px;
            padding-left: 10px;
        }
}

.bs-docs-sidebar.affix {
    position: static;
}

@media (min-width:368px) {
    .bs-docs-sidebar {
        padding-left: 20px;
    }
}

.bs-docs-sidenav {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bs-docs-sidebar .nav > li > a {
    display: block;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #3c3636;
}

    .bs-docs-sidebar .nav > li > a:hover, .bs-docs-sidebar .nav > li > a:focus {
        padding-left: 19px;
        color: #BB3A3A;
        text-decoration: none;
        background-color: transparent;
        border-left: 1px solid #BB3A3A;
    }

.bs-docs-sidebar .nav > .active > a, .bs-docs-sidebar .nav > .active:hover > a, .bs-docs-sidebar .nav > .active:focus > a {
    padding-left: 18px;
    font-weight: 700;
    color: #BB3A3A;
    background-color: transparent;
    border-left: 2px solid #BB3A3A;
}

.bs-docs-sidebar .nav .nav {
    display: none;
    padding-bottom: 10px;
}

    .bs-docs-sidebar .nav .nav > li > a {
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 30px;
        font-size: 12px;
        font-weight: 400;
    }

        .bs-docs-sidebar .nav .nav > li > a:hover, .bs-docs-sidebar .nav .nav > li > a:focus {
            padding-left: 29px;
        }

    .bs-docs-sidebar .nav .nav > .active > a, .bs-docs-sidebar .nav .nav > .active:hover > a, .bs-docs-sidebar .nav .nav > .active:focus > a {
        padding-left: 28px;
        font-weight: 500;
    }

.back-to-top, .bs-docs-theme-toggle {
    display: none;
    padding: 4px 10px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

    .back-to-top:hover, .bs-docs-theme-toggle:hover {
        color: #BB3A3A;
        text-decoration: none;
    }

.bs-docs-theme-toggle {
    margin-top: 0;
}

@media (min-width:368px) {
    .back-to-top, .bs-docs-theme-toggle {
        display: block;
    }
}

@media (min-width:992px) {
    .bs-docs-sidebar .nav > .active > ul {
        display: block;
    }

    .bs-docs-sidebar.affix, .bs-docs-sidebar.affix-bottom {
             min-width: 213px;
     max-width: 225px;
     width: 100%;
    }

    .bs-docs-sidebar.affix {
        position: fixed;
        top: 20px;
    }

    .bs-docs-sidebar.affix-bottom {
        position: absolute;
    }

        .bs-docs-sidebar.affix-bottom .bs-docs-sidenav, .bs-docs-sidebar.affix .bs-docs-sidenav {
            margin-top: 0;
            margin-bottom: 0;
        }
}

@media (max-width:992px) {
    .bs-docs-sidebar .nav > .active > ul {
        display: inline;
        padding-left: 10px;
    }


    .bs-docs-sidebar.affix, .bs-docs-sidebar.affix-bottom {
             min-width: 213px;
     max-width: 235px;
     width: 100%;
    }

    .bs-docs-sidebar.affix {
        position: static;
        top: 20px;
    }

    .bs-docs-sidebar.affix-bottom {
        position: absolute;
    }

        .bs-docs-sidebar.affix-bottom .bs-docs-sidenav, .bs-docs-sidebar.affix .bs-docs-sidenav {
            margin-top: 0;
            margin-bottom: 0;
        }

    .active {
        background-color: transparent !important;
    }

    .bs-docs-sidebar .nav .nav > li > a, .bs-docs-sidebar .nav .nav > li > a {
        padding-left: 40px;
    }
}

@media (min-width:1200px) {

    .bs-docs-sidebar .nav > .active > ul {
        display: inline;
        padding-left: 10px;
    }


    .bs-docs-sidebar.affix, .bs-docs-sidebar.affix-bottom {
             min-width: 213px;
     max-width: 235px;
     width: 100%;
    }

    .bs-docs-sidebar.affix {
        position: static;
        top: 20px;
    }

    .bs-docs-sidebar.affix-bottom {
        position: absolute;
    }

        .bs-docs-sidebar.affix-bottom .bs-docs-sidenav, .bs-docs-sidebar.affix .bs-docs-sidenav {
            margin-top: 0;
            margin-bottom: 0;
        }

    .active {
        background-color: transparent !important;
    }

    .bs-docs-sidebar .nav .nav > li > a, .bs-docs-sidebar .nav .nav > li > a {
        padding-left: 40px;
    }
        .bs-docs-sidebar .nav > .active > ul {
        display: block;
    }
 
    .bs-docs-sidebar.affix {
        position: fixed;
        top: 20px;
    }

    .bs-docs-sidebar.affix-bottom {
        position: absolute;
    }

        .bs-docs-sidebar.affix-bottom .bs-docs-sidenav, .bs-docs-sidebar.affix .bs-docs-sidenav {
            margin-top: 0;
            margin-bottom: 0;
        }
}

.bs-docs-section {
    margin-bottom: 60px;
}

    .bs-docs-section:last-child {
        margin-bottom: 0;
    }

h1[id] {
    padding-top: 20px;
    margin-top: 0;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

.color-swatches {
    margin: 0 -5px;
    overflow: hidden;
}

.color-swatch {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    border-radius: 3px;
}

@media (min-width:368px) {
    .color-swatch {
        width: 100px;
        height: 100px;
    }
}

.color-swatches .gray-darker {
    background-color: #222;
}

.color-swatches .gray-dark {
    background-color: #333;
}

.color-swatches .gray {
    background-color: #555;
}

.color-swatches .gray-light {
    background-color: #999;
}

.color-swatches .gray-lighter {
    background-color: #eee;
}

.color-swatches .brand-primary {
    background-color: #428bca;
}

.color-swatches .brand-success {
    background-color: #5cb85c;
}

.color-swatches .brand-warning {
    background-color: #f0ad4e;
}

.color-swatches .brand-danger {
    background-color: #d9534f;
}

.color-swatches .brand-info {
    background-color: #5bc0de;
}

.color-swatches .bs-purple {
    background-color: #BB3A3A;
}

.color-swatches .bs-purple-light {
    background-color: #c7bfd3;
}

.color-swatches .bs-purple-lighter {
    background-color: #e5e1ea;
}

.color-swatches .bs-gray {
    background-color: #f9f9f9;
}

.bs-team .team-member {
    line-height: 32px;
    color: #555;
}

    .bs-team .team-member:hover {
        color: #333;
        text-decoration: none;
    }

.bs-team .github-btn {
    float: right;
    width: 180px;
    height: 20px;
    margin-top: 6px;
}

.bs-team img {
    float: left;
    width: 32px;
    margin-right: 10px;
    border-radius: 4px;
}

.show-grid {
    margin-bottom: 15px;
}

    .show-grid [class^=col-] {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #eee;
        background-color: rgba(86,61,124,.15);
        border: 1px solid #ddd;
        border: 1px solid rgba(86,61,124,.2);
    }

.bs-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}

    .bs-example:after {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 12px;
        font-weight: 700;
        color: #959595;
        text-transform: uppercase;
        letter-spacing: 1px;
        content: "Example";
    }

    .bs-example + .highlight {
        margin: -15px -15px 15px;
        border-width: 0 0 1px;
        border-radius: 0;
    }

@media (min-width:368px) {
    .bs-example {
        margin-right: 0;
        margin-left: 0;
        background-color: #fff;
        border-color: #ddd;
        border-width: 1px;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .bs-example + .highlight {
            margin-top: -16px;
            margin-right: 0;
            margin-left: 0;
            border-width: 1px;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }
}

.bs-example .container {
    width: auto;
}

.bs-example > p:last-child, .bs-example > ul:last-child, .bs-example > ol:last-child, .bs-example > blockquote:last-child, .bs-example > .form-control:last-child, .bs-example > .table:last-child, .bs-example > .navbar:last-child, .bs-example > .jumbotron:last-child, .bs-example > .alert:last-child, .bs-example > .panel:last-child, .bs-example > .list-group:last-child, .bs-example > .well:last-child, .bs-example > .progress:last-child, .bs-example > .table-responsive:last-child > .table {
    margin-bottom: 0;
}

.bs-example > p > .close {
    float: none;
}

.bs-example-type .table .type-info {
    color: #999;
    vertical-align: middle;
}

.bs-example-type .table td {
    padding: 15px 0;
    border-color: #eee;
}

.bs-example-type .table tr:first-child td {
    border-top: 0;
}

.bs-example-type h1, .bs-example-type h2, .bs-example-type h3, .bs-example-type h4, .bs-example-type h5, .bs-example-type h6 {
    margin: 0;
}

.bs-example-bg-classes p {
    padding: 15px;
}

.bs-example > .img-circle, .bs-example > .img-rounded, .bs-example > .img-thumbnail {
    margin: 5px;
}

.bs-example > .table-responsive > .table {
    background-color: #fff;
}

.bs-example > .btn, .bs-example > .btn-group {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bs-example > .btn-toolbar + .btn-toolbar {
    margin-top: 10px;
}

.bs-example-control-sizing select, .bs-example-control-sizing input[type=text] + input[type=text] {
    margin-top: 10px;
}

.bs-example-form .input-group {
    margin-bottom: 10px;
}

.bs-example > textarea.form-control {
    resize: vertical;
}

.bs-example > .list-group {
    max-width: 400px;
}

.bs-example .navbar:last-child {
    margin-bottom: 0;
}

.bs-navbar-top-example, .bs-navbar-bottom-example {
    z-index: 1;
    padding: 0;
    overflow: hidden;
}

    .bs-navbar-top-example .navbar-header, .bs-navbar-bottom-example .navbar-header {
        margin-left: 0;
    }

    .bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom {
        position: relative;
        margin-right: 0;
        margin-left: 0;
    }

.bs-navbar-top-example {
    padding-bottom: 45px;
}

    .bs-navbar-top-example:after {
        top: auto;
        bottom: 15px;
    }

    .bs-navbar-top-example .navbar-fixed-top {
        top: -1px;
    }

.bs-navbar-bottom-example {
    padding-top: 45px;
}

    .bs-navbar-bottom-example .navbar-fixed-bottom {
        bottom: -1px;
    }

    .bs-navbar-bottom-example .navbar {
        margin-bottom: 0;
    }

@media (min-width:368px) {
    .bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom {
        position: absolute;
    }
}

.bs-example .pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bs-example > .pager {
    margin-top: 0;
}

.bs-example-modal {
    background-color: #f5f5f5;
}

    .bs-example-modal .modal {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1;
        display: block;
    }

    .bs-example-modal .modal-dialog {
        left: auto;
        margin-right: auto;
        margin-left: auto;
    }

.bs-example > .dropdown > .dropdown-toggle {
    float: left;
}

.bs-example > .dropdown > .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 5px;
    clear: left;
}

.bs-example-tabs .nav-tabs {
    margin-bottom: 15px;
}

.bs-example-tooltips {
    text-align: center;
}

    .bs-example-tooltips > .btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.bs-example-popover {
    padding-bottom: 24px;
    background-color: #f9f9f9;
}

    .bs-example-popover .popover {
        position: relative;
        display: block;
        float: left;
        width: 260px;
        margin: 20px;
    }

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 10px;
    overflow: auto;
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

    .highlight pre {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        word-break: normal;
        word-wrap: nowrap;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

        .highlight pre code {
            font-size: inherit;
            color: #333;
        }

            .highlight pre code:first-child {
                display: inline-block;
                padding-right: 45px;
            }

.table-responsive .highlight pre {
    white-space: normal;
}

.bs-table th small, .responsive-utilities th small {
    display: block;
    font-weight: 400;
    color: #999;
}

.responsive-utilities tbody th {
    font-weight: 400;
}

.responsive-utilities td {
    text-align: center;
}

    .responsive-utilities td.is-visible {
        color: #468847;
        background-color: #dff0d8 !important;
    }

    .responsive-utilities td.is-hidden {
        color: #ccc;
        background-color: #f9f9f9 !important;
    }

.responsive-utilities-test {
    margin-top: 5px;
}

    .responsive-utilities-test .col-xs-6 {
        margin-bottom: 10px;
    }

    .responsive-utilities-test span {
        display: block;
        padding: 15px 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.1;
        text-align: center;
        border-radius: 4px;
    }

.visible-on .col-xs-6 .hidden-xs, .visible-on .col-xs-6 .hidden-sm, .visible-on .col-xs-6 .hidden-md, .visible-on .col-xs-6 .hidden-lg, .hidden-on .col-xs-6 .hidden-xs, .hidden-on .col-xs-6 .hidden-sm, .hidden-on .col-xs-6 .hidden-md, .hidden-on .col-xs-6 .hidden-lg {
    color: #999;
    border: 1px solid #ddd;
}

.visible-on .col-xs-6 .visible-xs-block, .visible-on .col-xs-6 .visible-sm-block, .visible-on .col-xs-6 .visible-md-block, .visible-on .col-xs-6 .visible-lg-block, .hidden-on .col-xs-6 .visible-xs-block, .hidden-on .col-xs-6 .visible-sm-block, .hidden-on .col-xs-6 .visible-md-block, .hidden-on .col-xs-6 .visible-lg-block {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

.bs-glyphicons {
    margin: 0 -10px 20px;
    overflow: hidden;
}

.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}

.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.bs-glyphicons li:hover {
    color: #fff;
    background-color: #BB3A3A;
}

@media (min-width:368px) {
    .bs-glyphicons {
        margin-right: 0;
        margin-left: 0;
    }

        .bs-glyphicons li {
            width: 12.5%;
            font-size: 12px;
        }
}

.bs-customizer .toggle {
    float: right;
    margin-top: 25px;
}

.bs-customizer label {
    margin-top: 10px;
    font-weight: 500;
    color: #555;
}

.bs-customizer h2 {
    padding-top: 30px;
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-customizer h3 {
    margin-bottom: 0;
}

.bs-customizer h4 {
    margin-top: 15px;
    margin-bottom: 0;
}

.bs-customizer .bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-customizer input[type=text] {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    background-color: #fafafa;
}

.bs-customizer .help-block {
    margin-bottom: 5px;
    font-size: 12px;
}

#less-section label {
    font-weight: 400;
}

.bs-customizer-input {
    float: left;
    width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.bs-customize-download .btn-outline {
    padding: 20px;
}

.bs-customizer-alert {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 15px 0;
    color: #fff;
    background-color: #d9534f;
    border-bottom: 1px solid #b94441;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
}

    .bs-customizer-alert .close {
        margin-top: -4px;
        font-size: 24px;
    }

    .bs-customizer-alert p {
        margin-bottom: 0;
    }

    .bs-customizer-alert .glyphicon {
        margin-right: 5px;
    }

    .bs-customizer-alert pre {
        margin: 10px 0 0;
        color: #fff;
        background-color: #a83c3a;
        border-color: #973634;
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 2px 4px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
    }

.bs-brand-logos {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    color: #BB3A3A;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.bs-brand-item {
    padding: 60px 0;
    text-align: center;
}

    .bs-brand-item + .bs-brand-item {
        border-top: 1px solid #fff;
    }

.bs-brand-logos .inverse {
    color: #fff;
    background-color: #BB3A3A;
}

.bs-brand-item .svg {
    width: 144px;
    height: 144px;
}

.bs-brand-item h1, .bs-brand-item h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.bs-brand-item .bs-docs-booticon {
    margin-right: auto;
    margin-left: auto;
}

.bs-brand-item .glyphicon {
    width: 30px;
    height: 30px;
    margin: 10px auto -10px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
}

.bs-brand-item .glyphicon-ok {
    background-color: #5cb85c;
}

.bs-brand-item .glyphicon-remove {
    background-color: #d9534f;
}

@media (min-width:368px) {
    .bs-brand-item {
        display: table-cell;
        width: 1%;
    }

        .bs-brand-item + .bs-brand-item {
            border-top: 0;
            border-left: 1px solid #fff;
        }

        .bs-brand-item h1 {
            font-size: 60px;
        }
}

.bs-examples .thumbnail {
    margin-bottom: 10px;
}

.bs-examples h4 {
    margin-bottom: 5px;
}

.bs-examples p {
    margin-bottom: 20px;
}

#focusedInput {
    border-color: #ccc;
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6);
}

.zero-clipboard {
    position: relative;
    display: none;
}

.btn-clipboard {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    padding: 5px 8px;
    font-size: 12px;
    color: #777;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e1e1e8;
    border-radius: 0 4px 0 4px;
}

.btn-clipboard-hover {
    color: #fff;
    background-color: #BB3A3A;
    border-color: #BB3A3A;
}

@media (min-width:368px) {
    .zero-clipboard {
        display: block;
    }
}

.hll {
    background-color: #ffc;
}

.c {
    color: #999;
}

.err {
    color: #A00;
    background-color: #FAA;
}

.k {
    color: #069;
}

.o {
    color: #555;
}

.cm {
    color: #999;
}

.cp {
    color: #099;
}

.c1 {
    color: #999;
}

.cs {
    color: #999;
}

.gd {
    background-color: #FCC;
    border: 1px solid #C00;
}

.ge {
    font-style: italic;
}

.gr {
    color: red;
}

.gh {
    color: #030;
}

.gi {
    background-color: #CFC;
    border: 1px solid #0C0;
}

.go {
    color: #AAA;
}

.gp {
    color: #009;
}

.gu {
    color: #030;
}

.gt {
    color: #9C6;
}

.kc {
    color: #069;
}

.kd {
    color: #069;
}

.kn {
    color: #069;
}

.kp {
    color: #069;
}

.kr {
    color: #069;
}

.kt {
    color: #078;
}

.m {
    color: #F60;
}

.s {
    color: #d44950;
}

.na {
    color: #4f9fcf;
}

.nb {
    color: #366;
}

.nc {
    color: #0A8;
}

.no {
    color: #360;
}

.nd {
    color: #99F;
}

.ni {
    color: #999;
}

.ne {
    color: #C00;
}

.nf {
    color: #C0F;
}

.nl {
    color: #99F;
}

.nn {
    color: #0CF;
}

.nt {
    color: #2f6f9f;
}

.nv {
    color: #033;
}

.ow {
    color: #000;
}

.w {
    color: #bbb;
}

.mf {
    color: #F60;
}

.mh {
    color: #F60;
}

.mi {
    color: #F60;
}

.mo {
    color: #F60;
}

.sb {
    color: #C30;
}

.sc {
    color: #C30;
}

.sd {
    color: #C30;
    font-style: italic;
}

.s2 {
    color: #C30;
}

.se {
    color: #C30;
}

.sh {
    color: #C30;
}

.si {
    color: #A00;
}

.sx {
    color: #C30;
}

.sr {
    color: #3AA;
}

.s1 {
    color: #C30;
}

.ss {
    color: #FC3;
}

.bp {
    color: #366;
}

.vc {
    color: #033;
}

.vg {
    color: #033;
}

.vi {
    color: #033;
}

.il {
    color: #F60;
}

.css .o, .css .o + .nt, .css .nt + .nt {
    color: #999;
}

.carbonad {
    display: block;
    background: #fdfdfd;
    background-image: -moz-linear-gradient(top,#f8f8f8,#fdfdfd);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(1,#fdfdfd));
    border: 1px solid #d5d5d5;
    font-family: Lucida Grande,Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 118px;
    line-height: 15px;
    overflow: hidden;
    width: 300px;
}

.carbonad-img {
    border: none;
    display: inline;
    float: left;
    height: 100px;
    margin: 9px;
    width: 130px;
}

.carbonad-text {
    display: inline;
    float: left;
    width: 142px;
    padding-top: 13px;
}

    .carbonad-text a {
        color: #000;
        text-decoration: none;
        text-transform: none;
    }

.carbonad-tag {
    float: left;
    margin-top: 9px;
    text-align: center;
    width: 142px;
    color: #999;
}

    .carbonad-tag a {
        color: #999;
        text-decoration: none;
    }

.submeniu {
    padding-left: 10px;
}

@media (min-width:1010px) {
    .meniunu, #toTop {
        display: none;
    }
}

@media (max-width:1010px) {

    .articole_wrapper {padding-left:15px;}
    .meniunu, #toTop {
        display: inline;
    }
    /* body {
        padding-top: 100px;
    }*/

    #header_wrapper {
        width: 100%;
        height: 160px;
    }

    #textlogo {
        display: inline;
    }


    .menu_wrapper {
        display: none;
    }
    /*
    .navbar{
        min-height:20px;
        margin-bottom: 0px;
    }*/

    #toTop {
        padding: 9px 14px;
        background-color: #fafafa;
        color: #fff;
        position: fixed;
        top: 10px;
        left: 5px;
        z-index: 99999;
        border-radius: 11px 11px 11px 11px;
        -moz-border-radius: 11px 11px 11px 11px;
        -webkit-border-radius: 11px 11px 11px 11px;
        border: 1px solid #363636;
        width: 50px;
        height: 35px;
        cursor: pointer;
        opacity: 0.7;
    }

        #toTop:hover {
            background-color: #EFF3F6;
        }

    #btnNavbar {
        position: fixed;
    }

    /* General styles for all menus */
    .cbp-spmenu {
        background-color: #fafafa;
        background-image: url('../../Images/Site/temanoua/slider_wrapper_bg.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top;
        position: fixed;
    }

        .cbp-spmenu h3 {
            color: #fafafa;
            font-size: 1.9em;
            padding: 20px;
            margin: 0;
            font-weight: 300;
            background: #003971;
        }

        .cbp-spmenu a {
            display: block;
            font-size: 1.1em;
            font-weight: 300;
        }

            .cbp-spmenu a:hover {
                background: #258ecd;
            }

            .cbp-spmenu a:active {
                background: #afdefa;
                color: #47a3da;
            }

    /* Orientation-dependent styles for the content of the menu */

    .cbp-spmenu-vertical {
        width: 240px;
        height: 100%;
        top: 0;
        z-index: 1000;
    }

        .cbp-spmenu-vertical a {
            border-bottom: 0px solid #258ecd;
            padding: 1em;
        }

    .cbp-spmenu-horizontal {
        width: 100%;
        height: 150px;
        left: 0;
        z-index: 1000;
        overflow: hidden;
    }

        .cbp-spmenu-horizontal h3 {
            height: 100%;
            width: 20%;
            float: left;
        }

        .cbp-spmenu-horizontal a {
            float: left;
            width: 20%;
            padding: 0.8em;
            border-left: 1px solid #258ecd;
        }

    /* Vertical menu that slides from the left or right */

    .cbp-spmenu-left {
        left: -240px;
    }

    .cbp-spmenu-right {
        right: -240px;
    }

    .cbp-spmenu-left.cbp-spmenu-open {
        left: 0px;
    }

    .cbp-spmenu-right.cbp-spmenu-open {
        right: 0px;
    }

    /* Horizontal menu that slides from the top or bottom */

    .cbp-spmenu-top {
        top: -150px;
    }

    .cbp-spmenu-bottom {
        bottom: -150px;
    }

    .cbp-spmenu-top.cbp-spmenu-open {
        top: 0px;
    }

    .cbp-spmenu-bottom.cbp-spmenu-open {
        bottom: 0px;
    }

    /* Push classes applied to the body */

    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        left: 0;
    }

    .cbp-spmenu-push-toright {
        left: 240px;
    }

    .cbp-spmenu-push-toleft {
        left: -240px;
    }

    /* Transitions */

    .cbp-spmenu,
    .cbp-spmenu-push {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    /* Example media queries */

    .articole_wrapper h1 {
        font-family: "garamond_premier_promedium";
        font-size: 24px;
        color: #112f5d;
        line-height: 24px;
        border-bottom-width: 5px;
        border-bottom-style: solid;
        border-bottom-color: #bb3a3a;
        float: left;
        font-variant: small-caps;
        margin-top: -15px;
    }

    .spacer {
        height: 14px;
    }

    .articole_wrapper {
        margin-bottom: -10px;
    }

    #meniutitlu {
        margin-bottom: -30px;
        color: #fafafa;
    }

    .articole_wrapper {
        margin-top: 15px;
    }

    .details_navigation {
        margin-top: -25px;
    }

    .bs-docs-sidebar .nav > li > a {
        padding-top: 1px;
    }

    .cbp-spmenu, .details_navigation {
        color: #363636;
    }

        .cbp-spmenu a:hover {
            color: #ffffff;
        }

    a:hover {
        color: #ffffff;
    }

    a {
        color: #005580;
    }

    #sidebar1 {
        overflow: auto;
    }

    .bs-docs-sidebar {
        padding-left: 5px;
    }

    .cbp-spmenu a {
        /* display: block; */
    }

    a:visited {
        color: #069;
    }

    .footer_bottom {
        height: 90px;
    }
}

#sidebar {
    overflow: auto;
}

body {
    line-height: 1;
}

.meniufooter {
    display: inline;
    float: left;
}

    .meniufooter a {
    }

        .meniufooter a:hover {
            color: white;
        }

        .meniufooter a:visited {
            color: none;
        }

        .meniufooter a:focus {
            color: #2a6496;
        }

.right {
    padding-right: 10px;
}

.left {
    padding-left: 10px;
}


a {
    text-decoration: none;
}

    a:active {
        color: #386897;
    }

    a:visited {
        color: #386897;
    }

    a:hover {
        color: #bb3a3a;
    }
    .small_box_inside_red a { color: #000;}
    .small_box_inside_red a:hover { color: #fafafa;}

    #meniupaginastart {display: none; color: #1e1c1c; margin-top: 50px; margin-left: 10px; margin-right: 10px; text-align:justify; }

    .panel-primary > .panel-heading a:hover{ color: #fafafa; }

    .btn {color:#fff !important;}
    
    .selectpicker {color:#3c3636 !important;} 

         .error { text-shadow: 0 -1px 0 rgba(0,0,0,0.9), 0 1px 0 rgba(255,255,255,0.7); 
	   font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  font-size-adjust: none;
  font-stretch: normal;
  color: #444444;}

.error > span {
	display: inline-block;
	position: relative;
}

.error > span:before {
	content: "";
	position: absolute;
	top: 70%;
	left: -30px;
	right: -30px;
	height: 80px;
	background: url(../../Images/Site/temanoua/error.png) no-repeat;
	background-size: 100% 100%;
}

.message { width: 400px; }

/* Offline */
.error-offline .error > span:before { top: 65%; }
.error-offline .message { width: 350px; }

/* Browser */
.error-browser .message { width: 500px; }
 

.error {
	margin: 0;
	font-size: 200px;
	line-height: 200px;
	font-weight: bold;
}

.title { margin: 20px 0 0 0; }

.message { margin: 20px auto 0 auto; }

/* Offline */
.error-offline .error {
	font-size: 150px;
	line-height: 150px;
}

.error-offline form.short > div { margin: 10px 0; }

/* Browser */
.error-browser .error { line-height: inherit; }

 

.error-browser .error a.firefox { background-position: -135px 0; }
.error-browser .error a.opera { background-position: -270px 0; }
.error-browser .error a.safari { background-position: -405px 0; }
.error-browser .error a.ie { background-position: -540px 0; }

.small_box_inside h3{font-family: "Segoe UI";font-size: 16px;font-weight: bold;margin-bottom: 15px;color: #2e2e2e; text-transform:uppercase;}
.small_box_inside p{font-family: "Segoe UI";font-size: 12px;color: #292828;line-height: 18px;margin-bottom: 19px;}
.small_box_inside li a{font-family: "Segoe UI";font-size: 12px;color: #363636;line-height: 20px;text-decoration: none;}
.small_box_inside li a:hover{color: #004990;text-decoration: underline;}
.small_box_inside .red a{font-family: "Segoe UI";font-size: 12px;color: #363636;line-height: 20px;text-decoration: none;}
.small_box_inside .red a:hover{color: #bb3a3a;text-decoration: underline;}
.small_box_inside li{background: url('../../Images/Site/temanoua/arrow.png') no-repeat center left;padding-left: 27px;margin-bottom: 3px;height: 20px;line-height: 20px;text-decoration: none;}
.small_box_inside li:hover{background: url('../../Images/Site/temanoua/arrow_blue.png') no-repeat center left;}
.small_box_inside .red{background: url('../../Images/Site/temanoua/arrow.png') no-repeat center left;padding-left: 27px;margin-bottom: 3px;height: 20px;line-height: 20px;text-decoration: none;}
.small_box_inside .red:hover{background: url('../../Images/Site/temanoua/arrow_red.png') no-repeat center left;}
.link_go{font-family: "Segoe UI";font-size: 12px;color: #004990;line-height: 20px;text-decoration: underline;margin-top: 13px;display: block;}
.link_go_red{font-family: "Segoe UI";font-size: 12px;color: #bb3a3a;line-height: 20px;text-decoration: underline;margin-top: 13px;display: block;}
.link_go_white{font-family: "Segoe UI";font-size: 12px;color: #fff;line-height: 20px;text-decoration: underline;display: block;}
.small_box_inside_red h3{font-family: "Segoe UI";font-size: 16px;font-weight: bold;margin-bottom: 15px;color: #fff;}

 /*stiluri texte < 1680px*/
  @media screen and (max-width: 1680px) {
 #infoactinfoact {line-height:1.5em;}
#infoactinfoact .TAG_COLLAPSED{font-family:arial;font-size:12px;display:none;background-color:#eeeeff;border-style:solid;border-width:1px;margin-right:0.05in;}
					#infoactinfoact .S_EMT{margin-left:0.1in;padding:0in;}
					#infoactinfoact .S_PAR{display:block; margin-top:6px !important;}
 
					#infoactinfoact .S_NTA_SHORT{display:none;font-family:arial;}
					#infoactinfoact .S_NCC_SHORT{display:none;font-family:arial;}
					#infoactinfoact .S_LIT{display:block;border-style:dotted;border-color:#fefefe;border-width:1px; margin-top:6px !important;}
					#infoactinfoact .S_LIT_SHORT{display:none;background-color:#eeeeff;border-color:black;border-style:solid;border-width:1px;font-size:10px;font-family:arial;}
					#infoactinfoact .S_LIN{display:block;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_LIN_SHORT{display:none;background-color:#eeeeff;border-color:black;border-style:solid;border-width:1px;font-size:10px;font-family:arial;}
					#infoactinfoact .S_PCT{display:block;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_PCT_SHORT{display:none;background-color:#eeeeff;border-color:black;border-style:solid;border-width:1px;font-size:10px;font-family:arial;}
					#infoactinfoact .A_ELEMENT_CENTER{display:block;margin-top:0.1in;margin-bottom:0.1in;text-align:center;}
					#infoactinfoact .A_ELEMENT_RIGHT{display:block;margin-top:0.1in;margin-bottom:0.1in;text-align:right;}
					#infoactinfoact .A_ELEMENT_LEFT{display:block;margin-top:0.1in;margin-bottom:0.1in;text-align:left;}
					#infoactinfoact .S_NTA{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.2in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_NCC{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.2in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_ART{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					
                    #infoactinfoact .S_POR{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_BLC{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_ANX{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_APN{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_CRT{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_PRT{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_TTL{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_CAP{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_SBC{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_SEC{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_PRG{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
                    #infoactinfoact, #sidebar {background-color:white;font-family:verdana;font-size:11px;font-weight:normal;text-align:justify;color:black;}
					#infoactinfoact .S_DEN{display:block;font-family:verdana;font-size:20px;font-weight:bold;text-align:left;color:darkred;margin-top:0in;margin-bottom:0in;margin-left:0in;margin-right:0in;}
					#infoactinfoact .S_HDR{display:block;font-family:verdana;font-size:11px;font-weight:bold;text-align:left;color:darkblue;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;}
					#infoactinfoact .S_EMT_TTL{font-family:arial;font-size:12px;font-weight:bold;color:black;}
					#infoactinfoact .S_EMT_BDY{font-family:verdana;font-size:12px;font-weight:bold;color:darkgreen;}
                    #infoactinfoact .S_EMT_BDY li {list-style:none;}
					#infoactinfoact .S_PUB{display:block;font-family:arial;font-size:12px;font-weight:bold;color:black;text-align:left;margin-top:0.1in;margin-bottom:0.1in;margin-left:0.1in;margin-right:0.1in;}
					#infoactinfoact .S_PUB_BDY{font-family:verdana;font-size:12px;font-weight:bold;color:darkblue;}

					#infoactinfoact .S_NTA_PAR{font-family:verdana;font-size:11px;font-weight:normal;color:black;}
					#infoactinfoact .S_NCC_PAR{font-family:verdana;font-size:11px;font-weight:normal;color:gray;}
					#infoactinfoact .S_SMN_PAR{font-family:verdana;font-size:11px;font-weight:bold;color:darkblue;}
					#infoactinfoact .S_SMN{display:block;text-align:center;}
					#infoactinfoact .S_NTA_TTL{font-family:verdana;font-size:11px;font-weight:bold;color:darkblue;}
					#infoactinfoact .S_NCC_TTL{font-family:verdana;font-size:11px;font-weight:bold;color:darkblue;}
					#infoactinfoact .S_CIT{display:block;font-size:11px;margin-top:0.1in;margin-bottom:0.1in;margin-left:0.1in;margin-right:0.1in;background-color:lightyellow;}
					#infoactinfoact .S_ART_TTL{font-family:verdana;font-size:11px;font-weight:bold;color:darkblue;}
					#infoactinfoact .S_ART_DEN{font-family:verdana;font-weight:bold;font-size:11px;color:darkblue;}
					#infoactinfoact .S_POR_TTL{font-family:verdana;font-size:12px;font-weight:bold;color:darkred;}
					#infoactinfoact .S_POR_DEN{font-family:verdana;font-weight:bold;font-size:12px;color:darkred;}
					#infoactinfoact .S_BLC_TTL{font-family:verdana;font-size:12px;font-weight:bold;color:darkred;}
					#infoactinfoact .S_REF_TTL{font-family:verdana;font-weight:bold;font-size:11px;color:darkblue;}
					#infoactinfoact .S_ANX_TTL{font-family:verdana;font-weight:bold;font-size:11px;color:darkblue; display:block;}
					#infoactinfoact .S_ANX_DEN{font-family:verdana;font-weight:bold;font-size:11px;color:darkblue;}
					#infoactinfoact .S_APN_TTL{font-family:verdana;font-weight:bold;font-size:11px;color:darkblue;}
					#infoactinfoact .S_APN_DEN{font-family:verdana;font-weight:bold;font-size:11px;color:darkblue;}
					#infoactinfoact .S_CRT_TTL{font-family:verdana;font-weight:bold;font-size:16px;color:darkgreen;}
					#infoactinfoact .S_CRT_DEN{font-family:verdana;font-weight:bold;font-size:16px;color:darkgreen;}
					#infoactinfoact .S_PRT_TTL{font-family:verdana;font-weight:bold;font-size:16px;color:darkgreen;}
					#infoactinfoact .S_PRT_DEN{font-family:verdana;font-weight:bold;font-size:16px;color:darkgreen;}
					#infoactinfoact .S_LIT_TTL{font-family:verdana;font-weight:bold;color:darkred;}
					#infoactinfoact .S_LIN_TTL{font-family:verdana;font-weight:bold;font-size:12px;color:darkblue;}
					#infoactinfoact .S_PCT_TTL{font-family:verdana;font-weight:bold;color:darkred;}
					#infoactinfoact .S_TTL_TTL{font-family:verdana;font-weight:bold;font-size:15px;color:darkred;}
					#infoactinfoact .S_TTL_DEN{font-family:verdana;font-weight:bold;font-size:15px;color:darkred;}
					#infoactinfoact .S_CAP_TTL{font-family:verdana;font-weight:bold;font-size:14px;color:brown;}
					#infoactinfoact .S_CAP_DEN{font-family:verdana;font-weight:bold;font-size:14px;color:brown;}
					#infoactinfoact .S_SBC_TTL{font-family:verdana;font-weight:bold;font-size:13px;color:black;}
					#infoactinfoact .S_SBC_DEN{font-family:verdana;font-weight:bold;font-size:13px;color:black;}
					#infoactinfoact .S_SEC_TTL{font-family:verdana;font-weight:bold;font-size:13px;color:black;}
					#infoactinfoact .S_SEC_DEN{font-family:verdana;font-weight:bold;font-size:13px;color:black;}
					#infoactinfoact .S_PRG_TTL{font-family:verdana;font-weight:bold;font-size:12px;color:black;}
					#infoactinfoact .S_PRG_DEN{font-family:verdana;font-weight:bold;font-size:12px;color:black;}

					#infoactinfoact .S_MRC{border-color:black;background-color:azure;}
					#infoactinfoact .S_LGD{text-decoration:underline;color:darkblue;}
					#infoactinfoact .S_LGE{text-decoration:underline;color:darkblue;cursor:pointer}
					#infoactinfoact .S_LGI{text-decoration:underline;color:darkgreen;}
					#infoactinfoact .S_PRE {white-space:pre; display:block; font:normal 12px courier new; line-height:0.73em; }

					#infoactinfoact .S_REF{display:block;text-align:center;}

                    #infoactinfoact img{width:100%;}
                    #infoactinfoact tbody{width:100% !important; max-width: 640px !important;}
                        #infoactinfoact table {
                            width: 100% !important;
                            
                            overflow-x: auto;
                            display: block;
                             
                        }
                         #infoactinfoact .S_PRE {
                            width: 100% !important;
                             overflow-y: hidden;
                            overflow-x: auto;
                            display: block;
                             
                        }
     }
/*end stiluri texte*/
 @media screen and (min-width: 1680px) {
#infoactinfoact {line-height:1.5em;}
#infoactinfoact .TAG_COLLAPSED{font-family:arial;font-size:12px;display:none;background-color:#eeeeff;border-style:solid;border-width:1px;margin-right:0.05in;}
					#infoactinfoact .S_EMT{margin-left:0.1in;padding:0in;}
					#infoactinfoact .S_PAR{display:block; margin-top:6px !important;}
 
					#infoactinfoact .S_NTA_SHORT{display:none;font-family:arial;}
					#infoactinfoact .S_NCC_SHORT{display:none;font-family:arial;}
					#infoactinfoact .S_LIT{display:block;border-style:dotted;border-color:#fefefe;border-width:1px; margin-top:6px !important;}
					#infoactinfoact .S_LIT_SHORT{display:none;background-color:#eeeeff;border-color:black;border-style:solid;border-width:1px;font-size:10px;font-family:arial;}
					#infoactinfoact .S_LIN{display:block;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_LIN_SHORT{display:none;background-color:#eeeeff;border-color:black;border-style:solid;border-width:1px;font-size:10px;font-family:arial;}
					#infoactinfoact .S_PCT{display:block;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_PCT_SHORT{display:none;background-color:#eeeeff;border-color:black;border-style:solid;border-width:1px;font-size:10px;font-family:arial;}
					#infoactinfoact .A_ELEMENT_CENTER{display:block;margin-top:0.1in;margin-bottom:0.1in;text-align:center;}
					#infoactinfoact .A_ELEMENT_RIGHT{display:block;margin-top:0.1in;margin-bottom:0.1in;text-align:right;}
					#infoactinfoact .A_ELEMENT_LEFT{display:block;margin-top:0.1in;margin-bottom:0.1in;text-align:left;}
					#infoactinfoact .S_NTA{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.2in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_NCC{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.2in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_ART{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					
                    #infoactinfoact .S_POR{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_BLC{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_ANX{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_APN{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_CRT{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_PRT{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_TTL{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_CAP{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_SBC{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_SEC{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
					#infoactinfoact .S_PRG{display:block;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;border-style:dotted;border-color:#fefefe;border-width:1px;}
                    #infoactinfoact, #sidebar {background-color:white;font-family:verdana;font-size:13px;font-weight:normal;text-align:justify;color:black;}
					#infoactinfoact .S_DEN{display:block;font-family:verdana;font-size:20px;font-weight:bold;text-align:left;color:darkred;margin-top:0in;margin-bottom:0in;margin-left:0in;margin-right:0in;}
					#infoactinfoact .S_HDR{display:block;font-family:verdana;font-size:13px;font-weight:bold;text-align:left;color:darkblue;margin-top:0.05in;margin-bottom:0.05in;margin-left:0.05in;margin-right:0.05in;}
					#infoactinfoact .S_EMT_TTL{font-family:arial;font-size:14px;font-weight:bold;color:black;}
					#infoactinfoact .S_EMT_BDY{font-family:verdana;font-size:12px;font-weight:bold;color:darkgreen;}
                    #infoactinfoact .S_EMT_BDY li {list-style:none;}
					#infoactinfoact .S_PUB{display:block;font-family:arial;font-size:14px;font-weight:bold;color:black;text-align:left;margin-top:0.1in;margin-bottom:0.1in;margin-left:0.1in;margin-right:0.1in;}
					#infoactinfoact .S_PUB_BDY{font-family:verdana;font-size:14px;font-weight:bold;color:darkblue;}

					#infoactinfoact .S_NTA_PAR{font-family:verdana;font-size:11px;font-weight:normal;color:black;}
					#infoactinfoact .S_NCC_PAR{font-family:verdana;font-size:11px;font-weight:normal;color:gray;}
					#infoactinfoact .S_SMN_PAR{font-family:verdana;font-size:11px;font-weight:bold;color:darkblue;}
					#infoactinfoact .S_SMN{display:block;text-align:center;}
					#infoactinfoact .S_NTA_TTL{font-family:verdana;font-size:13px;font-weight:bold;color:darkblue;}
					#infoactinfoact .S_NCC_TTL{font-family:verdana;font-size:13px;font-weight:bold;color:darkblue;}
					#infoactinfoact .S_CIT{display:block;font-size:11px;margin-top:0.1in;margin-bottom:0.1in;margin-left:0.1in;margin-right:0.1in;background-color:lightyellow;}
					#infoactinfoact .S_ART_TTL{font-family:verdana;font-size:13px;font-weight:bold;color:darkblue;}
					#infoactinfoact .S_ART_DEN{font-family:verdana;font-weight:bold;font-size:13px;color:darkblue;}
					#infoactinfoact .S_POR_TTL{font-family:verdana;font-size:14px;font-weight:bold;color:darkred;}
					#infoactinfoact .S_POR_DEN{font-family:verdana;font-weight:bold;font-size:14px;color:darkred;}
					#infoactinfoact .S_BLC_TTL{font-family:verdana;font-size:14px;font-weight:bold;color:darkred;}
					#infoactinfoact .S_REF_TTL{font-family:verdana;font-weight:bold;font-size:13px;color:darkblue;}
					#infoactinfoact .S_ANX_TTL{font-family:verdana;font-weight:bold;font-size:13px;color:darkblue;  display:block;}
					#infoactinfoact .S_ANX_DEN{font-family:verdana;font-weight:bold;font-size:13px;color:darkblue;}
					#infoactinfoact .S_APN_TTL{font-family:verdana;font-weight:bold;font-size:13px;color:darkblue;}
					#infoactinfoact .S_APN_DEN{font-family:verdana;font-weight:bold;font-size:13px;color:darkblue;}
					#infoactinfoact .S_CRT_TTL{font-family:verdana;font-weight:bold;font-size:18px;color:darkgreen;}
					#infoactinfoact .S_CRT_DEN{font-family:verdana;font-weight:bold;font-size:18px;color:darkgreen;}
					#infoactinfoact .S_PRT_TTL{font-family:verdana;font-weight:bold;font-size:18px;color:darkgreen;}
					#infoactinfoact .S_PRT_DEN{font-family:verdana;font-weight:bold;font-size:18px;color:darkgreen;}
					#infoactinfoact .S_LIT_TTL{font-family:verdana;font-weight:bold;color:darkred;}
					#infoactinfoact .S_LIN_TTL{font-family:verdana;font-weight:bold;font-size:14px;color:darkblue;}
					#infoactinfoact .S_PCT_TTL{font-family:verdana;font-weight:bold;color:darkred;}
					#infoactinfoact .S_TTL_TTL{font-family:verdana;font-weight:bold;font-size:17px;color:darkred;}
					#infoactinfoact .S_TTL_DEN{font-family:verdana;font-weight:bold;font-size:17px;color:darkred;}
					#infoactinfoact .S_CAP_TTL{font-family:verdana;font-weight:bold;font-size:16px;color:brown;}
					#infoactinfoact .S_CAP_DEN{font-family:verdana;font-weight:bold;font-size:16px;color:brown;}
					#infoactinfoact .S_SBC_TTL{font-family:verdana;font-weight:bold;font-size:15px;color:black;}
					#infoactinfoact .S_SBC_DEN{font-family:verdana;font-weight:bold;font-size:15px;color:black;}
					#infoactinfoact .S_SEC_TTL{font-family:verdana;font-weight:bold;font-size:15px;color:black;}
					#infoactinfoact .S_SEC_DEN{font-family:verdana;font-weight:bold;font-size:15px;color:black;}
					#infoactinfoact .S_PRG_TTL{font-family:verdana;font-weight:bold;font-size:14px;color:black;}
					#infoactinfoact .S_PRG_DEN{font-family:verdana;font-weight:bold;font-size:14px;color:black;}

					#infoactinfoact .S_MRC{border-color:black;background-color:azure;}
					#infoactinfoact .S_LGD{text-decoration:underline;color:darkblue;}
					#infoactinfoact .S_LGE{text-decoration:underline;color:darkblue;cursor:pointer}
					#infoactinfoact .S_LGI{text-decoration:underline;color:darkgreen;}
					#infoactinfoact .S_PRE {white-space:pre; display:block; font:normal 12px courier new; line-height:0.73em; }

					#infoactinfoact .S_REF{display:block;text-align:center;}

                    #infoactinfoact img{width:100%;}
                    #infoactinfoact tbody{width:100% !important; max-width: 640px !important;}
                        #infoactinfoact table {
                            width: 100% !important;
                            
                            overflow-x: auto;
                            display: block;
                             
                        }
                         #infoactinfoact .S_PRE {
                            width: 100% !important;
                             overflow-y: hidden;
                            overflow-x: auto;
                            display: block;
                             
                        }
                         }
    

footer {
    position:relative; 
    z-index:9999 !important;
}

 .container { max-width:980px !important;}





     @media screen and (max-width: 1680px) {
     #textarticol {
        transform: scale(0.82) !important;
        transform-origin: 50% 0% !important;
    }
    .mainmenu {
        padding-left: 80px !important;
    }

}
