@charset "UTF-8";/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* 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 CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Segoe%20UI%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=333333&bgTextureHeader=gloss_wave&bgImgOpacityHeader=25&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=inset_soft&bgImgOpacityContent=25&borderColorContent=666666&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=555555&bgTextureDefault=glass&bgImgOpacityDefault=20&borderColorDefault=666666&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=0078a3&bgTextureHover=glass&bgImgOpacityHover=40&borderColorHover=59b4d4&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=f58400&bgTextureActive=inset_soft&bgImgOpacityActive=30&borderColorActive=ffaf0f&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=eeeeee&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=ffc73d&bgTextureError=glass&bgImgOpacityError=40&borderColorError=ffb73d&fcError=111111&iconColorError=a83300&bgColorOverlay=5c5c5c&bgTextureOverlay=flat&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=cccccc&bgTextureShadow=flat&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Segoe UI,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Segoe UI,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #666666;
	background: #666;
	color: #ffffff;
}
.ui-widget-content a {
	color: #ffffff;
}
.ui-widget-header {
	border: 1px solid #333333;
	background: #333333 url(images/ui-bg_gloss-wave_25_333333_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #666666;
	background: #555555 url(images/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eeeeee;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #eeeeee;
	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 #59b4d4;
	background: #0078a3 url(images/ui-bg_glass_40_0078a3_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #ffaf0f;
	background: #f58400 url(images/ui-bg_inset-soft_30_f58400_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #cccccc;
	background: #eeeeee url(images/ui-bg_highlight-soft_80_eeeeee_1x100.png) 50% top repeat-x;
	color: #2e7db2;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #2e7db2;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #ffb73d;
	background: #ffc73d url(images/ui-bg_glass_40_ffc73d_1x400.png) 50% 50% repeat-x;
	color: #111111;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #111111;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #111111;
}
.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_cccccc_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_cccccc_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_4b8e0b_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_a83300_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #5c5c5c url(images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x;
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
	margin: -7px 0 0 -7px;
	padding: 7px;
	background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x;
	opacity: .6;
	filter: Alpha(Opacity=60);
	border-radius: 8px;
}
/*!
 * jQuery UI Slider 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/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: .5em;
}
.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;
}
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/assets/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/assets/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/assets/select2.png') no-repeat 100% -22px;
    background: url('/assets/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/assets/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/assets/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/assets/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('/assets/select2-spinner.gif') no-repeat 100%;
    background: url('/assets/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/assets/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/assets/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/assets/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/assets/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/assets/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/assets/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('/assets/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !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
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../flexslider/flexslider-icon.eot');
	src:url('../flexslider/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../flexslider/flexslider-icon.woff') format('woff'),
		url('../flexslider/flexslider-icon.ttf') format('truetype'),
		url('../flexslider/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* 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;}
* 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 0 60px; background: #fff; border: 4px solid #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  { text-decoration:none; 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 {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); 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: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); 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: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
.ps-container .ps-scrollbar-x-rail {
    position: absolute; /* please don't change 'position' */
    bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    /* filter: alpha(opacity = 0); */
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
    /* filter: alpha(opacity = 60); */
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    /* filter: alpha(opacity = 90); */
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    opacity: 0.9;
    /* filter: alpha(opacity = 90); */
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: 3px; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    /* filter: alpha(opacity = 0); */
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    /* filter: alpha(opacity = 60); */
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    /* filter: alpha(opacity = 90); */
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    opacity: 0.9;
    /* filter: alpha(opacity = 90); */
}

.ps-container .ps-scrollbar-x {
    position: absolute; /* please don't change 'position' */
    bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999;
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: 0; /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
    background-color: #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999;
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}

/*







*# require patch/theme2
*# require patch/wcag21
*/
@font-face {
  font-family: 'Roboto';
  src: url("/assets/roboto/Roboto-Regular-webfont.woff") format("woff");
}

@font-face {
  font-family: 'RobotoLight';
  src: url("/assets/roboto/Roboto-Light-webfont.woff") format("woff");
}

@font-face {
  font-family: 'HandleGothic';
  src: url("/assets/handlegothic.ttf") format("truetype");
}

@font-face {
  font-family: 'Seneca';
  src: url(/assets/seneca/SenecaFont.eot);
  /* IE9 Compat Modes */
  src: url(/assets/seneca/SenecaFont.eot?#iefix) format("embedded-opentype"), url(/assets/seneca/SenecaFont.otf) format("opentype"), url(/assets/seneca/SenecaFont.woff) format("woff"), url(/assets/seneca/SenecaFont.ttf) format("truetype");
  /* Safari, Android, iOS */
}

/* line 10, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon {
  font-family: 'Seneca';
}

/* line 14, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-favorite:before {
  content: "A";
}

/* line 18, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-download:before {
  content: "C";
}

/* line 22, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-shared:before {
  content: "B";
}

/* line 26, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-twitter:before {
  content: "K";
}

/* line 30, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-facebook:before {
  content: "L";
}

/* line 34, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-googleplus:before {
  content: "M";
}

/* line 38, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-linkedin:before {
  content: "N";
}

/* line 42, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-email:before {
  content: "O";
}

/* line 46, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-library:before {
  content: "1";
}

/* line 49, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-people:before {
  content: "0";
}

/* line 53, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-live:before {
  content: "3";
}

/* line 57, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-login:before {
  content: "2";
}

/* line 61, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-list:before {
  content: "G";
}

/* line 65, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-grid:before {
  content: "H";
}

/* line 69, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-management:before {
  content: "7";
}

/* line 73, ../../../app/assets/stylesheets/common/seneca_icon.css.scss */
.seneca-icon-tour:before {
  content: "Q";
}

/* line 1, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.btn-default {
  text-shadow: none;
}

/* line 5, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.btn-success {
  background-color: #66cbdf;
  border-color: #66cbdf;
  color: #fff;
}

/* line 15, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success[disabled] {
  background-color: #56adbb;
  border-color: #56adbb;
}

/* line 20, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.modal {
  z-index: 999999 !important;
}

/* line 23, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.modal-backdrop.in {
  z-index: 9999 !important;
}

/* line 26, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.modal-header {
  padding-left: 25px;
  color: #666;
}

/* line 30, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.modal-header .modal-title {
  font-size: 17px !important;
  font-weight: normal;
}

/* line 34, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.modal-body {
  padding-bottom: 0px;
}

/* line 43, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.form-control:focus {
  border: 1px solid #e1e1e8;
}

/* line 47, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.panel {
  border: 1px solid #eee;
}

/* line 53, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.panel-xs .panel-heading {
  padding: 5px 10px;
  font-size: 12px;
  background: #eee;
  color: #666;
  border: none;
}

/* line 62, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.btn-vertical {
  padding: 9px 6px 3px 6px;
}

/* line 66, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.btn-vertical span {
  color: #777 !important;
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

/* line 74, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.nav-tabs-public {
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}

/* line 79, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.nav-tabs-public > li {
  margin-bottom: -1px;
  margin-right: 20px;
}

/* line 88, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.nav-tabs-public > li > a,
.nav-tabs-public > li.active > a,
.nav-tabs-public > li.active > a:hover,
.nav-tabs-public > li:hover > a:hover,
.nav-tabs-public > li > a:hover {
  border: 0px;
  background: #fff !important;
  padding: 2px 1px;
}

/* line 97, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.nav-tabs-public > li.active > a,
.nav-tabs-public > li > a:hover,
.nav-tabs-public > li.active > a:hover {
  border-bottom: 3px solid #65cbde !important;
}

/* line 102, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.tab-content-public {
  padding: 10px;
  padding-left: 0;
}

/* line 107, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #4a4f52;
  border-color: #4a4f52;
}

/* line 112, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.pagination > li > a, .pagination > li > span {
  color: #4a4f52;
}

/* line 116, ../../../app/assets/stylesheets/common/bootstrap_custom.css.scss */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #4a4f52;
}

/* line 6, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-container-multi, .select2-container {
  width: 100% !important;
}
/* line 9, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-container-multi input, .select2-container input {
  margin-bottom: 10px !important;
}
/* line 13, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-container-multi .select2-choices .select2-search-choice, .select2-container .select2-choices .select2-search-choice {
  padding: 5px 5px 5px 18px;
  background: #fafafa !important;
  border: 1px solid #ccc;
  font-size: 13px;
}
/* line 20, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-container-multi .select2-search-choice-close, .select2-container .select2-search-choice-close {
  top: 4px;
}

/* line 28, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-container-multi .select2-choices,
.select2-container .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #ccc;
  background: #fff;
  background-image: none !important;
  height: 34px;
  padding: 3px 8px;
  -webkit-box-shadow: 0px 0px 0px white;
  -moz-box-shadow: 0px 0px 0px white;
  box-shadow: 0px 0px 0px white;
}

/* line 38, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-container-multi .select2-choices {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 43, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-dropdown-open.select2-drop-above {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}

/* line 47, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-container .select2-choice .select2-arrow b {
  background: url("/assets/select2.png") no-repeat 1px 4px;
}

/* line 51, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-container .select2-choice .select2-arrow {
  width: 20px;
  background-image: none;
  background-color: #fff;
}

/* line 57, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-results li {
  line-height: 23px;
  color: #444;
  font-size: 13px;
}

/* line 62, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-results .select2-highlighted {
  background: #eee;
  color: #333;
}

/* line 67, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-drop {
  -webkit-box-shadow: 0px 0px 0px white;
  -moz-box-shadow: 0px 0px 0px white;
  box-shadow: 0px 0px 0px white;
}

/* line 73, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop-active,
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #ccc;
}

/* line 77, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-search input {
  margin-top: 2px;
  background: url("/assets/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white));
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  padding: 6px 8px;
  color: #444;
  font-size: 13px;
}

/* line 88, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-no-results {
  color: #555;
  padding: 0px 6px;
  font-size: 13px;
}

/* line 95, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-dropdown-open .select2-choice,
.select2-dropdown-open .select2-choices {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}

/* line 100, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}

/* line 105, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.input-group .select2-choice:first-child {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}

/* line 110, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-result-label ul {
  background: #fff;
  padding-left: 25px;
}
/* line 114, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-result-label ul li {
  list-style: square;
}

/* line 119, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-highlighted .select2-result-label ul {
  background: #eee;
}

/* line 123, ../../../app/assets/stylesheets/common/select2_custom.css.scss */
.select2-hidden-accessible {
  display: none !important;
  visibility: hidden !important;
}

/* line 3, ../../../app/assets/stylesheets/common/datepicker_custom.css.scss */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-color: #bbb;
  background-image: -moz- linear-gradient(top, #bbbbbb, #bbbbbb);
  background-image: -ms- linear-gradient(top, #bbbbbb, #bbbbbb);
  background-image: -webkit- linear-gradient(top, #bbbbbb, #bbbbbb);
  background-image: -o- linear-gradient(top, #bbbbbb, #bbbbbb);
  background-image: linear-gradient(top, #bbbbbb, #bbbbbb);
}

/**  perfect-scrollbar */
/* line 4, ../../../app/assets/stylesheets/common/perfect_scrollbar_custom.css.scss */
.ps-container .ps-scrollbar-y-rail {
  /*width: 9px;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.8;
  filter: alpha(opacity=0.8);
}

/* line 13, ../../../app/assets/stylesheets/common/perfect_scrollbar_custom.css.scss */
.ps-container .ps-scrollbar-y {
  background-color: #65cade;
  /*width: 9px;*/
}

/* line 21, ../../../app/assets/stylesheets/common/perfect_scrollbar_custom.css.scss */
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  background-color: #65cade;
  opacity: 1;
  filter: alpha(opacity=1);
}

/* line 3, ../../../app/assets/stylesheets/common/timeline.css.scss */
left.timeline div[timeline-chart] {
  margin-top: 20px;
}

/* line 7, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .timeline-filtered {
  border-bottom: 3px solid #65cbde;
}

/* line 11, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .button_bar {
  text-align: right;
  margin: 10px 15px;
}

/* line 16, ../../../app/assets/stylesheets/common/timeline.css.scss */
.items_section .timeline .container-markers .content-markers {
  position: relative;
}

/* line 20, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers .content-markers {
  height: 710px;
  overflow: hidden;
  background: white;
}

/* line 26, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline[data-editable=true] .container-markers .content-markers {
  height: 530px;
}

/* line 30, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers li.section {
  color: #4a4f52;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 5px;
}

/* line 37, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers li.section-fixed {
  position: fixed;
  z-index: 999;
  width: 509px;
  top: 153px;
}

/* line 44, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers li.section:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

/* line 49, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers li.section .section-left {
  padding: 0px;
  position: relative;
  float: left;
  min-width: 54px;
  font-size: 10pt;
}

/* line 58, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers li.section .section-left img {
  width: 78px;
  max-width: 78px;
}

/* line 65, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers li.section .section-left span {
  display: block;
  position: absolute;
  left: 0px;
  color: #65cbde;
  padding-top: 0px;
  background-color: white;
}

/* line 74, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers li.section .section-right {
  font-size: 9pt;
  padding: 0px;
  padding-left: 5px;
  display: table-row;
}
/* line 80, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers li.section .section-right .section-text {
  font-size: 9pt;
  vertical-align: top;
  width: 95%;
  max-width: 100px;
  height: 40px;
  max-height: 40px;
  padding-left: 0px;
  display: table-cell;
  overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 94, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers li.section .section-right .section-share {
  vertical-align: top;
  display: table-cell;
}

/* line 104, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers li.section a.dropdown {
  color: #4a4f52;
  font-size: 14px;
  margin-top: 0px;
  left: 5px;
  float: left;
  margin-right: 10px;
}

/* line 113, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers li.section[data-status="close"] a.dropdown .caret {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid black;
}

/* line 121, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers li.section[data-status="open"] a.dropdown .caret {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #f56644;
}

/* line 129, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers ul {
  margin: 0px;
  padding: 0px;
}

/* line 136, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers ul li.section,
.timeline .container-markers ul li.speech,
.timeline .container-markers ul li.annotation {
  list-style-type: none;
  border-top: 1px solid #e9ebe8;
  overflow: hidden;
  font-size: 12px;
  color: #4e4f51;
}

/* line 145, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers ul li.speech,
.timeline .container-markers ul li.annotation {
  max-height: 44px;
}

/* line 151, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers ul li.active,
.timeline .container-markers ul li.active .section-right .line a {
  background: #c7e6eb;
  cursor: pointer;
}

/* line 156, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers ul li .marker-left {
  padding: 0px;
  padding-left: 27px;
  height: 42px;
  overflow: hidden;
  float: left;
  font-size: 10px;
}

/* line 168, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers .marker-image,
.select2-speakers-dropdown .select2-result-label .marker-image {
  float: left;
  width: 33px;
  height: 42px;
}
/* line 173, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers .marker-image img,
.select2-speakers-dropdown .select2-result-label .marker-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 180, ../../../app/assets/stylesheets/common/timeline.css.scss */
.select2-speakers-dropdown .select2-result-label {
  clear: both;
  display: table-cell;
}

/* line 185, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers .marker-left span {
  display: block;
  color: #65cbde;
}

/* line 190, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers ul li .marker-right {
  line-height: 13px;
  height: 42px;
  padding-left: 20px;
  overflow: hidden;
  padding-top: 2px;
}

/* line 198, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers .marker-time {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  float: left;
  width: 44px;
  height: 37px;
}

/* line 207, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers ul li div.link-section {
  padding: 3px 0px 3px 15px;
  height: 50px;
}

/* line 212, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers ul li div.link-position {
  padding: 3px 0px;
}

/* line 216, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers a.playlist-entry-line {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #555555;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  padding: 0px 4px;
  height: 24px;
  background: url("/assets/background-playlistentry.png");
  background-repeat: repeat-x;
  background-position: 0px 20px;
}
/* line 231, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers a.playlist-entry-line:hover, .timeline .container-markers a.playlist-entry-line.active {
  color: #f56644;
  background: url("/assets/background-playlistentry-active.png");
  background-repeat: repeat-x;
  background-position: 0px 20px;
}
/* line 238, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers a.playlist-entry-line span {
  display: inline-block;
  margin: 0 auto;
  max-width: 90%;
  padding: 2px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 250, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers ul li .more_options {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  float: right;
  margin: 10px;
  border: 0px;
  z-index: 999;
}
/* line 257, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .container-markers ul li.section .more_options {
  margin: 20px 10px;
}

/* line 261, ../../../app/assets/stylesheets/common/timeline.css.scss */
.share_links_popover {
  margin-bottom: -5px;
}

/* line 265, ../../../app/assets/stylesheets/common/timeline.css.scss */
.share_links_popover a {
  font-size: 30px;
  color: #e9603f;
  opacity: 0.7;
  margin-left: 1px;
}

/* line 272, ../../../app/assets/stylesheets/common/timeline.css.scss */
.share_links_popover a:hover {
  opacity: 1;
  background: none;
}

/* line 277, ../../../app/assets/stylesheets/common/timeline.css.scss */
.share_links_popover .download-icon {
  margin-left: 10px;
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

/* line 283, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline .marker-form {
  min-width: 300px;
}

/* line 287, ../../../app/assets/stylesheets/common/timeline.css.scss */
.vis-point .vis-item-content {
  padding: 0px;
}

/* line 291, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline-markers-offset {
  margin-top: 25px;
}
/* line 294, ../../../app/assets/stylesheets/common/timeline.css.scss */
.timeline-markers-offset input[type=number] {
  display: inline-block;
  width: 80px;
}

/* line 3, ../../../app/assets/stylesheets/common/speechtext.css.scss */
[speechtext=""] .button_bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #eee;
  padding: 5px;
  margin-bottom: 10px;
  text-align: right;
}

/* line 11, ../../../app/assets/stylesheets/common/speechtext.css.scss */
[speechtext=""] span {
  color: black;
  margin-bottom: 1px;
  padding-left: 5px;
  font-size: 0.9em;
}

/* line 18, ../../../app/assets/stylesheets/common/speechtext.css.scss */
[speechtext=""] a {
  padding-left: 5px;
  color: black;
  text-decoration: none;
}

/* line 24, ../../../app/assets/stylesheets/common/speechtext.css.scss */
[speechtext=""] a:hover {
  background-color: navy;
  border-radius: 5px;
  color: white;
}

/* line 30, ../../../app/assets/stylesheets/common/speechtext.css.scss */
[speechtext=""] a.active {
  background-color: #fdba21;
  border-radius: 5px;
  color: black;
}

/* line 36, ../../../app/assets/stylesheets/common/speechtext.css.scss */
[speechtext=""] .messages {
  text-align: center;
  margin-top: 10px;
}

/* line 41, ../../../app/assets/stylesheets/common/speechtext.css.scss */
[speechtext=""] .loading {
  background-image: url("/assets/loader_white_big.gif");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px;
}

/* line 3, ../../../app/assets/stylesheets/common/votings.css.scss */
.voting-chart path.ballot-0, .voting-chart rect.ballot-0 {
  fill: red;
  stroke: red;
}
/* line 7, ../../../app/assets/stylesheets/common/votings.css.scss */
.voting-chart path.ballot-1, .voting-chart rect.ballot-1 {
  fill: green;
  stroke: green;
}
/* line 11, ../../../app/assets/stylesheets/common/votings.css.scss */
.voting-chart path.ballot-2, .voting-chart rect.ballot-2 {
  fill: gold;
  stroke: gold;
}
/* line 15, ../../../app/assets/stylesheets/common/votings.css.scss */
.voting-chart path.ballot-3, .voting-chart rect.ballot-3 {
  fill: grey;
  stroke: grey;
}

/* line 23, ../../../app/assets/stylesheets/common/votings.css.scss */
.votes table th.vote {
  text-align: center;
}
/* line 25, ../../../app/assets/stylesheets/common/votings.css.scss */
.votes table div.vote {
  width: 15px;
  height: 15px;
  margin: 0 auto;
}
/* line 30, ../../../app/assets/stylesheets/common/votings.css.scss */
.votes table div.vote.ballot-0 {
  background-color: red;
}
/* line 33, ../../../app/assets/stylesheets/common/votings.css.scss */
.votes table div.vote.ballot-1 {
  background-color: green;
}
/* line 36, ../../../app/assets/stylesheets/common/votings.css.scss */
.votes table div.vote.ballot-2 {
  background-color: gold;
}
/* line 39, ../../../app/assets/stylesheets/common/votings.css.scss */
.votes table div.vote.ballot-3 {
  background-color: grey;
}

/* line 1, ../../../app/assets/stylesheets/common/cookies-banner.css.scss */
.cookies_banner {
  background: rgba(42, 42, 42, 0.9);
  border-top: thin solid #606060;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  padding: 40px 40px 40px 40px;
  font-size: 14px;
  font-family: sans-serif, arial, verdana;
  width: 100%;
  z-index: 999999;
  text-align: center;
}

/* line 15, ../../../app/assets/stylesheets/common/cookies-banner.css.scss */
.cookies_banner_text {
  font-weight: 100;
  font-size: 1em;
  color: white;
  letter-spacing: normal;
}

/* line 22, ../../../app/assets/stylesheets/common/cookies-banner.css.scss */
.cookies_banner_button {
  color: black;
}

/* line 1, ../../../app/assets/stylesheets/common/invalid-license.css.scss */
.invalid-license {
  background: rgba(95, 11, 11, 0.9);
  border-top: thin solid #606060;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  padding: 10px;
  font-size: 16px;
  font-family: sans-serif, arial, verdana;
  width: 100%;
  z-index: 999998;
  text-align: center;
}

/* line 15, ../../../app/assets/stylesheets/common/invalid-license.css.scss */
.invalid-license-text {
  margin: 10px;
  color: white;
  font-size: 1em;
  font-weight: 100;
  letter-spacing: normal;
}

/* line 14, ../../../app/assets/stylesheets/common/common.css.scss */
.after {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}

/* line 21, ../../../app/assets/stylesheets/common/common.css.scss */
.after:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  margin-bottom: 0px;
}

/* line 30, ../../../app/assets/stylesheets/common/common.css.scss */
.hidden {
  display: none;
}

/* line 34, ../../../app/assets/stylesheets/common/common.css.scss */
.fleft {
  float: left;
}

/* line 38, ../../../app/assets/stylesheets/common/common.css.scss */
.fright {
  float: right;
}

/* line 42, ../../../app/assets/stylesheets/common/common.css.scss */
.left {
  text-align: left;
}

/* line 47, ../../../app/assets/stylesheets/common/common.css.scss */
.lmargin10 {
  margin-left: 10px;
}

/* line 51, ../../../app/assets/stylesheets/common/common.css.scss */
.lmargin50 {
  margin-left: 50px;
}

/* line 55, ../../../app/assets/stylesheets/common/common.css.scss */
.lmargin5 {
  margin-left: 5px !important;
}

/* line 59, ../../../app/assets/stylesheets/common/common.css.scss */
.rmargin25 {
  margin-right: 25px !important;
}

/* line 63, ../../../app/assets/stylesheets/common/common.css.scss */
.no-padding {
  padding: 0px !important;
}

/* line 67, ../../../app/assets/stylesheets/common/common.css.scss */
.no-padding-top {
  padding-top: 0px !important;
}

/* line 71, ../../../app/assets/stylesheets/common/common.css.scss */
.no-padding-left {
  padding-left: 0px !important;
}

/* line 75, ../../../app/assets/stylesheets/common/common.css.scss */
.no-padding-right {
  padding-right: 0px !important;
}

/* line 79, ../../../app/assets/stylesheets/common/common.css.scss */
.no-margin {
  margin: 0px !important;
}

/* line 83, ../../../app/assets/stylesheets/common/common.css.scss */
.no-margin-top {
  margin-top: 0px !important;
}

/* line 87, ../../../app/assets/stylesheets/common/common.css.scss */
.no-margin-bottom {
  margin-bottom: 0px !important;
}

/* line 91, ../../../app/assets/stylesheets/common/common.css.scss */
.no-margin-left {
  margin-left: 0px !important;
}

/* line 95, ../../../app/assets/stylesheets/common/common.css.scss */
.no-margin-right {
  margin-right: 0px !important;
}

/* line 99, ../../../app/assets/stylesheets/common/common.css.scss */
.playerWrapper {
  width: 100%;
  height: 100%;
  background: black;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 108, ../../../app/assets/stylesheets/common/common.css.scss */
.playerWrapper a:hover {
  filter: alpha(opactiy=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
/* line 112, ../../../app/assets/stylesheets/common/common.css.scss */
.playerWrapper div.audio-msg {
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 117, ../../../app/assets/stylesheets/common/common.css.scss */
.playerWrapper div.audio-msg span {
  font-size: 25px;
}
/* line 122, ../../../app/assets/stylesheets/common/common.css.scss */
.playerWrapper audio, .playerWrapper video {
  width: 100%;
  align-self: flex-end;
}

/* line 128, ../../../app/assets/stylesheets/common/common.css.scss */
.playerContainer {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

/* line 136, ../../../app/assets/stylesheets/common/common.css.scss */
.playerContent {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

/* line 145, ../../../app/assets/stylesheets/common/common.css.scss */
.playerNoticeContainerOuter {
  display: table;
  height: 100%;
  width: 100%;
}

/* line 151, ../../../app/assets/stylesheets/common/common.css.scss */
.playerNoticeContainerMiddle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 157, ../../../app/assets/stylesheets/common/common.css.scss */
.playerNoticeContainerInner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* line 166, ../../../app/assets/stylesheets/common/common.css.scss */
.playerPosterContainer {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #cccccc;
}

/* line 173, ../../../app/assets/stylesheets/common/common.css.scss */
.playerPosterImage {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 182, ../../../app/assets/stylesheets/common/common.css.scss */
.playerIcon {
  width: 100%;
  height: 100%;
  background-image: url("/assets/ico_play_85x60.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 191, ../../../app/assets/stylesheets/common/common.css.scss */
.opacity02 {
  filter: alpha(opactiy=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

/* line 195, ../../../app/assets/stylesheets/common/common.css.scss */
.opacity1 {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* line 199, ../../../app/assets/stylesheets/common/common.css.scss */
tr.disabled {
  color: #aaa;
}

/*
.loading_full {
  display: none;
  position: absolute;
  left: 0px;
  right:0px;
  top: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.5);
  background-image: url(image_path('loader_white_big.gif'));
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px;
  z-index: 99999;
}
*/
/* line 220, ../../../app/assets/stylesheets/common/common.css.scss */
.loading {
  background-image: url("/images/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 224, ../../../app/assets/stylesheets/common/common.css.scss */
.loading .table {
  filter: alpha(opactiy=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

/* line 229, ../../../app/assets/stylesheets/common/common.css.scss */
span.label.live {
  font-size: 1em;
}

/* line 233, ../../../app/assets/stylesheets/common/common.css.scss */
div#signatures {
  font-size: 13px;
}
/* line 234, ../../../app/assets/stylesheets/common/common.css.scss */
div#signatures .panel-heading.row {
  margin: 0px;
  padding: 5px 15px;
}
/* line 238, ../../../app/assets/stylesheets/common/common.css.scss */
div#signatures .panel-heading.row .title {
  line-height: 2em;
  margin: 0px;
  padding: 0px;
}
/* line 245, ../../../app/assets/stylesheets/common/common.css.scss */
div#signatures .panel-heading.row > *:first-child {
  padding-left: 0px;
}
/* line 246, ../../../app/assets/stylesheets/common/common.css.scss */
div#signatures .panel-heading.row > *:last-child {
  padding-right: 0px;
}
/* line 249, ../../../app/assets/stylesheets/common/common.css.scss */
div#signatures dl {
  margin: 0px;
  padding: 10px 0px;
}
/* line 253, ../../../app/assets/stylesheets/common/common.css.scss */
div#signatures .sign-details {
  padding: 0px;
}
/* line 255, ../../../app/assets/stylesheets/common/common.css.scss */
div#signatures .sign-details .download-icon {
  float: right;
  margin-right: 20px;
}

/* line 263, ../../../app/assets/stylesheets/common/common.css.scss */
div.download-popover {
  height: 250px;
}
/* line 265, ../../../app/assets/stylesheets/common/common.css.scss */
div.download-popover div.title {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 40px 20px 20px 20px;
}
/* line 266, ../../../app/assets/stylesheets/common/common.css.scss */
div.download-popover div.loading {
  height: 70px;
}
/* line 267, ../../../app/assets/stylesheets/common/common.css.scss */
div.download-popover div.buttons {
  height: 50px;
  text-align: right;
  padding: 20px 20px 20px 20px;
}

/* line 271, ../../../app/assets/stylesheets/common/common.css.scss */
.language.selector {
  width: 125px !important;
  text-align: left;
  float: left;
}
/* line 276, ../../../app/assets/stylesheets/common/common.css.scss */
.language.selector.select2-container .select2-choice {
  height: 25px;
  line-height: 19px;
}

/* line 283, ../../../app/assets/stylesheets/common/common.css.scss */
.table-striped-interactive tr td {
  cursor: pointer;
}

/* line 287, ../../../app/assets/stylesheets/common/common.css.scss */
.table-striped-interactive tr:hover td {
  background-color: #ffffcc !important;
}

/* line 291, ../../../app/assets/stylesheets/common/common.css.scss */
.table-clickable tr td {
  padding: 0px !important;
}
/* line 294, ../../../app/assets/stylesheets/common/common.css.scss */
.table-clickable tr td a {
  display: block;
  padding: 8px;
}
/* line 298, ../../../app/assets/stylesheets/common/common.css.scss */
.table-clickable tr td a:hover {
  text-decoration: none;
}

/* line 304, ../../../app/assets/stylesheets/common/common.css.scss */
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.8em;
  height: 2em;
  width: 2em;
  top: 40%;
  left: 45%;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

/* line 318, ../../../app/assets/stylesheets/common/common.css.scss */
input::-webkit-input-placeholder {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 323, ../../../app/assets/stylesheets/common/common.css.scss */
input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 328, ../../../app/assets/stylesheets/common/common.css.scss */
input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 333, ../../../app/assets/stylesheets/common/common.css.scss */
input:-ms-input-placeholder {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 338, ../../../app/assets/stylesheets/common/common.css.scss */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 0.8em;
  color: #b4b4b4;
}

/* line 342, ../../../app/assets/stylesheets/common/common.css.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.8em;
  color: #b4b4b4;
  opacity: 1;
}

/* line 347, ../../../app/assets/stylesheets/common/common.css.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.8em;
  color: #b4b4b4;
  opacity: 1;
}

/* line 352, ../../../app/assets/stylesheets/common/common.css.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.8em;
  color: #b4b4b4;
}

/* line 356, ../../../app/assets/stylesheets/common/common.css.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 0.8em;
  color: #b4b4b4;
}

/* line 361, ../../../app/assets/stylesheets/common/common.css.scss */
::placeholder {
  /* Most modern browsers support this now. */
  font-size: 0.8em;
  color: #b4b4b4;
}

/* line 367, ../../../app/assets/stylesheets/common/common.css.scss */
dataplaceholder[data-placeholder] {
  color: #b4b4b4 !important;
  font-size: "0.8em";
}

/* line 379, ../../../app/assets/stylesheets/common/common.css.scss */
.ui-select2-default {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 384, ../../../app/assets/stylesheets/common/common.css.scss */
.select2-default {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 389, ../../../app/assets/stylesheets/common/common.css.scss */
.select2-default .select2-choice {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 13, ../../../app/assets/stylesheets/library/common.css.scss */
a {
  color: #333;
}

/* line 17, ../../../app/assets/stylesheets/library/common.css.scss */
label {
  font-weight: normal;
}

/* line 54, ../../../app/assets/stylesheets/library/common.css.scss */
.brand {
  font-family: "HandleGothic";
  color: #660066;
}

/* line 60, ../../../app/assets/stylesheets/library/common.css.scss */
.box {
  background: white;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.08);
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #dfdfdf;
}

/* line 80, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-list {
  margin: 0px;
  padding: 0px;
}

/* line 85, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-list li {
  margin: 0px;
  list-style-type: none;
  border-bottom: 1px solid #f3f3f3;
}

/* line 91, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-list .nav-header {
  margin: 0px;
  padding: 30px 0px 0px 10px;
  font-size: 12px;
  border-bottom: 3px solid #f3f3f3;
  color: #aaa;
}

/* line 99, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-list li a {
  display: block;
  padding: 7px 5px;
  margin: 0px;
  color: #333;
}

/* line 106, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-list li a:hover {
  text-decoration: none;
  background-color: #f3f3f3;
}

/* line 111, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-list li a i {
  font-size: 10px;
  color: #666;
}

/* line 116, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-list > .active > a, .nav-list > .active > a:hover {
  background: #f3f3f3;
  color: #333;
  text-shadow: none;
}

/* line 122, ../../../app/assets/stylesheets/library/common.css.scss */
.nav .message {
  text-align: center;
  border: 0px !important;
  margin-top: 50px;
}

/* line 128, ../../../app/assets/stylesheets/library/common.css.scss */
.sfx-dropdown-header {
  display: block;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
  color: #aaa;
  line-height: 30px;
}

/* line 137, ../../../app/assets/stylesheets/library/common.css.scss */
.sfx-dropdown-header:hover, .sfx-dropdown-header-active {
  text-decoration: none;
  background-color: #f3f3f3;
  color: #333;
}

/* line 143, ../../../app/assets/stylesheets/library/common.css.scss */
.sfx-dropdown-header span {
  font-size: 9px;
  margin-right: 3px;
}

/* line 148, ../../../app/assets/stylesheets/library/common.css.scss */
.sfx-dropdown-header + ul {
  display: none;
}

/* line 152, ../../../app/assets/stylesheets/library/common.css.scss */
.sfx-dropdown-header-active + ul {
  display: block;
}

/* line 156, ../../../app/assets/stylesheets/library/common.css.scss */
.sfx-dropdown ul li a {
  padding-left: 25px;
  font-size: 13px;
}

/* line 162, ../../../app/assets/stylesheets/library/common.css.scss */
.field_with_errors input {
  border: 2px solid red;
}

/* line 167, ../../../app/assets/stylesheets/library/common.css.scss */
#error_explanation ul {
  background: red;
  color: white;
  margin: 0px;
  padding: 10px;
  margin-bottom: 20px;
  padding-left: 25px;
}
/* line 175, ../../../app/assets/stylesheets/library/common.css.scss */
#error_explanation ul li {
  list-style-type: decimal;
  margin: 0px;
}

/* line 182, ../../../app/assets/stylesheets/library/common.css.scss */
.share_popup h1 {
  margin-bottom: 10px;
  margin-left: 40px;
  font-size: 18px;
  margin-left: 40px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
  line-height: 30px;
}
/* line 192, ../../../app/assets/stylesheets/library/common.css.scss */
.share_popup h4 {
  margin-bottom: 0px;
  font-size: 15px;
}
/* line 196, ../../../app/assets/stylesheets/library/common.css.scss */
.share_popup .content_video {
  border-right: 1px solid #ccc;
  margin-left: 15px;
  width: 500px;
  min-height: 0px;
}
/* line 203, ../../../app/assets/stylesheets/library/common.css.scss */
.share_popup .content_video_player {
  height: 250px;
}
/* line 205, ../../../app/assets/stylesheets/library/common.css.scss */
.share_popup .content_video_player audio, .share_popup .content_video_player video {
  height: 250px;
}
/* line 208, ../../../app/assets/stylesheets/library/common.css.scss */
.share_popup .content_slider {
  width: 500px;
  margin-left: 35px;
  margin-top: 10px;
}

/* line 215, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 540px;
}
/* line 222, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content h4 {
  color: #777;
  margin-bottom: 30px;
}
/* line 227, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content form input[type="text"], .simple_form_content form input[type="password"], .simple_form_content form input[type="email"], .simple_form_content form select {
  display: block;
  padding: 15px;
  width: 350px;
  font-size: 20px;
  margin-bottom: 30px;
}
/* line 235, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content form input[type="submit"], .simple_form_content form input[type="button"] {
  float: right;
}
/* line 239, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content form select {
  width: 370px;
  height: 38px;
}

/* line 246, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content.mini_form_horizontal label {
  margin-top: 9px;
  margin-left: 2px;
  float: left;
  width: 165px;
}
/* line 253, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content.mini_form_horizontal form input[type="text"], .simple_form_content.mini_form_horizontal form input[type="password"], .simple_form_content.mini_form_horizontal form input[type="email"], .simple_form_content.mini_form_horizontal form select {
  padding: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

/* line 260, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content.mini_form_vertical {
  width: 385px;
}

/* line 264, ../../../app/assets/stylesheets/library/common.css.scss */
.content_secondary_checkbox {
  height: 25px;
  margin: -0px 5px 0px 0px;
}
/* line 268, ../../../app/assets/stylesheets/library/common.css.scss */
.content_secondary_checkbox input {
  float: right;
  width: auto;
}
/* line 272, ../../../app/assets/stylesheets/library/common.css.scss */
.content_secondary_checkbox label {
  float: right;
  width: auto;
  margin: 1px 10px;
}

/* line 279, ../../../app/assets/stylesheets/library/common.css.scss */
.alert {
  padding: 15px 32px;
  text-align: center;
  border: 0px;
}

/* line 285, ../../../app/assets/stylesheets/library/common.css.scss */
a.icon-star-empty {
  color: #888;
}

/* line 289, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 293, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-tabs > li:hover > a:hover {
  background: #f3f3f3;
  color: #000;
}

/* line 298, ../../../app/assets/stylesheets/library/common.css.scss */
.dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 302, ../../../app/assets/stylesheets/library/common.css.scss */
.dropdown-menu li > a {
  padding: 6px 20px;
}

/* line 313, ../../../app/assets/stylesheets/library/common.css.scss */
.label-medium {
  padding: 5px 15px;
  font-size: 13px;
}

/* line 318, ../../../app/assets/stylesheets/library/common.css.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 323, ../../../app/assets/stylesheets/library/common.css.scss */
.container-pagination {
  text-align: center;
}

/* line 329, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form .form_title {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 335, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form label {
  color: #777;
  margin-top: 15px;
  font-size: 13px;
  margin-bottom: 0px;
}
/* line 342, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form input {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
  box-shadow: none;
}
/* line 349, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form input[type="submit"] {
  padding: 10px 20px;
  float: right;
  text-transform: uppercase;
}
/* line 355, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form .input-user {
  background-image: url("/assets/ico_30x30_user.png");
  background-position: 6px 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
  height: 50px;
}
/* line 363, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form .input-password {
  background-image: url("/assets/ico_30x30_pass.png");
  background-position: 6px 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
  height: 50px;
}
/* line 371, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form input[type="submit"] {
  float: none;
  width: 100%;
}
/* line 376, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form .content_links {
  margin-top: 10px;
}
/* line 380, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form .content_links a {
  display: block;
  color: #555;
  margin: 0px;
  float: left;
  font-size: 13px;
}
/* line 388, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form .content_links a.right {
  float: right;
}

/* line 394, ../../../app/assets/stylesheets/library/common.css.scss */
.icon_play {
  background-image: url("/assets/ico_play_85x60.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 402, ../../../app/assets/stylesheets/library/common.css.scss */
input::-webkit-input-placeholder {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 407, ../../../app/assets/stylesheets/library/common.css.scss */
input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 412, ../../../app/assets/stylesheets/library/common.css.scss */
input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 417, ../../../app/assets/stylesheets/library/common.css.scss */
input:-ms-input-placeholder {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 422, ../../../app/assets/stylesheets/library/common.css.scss */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 0.8em;
  color: #b4b4b4;
}

/* line 426, ../../../app/assets/stylesheets/library/common.css.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.8em;
  color: #b4b4b4;
  opacity: 1;
}

/* line 431, ../../../app/assets/stylesheets/library/common.css.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.8em;
  color: #b4b4b4;
  opacity: 1;
}

/* line 436, ../../../app/assets/stylesheets/library/common.css.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.8em;
  color: #b4b4b4;
}

/* line 440, ../../../app/assets/stylesheets/library/common.css.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 0.8em;
  color: #b4b4b4;
}

/* line 445, ../../../app/assets/stylesheets/library/common.css.scss */
::placeholder {
  /* Most modern browsers support this now. */
  font-size: 0.8em;
  color: #b4b4b4;
}

/* line 451, ../../../app/assets/stylesheets/library/common.css.scss */
dataplaceholder[data-placeholder] {
  color: #b4b4b4 !important;
  font-size: "0.8em";
}

/* line 463, ../../../app/assets/stylesheets/library/common.css.scss */
.ui-select2-default {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 468, ../../../app/assets/stylesheets/library/common.css.scss */
.select2-default {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 473, ../../../app/assets/stylesheets/library/common.css.scss */
.select2-default .select2-choice {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 2, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .featured .content-item_grid_home a.gallery_item {
  border-bottom: 4px solid #fdbb21;
}
/* line 5, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .featured .content-item_grid_home a.gallery_item .gallery-category {
  top: 15px;
}

/* line 12, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section a.gallery_item {
  border-bottom: 3px solid #888;
}
/* line 16, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section a.gallery_item .content_text {
  margin-bottom: 3px;
}
/* line 20, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .gallery-category {
  top: 15px;
}

/* line 26, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .content-item_grid_home a.gallery_item {
  height: 310px;
  border-bottom: 4px solid #5cd6ad;
}
/* line 30, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .content-item_grid_home a.gallery_item .icon_play {
  background-size: 80px;
  height: 190px;
}
/* line 34, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .content-item_grid_home a.gallery_item .content_text {
  margin-bottom: 4px;
  padding: 10px;
}
/* line 38, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .content-item_grid_home a.gallery_item .content_text .title {
  font-size: 24px;
}
/* line 42, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .content-item_grid_home a.gallery_item .content_text .date {
  display: block;
  font-size: 14px;
  color: #666;
}

/* line 49, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .home-content-slogan {
  display: block;
  height: 195px;
  background-color: #eee;
  background: -webkit-linear-gradient(50deg, #cccccc, white);
  background: -o-linear-gradient(50deg, #cccccc, white);
  background: -moz-linear-gradient(50deg, #cccccc, white);
  background: linear-gradient(50deg, #cccccc, white);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* line 62, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .home-content-buttons {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}
/* line 67, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .home-content-buttons div {
  display: table-cell;
  vertical-align: middle;
}

/* line 73, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .home-content-slogan h1 {
  color: #fff;
  font-size: 33px;
  margin-left: 30px;
}

/* line 79, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .home-content-slogan h1 span {
  color: #65cbde;
}

/* line 83, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .btn1 {
  font-family: 'RobotoLight' sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #56adbb;
  width: 220px;
}

/* line 91, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .btn2 {
  font-family: 'RobotoLight' sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: 1px solid;
  float: right;
  margin-right: 10px;
}

/* line 101, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .featured {
  border-right: 1px solid #f3f3f3;
}

/* line 105, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .featured h2 {
  color: #fdbb21;
}

/* line 113, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .recents h2 {
  color: #5cd6ad;
}

/* line 185, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .featured h2, .recents h2 {
  margin-bottom: 0px;
}

/* line 189, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .lead {
  color: #fff;
  font-family: 'RobotoLight' sans-serif;
  font-size: 2em;
  margin: 0px;
  text-align: center;
}

/* line 197, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .lead strong {
  font-family: 'Roboto', sans-serif;
}

/* line 201, ../../../app/assets/stylesheets/library/home.css.scss */
.home_section .channels h2 {
  color: black;
}

/* line 1, ../../../app/assets/stylesheets/library/credits.css.scss */
.credits {
  margin: 30px 0px;
}
/* line 4, ../../../app/assets/stylesheets/library/credits.css.scss */
.credits .version span {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
/* line 9, ../../../app/assets/stylesheets/library/credits.css.scss */
.credits .copyright {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
/* line 14, ../../../app/assets/stylesheets/library/credits.css.scss */
.credits .contact a {
  font-weight: bold;
  font-size: 14px;
  color: #10395E;
}

/* line 13, ../../../app/assets/stylesheets/library/common.css.scss */
a {
  color: #333;
}

/* line 17, ../../../app/assets/stylesheets/library/common.css.scss */
label {
  font-weight: normal;
}

/* line 54, ../../../app/assets/stylesheets/library/common.css.scss */
.brand {
  font-family: "HandleGothic";
  color: #660066;
}

/* line 60, ../../../app/assets/stylesheets/library/common.css.scss */
.box {
  background: white;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.08);
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #dfdfdf;
}

/* line 80, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-list {
  margin: 0px;
  padding: 0px;
}

/* line 85, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-list li {
  margin: 0px;
  list-style-type: none;
  border-bottom: 1px solid #f3f3f3;
}

/* line 91, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-list .nav-header {
  margin: 0px;
  padding: 30px 0px 0px 10px;
  font-size: 12px;
  border-bottom: 3px solid #f3f3f3;
  color: #aaa;
}

/* line 99, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-list li a {
  display: block;
  padding: 7px 5px;
  margin: 0px;
  color: #333;
}

/* line 106, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-list li a:hover {
  text-decoration: none;
  background-color: #f3f3f3;
}

/* line 111, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-list li a i {
  font-size: 10px;
  color: #666;
}

/* line 116, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-list > .active > a, .nav-list > .active > a:hover {
  background: #f3f3f3;
  color: #333;
  text-shadow: none;
}

/* line 122, ../../../app/assets/stylesheets/library/common.css.scss */
.nav .message {
  text-align: center;
  border: 0px !important;
  margin-top: 50px;
}

/* line 128, ../../../app/assets/stylesheets/library/common.css.scss */
.sfx-dropdown-header {
  display: block;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
  color: #aaa;
  line-height: 30px;
}

/* line 137, ../../../app/assets/stylesheets/library/common.css.scss */
.sfx-dropdown-header:hover, .sfx-dropdown-header-active {
  text-decoration: none;
  background-color: #f3f3f3;
  color: #333;
}

/* line 143, ../../../app/assets/stylesheets/library/common.css.scss */
.sfx-dropdown-header span {
  font-size: 9px;
  margin-right: 3px;
}

/* line 148, ../../../app/assets/stylesheets/library/common.css.scss */
.sfx-dropdown-header + ul {
  display: none;
}

/* line 152, ../../../app/assets/stylesheets/library/common.css.scss */
.sfx-dropdown-header-active + ul {
  display: block;
}

/* line 156, ../../../app/assets/stylesheets/library/common.css.scss */
.sfx-dropdown ul li a {
  padding-left: 25px;
  font-size: 13px;
}

/* line 162, ../../../app/assets/stylesheets/library/common.css.scss */
.field_with_errors input {
  border: 2px solid red;
}

/* line 167, ../../../app/assets/stylesheets/library/common.css.scss */
#error_explanation ul {
  background: red;
  color: white;
  margin: 0px;
  padding: 10px;
  margin-bottom: 20px;
  padding-left: 25px;
}
/* line 175, ../../../app/assets/stylesheets/library/common.css.scss */
#error_explanation ul li {
  list-style-type: decimal;
  margin: 0px;
}

/* line 182, ../../../app/assets/stylesheets/library/common.css.scss */
.share_popup h1 {
  margin-bottom: 10px;
  margin-left: 40px;
  font-size: 18px;
  margin-left: 40px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
  line-height: 30px;
}
/* line 192, ../../../app/assets/stylesheets/library/common.css.scss */
.share_popup h4 {
  margin-bottom: 0px;
  font-size: 15px;
}
/* line 196, ../../../app/assets/stylesheets/library/common.css.scss */
.share_popup .content_video {
  border-right: 1px solid #ccc;
  margin-left: 15px;
  width: 500px;
  min-height: 0px;
}
/* line 203, ../../../app/assets/stylesheets/library/common.css.scss */
.share_popup .content_video_player {
  height: 250px;
}
/* line 205, ../../../app/assets/stylesheets/library/common.css.scss */
.share_popup .content_video_player audio, .share_popup .content_video_player video {
  height: 250px;
}
/* line 208, ../../../app/assets/stylesheets/library/common.css.scss */
.share_popup .content_slider {
  width: 500px;
  margin-left: 35px;
  margin-top: 10px;
}

/* line 215, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 540px;
}
/* line 222, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content h4 {
  color: #777;
  margin-bottom: 30px;
}
/* line 227, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content form input[type="text"], .simple_form_content form input[type="password"], .simple_form_content form input[type="email"], .simple_form_content form select {
  display: block;
  padding: 15px;
  width: 350px;
  font-size: 20px;
  margin-bottom: 30px;
}
/* line 235, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content form input[type="submit"], .simple_form_content form input[type="button"] {
  float: right;
}
/* line 239, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content form select {
  width: 370px;
  height: 38px;
}

/* line 246, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content.mini_form_horizontal label {
  margin-top: 9px;
  margin-left: 2px;
  float: left;
  width: 165px;
}
/* line 253, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content.mini_form_horizontal form input[type="text"], .simple_form_content.mini_form_horizontal form input[type="password"], .simple_form_content.mini_form_horizontal form input[type="email"], .simple_form_content.mini_form_horizontal form select {
  padding: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

/* line 260, ../../../app/assets/stylesheets/library/common.css.scss */
.simple_form_content.mini_form_vertical {
  width: 385px;
}

/* line 264, ../../../app/assets/stylesheets/library/common.css.scss */
.content_secondary_checkbox {
  height: 25px;
  margin: -0px 5px 0px 0px;
}
/* line 268, ../../../app/assets/stylesheets/library/common.css.scss */
.content_secondary_checkbox input {
  float: right;
  width: auto;
}
/* line 272, ../../../app/assets/stylesheets/library/common.css.scss */
.content_secondary_checkbox label {
  float: right;
  width: auto;
  margin: 1px 10px;
}

/* line 279, ../../../app/assets/stylesheets/library/common.css.scss */
.alert {
  padding: 15px 32px;
  text-align: center;
  border: 0px;
}

/* line 285, ../../../app/assets/stylesheets/library/common.css.scss */
a.icon-star-empty {
  color: #888;
}

/* line 289, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 293, ../../../app/assets/stylesheets/library/common.css.scss */
.nav-tabs > li:hover > a:hover {
  background: #f3f3f3;
  color: #000;
}

/* line 298, ../../../app/assets/stylesheets/library/common.css.scss */
.dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 302, ../../../app/assets/stylesheets/library/common.css.scss */
.dropdown-menu li > a {
  padding: 6px 20px;
}

/* line 313, ../../../app/assets/stylesheets/library/common.css.scss */
.label-medium {
  padding: 5px 15px;
  font-size: 13px;
}

/* line 318, ../../../app/assets/stylesheets/library/common.css.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 323, ../../../app/assets/stylesheets/library/common.css.scss */
.container-pagination {
  text-align: center;
}

/* line 329, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form .form_title {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 335, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form label {
  color: #777;
  margin-top: 15px;
  font-size: 13px;
  margin-bottom: 0px;
}
/* line 342, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form input {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
  box-shadow: none;
}
/* line 349, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form input[type="submit"] {
  padding: 10px 20px;
  float: right;
  text-transform: uppercase;
}
/* line 355, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form .input-user {
  background-image: url("/assets/ico_30x30_user.png");
  background-position: 6px 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
  height: 50px;
}
/* line 363, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form .input-password {
  background-image: url("/assets/ico_30x30_pass.png");
  background-position: 6px 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
  height: 50px;
}
/* line 371, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form input[type="submit"] {
  float: none;
  width: 100%;
}
/* line 376, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form .content_links {
  margin-top: 10px;
}
/* line 380, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form .content_links a {
  display: block;
  color: #555;
  margin: 0px;
  float: left;
  font-size: 13px;
}
/* line 388, ../../../app/assets/stylesheets/library/common.css.scss */
.container_simple_form .content_links a.right {
  float: right;
}

/* line 394, ../../../app/assets/stylesheets/library/common.css.scss */
.icon_play {
  background-image: url("/assets/ico_play_85x60.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 402, ../../../app/assets/stylesheets/library/common.css.scss */
input::-webkit-input-placeholder {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 407, ../../../app/assets/stylesheets/library/common.css.scss */
input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 412, ../../../app/assets/stylesheets/library/common.css.scss */
input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 417, ../../../app/assets/stylesheets/library/common.css.scss */
input:-ms-input-placeholder {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 422, ../../../app/assets/stylesheets/library/common.css.scss */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 0.8em;
  color: #b4b4b4;
}

/* line 426, ../../../app/assets/stylesheets/library/common.css.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.8em;
  color: #b4b4b4;
  opacity: 1;
}

/* line 431, ../../../app/assets/stylesheets/library/common.css.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.8em;
  color: #b4b4b4;
  opacity: 1;
}

/* line 436, ../../../app/assets/stylesheets/library/common.css.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.8em;
  color: #b4b4b4;
}

/* line 440, ../../../app/assets/stylesheets/library/common.css.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 0.8em;
  color: #b4b4b4;
}

/* line 445, ../../../app/assets/stylesheets/library/common.css.scss */
::placeholder {
  /* Most modern browsers support this now. */
  font-size: 0.8em;
  color: #b4b4b4;
}

/* line 451, ../../../app/assets/stylesheets/library/common.css.scss */
dataplaceholder[data-placeholder] {
  color: #b4b4b4 !important;
  font-size: "0.8em";
}

/* line 463, ../../../app/assets/stylesheets/library/common.css.scss */
.ui-select2-default {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 468, ../../../app/assets/stylesheets/library/common.css.scss */
.select2-default {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 473, ../../../app/assets/stylesheets/library/common.css.scss */
.select2-default .select2-choice {
  font-size: 0.8em;
  color: #b4b4b4 !important;
}

/* line 3, ../../../app/assets/stylesheets/library/items.css.scss */
.content_video_player {
  height: 384px;
}
/* line 7, ../../../app/assets/stylesheets/library/items.css.scss */
.content_video_player .video-js {
  width: 100% !important;
  height: 100% !important;
}
/* line 12, ../../../app/assets/stylesheets/library/items.css.scss */
.content_video_player video {
  height: 383px;
}

/* line 22, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section h1 {
  font-size: 26px;
  color: #000;
  margin-top: 15px;
}

/* line 28, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .date {
  display: block;
  font-size: 14px;
  color: #bbb;
  margin-bottom: 3px;
}

/* line 35, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .info1 {
  height: 163px;
  margin-top: 20px;
  font-family: 'RobotoLight' sans-serif;
  font-size: 13px;
}

/* line 42, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .info1 img {
  float: left;
  margin-right: 30px;
  max-width: 130px;
  max-height: 130px;
}

/* line 49, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .info1 div {
  margin-bottom: 7px;
  line-height: 20px;
}

/* line 54, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .info1 span {
  color: #65cbde;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

/* line 60, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-images {
  margin-top: 20px;
}

/* line 64, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-images a {
  background-repeat: no-repeat;
  background-position: center top;
  color: #666;
  font-size: 11px;
  cursor: pointer !important;
  padding: 0px;
  margin: 5px 0px;
}
/* line 73, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-images a img {
  padding-right: 10px;
  float: left;
}

/* line 79, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-images a:hover {
  background: #eee;
  cursor: pointer !important;
}

/* line 85, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-doc a.doc_diariosesiones {
  background-image: url("/assets/doc_diariosesiones.png");
}

/* line 89, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-doc a.doc_documentacion {
  background-image: url("/assets/doc_documentacion.png");
}

/* line 93, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-doc a.doc_imagenes {
  background-image: url("/assets/doc_imagenes.png");
}

/* line 97, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .title-section {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 25px;
}

/* line 108, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-speech .content-speech,
.items_section .container-images .content-images,
.items_section .container-briefing .content-briefing {
  height: 195px;
  overflow: hidden;
  position: relative;
  padding: 0px;
  font-family: 'RobotoLight' sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding-right: 15px;
}
/* line 118, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-speech .content-speech a img,
.items_section .container-images .content-images a img,
.items_section .container-briefing .content-briefing a img {
  margin-bottom: 5px;
}

/* line 124, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-briefing .content-briefing em {
  background: none;
  color: #000;
  font-style: italic;
}

/* line 133, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .button-download,
.items_section .container-share .button-share,
.items_section .container-share .button-favorite {
  float: left;
  /*border: 1px solid;*/
  width: 33.333333%;
  background-color: #eee;
  padding: 0px;
  color: #fff;
  font-family: 'RobotoLight' sans-serif;
  text-align: center;
}

/* line 144, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .btn-default {
  background-color: transparent;
  border: 0px;
  color: #fff;
  width: 100%;
  line-height: 25px;
  padding: 4px 0px 0px 0px;
  margin: 0px;
  font-size: 12px;
  vertical-align: top;
}

/* line 156, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .btn-default .seneca-icon {
  font-size: 15px;
  opacity: 0.7;
  display: inline-block;
  padding-right: 10px;
}

/* line 164, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .button-download .content-caret,
.items_section .container-share .button-share .content-caret {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 30px;
  padding: 12px 6px;
}

/* line 172, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .button-download .content-caret {
  background: #15996e;
}

/* line 176, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .button-share .content-caret {
  background: #d15639;
}

/* line 180, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .dropdown-download {
  margin: -1px 0px 0px 0px;
  background: #15996e;
  border: 0px;
  padding: 10px;
  width: 100%;
}

/* line 188, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .dropdown-download .title_slider {
  margin-bottom: 30px;
  color: #000;
  font-size: 12px;
  text-align: left;
}

/* line 197, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .dropdown-download .slider-container {
  text-align: center;
  margin-bottom: 15px;
}
/* line 201, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .dropdown-download .slider-container > {
  display: inline-block;
}
/* line 203, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .dropdown-download .slider-container #slider-range {
  width: 75%;
  display: inline-block;
}
/* line 208, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .dropdown-download .slider-container .slider-in {
  vertical-align: middle;
  float: left;
  margin-top: 4px;
}
/* line 214, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .dropdown-download .slider-container .slider-out {
  vertical-align: bottom;
  float: right;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 3px;
  margin-top: 5px;
}

/* line 228, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .dropdown-download .btn-default {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  color: #15996e;
  text-transform: uppercase;
  font-size: 17px;
  padding: 8px;
  margin-top: 13px;
  font-family: 'Roboto', sans-serif;
}

/* line 238, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .dropdown-download .btn-default:hover {
  background: rgba(255, 255, 255, 0.7);
}

/* line 242, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .btn-default .caret {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

/* line 248, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .button-download {
  background-color: #17aa7b;
  border-right: 1px solid #fff;
}

/* line 253, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .button-share {
  border-right: 1px solid #fff;
  background-color: #e9603f;
}

/* line 258, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .button-favorite {
  background-color: #f8c90c;
}

/* line 262, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .button-favorite .favourite-yes {
  background-color: #fff;
  color: #f8c90c;
}

/* line 267, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .button-favorite .favourite-yes .text-favorite-yes {
  display: inline;
}

/* line 270, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .button-favorite .favourite-yes .text-favorite-no {
  display: none;
}

/* line 273, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .button-favorite .favourite-no .text-favorite-yes {
  display: none;
}

/* line 276, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .button-favorite .favourite-no .text-favorite-no {
  display: inline;
}

/* line 280, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .dropdown-share {
  margin: -1px 0px 0px 0px;
  background: #d15639;
  border: 0px;
  padding: 6px 0px 0px 0px;
  width: 100%;
}

/* line 288, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .dropdown-share .seneca-icon {
  color: #fff;
  font-size: 30px;
  padding-left: 11px;
  display: block;
  float: left;
}

/* line 296, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-share .dropdown-share .seneca-icon:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
}

/* line 302, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .container-related-items {
  border-top: 1px solid #ccc;
  color: #555 !important;
  padding-top: 40px;
}

/* line 308, ../../../app/assets/stylesheets/library/items.css.scss */
#carousel-photos a {
  color: #fff;
}

/* line 349, ../../../app/assets/stylesheets/library/items.css.scss */
.container_share {
  display: none;
  padding-top: 5px !important;
  padding-right: 10px;
  padding-bottom: 0px;
  background: #222;
  color: #aaa;
  font-size: 13px;
  text-align: right;
}
/* line 359, ../../../app/assets/stylesheets/library/items.css.scss */
.container_share a.favourite_item {
  color: #ffdc63;
  margin: 3px;
}
/* line 364, ../../../app/assets/stylesheets/library/items.css.scss */
.container_share a.favourite_item:hover {
  text-decoration: none;
}
/* line 368, ../../../app/assets/stylesheets/library/items.css.scss */
.container_share input {
  padding: 2px 0px;
  font-size: 13px;
  width: 50px;
  text-align: center;
  margin-right: 10px;
  margin-top: -16px;
  background: #f3f3f3;
}
/* line 378, ../../../app/assets/stylesheets/library/items.css.scss */
.container_share span {
  vertical-align: top;
  line-height: 50px;
  padding-right: 2px;
}
/* line 384, ../../../app/assets/stylesheets/library/items.css.scss */
.container_share .content_share_links {
  float: right;
  padding: 5px;
  font-size: 13px;
}
/* line 390, ../../../app/assets/stylesheets/library/items.css.scss */
.container_share .content_share_links a {
  padding-right: 5px;
}
/* line 394, ../../../app/assets/stylesheets/library/items.css.scss */
.container_share .content_share_links a i {
  padding-right: 2px;
}

/* line 399, ../../../app/assets/stylesheets/library/items.css.scss */
.container_download {
  display: none;
  padding: 30px 35px 10px 35px;
  text-align: right;
  padding-top: 25px;
  background: #222;
  color: #fff;
}
/* line 407, ../../../app/assets/stylesheets/library/items.css.scss */
.container_download .btn {
  margin-top: 10px;
}
/* line 411, ../../../app/assets/stylesheets/library/items.css.scss */
.container_download span {
  float: left;
  color: #aaa;
  font-size: 13px;
  margin-top: 5px;
}

/* line 419, ../../../app/assets/stylesheets/library/items.css.scss */
.ui-slider {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  height: 0.4em !important;
  border: 1px solid #000;
}
/* line 424, ../../../app/assets/stylesheets/library/items.css.scss */
.ui-slider .ui-slider-handle {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 0px !important;
  width: 18px !important;
  height: 18px !important;
  margin-left: -.5em !important;
  background: url("/assets/18x18_bola_slider.png") !important;
}
/* line 433, ../../../app/assets/stylesheets/library/items.css.scss */
.ui-slider .slider_tooltip {
  font-size: 12px;
  min-width: 20px;
  text-align: center;
  background-color: #0d4532;
  color: #15996e;
  padding: 1px 3px;
  margin-left: -31px;
  top: -25px !important;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
/* line 450, ../../../app/assets/stylesheets/library/items.css.scss */
.ui-slider .slider_tooltip:after, .ui-slider .slider_tooltip:before {
  top: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 461, ../../../app/assets/stylesheets/library/items.css.scss */
.ui-slider .slider_tooltip:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #0d4532;
  border-width: 1px;
  margin-left: -1px;
}
/* line 467, ../../../app/assets/stylesheets/library/items.css.scss */
.ui-slider .slider_tooltip:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #0d4532;
  border-width: 4px;
  margin-left: -4px;
}
/* line 474, ../../../app/assets/stylesheets/library/items.css.scss */
.ui-slider .slider_tooltip_end:after, .ui-slider .slider_tooltip_end:before {
  left: 11%;
}
/* line 478, ../../../app/assets/stylesheets/library/items.css.scss */
.ui-slider .ui-widget-header {
  background: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* line 483, ../../../app/assets/stylesheets/library/items.css.scss */
.ui-slider .slider_tooltip_end {
  margin-left: 13px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

/* line 495, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .nav-tabs-public li.item-views {
  border-bottom: 3px solid #ddd !important;
  margin: 4px 2px 0px 0px;
  font-family: 'RobotoLight' sans-serif;
  font-size: 13px;
  min-width: 55px;
  text-align: right;
}

/* line 509, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .votings.body {
  margin: 15px 30px;
}
/* line 513, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .votings .votings-list {
  margin-top: 1em;
  max-height: 80vh;
  overflow-y: auto;
}
/* line 518, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .votings .votings-list li {
  cursor: pointer;
  line-height: 2em;
  margin: 10px 1.5em;
  padding: 5px;
  border-radius: 10px;
  background-color: #8fb0bf;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 530, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .votings .votings-list li:hover {
  background-color: #4a4f52;
}
/* line 534, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .votings .votings-list .votes table {
  width: 80%;
  margin: 1em auto;
}
/* line 538, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .votings .votings-list .votes table tbody {
  display: block;
  max-height: 250px;
  overflow-y: auto;
}
/* line 543, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .votings .votings-list .votes table thead, .items_section .votings .votings-list .votes table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
/* line 548, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .votings .votings-list .votes table thead td, .items_section .votings .votings-list .votes table tbody tr td {
  padding: 5px 10px;
}
/* line 557, ../../../app/assets/stylesheets/library/items.css.scss */
.items_section .carousel-inner > .item > img, .items_section .carousel-inner > .item > a > img {
  margin: auto;
}

/* line 562, ../../../app/assets/stylesheets/library/items.css.scss */
.popover.sign {
  max-width: 400px;
  padding: 0px;
}
/* line 566, ../../../app/assets/stylesheets/library/items.css.scss */
.popover.sign .popover-content {
  padding: 8px;
}
/* line 568, ../../../app/assets/stylesheets/library/items.css.scss */
.popover.sign .popover-content .panel {
  margin: 0px;
}
/* line 571, ../../../app/assets/stylesheets/library/items.css.scss */
.popover.sign .popover-content .panel table {
  table-layout: fixed;
  font-size: 12px;
}
/* line 575, ../../../app/assets/stylesheets/library/items.css.scss */
.popover.sign .popover-content .panel table td {
  word-wrap: break-word;
}
/* line 578, ../../../app/assets/stylesheets/library/items.css.scss */
.popover.sign .popover-content .panel table td:first-child {
  color: #333;
  background-color: #f9f9f9;
  width: 90px;
}
/* line 587, ../../../app/assets/stylesheets/library/items.css.scss */
.popover.sign .popover-content .download-sign {
  margin: 10px 0px;
}

/* line 593, ../../../app/assets/stylesheets/library/items.css.scss */
.signatures-master-container {
  border-bottom: 1px solid #eee;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 598, ../../../app/assets/stylesheets/library/items.css.scss */
.signatures-master-container .title {
  font-weight: bold;
  padding-left: 8px;
  padding-top: 5px;
}
/* line 604, ../../../app/assets/stylesheets/library/items.css.scss */
.signatures-master-container .table {
  margin-bottom: 0;
}
/* line 608, ../../../app/assets/stylesheets/library/items.css.scss */
.signatures-master-container .table > thead > tr > th {
  font-weight: normal;
}

/* line 3, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .line_link_graphic_speeches a span {
  border-top: 6px solid transparent;
  border-left: 8px solid #4a4f52;
  border-bottom: 6px solid transparent;
  margin-right: 10px;
}

/* line 10, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .container-search, #library_section .container-search {
  background: #eee;
}

/* line 14, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .container-search h2, #library_section .container-search h2 {
  margin-left: 20px;
  font-size: 19px;
  color: #333;
}

/* line 20, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .container-search form, #library_section .container-search form {
  padding: 5px 0px 0px 20px;
}

/* line 24, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .container-search label, #library_section .container-search label {
  margin-top: 10px;
  display: block;
  margin-bottom: 2px;
  color: #485052;
}

/* line 31, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .container-search .btn-success, #library_section .container-search .btn-success {
  width: 100%;
  text-transform: uppercase;
}

/* line 36, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .container-search .content-givenname {
  border-top: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* line 43, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .container-search .content-gbody {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* line 51, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .gallery_item {
  height: auto;
  margin-bottom: 20px;
}

/* line 56, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .localizer_list .details {
  margin-bottom: 0px;
}

/* line 60, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .line_link_graphic_speeches a {
  background: #fff;
  padding-right: 10px;
  color: #66cbdf;
}

/* line 66, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .line_link_graphic_speeches a span {
  border-top: 6px solid transparent;
  border-left: 8px solid #66cbdf;
  border-bottom: 6px solid transparent;
  margin-right: 5px;
}

/* line 73, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .line_link_graphic_speeches a.active {
  color: #333;
}

/* line 77, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .line_link_graphic_speeches a.active span {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #333;
  margin-right: 5px;
  margin-top: 3px;
}

/* line 87, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .select-and-chart-container {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #eee;
  padding: 10px;
}
/* line 92, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .select-and-chart-container .container-selector {
  margin: auto;
  max-width: 600px;
}
/* line 97, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .select-and-chart-container .title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 17px;
  color: #333;
}
/* line 105, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .chart-container {
  height: 250px;
}
/* line 108, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .chart-container .loading {
  height: 250px;
}
/* line 109, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .chart-container.speeches {
  display: none;
}
/* line 110, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .chart-container.legislature {
  margin-top: 20px;
  margin-top: 20px;
  background-color: #fff;
  padding: 10px;
  border-radius: 2px;
}

/* line 121, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .localizer_list div {
  padding-bottom: 0px;
}

/* line 125, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .container_localizer {
  margin-bottom: 30px;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}

/* line 131, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .container_localizer.active {
  border-bottom: 2px solid #f56644;
}

/* line 135, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .detail_person_list_box .person_list_box {
  background: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  height: auto;
}

/* line 141, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .detail_person_list_box .person_list_box:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 145, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .detail_person_list_box .person_list_box .person_name {
  font-size: 21px;
  height: auto;
  padding-top: 0;
}

/* line 150, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .detail_person_list_box .person_list_box .view_card {
  display: none;
}

/* line 154, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .detail_person_list_box .person_list_box .person_politics,
.people_section .detail_person_list_box .person_list_box .person_gbody_position {
  height: auto;
}

/* line 159, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .filter-az {
  margin-left: 15px;
}
/* line 162, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .filter-az span {
  display: block;
  float: left;
  width: 27px;
  height: 27px;
  margin: 5px;
  text-transform: uppercase;
  background: #8a8a8a;
  color: #485052;
  margin-bottom: 4px;
  text-align: center;
  line-height: 25px;
}
/* line 177, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .filter-az span#letter_all {
  display: block;
  float: left;
  width: 101px;
  height: 27px;
  margin: 5px;
  text-transform: uppercase;
  background: #8a8a8a;
  color: #485052;
  margin-bottom: 4px;
  text-align: center;
  line-height: 25px;
}
/* line 191, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .filter-az a {
  display: block;
  float: left;
  width: 27px;
  height: 27px;
  margin: 5px;
  text-transform: uppercase;
  background: #8a8a8a;
  color: #485052;
  margin-bottom: 4px;
  text-align: center;
  line-height: 25px;
}
/* line 204, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .filter-az a:hover, .people_section .filter-az a.active {
  background: #fff;
  text-decoration: none;
  color: #8a8a8a;
  cursor: pointer;
}

/* line 214, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .filter-az span, span#letter_all:hover {
  cursor: pointer;
}

/* line 219, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .select-chart-container {
  background: #eee;
  padding: 5px;
}
/* line 223, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .select-chart-container .title-graph {
  text-align: center;
  padding: 10px 0;
  font-size: 17px;
}
/* line 229, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .select-chart-container .select2-container {
  width: 80% !important;
  margin-left: 10% !important;
}
/* line 234, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .select-chart-container .chart-container {
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  max-height: 240px;
  min-height: 100px;
  padding-top: 0;
}
/* line 244, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .container-items {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 25px;
}
/* line 250, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_wrapper {
  width: 210px;
}
/* line 254, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box {
  display: block;
  margin-right: 3%;
  background-color: #eee;
  padding-bottom: 20px;
  height: 360px;
  border-bottom: 4px solid #b0b1b3;
}
/* line 262, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .scrollable {
  height: 218px;
  overflow: hidden;
}
/* line 265, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .scrollable:hover {
  overflow-y: auto;
}
/* line 269, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .content_person_image {
  height: 210px;
  text-align: center;
}
/* line 274, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .content_person_image img {
  height: 100%;
  width: 100%;
}
/* line 279, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .content_person_image .content_person_politic_img {
  position: absolute;
  top: 15px;
  width: 40px;
  height: 40px;
  background: #fff;
  padding: 3px;
  overflow: hidden;
}
/* line 289, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .person_name {
  padding: 5px;
  font-size: 12px;
}
/* line 296, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .person_position,
.people_section .person_list_box .person_gbody_position,
.people_section .person_list_box .person_politics {
  padding: 5px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
}
/* line 302, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .person_position .date,
.people_section .person_list_box .person_gbody_position .date,
.people_section .person_list_box .person_politics .date {
  color: #a2a2a2;
  display: block;
  margin-top: 5px;
}
/* line 308, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .person_position .gbody-name,
.people_section .person_list_box .person_gbody_position .gbody-name,
.people_section .person_list_box .person_politics .gbody-name {
  color: #a2a2a2;
}
/* line 312, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .person_position label,
.people_section .person_list_box .person_gbody_position label,
.people_section .person_list_box .person_politics label {
  font-size: 1.1em;
}
/* line 318, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .container-all-info.compress {
  max-height: 150px;
  overflow: hidden;
}
/* line 324, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .view-more {
  display: block;
  float: left;
  background: #fff;
  padding-right: 10px;
  color: #66cbdf;
  padding-left: 5px;
  font-size: 12px;
  margin-top: -10px !important;
}
/* line 334, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .view-more span {
  border-top: 6px solid transparent;
  border-left: 8px solid #66cbdf;
  border-bottom: 6px solid transparent;
  margin-top: -1px;
}
/* line 343, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .line {
  width: 100%;
  height: 1px;
  background: #66cbdf;
  margin-top: 10px;
}
/* line 353, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .person_position label,
.people_section .person_list_box .person_gbody_position label,
.people_section .person_list_box .person_politics label {
  display: block;
  color: #66cbdf;
  margin: 0px;
}
/* line 359, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box .view_card {
  background-color: #66cbdf;
  text-transform: uppercase;
  text-align: center;
  padding: 7px;
  color: #fff;
  font-size: 12px;
}
/* line 368, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #333;
  text-decoration: none;
}
/* line 375, ../../../app/assets/stylesheets/library/people.css.scss */
.people_section .person_list_box:hover .view_card {
  background-color: #4a4f52;
}

/* line 1, ../../../app/assets/stylesheets/library/live.css.scss */
.live_section .col-right {
  height: 389px;
  background-color: #fbfbfb;
}

/* line 7, ../../../app/assets/stylesheets/library/live.css.scss */
.live_section .col-right {
  height: 342px;
}

/* line 12, ../../../app/assets/stylesheets/library/live.css.scss */
.live_section .col-right .nav-header {
  padding: 7px;
  text-transform: uppercase;
  background-color: #ccc;
}

/* line 18, ../../../app/assets/stylesheets/library/live.css.scss */
.live_section .col-right a {
  color: #4e4f51;
  padding: 10px 20px;
}

/* line 23, ../../../app/assets/stylesheets/library/live.css.scss */
.live_section .col-right li.active a, .live_section .col-right li:hover a {
  background-color: #c7e6eb;
}

/* line 27, ../../../app/assets/stylesheets/library/live.css.scss */
.live_section .col-right .nav-list {
  overflow: scroll;
  height: 363px;
}

/* line 32, ../../../app/assets/stylesheets/library/live.css.scss */
.live_section .col-right a div .label {
  color: #4e4f51;
  font-size: 11px;
  font-weight: normal;
  padding: 0px;
}

/* line 39, ../../../app/assets/stylesheets/library/live.css.scss */
.live_section .title {
  margin-top: 0px;
  padding: 10px 10px;
  border-top: 1px solid #ccc;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
}

/* line 47, ../../../app/assets/stylesheets/library/live.css.scss */
.live_section .program {
  margin-top: 0px;
  padding: 10px 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

/* line 54, ../../../app/assets/stylesheets/library/live.css.scss */
.live_section .briefing {
  max-height: 300px;
  overflow-y: scroll;
}

/* line 3, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.modal.tour {
  height: 100%;
}
/* line 6, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.modal.tour .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}
/* line 11, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.modal.tour .modal-dialog .modal-content {
  height: 100%;
  filter: alpha(opactiy=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

/* line 18, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper {
  margin: 20px;
}
/* line 22, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .header a.close-modal {
  cursor: pointer;
}
/* line 25, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .header a.close-modal i {
  font-size: 34px;
  color: #999999;
}
/* line 28, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .header a.close-modal i:hover {
  color: #10395E;
}
/* line 34, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .carousel-wrapper ul.tour-steps {
  position: relative;
  width: 100%;
  margin: 20px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
}
/* line 43, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .carousel-wrapper ul.tour-steps li {
  position: relative;
  text-indent: 0px;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 50%;
  background-color: #cccccc;
  margin: 0px 75px;
  display: inline-block;
  color: white;
}
/* line 55, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .carousel-wrapper ul.tour-steps li.active {
  background: #10395E;
}
/* line 56, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .carousel-wrapper ul.tour-steps li:first-child::before {
  display: none;
}
/* line 57, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .carousel-wrapper ul.tour-steps li::before {
  content: '';
  position: absolute;
  top: .9em;
  left: -11em;
  width: 11em;
  height: .2em;
  background: #cccccc;
  z-index: -1;
}
/* line 70, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .carousel-wrapper .tour-template {
  margin: 0px 40px;
}
/* line 74, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .carousel-wrapper .tour-template .slide-content div {
  text-align: center;
}
/* line 75, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .carousel-wrapper .tour-template .slide-content img {
  width: 80%;
}
/* line 77, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .carousel-wrapper .tour-template .slide-content .title {
  font-size: 33px;
  color: #F56644;
  text-align: center;
}
/* line 82, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .carousel-wrapper .tour-template .slide-content .description {
  font-size: 24px;
  color: #666666;
  text-align: justify;
}
/* line 90, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .carousel-wrapper div.slide-control {
  text-align: center;
}
/* line 93, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .carousel-wrapper div.slide-control .tour-button {
  font-size: 18px;
  padding: 15px 30px;
  background-color: white;
  color: #10395E;
  border: 1px solid #10395E;
  border-radius: 5px;
  text-decoration: none;
}
/* line 102, ../../../app/assets/stylesheets/library/tour_carousel.css.scss */
.tour-wrapper .carousel-wrapper div.slide-control .tour-button:hover {
  color: white;
  background-color: #10395E;
}

/* line 3, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
ul.main-menu {
  margin: 0px;
  padding: 0px;
  float: right;
  display: table;
}

/* line 10, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
ul.main-menu li {
  margin: 0px;
  padding: 0px;
  float: left;
  list-style-type: none;
  display: table-row;
}

/* line 18, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.main-menu a {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  font-family: 'RobotoLight' sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 84px;
  height: 84px;
}

/* line 32, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.main-menu a:hover, .main-menu a.active {
  background-color: silver !important;
  outline: none;
}

/* line 37, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.main-menu a span {
  display: block;
  font-size: 28px;
  color: #fff;
  outline: none;
}

/* line 44, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.menu-library {
  background-color: #65cbde;
  outline: none;
}

/* line 49, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.menu-people {
  background-color: #8fb0bf;
  outline: none;
}

/* line 54, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.menu-live {
  background-color: #f56644;
  outline: none;
}

/* line 59, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.menu-login {
  background-color: #56adbb;
  outline: none;
}

/* line 64, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.menu-favorite {
  background-color: #f8c90c;
  outline: none;
}

/* line 69, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.menu-management {
  background-color: #bbb;
  outline: none;
}

/* line 74, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.menu-tour {
  background-color: #7092BE;
  outline: none;
}

/* line 79, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.main-menu .menu-user {
  background-color: #fff;
  color: #000;
  font-size: 12px;
  text-transform: none;
  text-align: middle;
  font-family: 'Roboto', sans-serif;
  height: 45px;
  width: auto;
  white-space: nowrap;
  outline: none;
}

/* line 95, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.main-menu-container {
  display: flex;
  justify-content: space-between;
}

/* line 100, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.btn-logout {
  padding-right: 1px !important;
  padding-left: 1px !important;
  border-radius: 0px 0px 0px 0px !important;
  margin-bottom: 1% !important;
  margin-right: 4% !important;
}

/* line 108, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.btn-logout > span {
  margin-right: -10%;
}

/* line 114, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.main-menu .menu-user:hover {
  background-color: #fff !important;
}

/* line 118, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.main-menu .menu-user .user-image {
  color: #ccc;
  width: 45px;
  float: left;
  height: 35px;
  font-size: 34px;
  padding-bottom: 0px;
}

/* line 127, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.main-menu .menu-user:hover .user-image {
  color: #aaa;
}

/* line 131, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.main-menu .menu-user .username {
  color: #65cbde;
  font-size: 14px;
  margin-left: 0px;
  padding-bottom: 0px;
  display: inline;
}

/* line 140, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.main-menu .menu-user:hover .username {
  text-decoration: underline;
}

/* line 144, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.main-menu .logout {
  display: inline;
  color: white;
  padding: 0px !important;
  font-size: 11px;
}

/* line 157, ../../../app/assets/stylesheets/library/partials/_main_menu.css.scss */
.main-menu .badge-live_onair {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  display: block;
  font-size: 0.8em;
  position: absolute;
  z-index: 99999;
  margin-left: 60px;
  color: #fff;
  background: #5cb85c;
  margin-top: -80px !important;
  padding: 0px 5px !important;
  width: auto;
  height: auto;
  line-height: 17px;
  font-family: 'Roboto', sans-serif;
}

/* line 1, ../../../app/assets/stylesheets/library/partials/_footer.css.scss */
.footer {
  background-color: #4a5052;
  color: lightgray;
  height: 32px;
}
/* line 6, ../../../app/assets/stylesheets/library/partials/_footer.css.scss */
.footer a {
  display: block;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: lightgray;
  background-color: #4a5052;
  padding: 8px;
}
/* line 15, ../../../app/assets/stylesheets/library/partials/_footer.css.scss */
.footer a:hover {
  color: white;
}
/* line 18, ../../../app/assets/stylesheets/library/partials/_footer.css.scss */
.footer .left {
  text-align: left;
  float: left;
  border-right: 1px solid lightgray;
}
/* line 23, ../../../app/assets/stylesheets/library/partials/_footer.css.scss */
.footer .right {
  text-align: right;
  float: right;
  border-left: 1px solid lightgray;
}

/* line 29, ../../../app/assets/stylesheets/library/partials/_footer.css.scss */
ul.footer {
  list-style: none;
  padding: 0;
}

/* line 33, ../../../app/assets/stylesheets/library/partials/_footer.css.scss */
ul.footer li {
  display: inline;
}

/* line 1, ../../../app/assets/stylesheets/library/partials/_related_items.css.scss */
.container-related-items .flexslider .slides > li {
  width: 100px !important;
}

/* line 5, ../../../app/assets/stylesheets/library/partials/_related_items.css.scss */
.container-related-items .flexslider {
  box-shadow: none;
}

/* line 9, ../../../app/assets/stylesheets/library/partials/_related_items.css.scss */
.flex-direction-nav a {
  opacity: 1;
  margin-bottom: 80px;
  height: 50px;
  width: 40px;
  top: 70px;
}

/* line 17, ../../../app/assets/stylesheets/library/partials/_related_items.css.scss */
.container-related-items .flex-next, .flexslider .flex-next {
  right: -5px;
  opacity: 1;
}

/* line 22, ../../../app/assets/stylesheets/library/partials/_related_items.css.scss */
.container-related-items .flex-prev, .flexslider .flex-prev {
  left: -5px;
  opacity: 1;
}

/* line 27, ../../../app/assets/stylesheets/library/partials/_related_items.css.scss */
.container-related-items .flex-direction-nav a:before {
  font-family: Seneca;
  font-size: 60px;
  font-weight: bold;
}

/* line 33, ../../../app/assets/stylesheets/library/partials/_related_items.css.scss */
.container-related-items .flex-direction-nav a.flex-next:before {
  content: 'F';
}

/* line 34, ../../../app/assets/stylesheets/library/partials/_related_items.css.scss */
.container-related-items .flex-direction-nav a.flex-prev:before {
  content: 'E';
}

/* line 36, ../../../app/assets/stylesheets/library/partials/_related_items.css.scss */
.content-related-items {
  margin: auto;
}

/* line 5, ../../../app/assets/stylesheets/library/partials/_d3js.css.scss */
.people_section .axis path,
.people_section .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
/* line 12, ../../../app/assets/stylesheets/library/partials/_d3js.css.scss */
.people_section .chart-container .axis {
  font-size: .7em;
}
/* line 14, ../../../app/assets/stylesheets/library/partials/_d3js.css.scss */
.people_section .chart-container .axis .tick:first-child {
  display: none;
}
/* line 15, ../../../app/assets/stylesheets/library/partials/_d3js.css.scss */
.people_section .chart-container .axis .chart-title {
  font-size: 1.5em;
}
/* line 19, ../../../app/assets/stylesheets/library/partials/_d3js.css.scss */
.people_section .chart-container.speeches .x.axis text, .people_section .chart-container.speeches .x.axis .tick {
  display: none;
}
/* line 25, ../../../app/assets/stylesheets/library/partials/_d3js.css.scss */
.people_section .chart-container.legislature .y.axis .tick {
  display: none;
}
/* line 29, ../../../app/assets/stylesheets/library/partials/_d3js.css.scss */
.people_section .bar {
  fill: #f2f2f2;
}
/* line 33, ../../../app/assets/stylesheets/library/partials/_d3js.css.scss */
.people_section .bar:hover {
  fill: orangered;
}
/* line 37, ../../../app/assets/stylesheets/library/partials/_d3js.css.scss */
.people_section .bar_speaker {
  fill: #66cbdf;
}
/* line 41, ../../../app/assets/stylesheets/library/partials/_d3js.css.scss */
.people_section .axis path, .people_section .axis line {
  fill: none;
  stroke: #777;
  shape-rendering: crispEdges;
}

/* line 48, ../../../app/assets/stylesheets/library/partials/_d3js.css.scss */
.d3-tip {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1;
  padding: 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

/* line 57, ../../../app/assets/stylesheets/library/partials/_d3js.css.scss */
.d3-tip label {
  color: #66cbdf;
  padding-right: 5px;
}

/* line 62, ../../../app/assets/stylesheets/library/partials/_d3js.css.scss */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* line 74, ../../../app/assets/stylesheets/library/partials/_d3js.css.scss */
.d3-tip.n:after {
  margin: 0px 0 0 0;
  top: 100%;
  left: 0;
}

/* line 26, ../../../app/assets/stylesheets/library/desktop.css.scss */
body {
  font-family: Roboto  Sans-Serif;
}

/* line 30, ../../../app/assets/stylesheets/library/desktop.css.scss */
h1 {
  font-size: 25px;
  margin-top: 10px;
}

/* line 35, ../../../app/assets/stylesheets/library/desktop.css.scss */
h2, .h2 {
  font-size: 22px;
}

/* line 39, ../../../app/assets/stylesheets/library/desktop.css.scss */
h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px !important;
  margin: 0px;
}

/* line 45, ../../../app/assets/stylesheets/library/desktop.css.scss */
h4 {
  font-family: 'RobotoLight' sans-serif;
  font-size: 24px !important;
}

/* line 50, ../../../app/assets/stylesheets/library/desktop.css.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  min-width: 1024px;
}

/* line 57, ../../../app/assets/stylesheets/library/desktop.css.scss */
footer {
  min-width: 1024px;
}

/* line 61, ../../../app/assets/stylesheets/library/desktop.css.scss */
.content-navbar {
  margin-bottom: 0px !important;
}

/* line 65, ../../../app/assets/stylesheets/library/desktop.css.scss */
.navbar {
  border: 0px;
  margin-bottom: 0px;
}

/* line 70, ../../../app/assets/stylesheets/library/desktop.css.scss */
.row {
  margin-bottom: 20px;
}

/* line 73, ../../../app/assets/stylesheets/library/desktop.css.scss */
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 78, ../../../app/assets/stylesheets/library/desktop.css.scss */
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  /*  background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);*/
}

/* line 87, ../../../app/assets/stylesheets/library/desktop.css.scss */
.right-caret {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #000000;
  display: inline-block;
  height: 0;
  opacity: 0.3;
  vertical-align: top;
  width: 0;
}

/* line 98, ../../../app/assets/stylesheets/library/desktop.css.scss */
hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 104, ../../../app/assets/stylesheets/library/desktop.css.scss */
.container-submenu {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

/* line 109, ../../../app/assets/stylesheets/library/desktop.css.scss */
.container-submenu .submenu {
  margin-bottom: 1px;
}

/* line 113, ../../../app/assets/stylesheets/library/desktop.css.scss */
.container-submenu .submenu a {
  padding: 0px 10px;
  margin: 0px 10px;
}

/* line 118, ../../../app/assets/stylesheets/library/desktop.css.scss */
.container-submenu .submenu a:hover, .container-submenu .submenu a.active {
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #65cade;
}

/* line 124, ../../../app/assets/stylesheets/library/desktop.css.scss */
.container-submenu .submenu a.disabled:hover, .container-submenu .submenu a.disabled {
  color: #ccc;
  text-decoration: none;
  border-bottom: none;
  cursor: not-allowed;
}

/* line 131, ../../../app/assets/stylesheets/library/desktop.css.scss */
.content-search-bar {
  margin-bottom: 0px;
}

/* line 135, ../../../app/assets/stylesheets/library/desktop.css.scss */
.search-bar {
  background-color: #4a5052;
  text-align: right;
  padding: 5px;
  padding-right: 20px;
}
/* line 141, ../../../app/assets/stylesheets/library/desktop.css.scss */
.search-bar .language-wrapper {
  padding: 3px 0px;
}
/* line 144, ../../../app/assets/stylesheets/library/desktop.css.scss */
.search-bar .language-wrapper .select2-container .select2-choice .select2-arrow b {
  background-position-y: 1px;
}

/* line 150, ../../../app/assets/stylesheets/library/desktop.css.scss */
.search-bar input[type="text"] {
  width: 385px;
  height: 30px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  color: #666666;
  padding: 0px 10px;
}

/* line 163, ../../../app/assets/stylesheets/library/desktop.css.scss */
.search-bar input[type="submit"] {
  background-color: #65cbde;
  font-family: Seneca;
  font-size: 16px;
  color: #fff;
  border: 0px;
  border-radius: 5px;
  width: 40px;
  height: 30px;
  margin-left: -9px;
  position: absolute;
  padding-top: 4px;
}

/* line 177, ../../../app/assets/stylesheets/library/desktop.css.scss */
.hit_highlight {
  background-color: #f5d888;
  border-radius: 5px;
  color: black;
  font-style: normal;
  font-weight: bolder;
  padding: 0px 2px;
  display: inline-block;
  text-align: center;
}

/* line 188, ../../../app/assets/stylesheets/library/desktop.css.scss */
.localizer_list .details {
  margin-top: 0px;
  margin-bottom: 20px;
  color: black;
  font-size: 12px;
}

/* line 195, ../../../app/assets/stylesheets/library/desktop.css.scss */
.localizer_list .details span {
  color: #3e78ad;
}

/* line 199, ../../../app/assets/stylesheets/library/desktop.css.scss */
.localizer_list .search_in_content {
  color: black;
  font-size: 11px;
}

/* line 204, ../../../app/assets/stylesheets/library/desktop.css.scss */
.localizer_list .search_in_content span {
  color: #3e78ad;
}

/* line 208, ../../../app/assets/stylesheets/library/desktop.css.scss */
.localizer_list .search_in_content a {
  display: block;
  margin-bottom: 10px;
}

/* line 213, ../../../app/assets/stylesheets/library/desktop.css.scss */
.localizer_list .search_in_content a:hover {
  background: #dfd6d6;
  text-decoration: none;
}

/* line 218, ../../../app/assets/stylesheets/library/desktop.css.scss */
.localizer_list .search_in_content .header {
  margin-bottom: 10px;
  color: #3e78ad;
}

/* line 223, ../../../app/assets/stylesheets/library/desktop.css.scss */
.localizer_list .search_in_content a span {
  color: black;
}

/* line 227, ../../../app/assets/stylesheets/library/desktop.css.scss */
.content_video_player {
  background: #000000;
}

/* line 447, ../../../app/assets/stylesheets/library/desktop.css.scss */
.gallery-category {
  position: absolute;
  top: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
}

/* line 456, ../../../app/assets/stylesheets/library/desktop.css.scss */
a.gallery_item img {
  margin: auto;
  display: block;
  width: 100%;
}

/* line 462, ../../../app/assets/stylesheets/library/desktop.css.scss */
a.gallery_item .icon_play {
  background-size: 50px;
  position: absolute;
  height: 50px;
  margin: auto;
  display: block;
  left: 15px;
  right: 15px;
  top: 50px;
}

/* line 473, ../../../app/assets/stylesheets/library/desktop.css.scss */
a.gallery_item:hover .icon_play {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=7);
}

/* line 479, ../../../app/assets/stylesheets/library/desktop.css.scss */
a.gallery_item .content_text {
  bottom: 10px;
  right: 15px;
  left: 15px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: padding 150ms ease-out;
  -moz-transition: padding 150ms ease-out;
  -o-transition: padding 150ms ease-out;
  transition: padding 150ms ease-out;
  padding: 5px 10px 5px 10px;
}

/* line 490, ../../../app/assets/stylesheets/library/desktop.css.scss */
a.gallery_item .title {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #000000;
  min-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 490, ../../../app/assets/stylesheets/library/desktop.css.scss */
  a.gallery_item .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@-moz-document url-prefix() {
  /* line 506, ../../../app/assets/stylesheets/library/desktop.css.scss */
  a.gallery_item .title {
    max-height: 3em;
  }
}

/* line 508, ../../../app/assets/stylesheets/library/desktop.css.scss */
a.gallery_item:hover .title {
  text-decoration: none;
}

/* line 512, ../../../app/assets/stylesheets/library/desktop.css.scss */
a.gallery_item:hover {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=9);
}

/* line 518, ../../../app/assets/stylesheets/library/desktop.css.scss */
a.gallery_item:hover .content_text {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: padding 150ms ease-out;
  -moz-transition: padding 150ms ease-out;
  -o-transition: padding 150ms ease-out;
  transition: padding 150ms ease-out;
  padding: 10px 10px 10px 10px;
}

/* line 525, ../../../app/assets/stylesheets/library/desktop.css.scss */
a.gallery_item .date {
  display: block;
  font-size: 11px !important;
  color: #666;
}

/* line 532, ../../../app/assets/stylesheets/library/desktop.css.scss */
a.gallery_item {
  display: block;
  height: 150px;
  padding: 0px;
  border: 0px;
  font-size: 13px;
  color: #eeeeee;
  text-decoration: none;
  background: #eeeeee;
  overflow: hidden;
}
/* line 543, ../../../app/assets/stylesheets/library/desktop.css.scss */
a.gallery_item .speechtext {
  margin: 5px 10px;
  padding-top: 5px;
  border-top: 1px solid lightgray;
  font-style: normal;
  font-size: 12px;
  height: 250px;
  overflow: scroll;
  text-overflow: ellipsis;
}
/* line 553, ../../../app/assets/stylesheets/library/desktop.css.scss */
a.gallery_item .speechtext em {
  background-color: #fff55d;
}
/* line 558, ../../../app/assets/stylesheets/library/desktop.css.scss */
a.gallery_item .subtitle1 {
  height: 18px;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 567, ../../../app/assets/stylesheets/library/desktop.css.scss */
a.gallery_item .subtitle2 {
  height: 18px;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 649, ../../../app/assets/stylesheets/library/desktop.css.scss */
#loading_modal {
  top: 30%;
}
/* line 652, ../../../app/assets/stylesheets/library/desktop.css.scss */
#loading_modal .content_loading {
  background-image: url("/assets/loader_white_big.gif");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 657, ../../../app/assets/stylesheets/library/desktop.css.scss */
#loading_modal .content_loading p {
  margin-top: 75px;
  text-align: center;
}
/* line 663, ../../../app/assets/stylesheets/library/desktop.css.scss */
#loading_modal .content_error {
  display: none;
}
/* line 665, ../../../app/assets/stylesheets/library/desktop.css.scss */
#loading_modal .content_error p {
  text-align: center;
  margin-top: 20px;
  color: #b94a48;
}
/* line 672, ../../../app/assets/stylesheets/library/desktop.css.scss */
#loading_modal .modal-footer {
  display: none;
}

/* line 690, ../../../app/assets/stylesheets/library/desktop.css.scss */
.msg_no_results {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 300px;
}

/* line 697, ../../../app/assets/stylesheets/library/desktop.css.scss */
.container-view-selector a {
  font-size: 22px;
  text-decoration: none;
  color: black;
  margin-right: 5px;
}
/* line 702, ../../../app/assets/stylesheets/library/desktop.css.scss */
.container-view-selector a:hover {
  color: navy;
}
/* line 703, ../../../app/assets/stylesheets/library/desktop.css.scss */
.container-view-selector a.active {
  color: #ccc;
}
/* line 706, ../../../app/assets/stylesheets/library/desktop.css.scss */
.container-view-selector .search-details {
  color: #777;
}

/* line 712, ../../../app/assets/stylesheets/library/desktop.css.scss */
.channels a {
  float: left;
  padding-right: 1px;
  padding-bottom: 1px;
}
/* line 717, ../../../app/assets/stylesheets/library/desktop.css.scss */
.channels a img {
  width: 132px;
  height: 132px;
}

/* line 724, ../../../app/assets/stylesheets/library/desktop.css.scss */
.view-more-less {
  text-align: center;
}

/* line 728, ../../../app/assets/stylesheets/library/desktop.css.scss */
.view-more-less.collapsed .more {
  display: block !important;
  visibility: visible !important;
}

/* line 733, ../../../app/assets/stylesheets/library/desktop.css.scss */
.view-more-less.collapsed .less {
  display: none;
}

/* line 737, ../../../app/assets/stylesheets/library/desktop.css.scss */
.view-more-less span.more  {
  display: none;
}

/* line 744, ../../../app/assets/stylesheets/library/desktop.css.scss */
#sidebar-selector a:hover {
  cursor: pointer;
  text-decoration: none;
}
